Difference between revisions of "Common.css"
From Titan's Teeth
Dicemonger (talk | contribs) |
Dicemonger (talk | contribs) |
||
| Line 25: | Line 25: | ||
/* Table Modifiers */ | /* Table Modifiers */ | ||
| − | table.center-text th {text-align:center;} | + | table.center-text tr th {text-align:center;} |
| − | table.center-text td {text-align:center;} | + | table.center-text tr td {text-align:center;} |
table.right {float:right;margin-left:8px} | table.right {float:right;margin-left:8px} | ||
Revision as of 13:10, 9 June 2019
/* CSS placed here will be applied to all skins */
/* Table of content classes */
/*.toc-cols #toc {column-count:var(--columns); column-gap:20px; display: inline-block}
.tocnumber { display: none; }
.toclimit5 li.toclevel-6 {display:none}
.toclimit4 li.toclevel-6, .toclimit4 li.toclevel-5 {display:none}
.toclimit3 li.toclevel-6, .toclimit3 li.toclevel-5, .toclimit3 li.toclevel-4 {display:none}
.toclimit2 li.toclevel-6, .toclimit2 li.toclevel-5, .toclimit2 li.toclevel-4, .toclimit2 li.toclevel-3 {display:none}
.toclimit1 li.toclevel-6, .toclimit1 li.toclevel-5, .toclimit1 li.toclevel-4, .toclimit1 li.toclevel-3, .toclimit1 li.toclevel-2 {display:none}*/
/* Column Classes */
/*div.columns {column-width:300px; column-gap:40px}
h2.columnsheader h3.columnsheader {
-webkit-column-span: all;
column-span: all;
}
div.keeptogether {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
}*/
/* Table Modifiers */
table.center-text tr th {text-align:center;}
table.center-text tr td {text-align:center;}
table.right {float:right;margin-left:8px}
div#chclass th:nth-child(6) {text-align:left;}
div#chclass td {text-align:center;}
div#chclass td:nth-child(6) {text-align:left;}
