Difference between revisions of "Template:Banners"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(Created page with "{{#masterdata:MyPage|}}{{#css: table.banners { width: 300px; overflow: auto; } table.banners > ul > li > img { width: 100%; height: auto; } }} <table class="ba...")
 
Line 1: Line 1:
{{#masterdata:MyPage|}}{{#css:
{{#masterdata:MyPage|}}{{#css:
table.banners {
div.banners {
     width: 300px;
     width: 300px;
     overflow: auto;
     overflow: auto;
}
}
table.banners > ul > li > img {
div.banners > ul > li > img {
     width: 100%;
     width: 100%;
     height: auto;
     height: auto;
}
}
}}
}}
<table class="banners">
<div class="banners">
<tr>
   <ul>{{#var:banners list|}}</ul>
   <ul>{{#var:banners list|}}</ul>
</table>
</div>

Revision as of 18:58, 25 April 2021