Difference between revisions of "MediaWiki:Common.css"

From World Naked Bike Ride
Jump to: navigation, search
(+ class vatop)
Line 13: Line 13:
 
}  
 
}  
 
table#mw-htmlform-description td {
 
table#mw-htmlform-description td {
 +
vertical-align: top;
 +
}
 +
 +
table.vatop td {
 
  vertical-align: top;
 
  vertical-align: top;
 
}
 
}

Revision as of 20:14, 12 March 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 */
} 
table#mw-htmlform-description td {
 vertical-align: top;
}

table.vatop td {
 vertical-align: top;
}