MediaWiki:Common.css

From PlcWiki

(Difference between revisions)
Jump to: navigation, search
m (Created page with '- ā†’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; pā€¦')
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 {
+
security-info-toggle {
     background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center;
     background: transparent url(/wiki/skins/monobook/lock_icon.gif) no-repeat scroll left center;
     padding-left: 16px;
     padding-left: 16px;
}
}
-
#security-info {
+
security-info {
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     background: #eee;
     background: #eee;
}
}

Revision as of 15:08, 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;
}
Personal tools