501
edits
(Trying something out) |
(alternate navbox colour scheme, fixes to spoiler text thing) |
||
Line 1: | Line 1: | ||
/* Sitewide CSS stylesheet. Take care when making any changes as they'll be pushed to every user almost immediately. */ | /* Sitewide CSS stylesheet. Take care when making any changes as they'll be pushed to every user almost immediately. */ | ||
/* Some | /* Some spoiler stuff */ | ||
.spoiler-inline { | .spoiler-inline { | ||
color: black; | color: black; | ||
Line 8: | Line 8: | ||
.spoiler-inline:hover { | .spoiler-inline:hover { | ||
background: | background: none; | ||
} | } | ||
Line 107: | Line 107: | ||
table.navbox { /* Navbox container style */ | table.navbox { /* Navbox container style */ | ||
border: 1px solid # | border: 1px solid #aaa; | ||
background | background: #FFFCF7; | ||
width: 100%; | width: 100%; | ||
margin: auto; | margin: auto; | ||
Line 141: | Line 141: | ||
.navbox-title, | .navbox-title, | ||
table.navbox th { | table.navbox th { | ||
background: # | background: #75D9FA; /* Level 1 color */ | ||
} | } | ||
.navbox-abovebelow, | .navbox-abovebelow, | ||
.navbox-group, | .navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background: # | background: #9AE4FD; /* Level 2 color */ | ||
} | } | ||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | ||
background: # | background: #B7EBFD; /* Level 3 color */ | ||
} | } | ||
.navbox tr { | .navbox tr { | ||
Line 157: | Line 156: | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: # | background: #F1FCFF; /* Even row striping */ | ||
} | } | ||
.navbox-odd { | .navbox-odd { |