Difference between revisions of "Widget:Template/DragonTierListRow/css"
Jump to navigation
Jump to search
>Canim44 m (Undo spacing) |
>Canim44 (Linking to template) |
||
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | <noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly><style> | ||
| + | /** [[Template:DragonTierListRow]] **/ | ||
.dragonTLrow { | .dragonTLrow { | ||
max-width: 450px; | max-width: 450px; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
border: 1px solid gray; | border: 1px solid gray; | ||
padding: 2px; | padding: 2px; | ||
| Line 15: | Line 8: | ||
/* Mobile Only */ | /* Mobile Only */ | ||
@media screen and (max-width: 649px) { | @media screen and (max-width: 649px) { | ||
| − | + | .dragonTLquery { | |
text-align: center; | text-align: center; | ||
} | } | ||
| Line 34: | Line 27: | ||
display: none; | display: none; | ||
} | } | ||
| + | } | ||
| + | .dragonTLwriteuphead { | ||
| + | font-weight: bold; | ||
| + | line-height: 1.6; | ||
| + | } | ||
| + | .dragonTLwriteupcontent { | ||
| + | border: 1px solid gray; | ||
| + | padding: 2px; | ||
} | } | ||
</style> | </style> | ||
</includeonly> | </includeonly> | ||