Difference between revisions of "MediaWiki:Common.css"
From The Battle for Wesnoth Wiki
(adding css from http://www.mediawiki.org/wiki/Manual:Collapsible_tables to allow for collapsible tables in wiki pages) |
(No difference)
|
Revision as of 18:01, 8 April 2011
/* CSS placed here will be applied to all skins */
table.collapsed tr.collapsible {
display: none;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}