MediaWiki:Common.css: Difference between revisions

From In Next Life Wiki
Jump to navigationJump to search
No edit summary
Change headers' font size
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
body {
body {


background-color: #81b0b0;
background-color: #dad3bf;


/*
/*
Line 20: Line 20:
   
   
}
}
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; }