Difference between revisions of "MediaWiki:Common.css"
(test: insert "© All rights reserved." on file description pages) |
(*/ for Special:Upload */) |
||
| Line 3: | Line 3: | ||
#mw-imagepage-content::after { | #mw-imagepage-content::after { | ||
content: "© All rights reserved." | content: "© All rights reserved." | ||
| + | } | ||
| + | |||
| + | */ for [[Special:Upload]] */ | ||
| + | table#mw-htmlform-description tr.mw-htmlform-field-Licenses, | ||
| + | p.mw-upload-editlicenses { | ||
| + | display:none; /* no license required */ | ||
| + | } | ||
| + | table#mw-htmlform-description td { | ||
| + | vertical-align: top; | ||
} | } | ||
Revision as of 01:46, 8 March 2022
/* CSS placed here will be applied to all skins */
#mw-imagepage-content::after {
content: "© All rights reserved."
}
*/ for [[Special:Upload]] */
table#mw-htmlform-description tr.mw-htmlform-field-Licenses,
p.mw-upload-editlicenses {
display:none; /* no license required */
}
table#mw-htmlform-description td {
vertical-align: top;
}