Difference between revisions of "MediaWiki:Common.css"
From Austin Improv Community Wiki
Monkeyangst (talk | contribs) |
Monkeyangst (talk | contribs) |
||
Line 4: | Line 4: | ||
list-style:none; | list-style:none; | ||
} | } | ||
#mw-panel a{ | |||
text-shadow: 0px 1px 0px rgb(54, 87, 172); | |||
} | |||
.infobox{ text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);} |
Revision as of 15:46, 13 May 2013
/* CSS placed here will be applied to all skins */ .DPLTest ul { list-style:none; } #mw-panel a{ text-shadow: 0px 1px 0px rgb(54, 87, 172); } .infobox{ text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.69);}