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

Line 2,204: Line 2,204:
 
.parallax > .background-image-holder,
 
.parallax > .background-image-holder,
 
.parallax .slides li > .background-image-holder {
 
.parallax .slides li > .background-image-holder {
   height: 100%;
+
   height: 100% !important;
   min-height: 100vh;
+
   min-height: 100vh !important;
   top: -50vh;
+
   top: -50vh !important;
 
   transition: opacity 0.3s ease !important;
 
   transition: opacity 0.3s ease !important;
 
   -webkit-transition: opacity 0.3s ease !important;
 
   -webkit-transition: opacity 0.3s ease !important;
   -webkit-transform-style: preserve-3d;
+
   -webkit-transform-style: preserve-3d !important;
 
}
 
}
 
.parallax:first-child .slides li > .background-image-holder,
 
.parallax:first-child .slides li > .background-image-holder,

Revision as of 09:06, 26 June 2018