MediaWiki:Common.css: Difference between revisions

From In Next Life Wiki
Jump to navigationJump to search
Test font size
Change headers' font size
 
Line 22: Line 22:


h1 { font-size: 36px; }
h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }

Latest revision as of 10:59, 28 February 2025

/* CSS placed here will be applied to all skins */

body {

background-color: #dad3bf;

/*
 background-image: url(https://wiki.innextlife.com/images/background.png);
 -webkit-background-size: 100%; 
 -moz-background-size: 100%; 
 -o-background-size: 100%; 
 background-size: 100%; 
 -webkit-background-size: cover; 
 -moz-background-size: cover; 
 -o-background-size: cover; 
 background-size: cover;

 opacity: 85%
*/
 
}

h1 { font-size: 36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }