aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJonas Oberg <jonas@morus.se>2012-11-14 13:56:02 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-03-11 16:36:19 +0000
commit2be2807ee2884030dabc6ee60178efbe6c48c328 (patch)
tree801978519f5eee1a7e40fdf9b9141036460cec9c /web
parent75bfaef1661fa6a0db794f8e1d4b851718065d6c (diff)
Uppdaterar logotyp mm
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixamingata/base.scss10
-rw-r--r--web/cobrands/fixamingata/images/fms-logo.pngbin0 -> 3636 bytes
-rw-r--r--web/cobrands/fixamingata/layout.scss10
3 files changed, 20 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/base.scss b/web/cobrands/fixamingata/base.scss
index 56502daab..438923a64 100644
--- a/web/cobrands/fixamingata/base.scss
+++ b/web/cobrands/fixamingata/base.scss
@@ -13,3 +13,13 @@ $image-sprite: '/cobrands/fixamingata/images/sprite.png';
@import "../sass/base";
+#site-header {
+ @include background(linear-gradient(#000, #ccc 10%, #ccc 90%, #000));
+}
+
+#site-logo {
+ width: 185px;
+ margin-top: 8px;
+ margin-left: 10px;
+ background: url('/cobrands/fixamingata/images/fms-logo.png') no-repeat;
+}
diff --git a/web/cobrands/fixamingata/images/fms-logo.png b/web/cobrands/fixamingata/images/fms-logo.png
new file mode 100644
index 000000000..92634c173
--- /dev/null
+++ b/web/cobrands/fixamingata/images/fms-logo.png
Binary files differ
diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss
index 460a0f9f1..6f435d141 100644
--- a/web/cobrands/fixamingata/layout.scss
+++ b/web/cobrands/fixamingata/layout.scss
@@ -72,6 +72,16 @@ body {
background: #eee url(/cobrands/fixamingata/images/tile.jpg) 0 0 repeat;
}
+#main-nav {
+ ul {
+ li {
+ a, span {
+ color: $primary_text;
+ }
+ }
+ }
+}
+
#front-main {
background: $primary url(/cobrands/fixamingata/images/tile-y.jpg);
}