Difference between revisions of "Template:SummonShowcaseMP"
Jump to navigation
Jump to search
>Caledor92 (Fix spillover on lower res screens (same fix as SecondaryEventsMP)) |
>Caledor92 |
||
| Line 1: | Line 1: | ||
<includeonly>{{#css: | <includeonly>{{#css: | ||
| − | @media screen and (min-width: | + | @media screen and (min-width: 400px) { |
.SummonShowcaseMP img { | .SummonShowcaseMP img { | ||
| − | width: | + | width: 320px; |
height: auto; | height: auto; | ||
} | } | ||
} | } | ||
| − | @media screen and (max-width: | + | @media screen and (max-width: 399px) { |
.SummonShowcaseMP img { | .SummonShowcaseMP img { | ||
width: 100%; | width: 100%; | ||
| Line 12: | Line 12: | ||
} | } | ||
} | } | ||
| − | }}<div class="SummonShowcaseMP" style="text-align:center">{{#ifexist:File:{{{Title}}} Summon Top Banner.png|[[File:{{{Title}}} Summon Top Banner.png|320x50px|link=Summon Showcase]]|[[File:Unknown.png|320x50px|link=File:{{{Title}}} Summon Top Banner.png]]}}<br>[[{{{Title}}}]]<br>{{Countdown|EventName={{{_rowID}}}|TimeStart={{#time:F d, Y h:i:s A e|{{{StartDate}}}}}|TimeEnd={{#time:F d, Y h:i:s A e|{{{EndDate}}}}}}}</div></includeonly><noinclude>{{doc}}[[Category:Templates]]</noinclude> | + | }}<div class="SummonShowcaseMP" style="text-align:center;padding-right:2px;">{{#ifexist:File:{{{Title}}} Summon Top Banner.png|[[File:{{{Title}}} Summon Top Banner.png|320x50px|link=Summon Showcase]]|[[File:Unknown.png|320x50px|link=File:{{{Title}}} Summon Top Banner.png]]}}<br>[[{{{Title}}}]]<br>{{Countdown|EventName={{{_rowID}}}|TimeStart={{#time:F d, Y h:i:s A e|{{{StartDate}}}}}|TimeEnd={{#time:F d, Y h:i:s A e|{{{EndDate}}}}}}}</div></includeonly><noinclude>{{doc}}[[Category:Templates]]</noinclude> |
Revision as of 10:03, 8 January 2020
Lua error: Error: Table SummonShowcase not found..