MediaWiki:Gadget-NavboxStyle.css

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search

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.
/* Navbox template CSS */

/* Site styles */
table.navbox {				/* navbox container style */
	width: 100%;
	color: #000;
	font-size: 88%;
	text-align: center;
	border: 1px solid #aaa;
	padding: 1px;
	margin: auto;
	clear: both;
}
table.navbox + table.navbox,
.content-table-wrapper + .content-table-wrapper .navbox {
	margin-top: -1px !important;	/* single pixel border between adjacent navboxes */
}
.navbox-abovebelow,
.navbox-title, table.navbox th {	/* title and above/below styles */
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}
.navbox-group {				/* group style */
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding-left: 1em;
	padding-right: 1em;
}
.navbox, .navbox-subgroup {
	background: #fdfdfd;		/* Background color */
}
.navbox-list {
	border-left: 2px solid #fdfdfd;	/* Must match background color */
}
.navbox-title, table.navbox th {
	background: #ccccff;		/* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
	background: #ddddff;		/* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
	background: #e6e6ff;		/* Level 3 color */
}
.navbox-even {
	background: #f7f7f7;		/* Even row striping */
}
.navbox-odd {
	background: transparent;	/* Odd row striping */
}
.client-nojs .navspace {
	display: none;
}
@media print {
	.navbox {
		display: none;
	}
}

/* Moveset and special moves boxes */
.moveset-nav, .special-moves .wikitable {
	color: #000;
}

/* MediaWiki collapsible buttons */
.mw-collapsible-toggle {
	font-weight: normal;
}