File size: 451 Bytes
73c6193 |
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 |
body {
color: #cccccc;
font-family: Monospace;
font-size: 13px;
text-align: center;
background-color: #050505;
margin: 0px;
overflow: hidden;
}
#info {
position: absolute;
top: 0px;
width: 100%;
padding: 5px;
}
#description {
position: absolute;
top: 20px;
width: 100%;
padding: 5px;
}
.float {
float: left;
top: 10px;
}
a {
color: #0080ff;
}
|