MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 242: | Line 242: | ||
grid-template-columns: 100%; | grid-template-columns: 100%; | ||
gap: 2px; | gap: 2px; | ||
} | |||
.st-table a:link, .st-table a:visited { | |||
color: var(--map-outlines); | |||
} | |||
.st-table a:hover, .st-table a:active { | |||
color: var(--map-hover); | |||
text-decoration: none; | |||
} | } | ||
.st-header-cell { | .st-header-cell { | ||
padding: . | padding: .75em .75em .75em .75em; | ||
border: 1px solid var(--map-outlines); | border: 1px solid var(--map-outlines); | ||
font-weight: bold; | font-weight: bold; | ||
background-color: var(--beacons-light); | background-color: var(--beacons-light); | ||
text-align: center; | text-align: center; | ||
color: var(--map-outlines); | |||
} | } | ||
div.st-header-skills { | div.st-header-skills { | ||
background-color: var(--beacons-middle); | background-color: var(--beacons-middle); | ||
color: white; | |||
} | } | ||
.st-header-guides { | .st-header-guides { | ||
Line 269: | Line 279: | ||
} | } | ||
.st-cell { | .st-cell { | ||
border: 1px solid var(--map-outlines); | border: 1px solid var(--map-outlines); | ||
margin: .75em; | |||
} | } | ||
div.st-skill { | div.st-skill { |