diff --git a/static/castries-2020/_custom.scss b/static/castries-2020/_custom.scss new file mode 100644 index 00000000..992737cf --- /dev/null +++ b/static/castries-2020/_custom.scss @@ -0,0 +1,45 @@ +div#page { + nav ul { + margin-top: 0; + } +} + +div#header { + padding: 0; + background: url(img/BANDEAU.jpg) top right no-repeat; + h1 { + padding-top: 40px; + a { + display: block; + background: url(img/logo_ville.png) top left no-repeat; + height: 120px; + text-indent: -1000px; + overflow: hidden; + } + } + @media screen and (max-width: $mobile-limit) { + background: none; + padding-left: 0; + a { + width: 100%; + } + } +} + +#footer-wrapper { + background: $primary-color url(img/frise-village.jpg) no-repeat top center; + background-size: cover; + min-height: 300px; + #footer { + padding-top: 250px; + div.textcell a { + color: white; + } + } +} + +@media screen and (max-width: $mobile-limit) { + .gru-nav-wrapper { + margin-top: -40px; + } +} diff --git a/static/castries-2020/_vars.scss b/static/castries-2020/_vars.scss new file mode 100644 index 00000000..950f2b39 --- /dev/null +++ b/static/castries-2020/_vars.scss @@ -0,0 +1,19 @@ +$primary-color: #005eaa; + +$font-color: #0f0f0f; +$font-size: 16px; +$font-family: Verdana, sans-serif; +$width: 1100px; +$border-radius: 1px; +$nav-full-width-background: true; + +$nav-background: $primary-color; +$nav-color: white; +$nav-active-color: darken($nav-background, 10%); + +$button-background: $primary-color; +$title-background: $primary-color; +$title-color: white; +$footer-background: #575757; +$footer-color: white; +$wcs-step-current-color: $primary-color; diff --git a/static/castries-2020/config.json b/static/castries-2020/config.json new file mode 100644 index 00000000..cd848ecb --- /dev/null +++ b/static/castries-2020/config.json @@ -0,0 +1,6 @@ +{ + "label": "Castries (2020)", + "variables": { + "theme_color": "#005eaa" + } +} diff --git a/static/castries-2020/img/BANDEAU.jpg b/static/castries-2020/img/BANDEAU.jpg new file mode 100644 index 00000000..f9d31f01 Binary files /dev/null and b/static/castries-2020/img/BANDEAU.jpg differ diff --git a/static/castries-2020/img/frise-village.jpg b/static/castries-2020/img/frise-village.jpg new file mode 100644 index 00000000..df96cf0f Binary files /dev/null and b/static/castries-2020/img/frise-village.jpg differ diff --git a/static/castries-2020/img/logo_ville.png b/static/castries-2020/img/logo_ville.png new file mode 100644 index 00000000..59fc7ef1 Binary files /dev/null and b/static/castries-2020/img/logo_ville.png differ diff --git a/static/castries-2020/style.scss b/static/castries-2020/style.scss new file mode 100644 index 00000000..1fd447de --- /dev/null +++ b/static/castries-2020/style.scss @@ -0,0 +1,5 @@ +@charset "UTF-8"; + +@import 'vars'; +@import '../includes/publik'; +@import 'custom';