Difference between revisions of "Template:Transient extended infobox"

no edit summary
Line 476: Line 476:
   text-align: center;
   text-align: center;
   padding-left: 75px;
   padding-left: 75px;
}
@media only screen and (max-width: 1100px) {
    div.transient-infobox {
        width: 90%;
    <!--    float: left; -->
    }
}
}


Line 746: Line 739:
border: #000000 1px solid;
border: #000000 1px solid;
padding: 18px;
padding: 18px;
}
@media only screen and (max-width: 1474px) {
    .transientBox {
position: unset;
        right: unset;
        margin-bottom: 10px;
    }
}
}
.spriteSelector {
.spriteSelector {
Line 762: Line 748:
     width: auto;
     width: auto;
}
}
@media only screen and (max-width: 1474px) {
    .transientBox {
position: unset;
        right: unset;
        margin-bottom: 10px;
    }
  .transientBox > .artwork > img {
        width: 320px;
        height: auto;
    }
}
}}
}}
}}
}}