Difference between revisions of "MediaWiki:Common.css"

From Guardians of Ember Wiki
(Blanked the page)
(Tag: Blanking)
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: white;
 +
    background-color: rgba(255, 255, 255, 0.8);
 +
 +
}

Revision as of 20:55, 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(255, 255, 255, 0.8);

}