Difference between revisions of "MediaWiki:Common.css"

From Polyglot Club WIKI
Jump to navigation Jump to search
Line 11: Line 11:
/* Hide talk tab */
/* Hide talk tab */
#ca-talk { display:none!important; }
#ca-talk { display:none!important; }
/* maj foreground skin */
.skin-foreground .top-bar{
background: #04476a !important;
}

Revision as of 17:04, 23 April 2018

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

body, p{
  font-family: Arial, sans-serif !important;
}

h1, h2, h3 {
  font-family: "Lithos Pro", "Antic", Arial, sans-serif !important;
}

/* Hide talk tab */
#ca-talk { display:none!important; }

/* maj foreground skin */
.skin-foreground .top-bar{
	background: #04476a !important;
}