Difference between revisions of "Template:Portal image banner/styles.css"

From blackwiki
Jump to navigation Jump to search
test>FR30799386
(Adding a bit of test code.....will not affect normal deployment)
test>FR30799386
(Partially done...will not affect normal deployment thought)
Line 5: Line 5:
 
}
 
}
 
.portal-banner-image .mw-gallery-slideshow-buttons{
 
.portal-banner-image .mw-gallery-slideshow-buttons{
 +
top:0;
 +
bottom:0;
 +
display:flex;
 +
align-items:center;
 
position:absolute;
 
position:absolute;
 
width:100%;
 
width:100%;
 
z-index:1000;
 
z-index:1000;
 +
}
 +
.portal-banner-image .mw-gallery-slideshow-buttons div{
 +
width:100%;
 
}
 
}

Revision as of 17:48, 2 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%;
}