MediaWiki:Common.css
From PlcWiki
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | #security-info-toggle { | ||
+ | background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center; | ||
+ | padding-left: 16px; | ||
+ | } | ||
+ | #security-info { | ||
+ | border: 1px solid #ccc; | ||
+ | background: #eee; | ||
+ | } |
Revision as of 15:11, 4 February 2012
/* CSS placed here will be applied to all skins */ #security-info-toggle { background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center; padding-left: 16px; } #security-info { border: 1px solid #ccc; background: #eee; }