Difference between revisions of "MediaWiki:Common.css"

From Guardians of Ember Wiki
Line 1: Line 1:
 
body {
 
body {
 
+
background: url(customizations/goe_background.jpg) no-repeat center center fixed;  
background: url(customizations/goe_background.jpg) no-repeat center center fixed;
 
 
 
 
   -webkit-background-size: cover;
 
   -webkit-background-size: cover;
 
   -moz-background-size: cover;
 
   -moz-background-size: cover;
 
   -o-background-size: cover;
 
   -o-background-size: cover;
 
   background-size: cover;
 
   background-size: cover;
 
 
}
 
}
  
.flex-fill {background-color: rgb(100%, 100%, 100%); background-color: rgba(100%,100%,100%,0.8;}
+
.flex-fill {background-color: white; background-color: rgba(100%,100%,100%,0.8;}

Revision as of 20:25, 10 May 2019

body {
	background: url(customizations/goe_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flex-fill {background-color: white; background-color: rgba(100%,100%,100%,0.8;}