Template:Coin image box 1 double/styles.css
Appearance
.coin-image-box-1-double {
display:table
}
.coin-image-box-1-double.tcenter {
margin:0 auto 0.5em auto
}
.coin-image-box-1-double .thumbinner {
padding:0
}
.coin-image-box-1-double .header {
font-weight:bold;
padding:2px 0
}
.coin-image-box-1-double .captions {
display:flex;
border-top:1px solid #ccc;
margin-top:2px
}
.coin-image-box-1-double .thumbcaption.first {
border-right:1px solid #ccc
}
.coin-image-box-1-double .thumbcaption.footer {
border-top:1px solid #ccc
}
body.skin-minerva .coin-image-box-1-double .thumbcaption {
width:inherit !important
}
@media (max-width:850px) {
body.skin-timeless .thumbinner {
width:auto !important;
display:table
}
}
@media (max-width:639px) {
.coin-image-box-1-double .thumbcaption {
width:inherit !important
}
.coin-image-box-1-double .thumbinner {
text-align:center
}
.coin-image-box-double .captions {
border-top:0;
justify-content:center
}
}