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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
No 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")
 
(27 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: #A1871F !important; }
 
/* Bureaucrats */
 
.mw-userlink[title="User:Miles of SmashWiki"],
.mw-userlink[title="User:Tina"] ,
 
#whocrat a { font-style: italic; color:#9932CC }
 
/* Owner */
#bodyContent a[title="User:Tacopill"] { font-style: italic; color:#18CEFF; }

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;
}