saint-drezery: 1st draft (#9044)

This commit is contained in:
Frédéric Péters 2015-11-22 11:46:43 +01:00
parent dbc3c3f140
commit ee7bef7d00
3 changed files with 207 additions and 0 deletions

View File

@ -0,0 +1,207 @@
body {
background: #BCAD9A;
}
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(saint-drezery/bandeau-h.jpeg) bottom left no-repeat;
height: 230px;
width: 1000px;
margin: 0 auto;
}
a#bandeau-commune {
background: none;
border: none;
margin-top: 30px;
padding-left: 0;
color: transparent;
display: inline-block;
line-height: 160px;
padding-top: 150px;
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: #BFBFBF;
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: #436600;
color: white;
padding-left: 1ex;
text-transform: none;
}
div#services > ul > li strong {
background: #ff7a00 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 {
}
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: #3a3a3a;
min-height: 150px;
}
div#footer {
border: none;
margin-top: 0;
}
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.