wcs: sussargues (1st draft)

This commit is contained in:
Frédéric Péters 2015-01-18 17:09:05 +01:00
parent ab3bcfe1d7
commit ccdb9e3e7e
2 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,150 @@
body {
background: #E6E6E6;
}
a#bandeau-commune {
background-image: url(sussargues/logo-sussargues-160.png);
background-position: 20px 50px;
text-indent: -2000px;
border: none;
min-height: 220px;
}
div#page {
background: white;
width: 1040px;
margin: 50px auto 10px auto;
background-color: #FFF;
box-sizing: initial;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27);
}
div#header {
position: relative;
margin: 0;
}
div#main-content-wrapper {
margin-top: 169px;
}
div#top {
width: auto;
margin: 0;
}
div#footer {
min-height: 150px;
background: #575757;
color: white;
width: 100%;
border-bottom: 30px solid #333333;
}
div#links {
margin: 0 20px;
}
div#links h3 {
border-bottom: 2px solid #EC9200;
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: #EC9200;
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: black;
color: white;
border-bottom: 2px solid #EC9200;
}
div#breadcrumb {
position: relative;
left: 210px;
max-width: 500px;
overflow: hidden;
}
div#services > ul > li strong {
background-color: #3B3B3B;
}
p.command,
a.edit-custom-text,
#page div.back-home-button a,
div.buttons input {
background: #EC9200;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB