first draft of cournonterral variation

This commit is contained in:
Frédéric Péters 2015-03-10 17:29:36 +01:00
parent 96e731315e
commit 97a4e73f8d
2 changed files with 173 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 KiB

View File

@ -0,0 +1,173 @@
body {
background: white;
}
a#bandeau-commune {
background-image: url(cournonterral/bandeau.png);
background-position: 0% 50%;
text-indent: -2000px;
border: none;
min-height: 220px;
width: 100%;
}
div#page {
background: white;
width: 1040px;
margin: 50px auto 10px auto;
background-color: #FFF;
box-sizing: initial;
}
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: #399947;
color: white;
width: 100%;
border-bottom: 30px solid #0A6517;
}
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: #dc911b;
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: #dc911b;
color: white;
border-bottom: 2px solid black;
}
div#breadcrumb {
position: relative;
left: 210px;
max-width: 500px;
overflow: hidden;
}
div#services > ul > li strong {
background-color: #dc911b;
}
p.command,
a.edit-custom-text,
#page div.back-home-button a,
div.buttons input {
background: #EC9200;
}
#toplinks {
background: transparent;
}
#toplinks span.logged-in {
background: white;
}
#toplinks a.restricted {
position: absolute;
top: -24px;
right: 0px;
height: 20px;
}
#toplinks #welcome span {
display: none;
}
#welcome {
border: none;
}