Narutopedia
Register
Advertisement

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.
/* CSS placed here will affect handheld devices based on the skin configured in $wgHandheldStyle */
.mobile-hide {
    display: none !important;
}

/* Infobox fixes */
table.infobox td.clearcell { /* Align icons properly */
    text-align: left;
}
.smwttcontent { /* Hide Unit conversions */
	display: none;
}

/* Main page styling */
.mainpage-box {
	background: #fff;
	border-spacing: 4px;
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.66);
	margin-bottom: 2em;
	margin-top: 2em;
	width: 100%;
}
.mainpage-box th {
	background: #e8ac4d;
	border: 2px solid #e8ac4d;
	color: white;
	padding: 3px;
	text-align: center;
	vertical-align: top;
}
.mainpage-box td {
	padding: 5px;
	text-align: left;
}
Advertisement