Difference between revisions of "MediaWiki:Common.css"

From STATOR
Jump to navigation Jump to search
(change font)
 
Line 3: Line 3:
 
* {
 
* {
 
   font-family: Linux Libertine G, Linux Libertine O, serif;
 
   font-family: Linux Libertine G, Linux Libertine O, serif;
 +
}
 +
 +
body.page-Main_Page h1.firstHeading { display:none; }
 +
 +
h1,h2,h3,h4,h5 {
 +
  font-family: Dancing Script OT, Dancing Script, sans;
 
}
 
}

Revision as of 20:42, 25 October 2012

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

* {
  font-family: Linux Libertine G, Linux Libertine O, serif;
}

body.page-Main_Page h1.firstHeading { display:none; }

h1,h2,h3,h4,h5 {
  font-family: Dancing Script OT, Dancing Script, sans;
}