eurelien-cd28: add theme (#54143)

This commit is contained in:
Nicolas Roche 2021-05-20 18:45:12 +02:00
parent 26b01895f3
commit ab9428c7b9
5 changed files with 138 additions and 0 deletions

View File

@ -0,0 +1,82 @@
@import '../includes/fonts/titillium';
@import '../includes/fonts/krub';
#header #top #logo {
@media screen and ($min-desktop-viewport) {
a {
margin-top: 50px;
line-height: 80px;
font-size: 16px;
font-family: $title-font-family;
color: black;
text-indent: 500px;
text-decoration: none;
}
}
@media screen and ($max-mobile-viewport) {
padding-top: 30px;
a {
display: block;
height: 60px;
}
}
}
div.gru-nav-wrapper {
margin: auto;
max-width: 1316px;
margin-top: 25px;
margin-bottom: 45px;
background-color: $nav-background;
div.gru-nav {
ul {
> li {
@media (min-width: $nav-mobile-limit + 1) {
border-left: 2px solid white;
border-right: 2px solid white;
}
> a {
font-size: 19px;
font-weight: 400;
padding-top: 0.33em;
padding-bottom: 0.33em;
@media (min-width: $nav-mobile-limit + 1) {
line-height: 36px;
padding: 0 15px;
}
}
}
}
}
}
div.gru-nav .gru-nav-button {
background-color: $secondary-color;
.icon-bar {
border-width: 2px;
}
}
.gru-content div.cell h2:first-child {
font-size: 30px;
margin: 0px;
}
input, input[type="search"], textarea, select, div.file-upload-widget div.file-button {
box-shadow: inset 1px 2px 3px 0 #c5c5c5;
}
.required {
color: #c00;
}
div.buttons {
font-size: $title-font-size;
.cancel-button button, .previous-button button{
background: $nav-background;
}
}
.pk-information {
@include notification-message($notification_info_color, "\f164");
}

View File

@ -0,0 +1,36 @@
$primary-color: #ffcd00;
$secondary-color: #e5e5e5;
$width: 946px;
$sidebar-position: right;
$link-color: #087C81;
$font-size: 1em;
$font-family: Krub;
$font-color: #313131;
$title-color: #777;
$title-font-size: 19px;
$title-font-family: "Titillium";
$nav-full-width-background: true;
$nav-background: $secondary-color;
$nav-color: #363636;
$nav-submenu-color: $nav-color;
$nav-active-color: $primary-color;
$nav-item-selected-color: $nav-color;
$nav-border-color: transprent;
$nav-menu-side: 40px;
$nav-mobile-mode: hamburger;
$nav-item-selected-background: $primary-color;
$nav-item-background: #b7b7b7;
$cell-border: 1px dotted $secondary-color;
$widget-background: #f3f3f3;
$button-background: $primary-color;
$button-color: $nav-color;
$footer-background: $secondary-color;
$footer-color: $font-color;

View File

@ -0,0 +1,15 @@
{
"label": "Eurelien (CD28)",
"variables": {
"theme_color": "#ffcd00",
"favicon": "eurelien-cd28/img/favicon.ico"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:background": { "label": "Têtière : fond" },
"header:logo": { "label": "Têtière : logo" }
}
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

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