Anonymous

MediaWiki:Basic.css: Difference between revisions

From Elwiki
no edit summary
(Created page with "→‎Generic elements: hr { border: none; height: 1px; background-color: var(--border-color); } .main-accent { color: var(--accent-color); } .clearfix { clear: both; } .left { text-align: left; } b, th, .mw-changeslist-line-watched .mw-title { font-weight: 500; } .sig .sig-icon { border-radius: 50%; display: inline-flex; background: white; padding: 2px; border: 2px solid black; width: 16px; height: 16px; pl...")
 
No edit summary
Line 184: Line 184:
#contentSub {
#contentSub {
     margin-bottom: 7px;
     margin-bottom: 7px;
}
/* Tables */
table[cellpadding="5"][border="1"][style],
table[cellpadding="5"][border="1"][style] td,
table[cellpadding="5"][border="1"][style] th,
table[cellpadding="5"][border="1"][class],
table[cellpadding="5"][border="1"][class] td,
table[cellpadding="5"][border="1"][class] th,
.related-skills,
.related-skills td,
.related-skills tr,
.related-skills th {
    border-color: var(--border-color);
}
.season-pass-reward td {
    border-color: var(--border-color)!important;
}
tr[style] th a:not(.textfloat a),
tr[style] th a:visited:not(.textfloat a),
tr[style] th a:link:not(.textfloat a),
table[class*="colortable-"] th a:not(.textfloat a),
table[class*="colortable-"] th a:visited:not(.textfloat a),
table[class*="colortable-"] th a:link:not(.textfloat a) {
    color: #1d5383 !important;
}
table[cellpadding="5"][border="1"][style] tr[style]:not(.wikitable tr, .updates-section-table tr, .alt-langs tr),
table[cellpadding="5"][border="1"][style] tr[style] th:not(.wikitable th),
table[cellpadding="5"][border="1"][class*="colortable-"] th {
    border: 1px solid rgb(71, 71, 71);
}
table.colored-table td {
    border: 1px solid rgb(71, 71, 71) !important;
}
tr[style*="#444444"] th {
    color: white;
    text-shadow: none !important;
}
tr[style*="background:#444444"] a {
    color: white !important;
    text-shadow: none !important;
}
table[cellpadding="5"][border="1"][style] tr[style*="#444444"],
table[cellpadding="5"][border="1"][style] tr[style*="#444444"] th {
    border-color: var(--border-color-tone-2) !important;
}
tr[style*="#414243"] th {
    border-color: var(--border-color-tone-2) !important;
}
.updates-table td:is(:nth-child(3), :nth-child(4), :nth-child(2)[colspan]) {
    text-align: left;
}
.force-white,
.force-white a {
    color: white !important;
    text-shadow: 1px 1px 1px #000;
}
.force-black,
.force-black a {
    color: black !important;
    text-shadow: none !important;
}
}
ElEditors, Administrators
70,712

edits