Difference between revisions of "Template:Banners"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 2: Line 2:
div.banners {
div.banners {
     width: 300px;
     width: 300px;
     height: 960px;
     height: 480px;
     overflow: auto;
     overflow: auto;
     list-style-type: none;
  -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 {

Latest revision as of 19:11, 25 April 2021