Difference between revisions of "MediaWiki:Common.css"
(+ wikitable) |
(fix: .wikitable th) |
||
| Line 11: | Line 11: | ||
visibility: hidden; | visibility: hidden; | ||
display: none!important; /* no license required */ | display: none!important; /* no license required */ | ||
| − | } | + | } 4 |
table#mw-htmlform-description td { | table#mw-htmlform-description td { | ||
vertical-align: top; | vertical-align: top; | ||
| Line 21: | Line 21: | ||
font-size: 95%; | font-size: 95%; | ||
margin: 1em 0; | margin: 1em 0; | ||
| − | background: #f9f9f9; | + | background-color: #f9f9f9; |
} | } | ||
| Line 33: | Line 33: | ||
} | } | ||
| − | th { | + | .wikitable th { |
background-color: #ddd; | background-color: #ddd; | ||
} | } | ||
Revision as of 13:09, 2 April 2022
/* CSS placed here will be applied to all skins */
#mw-imagepage-content::after {
content: "© All rights reserved."
}
/* for [[Special:Upload]] */
tr.mw-htmlform-field-Licenses,
tr.mw-htmlform-field-Licenses td,
p.mw-upload-editlicenses {
visibility: hidden;
display: none!important; /* no license required */
} 4
table#mw-htmlform-description td {
vertical-align: top;
}
.wikitable, .wikitable table {
border: 1px solid #aaa;
border-collapse: collapse;
font-size: 95%;
margin: 1em 0;
background-color: #f9f9f9;
}
.wikitable table {
margin: 0;
}
.wikitable td, table.wikitable th {
border: 1px solid #aaa;
padding: 4px;
}
.wikitable th {
background-color: #ddd;
}
table.vatop td {
vertical-align: top;
}