| 1 |
body {
|
| 2 |
background-color: white
|
| 3 |
}
|
| 4 |
.title {
|
| 5 |
color: #663300;
|
| 6 |
font-size: 220%;
|
| 7 |
margin-left:5px;
|
| 8 |
margin-right: 5px;
|
| 9 |
margin-top: 5px;
|
| 10 |
border: dotted 10px black;
|
| 11 |
border-top-color: #FFFF00;
|
| 12 |
border-left-color: #FF0000;
|
| 13 |
border-bottom-color: #00FF00;
|
| 14 |
border-right-color: #FF0000;
|
| 15 |
line-height: 140%;
|
| 16 |
}
|
| 17 |
.utubi {
|
| 18 |
display: block;
|
| 19 |
color: orange;
|
| 20 |
background-color: FFCC99;
|
| 21 |
}
|
| 22 |
#layer0 {
|
| 23 |
width: 500px;
|
| 24 |
height: 1500px;
|
| 25 |
top: 30px;
|
| 26 |
left: 135px;
|
| 27 |
position: absolute;
|
| 28 |
z-index: 0;
|
| 29 |
background-color: #CC9966;
|
| 30 |
}
|
| 31 |
#layer1 {
|
| 32 |
width: 500px;
|
| 33 |
height: 1500px;
|
| 34 |
top: 20px;
|
| 35 |
left: 125px;
|
| 36 |
position: absolute;
|
| 37 |
z-index: 1;
|
| 38 |
background-color: #FFCC99;
|
| 39 |
text-align: center;
|
| 40 |
}
|
| 41 |
#layer2 {
|
| 42 |
width: 200px;
|
| 43 |
height: 600px;
|
| 44 |
top: 210px;
|
| 45 |
left: 60px;
|
| 46 |
position: absolute;
|
| 47 |
z-index: 2;
|
| 48 |
background-color: #99CC33;
|
| 49 |
}
|
| 50 |
#layer3 {
|
| 51 |
width: 200px;
|
| 52 |
height: 600px;
|
| 53 |
top: 200px;
|
| 54 |
left: 50px;
|
| 55 |
position: absolute;
|
| 56 |
z-index: 3;
|
| 57 |
background-color: #CCFF66;
|
| 58 |
}
|
| 59 |
#layer4 {
|
| 60 |
width: 200px;
|
| 61 |
height: 600px;
|
| 62 |
top: 210px;
|
| 63 |
left: 285px;
|
| 64 |
position: absolute;
|
| 65 |
z-index: 4;
|
| 66 |
background-color: #CCCC99;
|
| 67 |
}
|
| 68 |
#layer5 {
|
| 69 |
width: 200px;
|
| 70 |
height: 600px;
|
| 71 |
top: 200px;
|
| 72 |
left: 275px;
|
| 73 |
position: absolute;
|
| 74 |
z-index: 5;
|
| 75 |
background-color: #FFFFCC;
|
| 76 |
}
|
| 77 |
#layer6 {
|
| 78 |
width: 200px;
|
| 79 |
height: 600px;
|
| 80 |
top: 210px;
|
| 81 |
left: 510px;
|
| 82 |
position: absolute;
|
| 83 |
z-index: 6;
|
| 84 |
background-color: #CC3366;
|
| 85 |
}
|
| 86 |
#layer7 {
|
| 87 |
width: 200px;
|
| 88 |
height: 600px;
|
| 89 |
top: 200px;
|
| 90 |
left: 500px;
|
| 91 |
position: absolute;
|
| 92 |
z-index: 7;
|
| 93 |
background-color: #FF6699;
|
| 94 |
}
|
| 95 |
#layer8 {
|
| 96 |
width: 200px;
|
| 97 |
height: 600px;
|
| 98 |
top: 860px;
|
| 99 |
left: 60px;
|
| 100 |
position: absolute;
|
| 101 |
z-index: 8;
|
| 102 |
background-color: #CCCC66;
|
| 103 |
}
|
| 104 |
#layer9 {
|
| 105 |
width: 200px;
|
| 106 |
height: 600px;
|
| 107 |
top: 850px;
|
| 108 |
left: 50px;
|
| 109 |
position: absolute;
|
| 110 |
z-index: 9;
|
| 111 |
background-color: #FFFF99;
|
| 112 |
}
|
| 113 |
#layer10 {
|
| 114 |
width: 200px;
|
| 115 |
height: 600px;
|
| 116 |
top: 860px;
|
| 117 |
left: 285px;
|
| 118 |
position: absolute;
|
| 119 |
z-index: 10;
|
| 120 |
background-color: #999966;
|
| 121 |
}
|
| 122 |
#layer11 {
|
| 123 |
width: 200px;
|
| 124 |
height: 600px;
|
| 125 |
top: 850px;
|
| 126 |
left: 275px;
|
| 127 |
position: absolute;
|
| 128 |
z-index: 11;
|
| 129 |
background-color: #CCCC99;
|
| 130 |
}
|
| 131 |
#layer12 {
|
| 132 |
width: 200px;
|
| 133 |
height: 600px;
|
| 134 |
top: 860px;
|
| 135 |
left: 510px;
|
| 136 |
position: absolute;
|
| 137 |
z-index: 12;
|
| 138 |
background-color: #CC9933;
|
| 139 |
}
|
| 140 |
#layer13 {
|
| 141 |
width: 200px;
|
| 142 |
height: 600px;
|
| 143 |
top: 850px;
|
| 144 |
left: 500px;
|
| 145 |
position: absolute;
|
| 146 |
z-index: 13;
|
| 147 |
background-color: #FFCC66;
|
| 148 |
}
|