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
m (Created page with "→CSS placed here will be applied to all skins: .collapseButton {→'show'/'hide' buttons created dynamically: float: right;→by the CollapsibleTables javascript in: font-...") |
|||
Line 9: | Line 9: | ||
width: 6em;/* the vde links from [[Template:Tnavbar]], */ | width: 6em;/* the vde links from [[Template:Tnavbar]], */ | ||
}/* so they need to be the same width. */ | }/* so they need to be the same width. */ | ||
+ | |||
+ | .textlight | ||
+ | { | ||
+ | color:#ffffff; | ||
+ | } |
Revision as of 09:06, 12 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; }