Template:LocationMediEvil/styles.css: Difference between revisions

From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
(Created page with ".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: .3; 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; }")
 
No edit summary
Line 12: Line 12:
   width: 100%;  
   width: 100%;  
   height: 100%;   
   height: 100%;   
   opacity: .3;  
   opacity: .2;  
   z-index: -1;
   z-index: -1;
   background-color: black;
   background-color: black;

Revision as of 17:45, 20 August 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;
}