4,595
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
.tabber .tabbertab, | /* .tabber .tabbertab, | ||
ul.tabbernav { | ul.tabbernav { | ||
padding: 0; | padding: 0; | ||
Line 8: | Line 8: | ||
margin: 0.35em 0; | margin: 0.35em 0; | ||
} | } | ||
/* CSS for all infoboxes */ | /* CSS for all infoboxes *//* | ||
.infobox { | .infobox { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
Line 56: | Line 56: | ||
} | } | ||
/* CSS for Player and NPC Infoboxes */ | /* CSS for Player and NPC Infoboxes *//* | ||
.infobox.player, | .infobox.player, | ||
.infobox.npc { | .infobox.npc { | ||
Line 67: | Line 67: | ||
} | } | ||
/* CSS for Session Infoboxes */ | /* CSS for Session Infoboxes *//* | ||
.infobox.session th { | .infobox.session th { | ||
width: 9em; | width: 9em; | ||
} | } | ||
/* CSS for location colors */ | /* CSS for location colors *//* | ||
.infobox.location .tag.Building { | .infobox.location .tag.Building { | ||
background-color: red; | background-color: red; | ||
Line 104: | Line 104: | ||
} | } | ||
/* Fix link colors */ | /* Fix link colors *//* | ||
a:visited { | a:visited { | ||
color: darkorange !important; | color: darkorange !important; |