1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
| body{
margin: 0;
min-width: 980px;
padding: 0;
}
p{
margin: 0 0 20px 0;
}
p, ul{
font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size-adjust:0.488;
font-weight:200;
font-style:normal;
}
img{
border: 0;
}
h1, #pixels{
font-family:"Museo 900", Verdana, serif;
font-size-adjust:0.40;
font-weight:700;
font-style:normal;
}
h2{
font-family:"Beau Sans Pro Book", Verdana, sans-serif;
font-size-adjust:0.531;
font-weight:500;
font-style:normal;
}
#header h1, #pixels{
color: #48941A;
}
.float-left{
float: left;
margin: 0 0 0 20px;
}
.float-right{
float: right;
margin: 0 20px 0 0;
}
.center{
font-size: 2.5em;
padding: 80px 0;
text-align: center;
}
#nav{
list-style: none;
position: fixed;
right: 20px;
z-index: 300;
}
#nav li{
margin: 0 0 15px 0;
}
#div1 { position: relative; height: 1000px; margin: 0 auto; padding: 0; overflow: hidden;}
#div1 { background: url(a1.jpg) 50% 0 no-repeat fixed; }
#div1 .bg{ position: absolute; width: 100%; height: 1000px; z-index: 201; top: 0; padding: 0; }
#div1 .bg { background: url(a1bis.jpg) 50% 28px no-repeat; }
#div1 .sprite { position: absolute; width: 100%; height: 1000px; z-index: 200; top: 0; padding: 0; }
#div1 .sprite { background: url(asprit.jpg) 90% 600px no-repeat fixed; }
#div2{ position: relative; height: 1000px; margin: 0 auto; padding: 0; overflow: hidden;}
#div2{ background: url(a2.jpg) 50% 0 no-repeat fixed; }
#div2 .bg{ position: absolute; width: 100%; height: 1000px; z-index: 201; top: 0; padding: 0; }
#div2 .bg{ background: url(a1bis.jpg) 50% 28px no-repeat; }
#div3{ position: relative; height: 1000px; margin: 0 auto; padding: 0; overflow: hidden;}
#div3{ background: url(a3.jpg) 50% 0 no-repeat fixed; }
#div3 .bg{ position: absolute; width: 100%; height: 1000px; z-index: 201; top: 0; padding: 0; }
#div3 .bg{ background: url(abis3.jpg) 50% 28px no-repeat; }
div#one{
position:absolute;
background-color:#16F333;
left:190px;
top: 190px;
width:160px;
height:150px;
margin:3px;
}
div#four {
display:none;
position:absolute;
background-color:#FA8A01;
left:360px;
top: 190px;
width:160px;
height:150px;
margin:3px;
}
div#five{
display:none;
position:absolute;
background-color:#A1FCFB;
left:360px;
top: 190px;
width:160px;
height:150px;
margin:3px;
}
div#six{
position:absolute;
display:none;
/*background-color:#76FF69;*/
left:530px;
top: 190px;
width:320px;
height:200px;
margin:3px;
}
div#sept{
position:absolute;
display:none;
/*background-color:#76FF69;*/
left:530px;
top: 190px;
width:320px;
height:200px;
margin:3px;
}
.story{
margin: 0 auto;
min-width: 980px;
width: 980px;
}
.story .float-left, .story .float-right{
padding: 100px 0 0 0;
position: relative;
width: 350px;
} |
Partager