add prefecture variant

This commit is contained in:
Frédéric Péters 2015-05-29 09:51:22 +02:00
parent 089be24fc9
commit d0db3d014e
6 changed files with 90 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -0,0 +1,90 @@
html {
background: #EDEDED url(bg-container.png) repeat-y scroll center top;
}
body {
background: #EDEDED url(bg-container.png) repeat-y scroll center top;
font-family: "Century Gothic", Arial, Verdana;
}
div#page {
background: url(bandeau-departement-blanc.jpg) top left no-repeat;
max-width: 1060px;
}
div#header {
height: 135px;
background: transparent url(logo-pref.png) no-repeat 50px 14px;
}
div#top h1 {
padding-top: 50px;
padding-left: 140px;
font-size: 160%;
font-weight: normal;
}
div#top h1 a {
color: white;
}
#nav {
margin-top: 0;
margin-left: 0;
}
#nav ul {
border: none;
margin: 0;
}
#nav li {
margin: 0;
width: 8em;
display: inline-block;
text-align: center;
padding: 0 1ex;
border-right: 1px outset white;
}
#nav li a {
color: #494949;
display: inline-block;
width: 100%;
}
#nav li.selected a {
color: #222;
}
#nav li a:hover {
background: white;
color: #222;
}
#nav li:after {
content: none;
}
div#main-content {
margin-top: 20px;
}
#content div.cell {
border: none;
}
#toplinks {
top: 0;
background: rgba(255, 255, 255, 0.6);
width: 442px;
}
div#footer-wrapper {
background: transparent url(bg-footer.png) top center no-repeat;
color: #444;
}
div#footer {
padding-top: 30px;
padding-bottom: 20px;
}