MediaWiki:Common.css: Difference between revisions
From CHITRAL
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body:not(.client-js) .mw-anonuserpage #personal { | |||
display: none !important; | |||
} | |||
.wikitable { | .wikitable { | ||
background-color: #ffffff; | background-color: #ffffff; | ||
Revision as of 14:08, 16 January 2025
/* CSS placed here will be applied to all skins */
body:not(.client-js) .mw-anonuserpage #personal {
display: none !important;
}
.wikitable {
background-color: #ffffff;
border-collapse: collapse;
width: 100%;
}
.wikitable th {
background-color: #0073aa;
color: white;
padding: 10px;
font-size: 1.2em;
}
.wikitable td {
padding: 10px;
font-size: 1.1em;
}