add wcs theme for saint-jean-de-vedas (#16344)

This commit is contained in:
Frédéric Péters 2017-05-29 22:11:40 +02:00
parent 9b5c0b0a43
commit 5ad07abccb
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,54 @@
div#page {
background: #F8F8F8;
}
div#rub_consultation h2, div#rub_service h2, div#rub_annonce h2, div#rub_agenda h2, div#profile h2, div#services-2nd h3, div#member h2, div#help h2, div#info h2, div#accessibility h2, div#contact h2, div#gauche h3, div.large div#rub_service h3, div#centre h3 {
background: #265AA2;
color: white;
}
div#services > ul > li strong {
background: #FF9900;
}
div#footer-wrapper {
background: #444444;
color: white;
}
div#footer-wrapper a {
color: #FF9900;
}
div#footer-wrapper #agglo-link a {
width: 190px;
background: transparent url(logo-agglo-50p.png) center right no-repeat;
color: white;
}
a#bandeau-commune {
background: url(saint-jean-de-vedas/logo.png) top left no-repeat;
border: 0;
height: 150px;
text-indent: -9999px;
}
div#page {
border-top: 50px solid #FF9900;
margin-top: 110px;
}
div#main-content-wrapper {
margin-top: 0px;
}
div#links h3 {
visibility: hidden;
}
div#links a {
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@ -1173,3 +1173,7 @@ div.hidden {
column-count: 1;
}
}
br.clear {
clear: both;
}