diff --git a/wcs/montpellier-commune/castries/BANDEAU.jpg b/wcs/montpellier-commune/castries/BANDEAU.jpg new file mode 100644 index 0000000..f9d31f0 Binary files /dev/null and b/wcs/montpellier-commune/castries/BANDEAU.jpg differ diff --git a/wcs/montpellier-commune/castries/bullet.png b/wcs/montpellier-commune/castries/bullet.png new file mode 100644 index 0000000..22d14c9 Binary files /dev/null and b/wcs/montpellier-commune/castries/bullet.png differ diff --git a/wcs/montpellier-commune/castries/castrieslogo.jpg b/wcs/montpellier-commune/castries/castrieslogo.jpg new file mode 100644 index 0000000..53dd5fd Binary files /dev/null and b/wcs/montpellier-commune/castries/castrieslogo.jpg differ diff --git a/wcs/montpellier-commune/castries/fond.jpg b/wcs/montpellier-commune/castries/fond.jpg new file mode 100644 index 0000000..fc1a8a9 Binary files /dev/null and b/wcs/montpellier-commune/castries/fond.jpg differ diff --git a/wcs/montpellier-commune/castries/frise-village.jpg b/wcs/montpellier-commune/castries/frise-village.jpg new file mode 100644 index 0000000..df96cf0 Binary files /dev/null and b/wcs/montpellier-commune/castries/frise-village.jpg differ diff --git a/wcs/montpellier-commune/castries/logo_ville.png b/wcs/montpellier-commune/castries/logo_ville.png new file mode 100644 index 0000000..59fc7ef Binary files /dev/null and b/wcs/montpellier-commune/castries/logo_ville.png differ diff --git a/wcs/montpellier-commune/custom-castries.css b/wcs/montpellier-commune/custom-castries.css new file mode 100644 index 0000000..aa8bcbb --- /dev/null +++ b/wcs/montpellier-commune/custom-castries.css @@ -0,0 +1,221 @@ +body { + background: white; + font-size: 100%; + margin: 0px; + padding: 0px; + width: 100%; + height: 100%; + /* + background-image: url(castries/fond.jpg); + background-repeat: no-repeat; + background-position: 50% 0px; + background-attachment: fixed; + */ + font-family: Verdana, sans-serif; +} + +div#header { + background: transparent; + position: static; + margin: 0 auto; +} + +a { + -webkit-transition: all 200ms ease-out; + -moz-transition: all 200ms ease-out; + transition: all 200ms ease-out; +} + +div#top { + background: transparent url(castries/BANDEAU.jpg) bottom right no-repeat; + height: 188px; + 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; + background: url(castries/logo_ville.png) no-repeat; + 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: #005EB8; + color: white; + padding-left: 1ex; + text-transform: none; +} + +div#services > ul > li strong { + background: #005EB8 url(Picto-EServices.png) 5px 50% no-repeat; + padding: 6px 1em 6px 47px; + margin-top: 1px; +} + + +div#steps ol li { + background: #6c6c6c; +} + +div#steps ol li.current { + background: #3c3c3c; +} + +div#steps li.current span.marker, +div#steps span.marker { + color: #888; +} + +div#centre li li a, +div#gauche li a { + background-image: url(castries/bullet.png); +} + +div#content #disclose-dataview, +p.command, +a.edit-custom-text, +#page div.back-home-button a, +div.buttons input { + background: #3c3c3c; +} + +div#home-page-intro { + background: transparent; +} + +div#services > ul { + margin-bottom: 0; +} + +hr.clear { + margin: 0; +} + +#footer-wrapper { + background: #005EAA url(castries/frise-village.jpg) no-repeat top center; + background-size: cover; + min-height: 300px; +} + +div#footer { + border: none; + margin-top: 0; + padding-top: 150px; +} + +br.clear { + clear: both; +} + +#footer h3, #footer a { + color: white; +} + +div#footer div#help { + background: transparent; + border: none; + color: #ccc; +} + +#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; +}