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.

User:Ultimate Toad/common.css

From WikiBound, your community-driven EarthBound/Mother wiki
< User:Ultimate Toad
Revision as of 02:10, 27 December 2020 by Ultimate Toad (talk | contribs) (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.)
Jump to navigationJump to search

Note: After publishing, 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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; }