Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
1,372
edits
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
--beacons-light: #C9DBBBff; | --beacons-light: #C9DBBBff; | ||
-- | --realm-darkest: #E0642Eff; | ||
-- | --realm-dark: #F99F53ff; | ||
-- | --realm-middle: #FED68Eff; | ||
-- | --realm-light: #FFF1ACff; | ||
-- | --realm-lightest: #FDDB63ff; | ||
} | } | ||
Line 110: | Line 110: | ||
font-weight: bold; | font-weight: bold; | ||
border: 1px solid var(--map-outlines); | border: 1px solid var(--map-outlines); | ||
background-color: var(-- | background-color: var(--realm-dark); | ||
border-bottom-left-radius: .5em; | border-bottom-left-radius: .5em; | ||
border-bottom-right-radius: .5em; | border-bottom-right-radius: .5em; | ||
Line 130: | Line 130: | ||
} | } | ||
.em-ee { | .em-ee { | ||
background-color: var(-- | background-color: var(--realm-lightest); | ||
border-top-left-radius: .5em; | border-top-left-radius: .5em; | ||
border-top-right-radius: .5em; | border-top-right-radius: .5em; | ||
Line 143: | Line 143: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.em- | .em-realms { | ||
border-top-left-radius: .5em; | border-top-left-radius: .5em; | ||
border-top-right-radius: .5em; | border-top-right-radius: .5em; | ||
background-color: var(-- | background-color: var(--realm-middle); | ||
} | } | ||
.em-beacons { | .em-beacons { | ||
Line 182: | Line 182: | ||
.em-msc { | .em-msc { | ||
background-image: linear-gradient(to right, var(-- | background-image: linear-gradient(to right, var(--realm-darkest), var(--realm-lightest)); | ||
border: 1px solid var(--map-outlines); | border: 1px solid var(--map-outlines); | ||
border-top-left-radius: .5em; | border-top-left-radius: .5em; | ||
Line 203: | Line 203: | ||
} | } | ||
.em-msh1 { | .em-msh1 { | ||
background-color: var(-- | background-color: var(--realm-darkest); | ||
border-bottom-left-radius: .5em; | border-bottom-left-radius: .5em; | ||
} | } | ||
.em-msh2 { | .em-msh2 { | ||
background-color: var(-- | background-color: var(--realm-dark); | ||
border-bottom-left-radius: .5em; | border-bottom-left-radius: .5em; | ||
} | } | ||
.em-msh3 { | .em-msh3 { | ||
background-color: var(-- | background-color: var(--realm-middle); | ||
} | } | ||
.em-msh4 { | .em-msh4 { | ||
background-color: var(-- | background-color: var(--realm-light); | ||
} | } | ||
.em-msh5 { | .em-msh5 { | ||
background-color: var(-- | background-color: var(--realm-lightest); | ||
border-bottom-right-radius: .5em; | border-bottom-right-radius: .5em; | ||
} | } | ||
Line 233: | Line 233: | ||
vertical-align: middle; | vertical-align: middle; | ||
background-image: linear-gradient(to right, var(-- | background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light)); | ||
} | } | ||
:where( | :where( | ||
div.em-hide-ee-yes, div.em-hide- | div.em-hide-ee-yes, div.em-hide-realms-yes, div.em-hide-msarea-yes, | ||
div.em-hide-deluded-yes, div.em-hide-learning-yes, div.em-hide-training-yes, div.em-hide-masterful-yes, div.em-hide-enlightened-yes, | div.em-hide-deluded-yes, div.em-hide-learning-yes, div.em-hide-training-yes, div.em-hide-masterful-yes, div.em-hide-enlightened-yes, | ||
div.em-hide-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, | div.em-hide-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, |