MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
Tag: Manual revert
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins  
body {
body {
   background-color: #F27A35;
   background-color: #F27A35;
}
*/
@media print {
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 22pt;
  }
  h2 {
    font-size: 16pt;
  }
.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: 10pt;
}
}
}

Latest revision as of 11:39, 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;
  }
	.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	}
}