MediaWiki:Mobile.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 649: Line 649:
     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 655: Line 656:
.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 664: Line 669:
     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 670: Line 676:
.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);
}
}