MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
(Creata pagina con 'table.collapsed tr.collapsible { display: none; } .collapseButton { →'show'/'hide' buttons created dynamically by the: float: r...') |
Nessun oggetto della modifica |
||
Riga 8: | Riga 8: | ||
text-align: right; | text-align: right; | ||
width: auto; | width: auto; | ||
} | |||
#document-wrapper | |||
{ | |||
max-width: 1200px; | |||
} | |||
.tribal-button | |||
{ | |||
background-color: black; | |||
} | |||
.tribal-borderbox #contentheader #pt-logout a | |||
{ margin-right: 2px; | |||
} | |||
.tribal-borderbox .with-button .tribal-button | |||
{ width: 21%; | |||
} | |||
#toc, #toctitle | |||
{ width: 98%; | |||
} | |||
.toc | |||
{ | |||
width: 98%; | |||
} | } |
Versione delle 13:01, 23 nov 2018
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; } #document-wrapper { max-width: 1200px; } .tribal-button { background-color: black; } .tribal-borderbox #contentheader #pt-logout a { margin-right: 2px; } .tribal-borderbox .with-button .tribal-button { width: 21%; } #toc, #toctitle { width: 98%; } .toc { width: 98%; }