MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Created page with "→‎CSS placed here will be applied to all skins: →‎Main Page: h2 { margin-top:unset; } .small { font-size:.8em; vertical-align:text-bottom; font-style:italic; } .main-page-section { column-count: 4; column-rule: 1px solid darkgrey; } →‎/Main Page: "
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Main Page */
h2 {
margin-top:unset;
}
.small {
font-size:.8em;
vertical-align:text-bottom;
font-style:italic;
}
.main-page-section {
column-count: 4;
column-rule: 1px solid darkgrey;
}
/* /Main Page */

Revision as of 23:34, 13 January 2024

/* CSS placed here will be applied to all skins */