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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
mNo edit summary
m (Tacopill moved page User:OmegaToad64/common.css to User:Ultimate Toad/common.css: Automatically moved page while renaming the user "OmegaToad64" to "Ultimate Toad")
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* Font type*/
.mediawiki {
font-family: Harmonia Sans Condensed;
}
/* 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 {
color: #1081ff;
color: #2091ff;
}
}


Line 7: Line 12:
color: #f2b500;
color: #f2b500;
}
}
/* 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; }

Latest revision as of 20:46, 22 March 2023

/* Font type*/
 .mediawiki {
 	font-family: Harmonia Sans Condensed;
 }

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

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