Difference between revisions of "MediaWiki:Common.css"
From Austin Improv Community Wiki
Monkeyangst (talk | contribs) (Replaced content with "→CSS placed here will be applied to all skins: ") |
Monkeyangst (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* 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);} |
Latest revision as of 15:57, 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);}