Difference between revisions of "Template:Banners"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
div.banners {
div.banners {
     width: 300px;
     width: 300px;
    height: 480px;
     overflow: auto;
     overflow: auto;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
div.banners::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
div.banners > ul > li {
    list-style: none;
}
}
div.banners > ul > li > img {
div.banners > ul > li > img {
Line 10: Line 19:
}}
}}
<div class="banners">
<div class="banners">
<tr>
   <ul>{{#var:banners list|}}</ul>
   <ul>{{#var:banners list|}}</ul>
</div>
</div>

Latest revision as of 19:11, 25 April 2021