diff --git a/wcs/montpellier-commune/custom-saint-genies.css b/wcs/montpellier-commune/custom-saint-genies.css new file mode 100644 index 0000000..fd63fdb --- /dev/null +++ b/wcs/montpellier-commune/custom-saint-genies.css @@ -0,0 +1,218 @@ +body { + background: #c1ba9c; + color: #4f729e; + font-size: 100%; + margin: 0px; + padding: 0px; + width: 100%; + height: 100%; + font-family: Verdana, sans-serif; +} + +div#header { + background: transparent; + position: static; + margin: 0 auto; +} + +div#top, +div#main-content { + box-shadow: 0 0 10px black; +} + +div#main-content { + border-radius: 0 0 10px 10px; +} + +a { + -webkit-transition: all 200ms ease-out; + -moz-transition: all 200ms ease-out; + transition: all 200ms ease-out; +} + +div#top { + background: transparent url(saint-genies/bandeau-haut.jpg) bottom left no-repeat; + height: 233px; + width: 1000px; + margin: 0 auto; +} + +a#bandeau-commune { + background: none; + border: none; + margin-top: 60px; + padding-left: 0; + color: transparent; + display: inline-block; + padding-top: 100px; + width: 100%; +} + +div#main-content-wrapper { + margin: 0; + margin-top: 0px; + width: auto; +} + +div#main-content { + width: 1000px; + margin: auto; + background: white; +} + +div#content { + padding-top: 1px; +} + +div#toplinks { + top: 0px; + left: 0; + padding: 2px 6px; + background: rgba(128, 128, 128, 0.50); + box-sizing: border-box; + text-align: right; + width: 100%; + margin-right: 10px; + max-width: 1000px; +} + +#toplinks a.logout { + background: none; + padding-left: 0; +} + +div#toplinks span.logged-in, +div#toplinks span.login { + border: none; + background: none; + text-align: right; +} + +#toplinks span.logged-in a.myspace, +#toplinks span.logged-in a.myaccount { + padding-right: 10px; +} + +div#toplinks a { + color: white; + padding: 0; +} + +div#services > ul > li strong, +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: #d18b12; + border-bottom: 5px solid #c6c6c6; + color: white; + padding-left: 1ex; + text-transform: none; +} + +div#services > ul > li strong { + background: #d18b12 url(Picto-EServices.png) 5px 50% no-repeat; + border-bottom: 4px solid #c6c6c6; + padding: 6px 1em 6px 47px; + margin-top: 1px; +} + + +div#steps ol li { + background: #c6c6c6; + border-bottom: 5px solid #c6c6c6; +} + +div#steps ol li.current { + background: #d18b12; +} + +div#steps li.current span.marker, +div#steps span.marker { + color: #333; + text-shadow: 0 0 2px white; +} + +div#centre li li a, +div#gauche li a { +} + +div#content #disclose-dataview, +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div.buttons input { + background: #6c6c6c; +} + +div#home-page-intro { + background: transparent; +} + +div#services > ul { + margin-bottom: 0; +} + +hr.clear { + margin: 0; +} + +div#footer { + border: none; + margin-top: 20px; +} + +br.clear { + clear: both; +} + +#footer h3, #footer a { +} + +div#footer div#help { + background: transparent; + border: none; +} + +#agglo-link a { + background-color: transparent; +} + +p#welcome { + display: none; +} + +div#centre { + margin-top: -1px; +} + +div#profile { + width: 1000px; +} + +#toplinks a.restricted { + position: absolute; + top: 4px; + right: 5px; +} + +#toplinks #welcome span { + background: none; + border: none; +} + +div#breadcrumb { + margin-top: 1ex; + margin-bottom: 0; +} + +div#gauche { + margin-left: 10px; +} diff --git a/wcs/montpellier-commune/saint-genies/bandeau-haut.jpg b/wcs/montpellier-commune/saint-genies/bandeau-haut.jpg new file mode 100644 index 0000000..800a093 Binary files /dev/null and b/wcs/montpellier-commune/saint-genies/bandeau-haut.jpg differ