Revert "gam: initial theme (#19411)"

This reverts commit 01f3540595.
This commit is contained in:
Frédéric Péters 2017-10-20 21:14:56 +02:00
parent b3d30d1cb5
commit 7fd6b5bd95
6 changed files with 0 additions and 152 deletions

View File

@ -23,7 +23,6 @@ css: data_uris
cd static/fondettes/ && sass style.scss:style.css
cd static/fontenay-sous-bois/ && sass style.scss:style.css
cd static/fontenay-sous-bois-2017/ && sass style.scss:style.css
cd static/gam/ && sass style.scss:style.css
cd static/gorges/ && sass style.scss:style.css
cd static/grandlyon/ && sass style.scss:style.css
cd static/grandlyon-gnm/ && sass style.scss:style.css

View File

@ -1,106 +0,0 @@
h1#logo a {
background: url('images/logo.png') no-repeat;
display: inline-block;
background-size: contain;
width: 150px;
height: 150px;
text-indent: -99999px;
}
/* required headers sizes */
h1, h2, h3, h4 {
font-family: 'JosefinSans-Bold';
color: #000;
line-height: 1em;
}
h1 {
font-size: 50px;
margin-bottom: 25px;
padding-bottom: 15px;
text-transform: uppercase;
}
h2 {
font-size: 32px;
padding-bottom: 13px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
div#nav > ul, input, button {
text-transform: uppercase;
}
div#nav > ul li {
border-right: 1px solid #555;
padding: 0 0.5em;
&:last-child {
border: 0;
}
}
div.wcsformsofcategorycell {
li a {
&::after {
content: '\f105'; /* fa-angle-right */
font-family: FontAwesome;
position: absolute;
right: 1em;
}
}
}
/* custom classes to format coordinates in footer */
div#footer {
div.coordinates {
display: flex;
flex-direction: row;
margin: 0 1em;
@media screen and (max-width: $mobile-limit) {
flex-direction: column;
}
div {
border-right: 1px solid $primary-color;
@media screen and (max-width: $mobile-limit) {
border-bottom: 1px solid $primary-color;
border-right: 0;
}
text-align: center;
padding: 0 5em;
&:last-child {
border: 0;
}
p:first-child::before {
font-family: FontAwesome;
display: block;
font-size: 2.5em;
margin-bottom: 0.5em;
}
}
div.phone {
p:first-child::before {
content: "\f232"; /* fa-whatsapp icon */
}
}
div.schedule {
p:first-child::before {
content: "\f017"; /* fa-clock-o icon */
}
}
div.address {
p:first-child::before {
content: "\f041"; /* fa-map-marker icon */
}
}
}
}

View File

@ -1,30 +0,0 @@
$width: 1100px;
$font-size: 16px;
$font-family: Roboto;
$primary-color: #FFEC44;
$link-color: #4D4D4D;
$border-radius: 0;
$nav-background: transparent;
$nav-submenu-background: white;
$nav-submenu-color: $primary-color;
$nav-item-background: transparent;
$nav-color: #050707;
$nav-active-color: white;
$nav-menu-color: #000;
$nav-item-selected-color: $nav-menu-color;
$nav-item-selected-mode: bottom-border;
$nav-item-selected-border: 5px solid $primary-color;
$nav-item-hover-background: transparent;
$nav-item-hover-color: $primary-color;
$button-background: $primary-color;
$button-color: #000;
$title-color: #000;
$title-font-size: 32px;
$title-font-family: 'JosefinSans-Bold';
$title-background: $primary-color;
$cell-entry-border-color: #000;
$footer-background: #000;
$footer-color: $primary-color;
$title-border-bottom: none;
$cell-background: transparent;
$cell-border: 0px solid transparent;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -1,7 +0,0 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import '../includes/font-roboto';
@import '../includes/font-josefinsans';
@import 'custom';

View File

@ -87,14 +87,6 @@
"no_extra_js": true
}
},
{"id": "gam",
"label": "Grenoble Métropole",
"variables": {
"css_variant": "gam",
"no_extra_js": true,
"theme_color": "#FFEC44"
}
},
{"id": "gorges",
"label": "Gorges",
"variables": {