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

From WikiBound, your community-driven EarthBound/Mother wiki
Jump to navigationJump to search
(Gonna do some experimenting...)
 
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")
 
(36 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-userlink[title="User:BB Gang Zombie"],
.mw-plusminus-pos {
.mw-userlink[title="User:EggOfReason"],
color: #2091ff;
.mw-userlink[title="User:Miles of SmashWiki"],
}
.mw-userlink[title="User:OmegaToad64"],


#whoadmin a { color: #A1871F !important; }
.mw-plusminus-neg {
li#pt-userpage a { color: #A1871F !important; }
color: #f2b500;
 
}
/* Owner */
#bodyContent a[title="User:Tacopill"] { 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;
}