diff --git a/static/cournonterral/_custom.scss b/static/cournonterral/_custom.scss new file mode 100644 index 00000000..7719f7c5 --- /dev/null +++ b/static/cournonterral/_custom.scss @@ -0,0 +1,54 @@ +div#header { + background: white url(img/bandeau.png) top left no-repeat; + background-size: cover; + height: 271px; + h1 { + padding-top: 80px; + a { + display: block; + height: 120px; + width: 240px; + 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-align: center; + text-transform: uppercase; + & > ul { + margin-top: 0; + } + @media screen and (max-width: $mobile-limit) { + text-align: left; + } +} + +#toplinks { + background: #399947; + border: none; + box-shadow: none; + border-radius: 0; + a { + display: inline-block; + color: white; + font-weight: bold; + padding: 10px 10px 15px 10px; + } +} + +footer { + border-top: 2px solid #ffa401; + div.textcell a { + color: $font-color; + } +} diff --git a/static/cournonterral/_vars.scss b/static/cournonterral/_vars.scss new file mode 100644 index 00000000..26f6a486 --- /dev/null +++ b/static/cournonterral/_vars.scss @@ -0,0 +1,18 @@ +$primary-color: #008f59; + +$font-color: #3F3F3F; +$font-size: 15px; +$font-family: Verdana, Arial, Helvetica, sans-serif; +$width: 1040px; +$border-radius: 0; + +$nav-background: white; +$nav-color: $font-color; +$nav-submenu-color: $font-color; +$nav-active-color: #dc901c; +$border-radius: 0px; +$button-background: $primary-color; +$title-background: $primary-color; +$title-color: white; +$footer-background: white; +$footer-color: $font-color; diff --git a/static/cournonterral/config.json b/static/cournonterral/config.json new file mode 100644 index 00000000..cbe17025 --- /dev/null +++ b/static/cournonterral/config.json @@ -0,0 +1,6 @@ +{ + "label": "Cournonterral", + "variables": { + "theme_color": "#008f59" + } +} diff --git a/static/cournonterral/img/bandeau.png b/static/cournonterral/img/bandeau.png new file mode 100644 index 00000000..a67775ae Binary files /dev/null and b/static/cournonterral/img/bandeau.png differ diff --git a/static/cournonterral/style.scss b/static/cournonterral/style.scss new file mode 100644 index 00000000..1fd447de --- /dev/null +++ b/static/cournonterral/style.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +@import 'vars'; +@import '../includes/publik'; +@import 'custom';