Site Notice |
---|
We have a limited coverage policy. Please check our coverage page to see which articles are allowed. |
Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
.textlight | .textlight | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{ | { | ||
color:#ffffff; | color:#ffffff; | ||
} | } |
Revision as of 02:05, 15 December 2010
/* CSS placed here will be applied to all skins */ .collapseButton {/* 'show'/'hide' buttons created dynamically */ float: right;/* by the CollapsibleTables javascript in*/ font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/ text-align: right; /* so they can be customised.*/ width: auto; } .navbox .collapseButton {/* In navboxes, the show/hide button balances */ width: 6em;/* the vde links from [[Template:Tnavbar]], */ }/* so they need to be the same width. */ .textlight { color:#ffffff; }