MediaWiki:Common.css: Difference between revisions

247 bytes added ,  15:58, 19 January 2021
m
few more final tweaks to willpower/cooldown table style
m (tweak to border styles)
m (few more final tweaks to willpower/cooldown table style)
Line 2,177: Line 2,177:
     border-bottom: none;
     border-bottom: none;
     border-top: none;
     border-top: none;
    color: var(--wikitable-color);
}
}
.willpower-cooldown-table th {
.willpower-cooldown-table th {
Line 2,183: Line 2,184:
.willpower-cooldown-table .cd-wi-cell {
.willpower-cooldown-table .cd-wi-cell {
     border-bottom: var(--wikitable-border);
     border-bottom: var(--wikitable-border);
}
.willpower-cooldown-table .cd-wi-cell,
.willpower-cooldown-table .cd-wi-header {
    background: var(--wikitable-background);
}
}
.willpower-cooldown-table tr:last-child .cd-wi-cell {
.willpower-cooldown-table tr:last-child .cd-wi-cell {
Line 2,192: Line 2,197:
     color: var(--wikitable-header-color);
     color: var(--wikitable-header-color);
     border-right: 2px solid var(--qud-color-y-dark);
     border-right: 2px solid var(--qud-color-y-dark);
    border-left: var(--wikitable-border);
}
}
.willpower-cooldown-table .cd-cd-cell:last-child {
.willpower-cooldown-table .cd-cd-cell:last-child {
Line 2,198: Line 2,204:
.willpower-cooldown-table .cd-cd-header {
.willpower-cooldown-table .cd-cd-header {
     border-right: 2px solid var(--qud-color-y-dark);
     border-right: 2px solid var(--qud-color-y-dark);
    border-left: var(--wikitable-border);
     background: var(--wikitable-header-background);
     background: var(--wikitable-header-background);
}
}