diff --git a/wcs/montpellier-commune/custom-saint-jean-de-vedas.css b/wcs/montpellier-commune/custom-saint-jean-de-vedas.css new file mode 100644 index 0000000..32abaee --- /dev/null +++ b/wcs/montpellier-commune/custom-saint-jean-de-vedas.css @@ -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; +} diff --git a/wcs/montpellier-commune/saint-jean-de-vedas/logo.png b/wcs/montpellier-commune/saint-jean-de-vedas/logo.png new file mode 100644 index 0000000..2f1bc0a Binary files /dev/null and b/wcs/montpellier-commune/saint-jean-de-vedas/logo.png differ diff --git a/wcs/montpellier-commune/wcs.css b/wcs/montpellier-commune/wcs.css index fbe3cca..8945973 100644 --- a/wcs/montpellier-commune/wcs.css +++ b/wcs/montpellier-commune/wcs.css @@ -1173,3 +1173,7 @@ div.hidden { column-count: 1; } } + +br.clear { + clear: both; +}