Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: .profile-table td { background-color: #fff; font-size: 80%; } .profile-table tr > td:first-of-type:not(.data-cell)...") |
(No difference)
|
Revision as of 20:20, 10 June 2020
/* CSS placed here will be applied to all skins */
.profile-table td {
background-color: #fff;
font-size: 80%;
}
.profile-table tr > td:first-of-type:not(.data-cell) {
font-weight: bold;
background-color: #f8f9fa;
}
.profile-table .image-cell {
text-align: center;
}