Difference between revisions of "MediaWiki:Common.css"

From TVRS Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Infobox alignment: .infobox { float: right; }")
 
m
Line 3: Line 3:
/* Infobox alignment*/
/* Infobox alignment*/
.infobox { float: right; }
.infobox { float: right; }
/* Hides Main Page header */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

Revision as of 17:21, 28 June 2020

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

/* Infobox alignment*/
.infobox { float: right; }

/* Hides Main Page header */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }