MediaWiki:Common.css: Difference between revisions

From In Next Life Wiki
Jump to navigationJump to search
Created page with "→‎CSS placed here will be applied to all skins: body { background-color: lightblue; }"
 
Change headers' font size
 
(27 intermediate revisions by the same user not shown)
Line 2: Line 2:


body {
body {
  background-color: lightblue;
 
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; }

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; }