diff --git a/static/juvignac/_custom.scss b/static/juvignac/_custom.scss new file mode 100644 index 00000000..5c4cde9b --- /dev/null +++ b/static/juvignac/_custom.scss @@ -0,0 +1,66 @@ +@import '../includes/font-opensans'; + +div#header-wrapper { + background: $primary-color; + div#header h1 { + @media screen and (max-width: $mobile-limit) { + padding-top: 50px; + } + a { + display: block; + height: 170px; + background: transparent url(img/mobile-logo-1-juv-new.png) center left no-repeat; + text-indent: -1000px; + overflow: hidden; + } + @media screen and (max-width: $mobile-limit) { + padding-left: 0; + width: 100%; + a { + background-size: contain; + } + } + } +} + +div#nav { + margin-top: 0; + text-transform: uppercase; + & > ul { + margin-top: 0; + & > li:first-child > a { + padding-left: 0; + } + a { + text-transform: uppercase; + font-weight: normal; + } + } +} + +#toplinks { + background: #79bce8; + border: none; + box-shadow: none; + border-radius: 0; + @media screen and (max-width: $mobile-limit) { + left: 0; + right: 0; + max-width: none; + } + a { + display: inline-block; + color: white; + font-weight: bold; + padding: 10px 10px 15px 10px; + @media screen and (max-width: $mobile-limit) { + font-size: 80%; + } + } +} + +footer { + div.textcell a { + color: white; + } +} diff --git a/static/juvignac/_vars.scss b/static/juvignac/_vars.scss new file mode 100644 index 00000000..840649f7 --- /dev/null +++ b/static/juvignac/_vars.scss @@ -0,0 +1,20 @@ +$primary-color: #00a8c0; + +$font-color: #3F3F3F; +$font-size: 16px; +$font-family: "Open Sans", sans-serif; +$width: 1180px; + +$nav-background: $primary-color; +$nav-color: white; +$nav-active-color: #008193; +$nav-submenu-background: #005c69; +$nav-full-width-background: true; +$border-radius: 0px; +$button-background: #eb5f27; +$button-color: white; +$title-background: $primary-color; +$title-transform: uppercase; +$title-color: white; +$footer-background: #9d9d9c; +$footer-color: white; diff --git a/static/juvignac/config.json b/static/juvignac/config.json new file mode 100644 index 00000000..3e3e8da0 --- /dev/null +++ b/static/juvignac/config.json @@ -0,0 +1,6 @@ +{ + "label": "Juvignac", + "variables": { + "theme_color": "#00a8c0" + } +} diff --git a/static/juvignac/img/mobile-logo-1-juv-new.png b/static/juvignac/img/mobile-logo-1-juv-new.png new file mode 100644 index 00000000..af3025cd Binary files /dev/null and b/static/juvignac/img/mobile-logo-1-juv-new.png differ diff --git a/static/juvignac/style.scss b/static/juvignac/style.scss new file mode 100644 index 00000000..1fd447de --- /dev/null +++ b/static/juvignac/style.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +@import 'vars'; +@import '../includes/publik'; +@import 'custom';