MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary |
imported>Jacob Robertson No edit summary |
||
Line 95: | Line 95: | ||
} | } | ||
.em-pathways { | .em-pathways { | ||
grid-area: | grid-area: 6 / 2 / 7 / 7; | ||
zzgrid-area: 4 / 1 / 5 / 4; | zzgrid-area: 4 / 1 / 5 / 4; | ||
font-style: italic; | font-style: italic; | ||
font-weight: bold; | font-weight: bold; | ||
padding-bottom: .8em; | padding-bottom: .8em; | ||
border: 1px solid var(--map-outlines); | |||
} | } | ||
Line 198: | Line 199: | ||
div.em-bubble { | div.em-bubble { | ||
display: flex; | display: flex; | ||
Line 221: | Line 212: | ||
background-image: linear-gradient(to right, var(--milestone-dark), var(--milestone-light)); | background-image: linear-gradient(to right, var(--milestone-dark), var(--milestone-light)); | ||
} | } | ||
Line 256: | Line 225: | ||
} | } | ||
/***************** INFO BOX ***************/ | |||
.em-info-header { | .em-info-header { | ||
border-top-left-radius: .5em; | border-top-left-radius: .5em; |