Difference between revisions of "MediaWiki:Common.css"
From Austin Improv Community Wiki
(Squeezing together plainlist items.) |
Monkeyangst (talk | contribs) |
||
(16 intermediate revisions by 2 users 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);}