Difference between revisions of "MediaWiki:Common.css"

From Guardians of Ember Wiki
Line 7: Line 7:
 
}
 
}
  
.flex-fill {background-color: white; background-color: rgba(100%,100%,100%,0.8;}
+
.flex-fill {background: rgba(100%,100%,100%,0.8;}

Revision as of 19:31, 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: rgba(100%,100%,100%,0.8;}