MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 236: | Line 236: | ||
} | } | ||
/***************** SKILLS TABLE ***************/ | |||
.st-table { | |||
border: 1px solid var(--map-outlines); | |||
padding: .2em .2em .2em .5em; | |||
gap: 2px; | |||
} | |||
div.st-skill { | |||
background-color: var(--milestone-darkest); | |||
font-style: italics; | |||
} | |||
div.st-guides { | |||
background-color: var(--milestone-dark); | |||
font-style: normal; | |||
} | |||
div.st-trails { | |||
background-color: var(--milestone-middle); | |||
font-style: normal; | |||
} | |||
div.st-beacons { | |||
background-color: var(--milestone-light); | |||
font-style: normal; | |||
} | |||
div.st-milestones { | |||
background-color: var(--milestone-lightest); | |||
font-style: normal; | |||
} | |||
/***************** INFO BOX ***************/ | /***************** INFO BOX ***************/ |