wcs: castries, first draft

This commit is contained in:
Frédéric Péters 2015-12-10 08:53:30 +01:00
parent bd4617c8bc
commit 15d35b6f5c
7 changed files with 221 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -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;
}