MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
Tag: Manual revert
No edit summary
Line 15: Line 15:
   h2 {
   h2 {
     font-size: 16pt;
     font-size: 16pt;
  }
 
.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: 10pt;
   }
   }
}
}

Revision as of 11:33, 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;
  }
}