New mission: revamp the portals to make them look actually tolerable to the eye. They are currently placeholders as of now.
The Gold Network: Soyworld | SNCApedia | SoyPlace


I'm not dead, just inactive for the moment. Faggot (talk) 20:16, 9 April 2026 (UTC)

MediaWiki:Common.css: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 49: Line 49:
a[href="/wiki/User:Garf"],
a[href="/wiki/User:Garf"],
a[href="/wiki/User:Sneed"],
a[href="/wiki/User:Sneed"],
a[href="/wiki/User:MakerofClankers"],
a[href="/wiki/User:Channel_of_the_Sith"],
a[href="/wiki/User:Channel_of_the_Sith"],
a[href="/wiki/User:Coalfarmer"],
a[href="/wiki/User:Coalfarmer"],

Latest revision as of 23:40, 14 April 2026

/* DO NOT MODIFY THIS UNLESS YOU ARE A SYSOP, CHUD. */
/* CSS placed here will be applied to all skins */

/* -------------------- User Colors -------------------- */

/* owner color */
a[href="/wiki/User:SNCA_Enthusiast"] {
	font-weight: 900;
	background: linear-gradient(135deg, #FFD700 0%, #FFED4E 25%, #C5A028 50%, #FFD700 75%, #FFED4E 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* manager user color */
a[href="/wiki/User:Faggot"] {
	background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: bold;
}

/* SNCApedia user color */
a[href="/wiki/User:SNCApedia"] {
    font-weight:bold;
    color:#FFFFFF !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* bureaucrat user color */
a[href="/wiki/User:Editor"],
a[href="/wiki/User:Bob"],
a[href="/wiki/User:ShitNophono"] {
	color: red !important;
	font-weight: bold;
}

/* sysop user color */
a[href="/wiki/User:Yaquer200"],
a[href="/wiki/User:SECA_Enthusiast"],
a[href="/wiki/User:Ploot"],
a[href="/wiki/User:Sawoot"] {
	color: purple !important;
	font-weight: bold;
}

/* approver user color */
a[href="/wiki/User:Garf"],
a[href="/wiki/User:Sneed"],
a[href="/wiki/User:Channel_of_the_Sith"],
a[href="/wiki/User:Coalfarmer"],
a[href="/wiki/User:Gemmy1488cob"],
a[href="/wiki/User:Brimstone"] {
	color: #9a52a4 !important;
}

/* landfill custom user color */
a[href="/wiki/User:Landfill"] {
	color: #8B5A2B !important;
	font-weight: bold;
}

/* bot user color */
a[href="/wiki/User:Abuse_filter"] {
	color: #578CA9 !important;
}

/* -------------------- Infoboxes -------------------- */

.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
}

@media screen {
	.infobox {
		background-color: #f8f9fa;
	}
}

@media (max-width: 640px) {
	.infobox {
		width: 100%;
	}
	.infobox .nowrap {
		white-space: normal;
	}
}

@media (min-width: 640px) {
	.infobox {
		margin: 0.5em 0 0.5em 1em;
		float: right;
		clear: right;
		width: 22em;
	}
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
.infobox th,
.infobox td {
	text-align: left;
}

.infobox .infobox-above,
.infobox .infobox-title,
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
.infobox caption {
	padding: 0.2em;
}

.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

.infobox .infobox-navbar {
	text-align: right;
}

/* -------------------- Toggle / Collapsible -------------------- */

.hiddentext {
	display: none;
}

.showhidetext {
	color: #0645ad;
	cursor: pointer;
}

.showhidetext,
.collapsibletoggle {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.showhidetext:hover {
	text-decoration: underline;
}

.showhidetext:active {
	color: #faa700;
}