add alfortville variant

This commit is contained in:
Frédéric Péters 2015-05-29 09:50:58 +02:00
parent 1b77f9fac8
commit 089be24fc9
7 changed files with 83 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

View File

@ -0,0 +1,83 @@
body {
background:
linear-gradient(to bottom, transparent 0%, transparent 30px, white 30px, white 118px, transparent 118px, transparent 100%) no-repeat,
url(texture.png);
}
div#tracking-code {
text-align: center;
padding-bottom: 10px;
}
div#top {
}
div#top h1#logo {
padding-top: 50px;
margin-top: 10px;
position: relative;
left: -100px;
background: url(logo.png) no-repeat 50px 20px,
linear-gradient(to right, white 0%, white 80px, transparent 50px);
padding-left: 320px;
padding-bottom: 20px;
font-style: italic;
font-weight: normal;
font-size: 15px;
}
#toplinks {
background: none;
}
#nav {
margin: 0;
padding-top: 0;
}
#nav ul {
border: none;
box-shadow: 0 0 2px #668;
text-transform: uppercase;
font-weight: bold;
}
div#main-content-wrapper {
background: white;
}
div#header {
padding-top: 20px;
padding-bottom: 200px;
background: url(alfortville.jpeg) 0px 0 no-repeat;
}
div#top {
background: rgba(255, 255, 255, 0.8);
}
div#footer-wrapper {
background: transparent;
margin-bottom: 1em;
}
div#footer {
background: white;
box-shadow: 0 0 2px #668;
}
div#footer p {
margin: 1em 1em;
}
div#footer p#legal {
color: #666;
}
div#welcome {
margin: 1em;
}
div#steps ol {
margin-top: -1ex;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB