Difference between revisions of "MediaWiki:Common.css"
(fix: .wikitable th) |
(input#searchInput.border: none; didn't realize monobook doesn't exist anymore) |
||
Line 39: | Line 39: | ||
table.vatop td { | table.vatop td { | ||
vertical-align: top; | vertical-align: top; | ||
+ | } | ||
+ | |||
+ | input#searchInput { | ||
+ | border: none; | ||
} | } |
Revision as of 22:52, 5 July 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; } input#searchInput { border: none; }