MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
No edit summary
Line 4: Line 4:
}
}
*/
*/
@media print {
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 22pt;
  }
  h2 {
    font-size: 16pt;
  }
}

Revision as of 09:37, 22 April 2026

/* CSS placed here will be applied to all skins 
body {
  background-color: #F27A35;
}
*/
@media print {
  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 22pt;
  }

  h2 {
    font-size: 16pt;
  }
}