Template:Team:KULeuven/Stylesheet
From 2009.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
* ----------------------------------------------------------- | * ----------------------------------------------------------- | ||
*/ /* {{{ */ | */ /* {{{ */ | ||
+ | |||
table#NBNav { | table#NBNav { | ||
padding: 0px; | padding: 0px; | ||
Line 34: | Line 35: | ||
table#NBNav td { | table#NBNav td { | ||
width: 60px; | width: 60px; | ||
- | |||
border-right: none; | border-right: none; | ||
- | font-size: | + | font-size: 140%; |
} | } | ||
Line 45: | Line 45: | ||
table#NBNav td a { | table#NBNav td a { | ||
- | display: block; | + | display: block; |
color: black; | color: black; | ||
} | } | ||
- | table#NBNav | + | table#NBNav th.mon { background: #ffd; } |
- | table#NBNav | + | table#NBNav th.tue { background: #ffc; } |
- | table#NBNav | + | table#NBNav th.wed { background: #ffb; } |
- | table#NBNav | + | table#NBNav th.thu { background: #ffa; } |
- | table#NBNav | + | table#NBNav th.fri { background: #ff9; } |
- | table#NBNav | + | table#NBNav th.sat { background: #ff8; } |
- | table#NBNav | + | table#NBNav th.sun { background: #ff7; border-right: solid 1px black;} |
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | table#NBNav td.selected a:link, table#NBNav td.selected a:visited, table#NBNav td.selected a:active { color: | + | table#NBNav td.mon:hover { background: #ffd; } |
+ | table#NBNav td.tue:hover { background: #ffc; } | ||
+ | table#NBNav td.wed:hover { background: #ffb; } | ||
+ | table#NBNav td.thu:hover { background: #ffa; } | ||
+ | table#NBNav td.fri:hover { background: #ff9; } | ||
+ | table#NBNav td.sat:hover { background: #ff8; } | ||
+ | table#NBNav td.sun:hover { background: #ff7; } | ||
+ | |||
+ | table#NBNav td.selected a:link, table#NBNav td.selected a:visited, table#NBNav td.selected a:active { color: blue; } | ||
table#NBNav a:link, table#NBNav a:visited, table#NBNav a:active { text-decoration: none; font-weight: bold;} | table#NBNav a:link, table#NBNav a:visited, table#NBNav a:active { text-decoration: none; font-weight: bold;} | ||
Revision as of 09:26, 17 July 2009