Difference between revisions of "MediaWiki:Common.css"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
m (toc defines)
m
Line 15: Line 15:
 
table.vtop td, table.vtop th, table.vtop tr {
 
table.vtop td, table.vtop th, table.vtop tr {
 
     vertical-align: top;
 
     vertical-align: top;
 +
}
 +
 +
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.              */
 +
    margin-left: 0.5em;
 +
    text-align: right;
 +
    width: auto;
 
}
 
}
  

Revision as of 20:40, 1 July 2017

/* CSS placed here will be applied to all skins */

table.hiddentable {
    background: transparent;
    border: 0px none;
    margin: 0px;
}

table.hiddentable th, table.hiddentable td {
    background: transparent;
    border: 0px none;
    padding: 0px;
}

table.vtop td, table.vtop th, table.vtop tr {
    vertical-align: top;
}

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.              */
    margin-left: 0.5em;
    text-align: right;
    width: auto;
}

.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
    display: none;
}