Difference between revisions of "MediaWiki:Common.css"
From IridiaWiki
Jump to navigationJump to search (add CSS for protect) |
(link to mediawiki) |
||
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 { |
#security-info-toggle { |
||
− | background: transparent url(/ |
+ | background: transparent url(/mediawiki/skins/monobook/lock_icon.gif) no-repeat scroll left center; |
padding-left: 16px; |
padding-left: 16px; |
||
} |
} |
Revision as of 21:29, 5 February 2010
/* CSS placed here will be applied to all skins */ #security-info-toggle { background: transparent url(/mediawiki/skins/monobook/lock_icon.gif) no-repeat scroll left center; padding-left: 16px; } #security-info { border: 1px solid #ccc; background: #eee; }