MediaWiki:Common.css: Difference between revisions

895 bytes added ,  17:09, 18 January 2021
add styles for willpower/cooldown tables
mNo edit summary
(add styles for willpower/cooldown tables)
Line 2,162: Line 2,162:
       position: static !important;
       position: static !important;
   }
   }
}
/*
*  QUD WILLPOWER/COOLDOWN TABLES
*  =============================
*/
.willpower-cooldown-table {
    border-collapse: collapse;
}
.willpower-cooldown-table td,
.willpower-cooldown-table th {
    padding: 0.3em 0.5em;
    text-align: center;
    background-color: var(--qud-bg-color-darker);
    border-bottom: none;
    border-top: none;
}
.willpower-cooldown-table th {
    border-bottom: 2px solid var(--qud-color-y-dark);
}
.willpower-cooldown-table .cd-wi-cell {
    border-bottom: var(--wikitable-border);
}
.willpower-cooldown-table tr:last-child .cd-wi-cell {
    border-bottom: none;
}
.willpower-cooldown-table .cd-cd-cell {
    font-weight: bold;
    background-color: var(--wikitable-header-background);
    color: var(--wikitable-header-color);
    border-right: 2px solid var(--qud-color-y-dark);
}
.willpower-cooldown-table .cd-cd-cell:last-child {
    border-right: none;
}
}
/*
/*