MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
Remove useless parts of wikitable styling.
(Fix/cleanup some stuff.)
(Remove useless parts of wikitable styling.)
Line 680: Line 680:


/* Table styling */
/* Table styling */
.wikitable {
    background-color: var(--bg3wiki-wikitable-bg) !important;
    border: var(--bg3wiki-box-border) !important;
    border-collapse: collapse !important;
    margin: 1em 0 !important;
    border-collapse: collapse !important;
    overflow-y: hidden !important;
    overflow-x: auto !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
}


table.wikitable td {
.wikitable td {
     background-color: var(--bg3wiki-wikitable-bg) !important;
     background-color: var(--bg3wiki-wikitable-bg);
     border: var(--bg3wiki-wikitable-border) !important;
     border: var(--bg3wiki-wikitable-border);
}
}


.wikitable th {
.wikitable th {
     background-color: var(--bg3wiki-wikitable-header-bg) !important;
     background-color: var(--bg3wiki-wikitable-header-bg);
     border: var(--bg3wiki-wikitable-border) !important;
     border: var(--bg3wiki-wikitable-border);
}
}


.wikitable th[scope=row],
.wikitable th[scope=row],
.wikitable th[scope=rowgroup] {
.wikitable th[scope=rowgroup] {
font-weight: normal !important;
font-weight: normal;
text-align: left !important;
text-align: left;
}
}


Navigation menu