Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
TheSevenSins (talk | contribs) |
TheSevenSins (talk | contribs) |
||
Line 13: | Line 13: | ||
.box_shadow | .box_shadow | ||
{ | { | ||
− | box-shadow: | + | box-shadow: 5px 5px 25px black; |
} | } | ||
Revision as of 18:03, 30 October 2019
/* CSS placed here will be applied to all skins */ .shadow { text-shadow: 0 0 7px black; } .box { border:1px solid black; } .box_shadow { box-shadow: 5px 5px 25px black; } .centered_text { text-align: center; }