User:Hachimitsu/style.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* Default skin for navigation boxes */
/* Navbox container style */
table.navbox {
width: 100%;
margin: 0;
clear: both;
font-size: smaller;
text-align: center;
padding: 0px;
}
/* Navbox Layout */
table.navbox+table.navbox {
/* Single pixel border between adjacent navboxes */
margin-top: -1px;
}
/* Title and above/below styles */
.navbox-title,
.navbox-abovebelow,
table.navbox th {
text-align: center;
padding-left: 4px;
padding-right: 4px;
}
.navbox-group {
/* Group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
}
.navbox-list {
text-align: left;
}
.navbox .collapseButton {
/* In navboxes, the show/hide button balances */
width: 6em;
/* the vde links from [[Template:Tnavbar]], */
}
/* so they need to be the same width. */
.navbox-title,
.navbox-above,
.navbox-below {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
/* Navbox Colors */
.navbox,
.navbox-subgroup {
background: #F5DEB3;
/* Background color */
}
.navbox-list {
border-color: #F5DEB3;
/* Must match background color */
}
.navbox-title,
table.navbox th {
background: #524842;
/* Level 1 color */
}