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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
m (forgot)
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")
 
(20 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* Staff colors */
/* Font type*/
.mediawiki {
font-family: Harmonia Sans Condensed;
}


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


.mw-userlink[title="User:BB Gang Zombie"],
.mw-plusminus-neg {
.mw-userlink[title="User:EggOfReason"],
color: #f2b500;
.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; }
 
/* Tacopill */
 
#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;
}