MediaWiki:Common.css: Difference between revisions

From QuatenusWiki
No edit summary
No edit summary
Line 17: Line 17:
   }
   }
    
    
.footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: 10pt;
  }
}
}

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