add fontenay-sous-bois variant

This commit is contained in:
Frédéric Péters 2015-05-29 11:05:05 +02:00
parent 9542da8291
commit 80418ffa39
14 changed files with 108 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 277 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,108 @@
html, body {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Verdana, sans-serif;
background: transparent url(image/background_04.jpg) no-repeat fixed 0% 0% / cover;
}
div#header {
margin-top: 10px;
background: transparent url(image/bandeau_portail_citoyen.png) no-repeat 0% 0%;
background-size: 100% 100%;
min-height: 187px;
z-index: 200;
}
div#header h1#logo {
display: none;
}
div#nav {
background: white;
border-radius: 10px;
padding: 7px 0px;
margin: 10px 4px;
box-shadow: 0 0 3px #444;
}
div#nav ul {
border: none;
}
div#nav a {
color: #E27828;
border-right: 1px solid #E27828;
font-weight: bold;
padding: 10px 20px 10px 0;
}
div#nav li:hover a,
div#nav li.selected a {
color: #FF6E00;
}
div#nav li:after {
content: none;
}
div#nav li:first-child a {
background: url(image/logo_accueil.png) no-repeat center left;
padding-left: 50px;
}
div#main-content {
margin: 10px 4px;
}
#toplinks {
top: 205px;
right: 10px;
background: transparent;
font-weight: bold;
}
div#member, div#new_member, div#accessibility, div#contact, div#info, div#help, div#rub_agenda, div#rub_annonce, div#rub_consultation, div#rub_service, div#gauche + div#rub_service,
#content div#services > ul > li,
div#tracking-code,
div#steps,
#content div.cell, div.block {
background: white;
margin: 10px 0;
border-radius: 10px;
box-shadow: 0 0 3px #444;
border: 0;
}
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 {
border-top: none;
}
div#footer-wrapper {
background: none;
}
div#footer {
background: url(image/logo_fontenay-sous-bois.png) no-repeat top right;
min-height: 80px;
}
div#content form {
background: white;
}
#toplinks a.restricted {
top: -190px;
}
div#steps ol > li {
border: none;
}
p.command, a.edit-custom-text, div.buttons input {
background: #E27828;
border-radius: 5px;
}
}