Difference between revisions of "Template:Valencia UPV/theme.css"

Line 548: Line 548:
 
}
 
}
 
.background-image-holder {
 
.background-image-holder {
   position: absolute;
+
   position: absolute !important;
   height: 100%;
+
   height: 100% !important;
   top: 0;
+
   top: 0 !important;
   left: 0;
+
   left: 0 !important;
 
   background-size: cover !important;
 
   background-size: cover !important;
 
   background-position: 50% 50% !important;
 
   background-position: 50% 50% !important;
   z-index: 0;
+
   z-index: 0 !important;
   transition: opacity .3s linear;
+
   transition: opacity .3s linear !important;
   -webkit-transition: opacity .3s linear;
+
   -webkit-transition: opacity .3s linear !important;
   opacity: 0;
+
   opacity: 0 !important;
   background: #252525;
+
   background: #252525 !important;
 
}
 
}
 
.background-image-holder:not([class*='col-']) {
 
.background-image-holder:not([class*='col-']) {

Revision as of 09:26, 26 June 2018