Difference between revisions of "Widget:Template/DragonTierListRow/css"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Canim44
(Creating Widget:Template/DragonTierListRow/css)
 
>Canim44
(Linking to template)
 
(19 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;
 
    padding: 2px;
 
}
 
.dragonTLwriteuphead {
 
    font-weight: bold;
 
    line-height: 1.6;
 
}
 
.dragonTLwriteupcontent {
 
 
     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 {
+
    .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>

Latest revision as of 23:06, 22 February 2020