Template:LocationMediEvil/styles.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
No edit summary
No edit summary
 
Line 16: Line 16:
   background-color: black;
   background-color: black;
   background-image: url("https://medievil.wiki/images/e/ea/MediEvil1998-MapOfGallowmere.png");
   background-image: url("https://medievil.wiki/images/e/ea/MediEvil1998-MapOfGallowmere.png");
  background-repeat: no-repeat;
  background-position: inherit;
}
.early-gallowmere-bg {
  position: relative;
  z-index: 1;
  background-position: inherit;
}
.early-gallowmere-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  opacity: .2;
  z-index: -1;
  background-color: black;
  background-image: url("https://medievil.wiki/images/f/fc/MediEvil1998-MapOfGallowmere0.28.png");
   background-repeat: no-repeat;
   background-repeat: no-repeat;
   background-position: inherit;
   background-position: inherit;
}
}

Latest revision as of 17:13, 2 September 2023

.gallowmere-bg {
  position: relative;
  z-index: 1;
  background-position: inherit;
}

.gallowmere-bg::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .2; 
  z-index: -1;
  background-color: black;
  background-image: url("https://medievil.wiki/images/e/ea/MediEvil1998-MapOfGallowmere.png");
  background-repeat: no-repeat;
  background-position: inherit;
}

.early-gallowmere-bg {
  position: relative;
  z-index: 1;
  background-position: inherit;
}

.early-gallowmere-bg::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;  
  opacity: .2; 
  z-index: -1;
  background-color: black;
  background-image: url("https://medievil.wiki/images/f/fc/MediEvil1998-MapOfGallowmere0.28.png");
  background-repeat: no-repeat;
  background-position: inherit;
}