EstebanDLPT (Talk | contribs) m |
EstebanDLPT (Talk | contribs) m |
||
Line 18: | Line 18: | ||
/**********************************************************************************************************************/ | /**********************************************************************************************************************/ | ||
.slideshow { | .slideshow { | ||
− | position: | + | position: relative; |
− | + | width: 100%; | |
− | + | height: 100%; | |
− | width:100%; | + | |
− | height:100% | + | |
− | + | ||
} | } | ||
− | .slideshow .right-arrow-pane, | + | .slideshow .right-arrow-pane, .slideshow .left-arrow-pane{ |
position:absolute; | position:absolute; | ||
right:0; | right:0; | ||
Line 48: | Line 45: | ||
} | } | ||
− | .slideshow .right-arrow-pane .arrow, | + | .slideshow .right-arrow-pane .arrow, .slideshow .left-arrow-pane .arrow { |
position:absolute; | position:absolute; | ||
top:50%; | top:50%; | ||
Line 67: | Line 64: | ||
} | } | ||
− | .slideshow .right-arrow-pane .arrow div, | + | .slideshow .right-arrow-pane .arrow div, .slideshow .left-arrow-pane .arrow div{ |
height:50px; | height:50px; | ||
width:50px; | width:50px; | ||
Line 85: | Line 82: | ||
} | } | ||
− | .slideshow .right-arrow-pane:hover, | + | .slideshow .right-arrow-pane:hover, .slideshow .left-arrow-pane:hover { |
background:rgba(0,0,0,.25); | background:rgba(0,0,0,.25); | ||
} | } | ||
Line 97: | Line 94: | ||
} | } | ||
− | .slideshow .right-arrow-pane:hover .arrow div, | + | .slideshow .right-arrow-pane:hover .arrow div, .slideshow .left-arrow-pane:hover .arrow div{ |
border-color:rgba(255,255,255,1); | border-color:rgba(255,255,255,1); | ||
} | } | ||
Line 197: | Line 194: | ||
} | } | ||
− | .slideshow .pauseBtn .tri.active, | + | .slideshow .pauseBtn .tri.active, .slideshow .pauseBtn .bars.active { |
visibility: visible; | visibility: visible; | ||
} | } |
Revision as of 01:04, 14 October 2018