Difference between revisions of "Template:DragonTierListRow"
Jump to navigation
Jump to search
>Canim44 (#css → #widget:css) |
>Canim44 |
||
| Line 1: | Line 1: | ||
| − | <noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>{{# | + | <noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>{{#css: |
| − | <div class="dragonTLrow"> | + | |
| + | |||
| + | .dragonTLrow { | ||
| + | max-width: 450px; | ||
| + | border: 1px solid gray; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | |||
| + | /*mobile only*/ | ||
| + | @media screen and (max-width: 649px) { | ||
| + | .dragonTLquery { | ||
| + | text-align: center; | ||
| + | } | ||
| + | .dragonTLquery-lg { | ||
| + | display: none; | ||
| + | } | ||
| + | .dragonTLrow { | ||
| + | display: block; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /*desktop only*/ | ||
| + | @media screen and (min-width: 650px) { | ||
| + | |||
| + | .dragonTLrow { | ||
| + | display: inline-block; | ||
| + | min-width: 10em; | ||
| + | } | ||
| + | |||
| + | .dragonTLquery { | ||
| + | display: none; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | .dragonTLwriteuphead { | ||
| + | font-weight: bold; | ||
| + | line-height: 1.6; | ||
| + | } | ||
| + | |||
| + | .dragonTLwriteupcontent { | ||
| + | border: 1px solid gray; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | |||
| + | |||
| + | }}<div class="dragonTLrow"> | ||
<div class="dragonTLquery-lg">{{TooltipIcon|Dragon|{{{1|}}}}}</div><div class="dragonTLquery">{{#invoke:CargoQuery|main | <div class="dragonTLquery-lg">{{TooltipIcon|Dragon|{{{1|}}}}}</div><div class="dragonTLquery">{{#invoke:CargoQuery|main | ||
|q?tables=Dragons | |q?tables=Dragons | ||