MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
No edit summary
Tag: Reverted
Line 651: Line 651:
.wraplinks a {
.wraplinks a {
white-space: normal;
white-space: normal;
}
/* Table styling */
.wikitable {
    border: 1px solid #242322 !important;
    boder-color: rbg(36, 35, 34) !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;
}
table.wikitable td {
    background-color: rbg(31, 30, 30) !important;
    border: 1px solid #242322 !important;
    boder-color: rbg(36, 35, 34) !important;
}
.wikitable th {
    background-color: rgb(35, 35, 36) !important;
    border: 1px solid #242322 !important;
    boder-color: rbg(36, 35, 34) !important;
}
.wikitable th[scope=row],
.wikitable th[scope=rowgroup] {
font-weight: normal !important;
text-align: left !important;
}
.wikitable tr,
.wikitable td,
.wikitable th,
.wikitable tr :is(th, td) {
padding-left: 0.4em;
padding-right: 0.4em;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
}