Template:LocationMediEvil/styles.css

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
.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;
}