diff --git a/wcs/montpellier-commune/custom-saint-bres.css b/wcs/montpellier-commune/custom-saint-bres.css new file mode 100644 index 0000000..cbde2f6 --- /dev/null +++ b/wcs/montpellier-commune/custom-saint-bres.css @@ -0,0 +1,223 @@ +html, body { + margin: 0; +} + +div#page { + background: #f9f9f7 url(saint-bres/bg.gif) top left repeat-x; +} + +div#header { + background: white url(saint-bres/header.jpg) 0px 0px no-repeat; + width: 900px; + height: 284px; + margin: 0 auto; + position: relative; + border-radius: 0 0 10px 10px; +} + +div#top { + margin: 0 auto; + height: 106px; + width: 900px; +} + +a#bandeau-commune { + width: 900px; + margin: 0px auto 0 auto; + height: 300px; + background: transparent; + border: none; + text-indent: -9999px; + padding-left: 0; +} + +#toplinks { + right: 5px; + top: 270px; + border: none; + background: transparent; + width: 100%; + +} + +#toplinks span { + display: inline; + border: none; +} + +#toplinks span.login { + background-color: white; + display: block; + width: 40%; + float: right; + border: 1px solid #e9e9e9; +} + +#toplinks span.logged-in { + display: block; + width: 60%; + float: right; + text-align: right; +} + +#toplinks span.logged-in a.myspace, +#toplinks span.logged-in a.myaccount { + font-weight: bold; + color: #555; + padding: 0 1ex; +} + +#toplinks span.logged-in a:hover { + border-bottom: 1px solid #22f; +} + +#toplinks span.logged-in a.logout { + background-color: white; + display: inline-block; + float: right; + padding-right: 2em; + border: 1px solid #e9e9e9; + margin-left: 5ex; + +} + +p#welcome { + margin-left: 20px; + font-weight: bold; + color: black; + float: left; + padding-top: 4px; +} + +p#welcome span { + display: none; +} + +p#welcome a.restricted { + position: absolute; + right: -5px; + top: -170px; +} + +div#main-content-wrapper { + margin: 0px auto 0 auto; + background: white url(saint-bres/filigrane_580.jpg) bottom center no-repeat; +} + +div#services h3 { + margin: -20px auto 0 auto; + border-radius: 5px; +} + +div#main-content { +} + +div#breadcrumb { + background: #FF6C1E; + margin: 24px auto 0 auto; +} + +#content div#breadcrumb a { + color: white; +} + +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-color: #FF6C1E; + height: 31px; + color: white; + margin-bottom: 0; + padding-left: 10px; + border-radius: 0px; + font-weight: normal; +} + +div#services > ul { + margin-bottom: 0; +} + +div#services > ul > li { + margin: 0; + background: transparent; +} + +div#services > ul > li strong { + background: #FF6C1E url(Picto-EServices.png) 5px 50% no-repeat; + border-top-left-radius: 5px; +} + +div#steps ol li { + background: #f68423; +} + +div#steps span.marker { + color: #efac68; +} + +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div.buttons input { + background: #f68423; + color: white; +} + +div#footer-wrapper { + border-top: 1px solid #aaa; + background: white; + margin: 0; + width: auto; +} + +div#footer { + border: none; +} + +div#footer div#links h3 { + margin-left: 0px; +} + +div#footer div#help, +div#footer div#agglo-link a { + background-color: transparent; +} + +div#footer a { + color: #444; +} + +br.clear { + clear: both; +} + +div#idp-links { + display: block; + margin-left: 10px; + margin-top: 260px; +} + +@media screen and (max-width: 1000px) { + div#header { + margin-left: 0; + width: 100%; + } + div#top { + margin-left: 10px; + } + body div#toplinks { + width: 100%; + border-radius: 0; + } + a#bandeau-commune { + width: auto; + } +} diff --git a/wcs/montpellier-commune/saint-bres/bg.gif b/wcs/montpellier-commune/saint-bres/bg.gif new file mode 100644 index 0000000..fff920a Binary files /dev/null and b/wcs/montpellier-commune/saint-bres/bg.gif differ diff --git a/wcs/montpellier-commune/saint-bres/filigrane_580.jpg b/wcs/montpellier-commune/saint-bres/filigrane_580.jpg new file mode 100644 index 0000000..7128ca0 Binary files /dev/null and b/wcs/montpellier-commune/saint-bres/filigrane_580.jpg differ diff --git a/wcs/montpellier-commune/saint-bres/header.jpg b/wcs/montpellier-commune/saint-bres/header.jpg new file mode 100644 index 0000000..3a73082 Binary files /dev/null and b/wcs/montpellier-commune/saint-bres/header.jpg differ