MediaWiki:Common.css: Difference between revisions
From Gralamin's Wiki
Jump to navigationJump to search
(Created page with "→CSS placed here will be applied to all skins: .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; }") |
(No difference)
|
Latest revision as of 17:12, 15 December 2023
/* CSS placed here will be applied to all skins */
.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;
}