MediaWiki:Tables.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* table header and cell alignment */
@media screen (max-width: 1024px) {
.mw-parser-output {
.article-table tr td,
.article-table tr th,
.wikitable tr td,
.wikitable tr th {
text-align: inherit;
padding: 0.2em 0.4em;
}
}
}
.page-content .article-table,
.page-content .wikitable,
.page-content .fandom-table {
margin: 1em 0;
}
/* collapsible button in tables */
.wikitable .mw-collapsible-toggle,
.article-table .mw-collapsible-toggle{
width: 5em;
width: auto;
width: fit-content;
}
/* collapsible button at caption on top of table */
.wikitable caption .mw-collapsible-toggle,
.article-table caption .mw-collapsible-toggle {
float: left !important;
}
/* Reducing left margin when using lists in a table. See [[Abyss_Mages]] */
.mw-parser-output td > .columntemplate > ul,
.mw-parser-output td > .columntemplate > ol,
.mw-parser-output td > ul,
.mw-parser-output td > ol {
margin-left: 1em;
}
/* New table styling */
.article-table,
.wikitable,
.wikitable.filehistory {
border-radius: 4px;
overflow: hidden;
outline: 1px solid var(--theme-border-color);
outline-offset: -1px;
}
/* th styling */
.wikitable th,
.wikitable.filehistory th {
font-weight: bold;
border: 1px solid var(--theme-border-color);
line-height: 20px;
padding: 10px;
}
.wikitable th hr,
.wikitable.filehistory th hr {
border: 1px solid var(--theme-border-color);
}
.wikitable tr th:last-child,
.wikitable.filehistory tr th:last-child {
border: 1px solid var(--theme-border-color);
}
/* td styling */
.wikitable td,
.wikitable td,
.wikitable.filehistory td {
padding: 5px 10px;
border: 1px solid var(--theme-border-color);
}
.wikitable td:last-child,
.wikitable.filehistory td:last-child {
border: 1px solid var(--theme-border-color);
}
/* td colors */
.mw-datatable > :is(tbody, thead) > tr > td,
.mw-datatable > tr > td,
.mw-json > :is(tbody, thead) > tr > td,
.mw-json > tr > td,
.wikitable > :is(tbody, thead) > tr > td,
.wikitable > tr > td,
.article-table > :is(tbody, thead) > tr > td,
.article-table > tr > td,
.wikitable.filehistory td {
background-color: var(--theme-page-background-color--secondary);
color: var(--theme-page-text-color);
border: 1px solid var(--theme-border-color);
}
/* th colors */
.mw-datatable > :is(tbody, thead) > tr > th,
.mw-datatable > tr > th,
.mw-json > :is(tbody, thead) > tr > th,
.mw-json > tr > th,
.wikitable > :is(tbody, thead) > tr > th,
.wikitable > tr > th,
.article-table > :is(tbody, thead) > tr > th,
.article-table > tr > th,
.wikitable.filehistory th {
background-color: var(--brown-200);
border: 1px solid var(--theme-border-color);
}
/* dark mode colors */
body.skin-vector-dark {
}
/*======================================================*/
/* Styles that can be added to an entire table itself */
/* to apply to each cell in the respective column. */
/* Removes the need to apply styles to individual cells.*/
/*======================================================*/
#content .mw-parser-output {
.tdl td,
.tdl1 td:nth-child(1),
.tdl2 td:nth-child(2),
.tdl3 td:nth-child(3),
.tdl4 td:nth-child(4),
.tdl5 td:nth-child(5),
.tdl6 td:nth-child(6),
.tdl7 td:nth-child(7),
.tdl8 td:nth-child(8),
.tdl9 td:nth-child(9),
.tdl10 td:nth-child(10),
.tdl11 td:nth-child(11),
.tdl12 td:nth-child(12),
.tdl13 td:nth-child(13),
.tdl14 td:nth-child(14),
.tdl15 td:nth-child(15),
.tdl16 td:nth-child(16),
.tdl17 td:nth-child(17),
.tdl18 td:nth-child(18),
.tdl19 td:nth-child(19),
.tdl20 td:nth-child(20) {
text-align: left;
}
.thl th,
.thl1 th:nth-child(1),
.thl2 th:nth-child(2),
.thl3 th:nth-child(3),
.thl4 th:nth-child(4),
.thl5 th:nth-child(5),
.thl6 th:nth-child(6),
.thl7 th:nth-child(7),
.thl8 th:nth-child(8),
.thl9 th:nth-child(9),
.thl10 th:nth-child(10),
.thl11 th:nth-child(11),
.thl12 th:nth-child(12),
.thl13 th:nth-child(13),
.thl14 th:nth-child(14),
.thl15 th:nth-child(15),
.thl16 th:nth-child(16),
.thl17 th:nth-child(17),
.thl18 th:nth-child(18),
.thl19 th:nth-child(19),
.thl20 th:nth-child(20) {
text-align: left;
}
.tdc td,
.tdc1 td:nth-child(1),
.tdc2 td:nth-child(2),
.tdc3 td:nth-child(3),
.tdc4 td:nth-child(4),
.tdc5 td:nth-child(5),
.tdc6 td:nth-child(6),
.tdc7 td:nth-child(7),
.tdc8 td:nth-child(8),
.tdc9 td:nth-child(9),
.tdc10 td:nth-child(10),
.tdc11 td:nth-child(11),
.tdc12 td:nth-child(12),
.tdc13 td:nth-child(13),
.tdc14 td:nth-child(14),
.tdc15 td:nth-child(15),
.tdc16 td:nth-child(16),
.tdc17 td:nth-child(17),
.tdc18 td:nth-child(18),
.tdc19 td:nth-child(19),
.tdc20 td:nth-child(20) {
text-align: center;
}
.thc th,
.thc1 th:nth-child(1),
.thc2 th:nth-child(2),
.thc3 th:nth-child(3),
.thc4 th:nth-child(4),
.thc5 th:nth-child(5),
.thc6 th:nth-child(6),
.thc7 th:nth-child(7),
.thc8 th:nth-child(8),
.thc9 th:nth-child(9),
.thc10 th:nth-child(10),
.thc11 th:nth-child(11),
.thc12 th:nth-child(12),
.thc13 th:nth-child(13),
.thc14 th:nth-child(14),
.thc15 th:nth-child(15),
.thc16 th:nth-child(16),
.thc17 th:nth-child(17),
.thc18 th:nth-child(18),
.thc19 th:nth-child(19),
.thc20 th:nth-child(20) {
text-align: center;
}
.tdr td,
.tdr1 td:nth-child(1),
.tdr2 td:nth-child(2),
.tdr3 td:nth-child(3),
.tdr4 td:nth-child(4),
.tdr5 td:nth-child(5),
.tdr6 td:nth-child(6),
.tdr7 td:nth-child(7),
.tdr8 td:nth-child(8),
.tdr9 td:nth-child(9),
.tdr10 td:nth-child(10),
.tdr11 td:nth-child(11),
.tdr12 td:nth-child(12),
.tdr13 td:nth-child(13),
.tdr14 td:nth-child(14),
.tdr15 td:nth-child(15),
.tdr16 td:nth-child(16),
.tdr17 td:nth-child(17),
.tdr18 td:nth-child(18),
.tdr19 td:nth-child(19),
.tdr20 td:nth-child(20) {
text-align: right;
}
.thr th,
.thr1 th:nth-child(1),
.thr2 th:nth-child(2),
.thr3 th:nth-child(3),
.thr4 th:nth-child(4),
.thr5 th:nth-child(5),
.thr6 th:nth-child(6),
.thr7 th:nth-child(7),
.thr8 th:nth-child(8),
.thr9 th:nth-child(9),
.thr10 th:nth-child(10),
.thr11 th:nth-child(11),
.thr12 th:nth-child(12),
.thr13 th:nth-child(13),
.thr14 th:nth-child(14),
.thr15 th:nth-child(15),
.thr16 th:nth-child(16),
.thr17 th:nth-child(17),
.thr18 th:nth-child(18),
.thr19 th:nth-child(19),
.thr20 th:nth-child(20) {
text-align: right;
}
.tdt td,
.tdt1 td:nth-child(1),
.tdt2 td:nth-child(2),
.tdt3 td:nth-child(3),
.tdt4 td:nth-child(4),
.tdt5 td:nth-child(5),
.tdt6 td:nth-child(6),
.tdt7 td:nth-child(7),
.tdt8 td:nth-child(8),
.tdt9 td:nth-child(9),
.tdt10 td:nth-child(10),
.tdt11 td:nth-child(11),
.tdt12 td:nth-child(12),
.tdt13 td:nth-child(13),
.tdt14 td:nth-child(14),
.tdt15 td:nth-child(15),
.tdt16 td:nth-child(16),
.tdt17 td:nth-child(17),
.tdt18 td:nth-child(18),
.tdt19 td:nth-child(19),
.tdt20 td:nth-child(20) {
vertical-align: top;
}
.tht th,
.tht1 th:nth-child(1),
.tht2 th:nth-child(2),
.tht3 th:nth-child(3),
.tht4 th:nth-child(4),
.tht5 th:nth-child(5),
.tht6 th:nth-child(6),
.tht7 th:nth-child(7),
.tht8 th:nth-child(8),
.tht9 th:nth-child(9),
.tht10 th:nth-child(10),
.tht11 th:nth-child(11),
.tht12 th:nth-child(12),
.tht13 th:nth-child(13),
.tht14 th:nth-child(14),
.tht15 th:nth-child(15),
.tht16 th:nth-child(16),
.tht17 th:nth-child(17),
.tht18 th:nth-child(18),
.tht19 th:nth-child(19),
.tht20 th:nth-child(20) {
vertical-align: top;
}
.tdm td,
.tdm1 td:nth-child(1),
.tdm2 td:nth-child(2),
.tdm3 td:nth-child(3),
.tdm4 td:nth-child(4),
.tdm5 td:nth-child(5),
.tdm6 td:nth-child(6),
.tdm7 td:nth-child(7),
.tdm8 td:nth-child(8),
.tdm9 td:nth-child(9),
.tdm10 td:nth-child(10),
.tdm11 td:nth-child(11),
.tdm12 td:nth-child(12),
.tdm13 td:nth-child(13),
.tdm14 td:nth-child(14),
.tdm15 td:nth-child(15),
.tdm16 td:nth-child(16),
.tdm17 td:nth-child(17),
.tdm18 td:nth-child(18),
.tdm19 td:nth-child(19),
.tdm20 td:nth-child(20) {
vertical-align: middle;
}
.thm th,
.thm1 th:nth-child(1),
.thm2 th:nth-child(2),
.thm3 th:nth-child(3),
.thm4 th:nth-child(4),
.thm5 th:nth-child(5),
.thm6 th:nth-child(6),
.thm7 th:nth-child(7),
.thm8 th:nth-child(8),
.thm9 th:nth-child(9),
.thm10 th:nth-child(10),
.thm11 th:nth-child(11),
.thm12 th:nth-child(12),
.thm13 th:nth-child(13),
.thm14 th:nth-child(14),
.thm15 th:nth-child(15),
.thm16 th:nth-child(16),
.thm17 th:nth-child(17),
.thm18 th:nth-child(18),
.thm19 th:nth-child(19),
.thm20 th:nth-child(20) {
vertical-align: middle;
}
.tdb td,
.tdb1 td:nth-child(1),
.tdb2 td:nth-child(2),
.tdb3 td:nth-child(3),
.tdb4 td:nth-child(4),
.tdb5 td:nth-child(5),
.tdb6 td:nth-child(6),
.tdb7 td:nth-child(7),
.tdb8 td:nth-child(8),
.tdb9 td:nth-child(9),
.tdb10 td:nth-child(10),
.tdb11 td:nth-child(11),
.tdb12 td:nth-child(12),
.tdb13 td:nth-child(13),
.tdb14 td:nth-child(14),
.tdb15 td:nth-child(15),
.tdb16 td:nth-child(16),
.tdb17 td:nth-child(17),
.tdb18 td:nth-child(18),
.tdb19 td:nth-child(19),
.tdb20 td:nth-child(20) {
vertical-align: bottom;
}
.thb th,
.thb1 th:nth-child(1),
.thb2 th:nth-child(2),
.thb3 th:nth-child(3),
.thb4 th:nth-child(4),
.thb5 th:nth-child(5),
.thb6 th:nth-child(6),
.thb7 th:nth-child(7),
.thb8 th:nth-child(8),
.thb9 th:nth-child(9),
.thb10 th:nth-child(10),
.thb11 th:nth-child(11),
.thb12 th:nth-child(12),
.thb13 th:nth-child(13),
.thb14 th:nth-child(14),
.thb15 th:nth-child(15),
.thb16 th:nth-child(16),
.thb17 th:nth-child(17),
.thb18 th:nth-child(18),
.thb19 th:nth-child(19),
.thb20 th:nth-child(20) {
vertical-align: bottom;
}
}
/** Classes for table width **/
.w-5 {width: 5%;}
.w-10 {width: 10%;}
.w-20 {width: 20%;}
.w-25 {width: 25%;}
.w-33 {width: 33%;}
.w-40 {width: 40%;}
.w-50 {width: 50%;}
.w-60 {width: 60%;}
.w-66 {width: 66%;}
.w-75 {width: 75%;}
.w-80 {width: 80%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-100 {width: 100%;}