Difference between revisions of "MediaWiki:Common.css"

From Guardians of Ember Wiki
(Replaced content with " ")
(Tag: Replaced)
Line 1: Line 1:
 
+
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:rgb(0,0,0);opacity:0.6;}

Revision as of 20:00, 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:rgb(0,0,0);opacity:0.6;}