MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 4,125: Line 4,125:
table[cellpadding="5"][border="1"][style] td,
table[cellpadding="5"][border="1"][style] td,
table[cellpadding="5"][border="1"][style] th,
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,
.related-skills td,
.related-skills td,
Line 4,134: Line 4,137:
tr[style] th a:not(.textfloat a),
tr[style] th a:not(.textfloat a),
tr[style] th a:visited:not(.textfloat a),
tr[style] th a:visited:not(.textfloat a),
tr[style] th a:link:not(.textfloat a) {
tr[style] th a:link:not(.textfloat a),
tr[class] th a:not(.textfloat a),
tr[class] th a:visited:not(.textfloat a),
tr[class] th a:link:not(.textfloat a) {
     color: #1d5383;
     color: #1d5383;
}
}


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]: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"][style] tr[style] th:not(.wikitable th),
table[cellpadding="5"][border="1"][style] tr[class]:not(.wikitable tr, .updates-section-table tr, .alt-langs tr),
table[cellpadding="5"][border="1"][style] tr[class] th:not(.wikitable th) {
     border: 1px solid rgb(71, 71, 71);
     border: 1px solid rgb(71, 71, 71);
}
}