Difference between revisions of "Widget:Template/DragonTierListRow/css"
Jump to navigation
Jump to search
>Canim44 (Spacing) |
>Canim44 (Linking to template) |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <noinclude>[[Category:Widget Template CSS]]</noinclude><includeonly | + | <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 16: | 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 35: | Line 27: | ||
display: none; | display: none; | ||
} | } | ||
| − | }</style></includeonly> | + | } |
| + | .dragonTLwriteuphead { | ||
| + | font-weight: bold; | ||
| + | line-height: 1.6; | ||
| + | } | ||
| + | .dragonTLwriteupcontent { | ||
| + | border: 1px solid gray; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | </style> | ||
| + | </includeonly> | ||