Difference between revisions of "MediaWiki:Common.css"

From wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Main page fixes: #interwiki-completelist { font-weight: bold; } body.page-Main_Page #ca-delete { display: no...")
 
(No difference)

Latest revision as of 14:12, 15 March 2018

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


/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}	
body.page-Main_Page #ca-delete {
    display: none !important;
}
body.page-Main_Page #mp-topbanner {
   clear:both;
}
body.page-Main_Page #firstHeading {
    display: none;
}