Difference between revisions of "Template:Portal image banner/styles.css"
Jump to navigation
Jump to search
test>FR30799386 (Partially done...will not affect normal deployment thought) |
test>FR30799386 (More code deployment...will not affect normal functioning) |
||
| Line 15: | Line 15: | ||
.portal-banner-image .mw-gallery-slideshow-buttons div{ | .portal-banner-image .mw-gallery-slideshow-buttons div{ | ||
width:100%; | width:100%; | ||
| + | } | ||
| + | .portal-banner-image .mw-gallery-slideshow-buttons div{ | ||
| + | display:none; | ||
| + | width:100%; | ||
| + | } | ||
| + | .portal-banner-image .mw-gallery-slideshow-buttons:hover div{ | ||
| + | display:block; | ||
| + | } | ||
| + | .portal-banner-image .mw-gallery-slideshow{ | ||
| + | padding:0; | ||
| + | margin:0; | ||
| + | } | ||
| + | .portal-banner-image .mw-gallery-slideshow-buttons:hover{ | ||
| + | background:rgb(255,255,255); | ||
} | } | ||
Revision as of 05:42, 3 September 2018
.portal-banner-image img{
display: block;
width:100%;
height:auto;
}
.portal-banner-image .mw-gallery-slideshow-buttons{
top:0;
bottom:0;
display:flex;
align-items:center;
position:absolute;
width:100%;
z-index:1000;
}
.portal-banner-image .mw-gallery-slideshow-buttons div{
width:100%;
}
.portal-banner-image .mw-gallery-slideshow-buttons div{
display:none;
width:100%;
}
.portal-banner-image .mw-gallery-slideshow-buttons:hover div{
display:block;
}
.portal-banner-image .mw-gallery-slideshow{
padding:0;
margin:0;
}
.portal-banner-image .mw-gallery-slideshow-buttons:hover{
background:rgb(255,255,255);
}