rochefort_be : 2019 theme update

This commit is contained in:
Daniel Muyshond 2019-11-26 09:47:17 +01:00
parent 6e5ca30e71
commit 2ed44e134c
7 changed files with 90 additions and 119 deletions

View File

@ -1,16 +1,14 @@
@charset "UTF-8";
div#header {
min-height: 0;
}
#logo {
display: none;
h1#logo a img {
max-height: 86px;
}
@media screen and (max-width: 800px) {
div#header {
height: calc(100vw * 0.15625 + 25px);
background-position-y: 25px;
min-height: 0;
}
/* nav border radius sticky banner fix */
div.gru-nav {
border-radius: 0 0 3px 3px;
}
div.gru-nav > ul > li:first-child > a {
border-radius: 0px 0 0 3px;
}

View File

@ -0,0 +1,74 @@
@charset "UTF-8";
/*STYLE*/
$primary-color: hsl(180, 5%, 35%);
$width: 1200px;
$mobile-limit: 800px;
$font-size: 18px !default;
$button-color: white;
$cell-entry-hover-effect: left-to-right;
$theme2019: true;
$link-color: hsl(208, 69%, 35%);
$font-family: "Din"; //!\\ : il faut bien importer la font (voir les imports en bas de la page)!
$border-radius: 3px;
/*BASKET*/
/*CELL*/
$cell-border: 0px;
$cell-entry-hover-background: $primary-color;
/*FORM-BUTTON*/
$button-hover-background-color: darken($primary-color, 8%);
$button-background: $primary-color;
/*FOOTER*/
$footer-background-color: $primary-color;
$footer-text-color: white;
$footer-hover-text-color: #C2C2C2;
/*HEADER*/
$header-banner: none;
$header-banner-image: true;
$header-banner-height: auto;
$header-logo: None;
$header-logo-margin: 1.4em 0 0 0.7em;
$header-logo-padding: 0;
$toplinks-border: 0;
$toplinks-radius: 0;
$toplinks-shadow: none;
/*LOGIN*/
/*MENU*/
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: hsl(54, 24%, 67%);
$nav-item-selected-color: white;
$nav-text-uppercase: uppercase;
/*MENU RESPONSIVE*/
$nav-button-color: #FFF;
$nav-menu-color: $primary-color;
/*PWA*/
$nav-mobile-bottom-bar-height: 75px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-color: #FFF;
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
/*RESPONSIVE*/
/*SHARE*/
$hidden-description: false;
/*TITLE*/
$title-color: #525252;
$title-padding: 1em 0em 1em 0.8em;
$title-weight: bold;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,120 +1,19 @@
@charset "UTF-8";
$primary-color: #1066B1;
$secondary-color: #706458;
$title-color: #FFFFFF;
$button-color: $title-color; // default value : $title-color
$button-background:$primary-color; // default value : $primary-color
$button-hover-color: $button-background; // default value : $button-background
$button-hover-background-color: $secondary-color;
$width: 1920px; // E-Guichet width.
$mobile-limit: 800px; // Responsive mobile limit.
$font-size: 13px !default; // Default font size.
$font-family: sans-serif !default;
$border-radius: 3px;
$cell-entry-hover-effect: left-to-right;
$title-widget-color: $title-color;
$print-register-draft-button: true;
// Work only if form have an activated following code.
// if not : will be ignore.
/*HEADER*/
//$header-banner: url("images/banner.jpg") !default;
$header-banner: none;
//$header-banner-image: true !default; //must be false if there is no img element banner
$header-banner-image: true;
//$header-banner-width: 950px !default;
//$header-banner-height: 15em !default;
$header-banner-height: auto;
//$header-logo: url("images/logo.png") 10px 10px no-repeat !default;
$header-logo: None;
//$header-bg-logo-position: top left !default; //positionning of background-kind logo
//$header-logo-padding: 0 0 0 0 !default; //11.4em
//$header-logo-margin: 0 0 0 0 !default;
$header-logo-margin: 4.7em 0 0 1.12em !default;
//$header-logo-display: true !default; //determine if "h1#logo" a is visible (true) or not (false). The clickable logo is a kind of "h1#logo a"
//$header-logo-size: None !default; // top right bottom left.
$header-logo-padding: 0;
//$header-logo-text-color: #484248 !default;
//$toplinks-border-color: $primary-color !default;
$toplinks-border: 0;
//$toplinks-background-color: white !default;
//$toplinks-color: #333 !default;
//$toplinks-radius: 0 0 1em 1em !default;
$toplinks-radius: 0;
//$toplinks-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12) !default;
$toplinks-shadow: none;
/*LOGIN*/
//$highlight-text-color: None !default;
/*NAVIGATION MENU*/
$nav-background: $primary-color; // #e5e5e5; // Default value : $primary-color
$nav-color: $title-color; // menu : text color
$nav-active-color: #1066B1; // transparent;
$nav-item-selected-color: $title-color; // menu selected text color
$nav-item-selected-background: $secondary-color;
$nav-item-selected-background-color: $button-hover-background-color;
$nav-button-color: #FFF;
$nav-item-background: $primary-color;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-menu-color: $nav-color;
/*BASKET*/
$basket-button-background-color: $button-background;
$basket-button-text-color: $button-color;
$basket-button-background-color-hover: $basket-button-text-color;
$basket-button-text-color-hover: $basket-button-background-color;
$delete-from-basket-color: $basket-button-background-color;
/*CELL*/
//$cell-background: white; Variable Entr'Ouvert
//$cell-border: 1px solid #ccc; Variable Entr'Ouvert
$cell-border: 0px;
//$cell-border-radius: $border-radius; Variable Entr'Ouvert
//$cell-color: inherit; Variable Entr'Ouvert
//cell-entry-color: #ccc; VEO
$cell-entry-hover-background: $primary-color;
//$cell-links-color: #028 !default; //colour of the links, inside de cells
//$cell-links-color: $primary-color;
//$cell-links-color-hover: #028 !default;
//$cell-links-bullet: None !default; //bullets for lists inside cells
//$cell-links-bullet-color: $cell-links-color !default;
$cell-title-color: #FFF;
$cell-title-bg-color: $primary-color;
/*FOOTER*/
$footer-text-color: #ffffff;
$footer-hover-text-color: #eeeeee;
$footer-background-color: $primary-color; // #cccccc; // Default value : $primary-color
$highlight-text-color: $nav-item-selected-background-color; // Sample : in Profile : highlight login method title.
/*IMIO SHARE : Affichage du message de connexion au portail agent,... */
$a_portal_agent_background: None;
$a_portal_agent_color: black;
$a_portal_agent_top: 30px;
$a_portal_agent_right: 6%;
$a_portal_agent_border: None;
$hidden-description: false;
/*end IMIO SHARE*/
@import 'vars';
@import '../../publik-base-theme/static/includes/publik';
@import '../../publik-base-theme/static/includes/font-din';
@import '../imio/form-buttons';
@import '../imio/header';
@import '../imio/menu';
@import '../imio/login';
@import '../imio/basket';
@import '../imio/basketv2';
@import '../imio/footer';
@import '../imio/responsive';
@import '../imio/cells';
@import '../imio/share';
@import '../imio/extra';
@import '../imio/share';
@import '../imio/cells';
@import '../imio/responsive';
@import 'custom';