control

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

/* CSS placed here will be applied to all skins */
/** Local Imports **/
@import url("/load.php?mode=articles&articles=MediaWiki:Backgrounds.css|MediaWiki:Fonts.css|MediaWiki:Profiles.css|MediaWiki:Staff.css|MediaWiki:Bots.css&only=styles");

/** Global Imports **/
@import url("/load.php?mode=articles&articles=u:dev:MediaWiki:BalancedBloglists.css|u:dev:MediaWiki:BalancedCategories.css|u:dev:MediaWiki:BalancedComments.css|u:dev:MediaWiki:BalancedPageBottom.css|u:dev:MediaWiki:BalancedSearch.css|u:dev:MediaWiki:BalancedSlider.css|u:dev:MediaWiki:BalancedTabber.css|u:dev:MediaWiki:BalancedMessageBoxes.css|u:dev:MediaWiki:BalancedPageBottom.css|u:dev:MediaWiki:BalancedUCX.css|u:dev:MediaWiki:PseudoEuropa.css|u:dev:MediaWiki:InterlanguageFlags.css&only=styles");

/*.resizable-container h1,
.resizable-container h2,
.resizable-container h3,
.resizable-container h4 {
	font-family: 'ITC Avant Garde Gothic',sans-serif;
}*/
.page-header__title {
	font-family: 'ITC Avant Garde Gothic',sans-serif;
}
/* Restore line below h2- and h3-headers, overwriting u:dev:MediaWiki:BalancedUCX.css: "Compact and modern headers" */
.page-content h2:not(.pi-item) {
	overflow:hidden;
    margin: .5em 0 .2em;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-color: rgb(var(--theme-border-color--rgb));
}
.page-content h2:not(.pi-item) span.mw-headline,
.page-content h3:not(.pi-item) span.mw-headline {
    /* background: linear-gradient(to top, rgba(var(--theme-link-color--rgb), 0.1) 54%, transparent 54%, transparent 100%); */
    background: inherit;
}
.page-content h2:not(.pi-item) span.mw-headline {
    font-weight: 700;
}
/* Founder Progress Widget Fix */
#FounderProgressWidget .preview .numeric-progress {
	font-size: 26px;
	margin-top: 5px;
}

/* Editor License Notice Overwrite */
.mw-editform #editpage-copywarn > p {
	font-size: 0;
}
.mw-editform #editpage-copywarn > p::after {
	content: "Please note that all contributions to the Control Wiki are considered to be released under the CC-BY-SA license unless otherwise noted.";
	font-size: 12px;
}

/* Mainpage Classes */
/** Mainpage div and inner table classes **/
.mp {
	border: 1px solid #949494;
	vertical-align: top;
	text-align: center;
	margin-top: 1em;
	width: 100%;
}
.mp-table {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	padding: 5px;
	width: 100%;
}
/** Inner Table Styling **/
.mp-intable {
	background-color: #B6252D;
	padding: .2em .4em;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #FFF;
	margin: 0;
}
.mp-column {
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}

/* Project:Staff CSS */
.staff-box {
	border: 1px solid #949494;
	vertical-align: top;
	text-align: center;
}

/* Template:Center Stuffs */
.tcenter,
#tcenter {
	text-align: center;
}

/* Template:Reflist CSS */
.references-small {
	font-size: 80%;
}

/* Template:Transcript CSS */
.va-transcript {
    line-height: 18px;
    padding: 10px 25px;
}
.va-transcript-icon {
	position: relative;
    float: left;
    left: -25px;
    margin-right: -40px;
    top: -5px;
}
.va-transcript-text {
	font-family: monospace;
}

/* Template:Columns CSS*/
.va-columns ul,
.va-columns ul li {
    margin-top: 0;
}

.va-columns ul li {
    margin-bottom: 6px;
}

/* Fix image for audio files in categories and img galleries -- credits to User:Eckserah on Nukapedia */
.category-page__members a[href$=".ogg"] img, 
.category-page__members a[href$=".odm"] img, 
.category-page__members a[href$=".mp3"] img, 
.category-page__members a[href$=".oga"] img, 
.category-page__members a[href$=".flac"] img, 
.category-page__members a[href$=".wav"] img, 
.category-page__members a[href$=".opus"] img {
    content:url("https://static.wikia.nocookie.net/control6745/images/5/58/Multimedia_icon.png/revision/latest/scale-to-width-down/50");
}
.wikia-gallery-item a[href$=".ogg"] img, 
.wikia-gallery-item a[href$=".odm"] img, 
.wikia-gallery-item a[href$=".mp3"] img, 
.wikia-gallery-item a[href$=".oga"] img, 
.wikia-gallery-item a[href$=".flac"] img, 
.wikia-gallery-item a[href$=".wav"] img, 
.wikia-gallery-item a[href$=".opus"] img {
    content:url("https://static.wikia.nocookie.net/control6745/images/5/58/Multimedia_icon.png");
    height: 100px;
    vertical-align: top;
    object-fit: contain;
    margin-top: 5px;
}

/* Rarity Classes */
/* Color-coding for the six rarities of Mods and Materials, based on the game file "system.ui"; by compleCCity */
.rar-common {
    color: #595959;
}
.rar-common-bg {
    background-color: #595959;
}
.rar-uncommon {
    color: #459184;
}
.rar-uncommon-bg {
    background-color: #459184;
}
.rar-rare {
    color: #43668b;
}
.rar-rare-bg {
    background-color: #43668b;
}
.rar-prime {
    color: #9d5832;
}
.rar-prime-bg {
    background-color: #9d5832;
}
.rar-absolute {
    color: #b13250;
}
.rar-absolute-bg {
    background-color: #b13250;
}
.rar-infinite {
    color: #a150a8;
}
.rar-infinite-bg {
    background-color: #a150a8;
}
/* Collapsible-toggles inspired by the Board */
/* Replaces the default square brackets around "show/expand"/"hide/collapse" with the Board's "<" and ">"; by compleCCity */
/* Thanks to User:Kjnoren and to User:Flanqer for helping out with this code. */
.mw-collapsible-toggle-default::before {
    /* display: none; */
    content: "< ";
}
.mw-collapsible-toggle-default::after {
    /* display: none; */
    content: " >";
}
/* Add transparency to the content area. Adjust the 0.85 to the desired number from 0 to 1. */
.page__main {
  background-color: rgba(var(--theme-page-background-color--rgb), 0.86);
}
.fandom-community-header__image {
    transform: scale(1.05);
    transition: transform 0.7s;
}
.fandom-community-header__image:hover {
    transform: scale(1.15);
}