diff --git a/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css b/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css new file mode 100644 index 0000000..1ea66b7 --- /dev/null +++ b/wcs/montpellier-commune/custom-villeneuve-les-maguelone.css @@ -0,0 +1,205 @@ +div#header { + margin-left: 0; + background: #E2D9BC url(villeneuve-les-maguelone/cropped-header-2000x298.jpg) top center no-repeat; + background-size: cover; +} + +div#top { + margin: 0 auto; + height: 146px; +} + +div#main-content-wrapper { + margin-top: 215px; +} + +#toplinks { + right: 5px; + top: -57px; + border: none; + background: white; + background: rgba(255, 255, 255, 0.5); + width: 100%; + border-radius: 0 0 10px 10px; +} + +#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 { + padding: 0 1ex; +} + +#toplinks span.logged-in a:hover { + border-bottom: 1px solid white; +} + +#toplinks span.logged-in a.logout { + background-color: white; + display: inline-block; + float: right; + padding-right: 2em; + border: 1px solid #e9e9e9; + margin-left: 1ex; + +} + +p#welcome { + margin-left: 20px; + font-weight: bold; + color: white; + float: left; + padding-top: 4px; +} + +p#welcome a.restricted { + position: absolute; + right: 5px; + top: 39px; +} + +a#bandeau-commune { + width: 1000px; + margin: 55px auto 0 auto; + height: 100px; + background: transparent url(villeneuve-les-maguelone/logo.png) no-repeat top left; + border: none; + padding-left: 0; + padding-top: 30px; +} + +a#bandeau-commune:hover { + border: none; + text-decoration: none; +} + +a#bandeau-commune span { + color: transparent; +} + +#toplinks span { + background: transparent; +} + +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: #00BDCE; + border-bottom: 2px solid black; + color: black; + font-weight: normal; + padding: 15px 10px 10px 10px; +} + +div#breadcrumb { + color: #444; + padding: 8px 5px; + width: auto; +} + +div#footer-wrapper { + background: #0054AD; + height: 200px; + border-top: 30px solid #00BDCE; +} + +div#footer { + border: none; +} + +div#footer div#help { + color: #eaeaea; +} + +#footer a { + color: #aaf; +} + +#agglo-link a { + background-color: transparent; +} + +div#services > ul > li strong, +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div#steps ol li +div.buttons input { + background-color: #00BDCE; +} + +@media screen and (max-width: 1000px) { + div#header { + margin-left: 0; + } + div#top { + margin-left: 10px; + } + body div#toplinks { + width: 100%; + border-radius: 0; + } + a#bandeau-commune { + width: auto; + } +} + +@media screen and (max-width: 500px) { + a#bandeau-commune { + background-size: 90vw; + } + p#welcome { display: none; } + #toplinks span.logged-in { + width: auto; + } +} + +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div.buttons input { + background: #97378C; +} + +div#steps ol li.current { + background: #97378C; +} + +div#steps ol li { + background: #aaa; +} + +div#steps ol li.current .marker, +div#steps span.marker { + color: white; +} + +div.content table thead th {background-color: #97378C; color: white;} +div.content table thead tr {} +div.content table thead td {background-color: #97378C;} diff --git a/wcs/montpellier-commune/villeneuve-les-maguelone/cropped-header-2000x298.jpg b/wcs/montpellier-commune/villeneuve-les-maguelone/cropped-header-2000x298.jpg new file mode 100644 index 0000000..2bda0f5 Binary files /dev/null and b/wcs/montpellier-commune/villeneuve-les-maguelone/cropped-header-2000x298.jpg differ diff --git a/wcs/montpellier-commune/villeneuve-les-maguelone/logo.png b/wcs/montpellier-commune/villeneuve-les-maguelone/logo.png new file mode 100644 index 0000000..a69bf10 Binary files /dev/null and b/wcs/montpellier-commune/villeneuve-les-maguelone/logo.png differ