WikiBound logo.png There are 169 stubs for enemies. Help out by expanding these pages!
Item pages are now going to be split. See WikiBound:Projects for more information.

Difference between revisions of "User:Ultimate Toad/common.css"

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(Because these ads are actually interfering with my editing)
(Alright I finally figured it out. Turns out the tagline is actually something that's part of the common CSS, I'mma figure out how to implement it later.)
Line 1: Line 1:
/* Show site tagline, located at MediaWiki:Tagline */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/* Color the number of characters added/removed in the recent changes */
/* Color the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
.mw-plusminus-pos {

Revision as of 02:10, 27 December 2020

/* Show site tagline, located at MediaWiki:Tagline */
#siteSub {
	display: inline;
	font-size: 92%;
	font-weight: normal;
}

/* Color the number of characters added/removed in the recent changes */
.mw-plusminus-pos {
	color: #1081ff;
}

.mw-plusminus-neg {
	color: #f2b500;
}

.googleContent {display: none !important; }

/* Staff colors */

/* Administrators */

.mw-userlink[title="User:Trig Jegman"],
.mw-userlink[title="User:BB Gang Zombie"],
.mw-userlink[title="User:EggOfReason"],
.mw-userlink[title="User:OmegaToad64"],

#whoadmin a { font-style: italic; color: #9932CC !important; }

/* Bureaucrats */

.mw-userlink[title="User:Miles of SmashWiki"],
#whocrat a { font-style: italic; color:#F26500 !important; }

/* Editors in chief */

.mw-userlink[title="User:GeneticistVarik (page does not exist)"],
.mw-userlink[title="User:Tina"],
#whocrat a { font-style: italic; color:#A1871F !important; }

/* Owner */

#bodyContent a[title="User:Tacopill"] { font-style: italic; font-weight: bold;  color:#18CEFF; !important; }