Actions

MediaWiki

Common.css: Difference between revisions

From Algolit

(Created page with "CSS placed here will be applied to all skins: h6 { font-size: 100%; } h5 { font-size: 105%; } h4 { font-size: 120%; } h3 { font-size: 125%; } h2 { font-size: 130%; }...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
 
h6 {
 
h6 {
 
font-size: 100%;
 
font-size: 100%;
Line 22: Line 21:
  
 
h1 {
 
h1 {
 +
font-size: 135%;
 +
}
 +
 +
#firstHeading {
 
font-size: 135%;
 
font-size: 135%;
 
}
 
}

Revision as of 18:46, 30 October 2017

/* CSS placed here will be applied to all skins */
h6 {
font-size: 100%;
}

h5 {
font-size: 105%;
}

h4 {
font-size: 120%;
}

h3 {
font-size: 125%;
}

h2 {
font-size: 130%;
}

h1 {
font-size: 135%;
}

#firstHeading {
font-size: 135%;
}