MediaWiki:Common.css
From Gineipaedia, the Legend of Galactic Heroes wiki
(Difference between revisions)
m (too tired, will fix this later :() |
m (test) |
||
Line 32: | Line 32: | ||
.nowrap { | .nowrap { | ||
white-space: nowrap; | white-space: nowrap; | ||
+ | } | ||
+ | |||
+ | |||
+ | 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; | ||
} | } |
Revision as of 23:26, 20 May 2011
/* testing, delete this later */ .navbox { width: 100%; font-size: 88%; background-color: #2c2c2c; border: 1px solid #444444; } .navbox th { padding-left: 1em; padding-right: 1em; font-weight: normal; background-color: #202020; } .navbox th .navbox-title { font-weight: bold; } .navbox td { } .navbox .navgroup { padding-left: 1em; padding-right: 1em; text-align: right; font-weight: bold; background-color: #222222; } .nowrap { white-space: nowrap; } 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; }