6,585
edits
No edit summary |
No edit summary |
||
| (35 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.splashmain { | .splashmain { | ||
position: absolute; | |||
top: 250px; | |||
float: left; | float: left; | ||
text-align: center; | |||
} | |||
.hidden { | |||
display: none; | |||
} | |||
.splashmain A:link { | |||
font-size: 310%; | |||
font-style: bold; | |||
} | } | ||
.splashlinks { | |||
position: absolute; | |||
top: 0px; | |||
float: right; | |||
} | |||
.oclock { | .oclock { | ||
margin-top: | position: absolute; | ||
background-image:url('/ov.png'); | |||
background-repeat:no-repeat; | |||
width: 200px; | |||
height: 125px; | |||
} | |||
.olink { | |||
margin-top: 42px; | |||
vertical-align: middle; | |||
text-align: center; | text-align: center; | ||
font-size: 110%; | |||
font-style: bold; | font-style: bold; | ||
} | } | ||
.oclock1 { | .oclock1 { | ||
left: 350px; top: 25px; | |||
} | } | ||
.oclock2 { | .oclock2 { | ||
left: 500px; top: 150px; | |||
} | } | ||
.oclock3 { | .oclock3 { | ||
left: 550px; top: 275px; | |||
} | } | ||
.oclock4 { | .oclock4 { | ||
left: 500px; top: 400px; | |||
} | } | ||
.oclock5 { | .oclock5 { | ||
left: 350px; top: 525px; | |||
} | } | ||
.noticebox { | .noticebox { | ||
| Line 69: | Line 92: | ||
padding-top: 4px; | padding-top: 4px; | ||
valign: top; | valign: top; | ||
} | |||
.comments p { | |||
padding-left: 2.5em; | |||
} | |||
.gpsloc { | |||
display: none; | |||
} | |||
.weightup { | |||
background: green; | |||
font-weight: bold; | |||
} | |||
.weightdown { | |||
background: orange; | |||
font-weight: bold; | |||
} | |||
th { | |||
font-weight: normal; | |||
} | } | ||