diff --git a/wcs/montpellier-commune/custom-lattes.css b/wcs/montpellier-commune/custom-lattes.css new file mode 100644 index 0000000..a8518eb --- /dev/null +++ b/wcs/montpellier-commune/custom-lattes.css @@ -0,0 +1,232 @@ +body { + background: #ddd url(lattes/body.jpg) repeat-x; +} + +a#bandeau-commune { + background-image: url(lattes/header.jpg); + background-position: 0% 60%; + text-indent: 280px; + line-height: 180px; + font-size: 25px; + color: white; + text-decoration: none; + border: none; + min-height: 150px; + width: 100%; + padding: 0; +} + +div#page { + width: 1000px; + margin: 0px auto 0px auto; + box-sizing: initial; +} + +div#header { + position: relative; + margin: 0 auto; +} + +div#main-content-wrapper { + margin-top: 113px; +} + +div#top { + width: auto; + margin: 0; +} + +div#footer { + min-height: 150px; + background: #777; + color: white; + width: 100%; + border-bottom: 10px solid #434; +} + +div#links { + margin: 0 20px; +} + +div#links h3 { + border-bottom: 2px solid #0A6517; + color: white; +} + +div#footer div#links, +div#footer div#help { + background: transparent; + color: white; + width: 300px; +} + +div#footer div#help { + padding-top: 30px; +} + +div#footer a { + color: #eee; + text-decoration: none; + border-bottom: 1px dotted white; +} + +#agglo-link { + margin-right: 20px; +} + +div#agglo-link a { + background-color: transparent; + border: none; + padding-top: 30px; + padding-right: 100px; +} + +div#steps span.marker { + color: #555; +} + +div#steps ol li { + color: #fff; + background: #888; +} + +div#steps ol li.current { + background: #182A38; + color:#fff; +} + +div#steps ol li.current .marker { + color: black; +} + +div#steps ol ul { + background: white; +} + +div#steps li ul li { + background: #f3f3f3; + color: #666; +} + +div#steps li.current ul li { + color: #535353; +} + +div#steps li.current ul li.current { + color: black; + 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: #182A38; + color: white; +} + + +div#breadcrumb { + position: relative; + left: 210px; + max-width: 700px; + overflow: hidden; + background: none; +} + +#content div#breadcrumb a { + color: black; +} + +div#services > ul > li strong { + background-color: #182A38; +} + +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div.buttons input { + background: #028ADE; +} + +#toplinks { + background: transparent; + top: 10px; +} + +#toplinks span.login, +#toplinks span.logged-in { + background: white; +} + +#toplinks a.restricted { + position: absolute; + top: -14px; + right: 0px; + height: 20px; +} + +#toplinks #welcome span { + display: none; +} + +#welcome { + border: none; +} + +div#services > ul > li { + margin: 0 0 10px 0; + width: 100%; +} + +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 { + padding-left: 10px; +} + +div#home-page-intro { + padding: 0; +} + +div#home-page-intro p { + margin: 1ex 2px; +} + +div#member, +div#new_member, +div#accessibility, +div#contact, +div#info, +div#rub_agenda, +div#rub_annonce, +div#profile, +div#rub_consultation, +div#rub_service { + box-shadow: 0 5px 5px 0 #777; +} + +div#centre li li { +} + +div#centre li li a, +div#gauche li a { + background: none; + padding: 3px 0; + display: inline-block; +} diff --git a/wcs/montpellier-commune/lattes/body.jpg b/wcs/montpellier-commune/lattes/body.jpg new file mode 100644 index 0000000..d726579 Binary files /dev/null and b/wcs/montpellier-commune/lattes/body.jpg differ diff --git a/wcs/montpellier-commune/lattes/header.jpg b/wcs/montpellier-commune/lattes/header.jpg new file mode 100644 index 0000000..7c76c73 Binary files /dev/null and b/wcs/montpellier-commune/lattes/header.jpg differ