17,056
edits
Welcome to Gallowpedia!
This wiki contains spoilers! Read at your own risk.
Please visit our Discord server, the Cult of Fortesque, and say hello!
Want to contribute? Check out the MediaWiki help pages and our Manual of Style to get started.
Please feel free to use the wiki to make your own content. Just make sure to give credit where it is due!
Thank you!
- The Gallowpedia Team
DansFriend (talk | contribs) (Created page with "table.navbox { →Navbox container style: border: 1px solid #aaa; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px; } table.navbox + table.navbox { →Single pixel border between adjacent navboxes: margin-top: -1px; →(doesn't work for IE6, but that's okay): } .navbox-title, .navbox-abovebelow { text-align: center !important; /* Title and above/below styles...") |
DansFriend (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
table.navbox { /* Navbox container style */ | table.navbox { /* Navbox container style */ | ||
border: 1px solid # | border: 1px solid #222; | ||
width: 100%; | width: 100%; | ||
margin: auto; | margin: auto; | ||
Line 16: | Line 16: | ||
padding-left: 1em; | padding-left: 1em; | ||
padding-right: 1em; | padding-right: 1em; | ||
} | |||
.navbox-group, | |||
.navbox-abovebelow, | |||
.navbox-title, | |||
.navbox-group a, | |||
.navbox-group a:visited, | |||
.navbox-abovebelow a, | |||
.navbox-abovebelow a:visited, | |||
.navbox-title a, | |||
.navbox-title a:visited { | |||
color: white; | |||
} | } | ||
Line 34: | Line 46: | ||
.navbox-title, | .navbox-title, | ||
table.navbox th { | table.navbox th { | ||
background: # | background: #663399; /* Level 1 color */ | ||
} | } | ||
Line 42: | Line 54: | ||
float: right; | float: right; | ||
text-align: right; | text-align: right; | ||
width: | width: 5em; | ||
} | } | ||
Line 48: | Line 60: | ||
.navbox-group, | .navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background: # | background: #663399; /* Level 2 color */ | ||
} | } | ||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | ||
background: # | background: #663399; /* Level 3 color */ | ||
} | } | ||
.navbox-even { | .navbox-even { | ||
background: | background: var(--color-surface-2); /* Even row striping */ | ||
} | } | ||
.navbox-odd { | .navbox-odd { |