Difference between revisions of "Template:Portal image banner/styles.css"
Jump to navigation
Jump to search
test>FR30799386 |
test>FR30799386 (Most of it is done except for a few outstanding issues which i will try to reslove) |
||
| Line 12: | Line 12: | ||
top:0; | top:0; | ||
bottom:0; | bottom:0; | ||
| − | display: | + | display:none; |
align-items:center; | align-items:center; | ||
position:absolute; | position:absolute; | ||
width:100%; | width:100%; | ||
z-index:1000; | z-index:1000; | ||
| − | |||
} | } | ||
.portal-banner-image-slideshow .mw-gallery-slideshow-buttons div{ | .portal-banner-image-slideshow .mw-gallery-slideshow-buttons div{ | ||
| − | |||
width:100%; | width:100%; | ||
} | } | ||
| − | .portal-banner-image-slideshow .mw-gallery-slideshow-buttons | + | .portal-banner-image-slideshow .oo-ui-stackLayout:hover .mw-gallery-slideshow-buttons{ |
| − | display: | + | display:flex; |
| − | + | margin:0 !important; | |
| − | |||
| − | |||
background:rgb(255,255,255); | background:rgb(255,255,255); | ||
| − | opacity:0. | + | opacity:0.75 !important; |
} | } | ||
Revision as of 07:49, 10 September 2018
.portal-banner-image img{
display: block;
width:100%;
height:auto;
}
.portal-banner-image-slideshow .mw-gallery-slideshow-img-container img{
display: block;
width:100%;
height:auto;
}
.portal-banner-image-slideshow .mw-gallery-slideshow-buttons{
top:0;
bottom:0;
display:none;
align-items:center;
position:absolute;
width:100%;
z-index:1000;
}
.portal-banner-image-slideshow .mw-gallery-slideshow-buttons div{
width:100%;
}
.portal-banner-image-slideshow .oo-ui-stackLayout:hover .mw-gallery-slideshow-buttons{
display:flex;
margin:0 !important;
background:rgb(255,255,255);
opacity:0.75 !important;
}