More actions
dustloop:Template:ReasonsToPick>TarkusLee m use EM instead of PX to respect the user's font size preferences. |
EmissaryFGC (talk | contribs) m 5 revisions imported: Credit to the Dustloop wiki (dustloop.com). |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
.ReasonsToPick-box { | |||
border-color: var( --border-color-base ); | |||
} | |||
#ReasonsToPick-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
} | |||
#picklist { | |||
font-size: 0.875em; | |||
padding-top: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
#avoidlist { | |||
font-size: 0.875em; | |||
padding-top: 0.5em; | |||
} | |||
.ReasonsToPick-summary { | |||
font-size: 0.875em; | |||
text-align: center; | |||
} | |||
.ReasonsToPick-header { | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.ReasonsToPick-entry ul li { | .ReasonsToPick-entry ul li { | ||
margin-bottom: 0. | margin-bottom: 0.5em; | ||
} | } | ||
Latest revision as of 17:57, 16 September 2024
.ReasonsToPick-box {
border-color: var( --border-color-base );
}
#ReasonsToPick-table {
width: 100%;
border-collapse: collapse;
}
#picklist {
font-size: 0.875em;
padding-top: 0.5em;
padding-right: 0.5em;
}
#avoidlist {
font-size: 0.875em;
padding-top: 0.5em;
}
.ReasonsToPick-summary {
font-size: 0.875em;
text-align: center;
}
.ReasonsToPick-header {
font-weight: bold;
text-align: center;
}
.ReasonsToPick-entry ul li {
margin-bottom: 0.5em;
}
.ReasonsToPick-entry ul li:last-child {
margin-bottom: 0px;
}