6,585
edits
No edit summary |
No edit summary |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
float: left; | float: left; | ||
text-align: center; | text-align: center; | ||
font-size: | } | ||
font-style: bold | |||
.hidden { | |||
display: none; | |||
} | |||
.splashmain A:link { | |||
font-size: 310%; | |||
font-style: bold; | |||
} | } | ||
| Line 49: | Line 56: | ||
left: 350px; top: 525px; | left: 350px; top: 525px; | ||
} | } | ||
| Line 87: | 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; | |||
} | } | ||