wikis

Note: After publishing, you may have to bypass your browser's cache to see the changes.

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect, .watchlistredir { font-style: italic; }

/* Infobox template style
	New templates should use PortableInfoboxes
*/
.infobox {
	border: 1px solid #aaaaaa;
	background-color: #f9f9f9;
	color: black;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding: 0.2em;
	float: right;
	clear: right;
}
.infobox td,
.infobox th {
	vertical-align: top;
}
.infobox caption {
	font-size: larger;
	margin-left: inherit;
}
.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
	border: 1px solid var(--theme-page-accent-mix-color);
	background-color: var(--theme-page-text-mix-color-95);
	color: var(--theme-page-text-color);
	margin-top: 1em;
	padding: 6px;
}
.forumlist td.forum_edited a {
	color: var(--theme-page-text-color);
	text-decoration: none
}
.forumlist td.forum_title a {
	padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
	font-weight: bold;
	background: url('https://static.wikia.nocookie.net/central/images/4/4e/Forum_new.gif') center left no-repeat;
	padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
	font-weight: normal;
	background: none;
	padding-left: 20px;
}
.forumlist th.forum_title {
	padding-left: 20px;
}

/* PortableNavbox ([[Template:Navbox]]) */
.portable-infobox.type-navbox {
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
}

.portable-infobox.type-navbox .pi-data-value {
	flex-basis: 100%;
	width: 100%;
}

.portable-infobox.type-navbox .pi-data-label {
	flex-basis: 200px;
}

.portable-infobox.type-navbox .pi-data-value:not(.pi-data-label + .pi-data-value) {
	text-align: center;
}

.portable-infobox.type-navbox .pi-data-value:not(.pi-data-label + .pi-data-value) div {
	justify-content: center;
}

/* Visit wiki box */
.visit-wiki {
	background-color: var(--pi-secondary-background, var(--theme-accent-color));
	border: 1px solid var(--pi-border-color,  var(--pi-secondary-background, var(--theme-accent-color)));
}
.visit-wiki * {
	color: var(--pi-secondary-background--label, var(--theme-accent-label-color));
}

/* PortableInfobox themes */
.portable-infobox:not(.pi-theme-default) {
	--pi-border-color: var(--pi-secondary-background);
}

.pi-theme-other, .pi-theme-8 {
	--pi-secondary-background: #092140;
	--pi-secondary-background--label: white;
}

.pi-theme-tv, .pi-theme-2 {
	--pi-secondary-background: #00b7e0;
	--pi-secondary-background--label: black;
}

.pi-theme-games, .pi-theme-6 {
	--pi-secondary-background: #94d11f;
	--pi-secondary-background--label: black;
}

.pi-theme-books, .pi-theme-5 {
	--pi-secondary-background: #ff7f26;
	--pi-secondary-background--label: black;
}

.pi-theme-comics, .pi-theme-1 {
	--pi-secondary-background: #FF6314;
	--pi-secondary-background--label: black;
}

.pi-theme-lifestyle, .pi-theme-7 {
	--pi-secondary-background: #fcca00;
	--pi-secondary-background--label: black;
}

.pi-theme-music, .pi-theme-4 {
	--pi-secondary-background: #9F148A;
	--pi-secondary-background--label: white;
}

.pi-theme-movies, .pi-theme-3 {
	--pi-secondary-background: #09d3bf;
	--pi-secondary-background--label: black;
}

.pi-theme-anime, .pi-theme-9 {
	--pi-secondary-background: #FF6A64;
	--pi-secondary-background--label: black;
}
.pi-theme-roblox {
	--pi-secondary-background: #272727;
	--pi-secondary-background--label: white;
}