Note: Currently new registrations are closed, if you want an account Contact us

Difference between revisions of "MediaWiki:Common.css"

From FSCI Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎Total Website Font control: html, body {font-size:1.1em !important;} →‎To remove Main page title: .page-Main_Page .f...")
 
Line 2: Line 2:


/*Total Website Font control*/
/*Total Website Font control*/
html, body {font-size:1.1em !important;}
html, body {font-size:1.05em !important;}


/* To remove Main page title */
/* To remove Main page title */

Revision as of 16:50, 28 February 2020

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

/*Total Website Font control*/
html, body {font-size:1.05em !important;}

/* To remove Main page title */
.page-Main_Page .firstHeading {
display: none !important;
}