This is some example code that I think should be added to this Wiki's CSS . Again, this is a work in progress, but that's the point of a Sandpit.
/***********************************************/ /* */ /* Fonts */ /* This must remain at the top of all CSS code */ /***********************************************/ @import url(http://fonts.googleapis.com/css?family=Oswald); @import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light); @import url(http://fonts.googleapis.com/css?family=Sideshow); @import url(http://fonts.googleapis.com/css?family=Special+Elite); /***********************************************/ /* */ /* Links */ /* */ /***********************************************/ a:link, a:hover, a:active { color:#FF8000; } a:hover { color:#FF8000; font-weight: bold !important; } a:visited, { color:#FFBF00; } /***********************************************/ /* */ /* Usernames */ /* */ /***********************************************/ /* Admins */ a[href="/wiki/Admin"], a[href="/wiki/Admins"], a[href="/wiki/Category:Admins"], a[href="/wiki/User:Flyingflea"], a[href="/wiki/Message_Wall:Flyingflea"], color:#2E9AFE !important; font-weight: bold !important; } /* Gnomes */ a[href="/wiki/Gnome"], a[href="/wiki/Gnomes"], a[href="/wiki/Wiki_Gnome"], a[href="/wiki/Wiki_Gnomes"], a[href="/wiki/Category:Wiki_Gnomes"], a[href="/wiki/User:Razorgirl"], a[href="/wiki/Message_Wall:Razorgirl"], color:#5882FA !important; font-weight: bold !important; } /* Contributors */ a[href="/wiki/Contributor_of_the_Month"], a[href="/wiki/Contributors_of_the_Month"], a[href="/wiki/Category:Contributor_of_the_Month"], color:#9F81F7 !important; font-weight: bold !important; }