Age of Warscape Wiki
Advertisement

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */

.navbox {
color: black;
background-image: url("https://ageofwarscape.gamepedia.com/media/ageofwarscape.gamepedia.com/8/87/Banner.png");
}

.navbox {
	background: #333;
	border: 1px solid #fec356;
	margin: 1em auto 0;
	width: 100%;
}

.navbox table {
	background: #333;
	margin-left: -4px;
	margin-right: -2px;
        color: white;
}
.navbox table:first-child {
	margin-top: -2px;
}
.navbox table:last-child {
	margin-bottom: -2px;
}

.navbox .navbox-top {
	white-space: nowrap;
	background-color: #3d2800;
	padding: 0 3px;
	text-align: center;
        color: #d89700;
}

.navbox-navbar,
.navbox-navbar-mini {
	float: left;
	font-size: 80%;
}

.navbox-title {
	padding: 0 10px;
	font-size: 110%;
}

.navbox th {
	background-color: #d89700;
        color: black;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}

.navbox th a {
        color: black;
	padding: 0 10px;
	white-space: nowrap;
	text-align: right;
}

.navbox td {
	width: 100%;
	padding: 0 0 0 2px;
        color: white;
}

.fpagehead {
background-image: url("https://ageofwarscape.gamepedia.com/media/ageofwarscape.gamepedia.com/e/e0/Header.gif");
}

/** Removes some unnecessary things, specifically social media **/
/** Removing the social media buttons helps speed up processing and avoids adblockers from removing content **/

#p-socialProfiles {
display: none;
}

#p-sharing {
display: none;
}
Advertisement