add theme for montlouis-sur-loire (#30689)

This commit is contained in:
Frédéric Péters 2019-02-14 20:38:46 +01:00 committed by Thomas NOEL
parent cff0390924
commit a1d94f1ff6
6 changed files with 202 additions and 0 deletions

View File

@ -0,0 +1,155 @@
div#header {
padding-top: 20px;
height: 116px;
padding: 0;
}
h1#logo a {
background: url(img/logo-montlouis-sur-loire.png) no-repeat left bottom;
display: inline-block;
height: 130px;
width: 491px;
max-width: 100%;
color: transparent;
}
div#nav {
margin-top: 25px;
font-size: 120%;
}
div#nav > ul > li a {
font-family: Khand, sans-serif;
padding-bottom: 3px;
}
#toplinks {
box-shadow: none;
border: none;
}
#sidebar {
border-right: 2px solid #d6d6d6;
margin-right: 10px;
}
#footer-wrapper {
background: url(img/HachureRepeat.gif) repeat;
}
div#gauche + div#rub_service {
border-left: 2px solid #d6d6d6;
padding-left: 10px;
}
div#steps ol li {
span.marker {
display: inline-block;
font-size: 21px;
border: 1px solid #b4b4b4;
display: inline-block;
border-radius: 50%;
padding: 2px 10px;
font-weight: bold;
margin-right: 1ex;
}
&.current {
border-bottom: 1px solid #ccc;
color: $primary-color;
span.marker {
border-color: $primary-color;
background: $primary-color;
color: white;
}
}
&.step-before {
span.marker {
background: #b4b4b4;
color: white;
}
}
}
div#tracking-code {
margin-bottom: 2em;
}
div#tracking-code a {
display: block;
font-weight: bold;
border: 2px solid $primary-color;
}
div#rub_service div.submit-button {
float: right;
}
div#rub_service h2 {
text-align: left;
color: $primary-color;
font-size: 26px;
font-weight: 500;
padding-left: 0;
text-transform: none;
}
#evolutions:after {
border: none;
background: none;
border-left: 1px dashed #aaa;
}
div#content #disclose-dataview {
color: $primary-color;
border: 2px solid $primary-color;
padding: 1ex 3ex;
display: inline-block;
font-weight: bold;
&:hover {
background: $primary-color;
color: white;
}
}
div#evolution-log h2:first-child,
div#summary h2:first-child {
color: #000;
font-weight: normal;
font-size: 20px;
}
ul#evolutions span.status {
font-weight: normal;
}
#content ul#evolutions li span.item {
border-color: white !important;
background: white !important;
}
#content ul#evolutions li span.item::before {
content: "\f111";
font-family: FontAwesome;
color: #aaa;
}
ul#evolutions li:after {
display: none;
}
div#content div.cancel-button button,
div#content div.cancel-button input {
color: black;
border-color: black;
&:hover {
background: black;
color: white;
}
}
input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], input[type="search"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
&:focus,
&:active {
border-color: $primary-color;
}
}

View File

@ -0,0 +1,36 @@
$primary-color: #08b89d;
$width: 1140px;
$mobile-limit: 800px;
$font-size: 16px;
$font-family: "Archivo Narrow", sans-serif;
$link-color: $primary-color;
$nav-full-width-background: true;
$nav-background: white;
$nav-color: #231f20;
$nav-active-color: #555;
$nav-item-selected-color: white;
$nav-item-hover-color: $primary-color;
$nav-item-hover-background: #eee;
$nav-button-background: white;
$nav-menu-color: #676767;
$border-radius: 0;
$button-border: 2px solid $primary-color;
$button-background: white;
$button-color: $primary-color;
$button-hover-background: $primary-color;
$button-hover-color: white;
$title-background: transparent;
$title-font-size: 15px;
$title-family: "Khand", sans-serif;
$title-transform: uppercase;
$title-color: #333;
$footer-background: white;
$footer-color: #646464;
$category-toggled-background: $primary-color;
$cell-border: none;
$sidebar-width: 240px;
$grid-gutter: 0px;
$widget-border: 2px solid #b4b4b4;
@import '../includes/font-khand';
@import '../includes/font-archivo-narrow';

View File

@ -0,0 +1,6 @@
{
"label": "Montlouis-sur-Loire",
"variables": {
"theme_color": "#08b89d"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';