MediaWiki:Mobile.css: Difference between revisions

From Everyday Enlightenment
imported>Jacob Robertson
No edit summary
No edit summary
 
(57 intermediate revisions by 2 users not shown)
Line 6: Line 6:




/************* COMMON *************/
:root {
--map-outlines: #48514Bff;
--map-hover: #white;
--beacons-dark: #75867Aff;
--beacons-middle: #8EA485ff;
--beacons-light: #C9DBBBff;
--realm-darkest: #E0642Eff;
--realm-dark: #F99F53ff;
--realm-middle: #FED68Eff;
--realm-light: #FFF1ACff;
--realm-lightest: #FDDB63ff;
}
span.em-ms-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center; 
}
span.em-pathways-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center; 
}
.em-shrinker {
.em-shrinker {
   display: inline-block;
   display: inline-block;
Line 13: Line 40:
   font-weight: normal;
   font-weight: normal;
   text-align: center;
   text-align: center;
   color: #590000;
   color: var(--beacons-dark);
}
 
.em-lenses-inner {
  white-space: nowrap;
  display:inline-block;
}
 
.em-show-shadows-no {
  display: none;
}
.em-shadows-br {
  display: none;
}
.em-show-shadows-yes {
  font-size: 80%;
  font-style: italic;
  margin: 0px;
  padding: 0px;
}
}
/**************** PORTRAIT *********************/
@media screen and (width <= 480px) {
.em-container {
.em-container {
   display: grid;
   display: grid;
  grid-template-columns: auto auto auto auto auto auto;
   gap: 2px;
   gap: 2px;
   text-align: center;
   text-align: center;
Line 24: Line 72:
.em-pathways-container {
.em-pathways-container {
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto;
   grid-template-rows: 50% 50%;
   grid-template-rows: 25% 50% 10% 15%;
   grid-template-columns: 50% 50%;  
  gap: 2px;
   grid-area: 4 / 2 / 8 / 4;
   grid-area: 3 / 2 / 6 / 7;
  padding: .5em;
}
}


.em-ee {
.em-ee {
   grid-area: 1 / 1;
   grid-area: 1 / 1 / 2 / 4;
}
}
.em-ms {
.em-ms {
   grid-area: 1 / 2 / 2 / 7;
   grid-area: 4 / 1 / 5 / 2;
}
}
.em-beacons {
.em-beacons {
   grid-area: 2 / 1;
   grid-area: 2 / 1 / 3 / 4;
}
}
.em-bc-attention {
.em-bc-attention {
Line 44: Line 90:
}
}
.em-bc-adaptation {
.em-bc-adaptation {
   grid-area: 4 / 1;
   grid-area: 3 / 2;
}
}
.em-bc-association {
.em-bc-association {
   grid-area: 5 / 1;
   grid-area: 3 / 3;
}
.em-bphrase {
  padding-top: .1em;
}
.em-mc-deluded {
  grid-area: 2 / 2;
}
}
.em-mc-learning {
.em-mc-learning {
   grid-area: 2 / 3;
   grid-area: 5 / 1;
}
}
.em-mc-training {
.em-mc-training {
   grid-area: 2 / 4;
   grid-area: 6 / 1;
}
}
.em-mc-masterful {
.em-mc-masterful {
   grid-area: 2 / 5;
   grid-area: 7 / 1;
}
}
.em-mc-enlightened {
.em-mc-enlightened {
   grid-area: 2 / 6;
   grid-area: 8 / 1;
}
}
.em-top-spacer {
.em-trails {
   grid-area: 1 / 1 / 2 / 4;
   grid-area: 2 / 2;
  margin-top: .4em;
  margin-bottom: .8em;
  margin-left: .4em;
  margin-right: .8em;
}
}
.em-bottom-spacer {
.em-guides {
   grid-area: 3 / 1 / 4 / 4;
   grid-area: 1 / 2;
  margin-top: .8em;
  margin-bottom: .4em;
  margin-left: .4em;
  margin-right: .8em;
}
}
.em-trails {
.em-landmarks {
   grid-area: 2 / 1;
   grid-area: 2 / 1;
  margin-top: .4em;
  margin-bottom: .8em;
  margin-left: .8em;
  margin-right: .4em;
}
}
.em-guides {
.em-lenses {
   grid-area: 2 / 2;
   grid-area: 1 / 1;
  margin-top: .8em;
  margin-bottom: .4em;
  margin-left: .8em;
  margin-right: .4em;
}
.em-lenses-inner {
  white-space: normal;
  line-height: 75%;
}
.em-shadows-br {
  display: block;
}
.em-shadows-slash {
  display: none;
}
}
.em-skills {
div.em-pathways-container div.em-lenses {
  grid-area: 2 / 3;
  background-image: linear-gradient(to right, var(--beacons-dark), var(--beacons-light));
}
}
.em-pathways {
.em-pathways {
   grid-area: 4 / 1 / 5 / 4;
   grid-area: 8 / 2 / 9 / 4;
   font-style: italic;
   font-style: italic;
   padding-bottom: .8em;
   font-weight: bold;
  border: 1px solid var(--map-outlines);
  background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-pathways a {
  vertical-align: middle;
}
}


/************* good stuff *****/
.PageType {
.PageType {
   font-style: italic;
   font-style: italic;
   font-weight: normal;
   font-weight: normal;
   color: #590000;
  font-size: 60%;
   color: var(--beacons-middle);
}
}
.em-table td, .em-table a:link, .em-table a:visited, .em-table a:active {
.PageTypeLandmark, .PageTypeCredo {
   color: #590000;
   font-size: 85%;
}
}
.em-table a:hover {
.em-table td, .em-table a:link, .em-table a:visited {
   color: #666600;
  color: var(--map-outlines);
}
.em-table a:hover, .em-table a:active {
   color: var(--map-hover);
   text-decoration: none;
   text-decoration: none;
}
}
Line 117: Line 186:
}
}
.em-header {
.em-header {
   border: 1px solid #fa8484;
   border: 1px solid var(--map-outlines);
   padding: 0.2em 1em 0.2em 1em;
   padding: 0.2em 1em 0.2em 1em;
   font-weight: bold;
   font-weight: bold;
  zzheight: 1em;
   text-align: center;
   text-align: center;
}
}
.em-milestones {
.em-realms {
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
Line 129: Line 197:
}
}
.em-beacons {
.em-beacons {
   background-color: #fecb96;
   background-color: var(--beacons-middle);
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
}
}
.em-bc {
.em-bc {
   background-color: #fedb8b;
   background-color: var(--beacons-light);
  padding: .1px;
}
.em-bc br {
  display: block;
  height: .2em;
}
}
.em-attention {
.em-attention {
  border-bottom-left-radius: .5em;
}
}
.em-adaptation {
.em-adaptation {
}
.em-association {
  border-bottom-right-radius: .5em;
}
}
.em-bphrase {
.em-bphrase {
  padding-top: 0em;
   font-style: italic;
   font-style: italic;
   font-weight: normal;
   font-weight: normal;
  font-size: .9em;
  padding-left: .5em;
  padding-right: .5em;
}
}
.em-association {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-msc {
.em-msc {
   background-image: linear-gradient(to right, #fa8484, #ffeb80);
   background-image: linear-gradient(to right, var(--realm-darkest), var(--realm-lightest));
   border: 1px solid #fa8484;
   border: 1px solid var(--map-outlines);
   border-bottom-left-radius: .5em;
   border-top-left-radius: .5em;
   border-bottom-right-radius: .5em;
   border-top-right-radius: .5em;
   text-align: center;
   text-align: center;
}
}
Line 160: Line 236:
}
}
.em-msh1 {
.em-msh1 {
   background-color: #fa8484;
   background-color: var(--realm-darkest);
}
}
.em-msh2 {
.em-msh2 {
   background-color: #fbacac;
   background-color: var(--realm-dark);
}
}
.em-msh3 {
.em-msh3 {
   background-color: #fcbba1;
   background-color: var(--realm-middle);
}
}
.em-msh4 {
.em-msh4 {
   background-color: #fecb96;
   background-color: var(--realm-light);
}
}
.em-msh5 {
.em-msh5 {
   background-color: #ffdb8b;
   background-color: var(--realm-lightest);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
}


Line 193: Line 271:


   border: solid white 2px;
   border: solid white 2px;
   border-radius: 50%;  
   border-radius: 2em;  
   font-weight: bold;
   font-weight: bold;
   text-align: center;
   text-align: center;
   vertical-align: middle;
   vertical-align: middle;
   background-image: linear-gradient(to right, #fcbba1, #ffdb8b);
 
   background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
}
}
.em-bubble-old {
.em-bubble-old {
Line 210: Line 289:
   display: table-row;
   display: table-row;
   height: 5%;
   height: 5%;
}
div.em-pathways-old {
  position: relative;
  padding: 0em;
  margin: 0em;
  bottom: -.25em;
}
}
div.em-bubble-outer-old {
div.em-bubble-outer-old {
Line 223: Line 296:


:where(
:where(
div.em-hide-ee-yes, div.em-hide-milestones-yes, div.em-hide-msarea-yes,  
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,  
div.em-hide-pathways-yes, div.em-hide-skills-yes, div.em-hide-trails-yes, div.em-hide-guides-yes
div.em-hide-pathways-yes, div.em-hide-landmarks-yes, div.em-hide-trails-yes, div.em-hide-guides-yes, div.em-hide-lenses-yes
):where(:not(:hover))
):where(:not(:hover))
{
{
Line 233: Line 306:
}
}


/**************** OLD STUFF MAYBE DELETE ********************/
div.em-hide-caption-yes {
.ee-chart-table td {
   display: none;
   height: .125em;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  color: #000080;
}
}


td.ee-chart-zone {
.em-info-header {
   border: 1px solid white;
  border-top-left-radius: .5em;
   padding-left: .75em;
  border-top-right-radius: .5em;
   padding-right: .75em;
  background-color: var(--realm-middle);
   font-size: 1em;
}
.em-info-body td, .em-info-body th {
   border: 1px solid var(--realm-darkest);
   padding: .25em .25em .25em .5em;
}
.em-info-body a {
   color: var(--map-outlines);
}
.em-info-label {
   background-color: var(--realm-light);
   font-style: italic;
   font-style: italic;
  height: 15%;
}
}
td.ee-chart-header {
.em-info-data {
   border: 1px solid white;
   background-color: var(--realm-lightest);
   padding: .5em .75em .5em .75em;
   font-style: normal;
   font-weight: bold;
}
   height: 1em;  
.em-info-below {
  border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;
   background-color: var(--realm-middle);
}
}
td.ee-chart-stages-header {
.em-info-header {
  border: 1px solid white;
  padding: 0.2em 1em 0.2em 1em;
  font-weight: bold;
  height: 1em;
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
  background-color: var(--realm-middle);
}
}
td.ee-chart-themes {
.em-info-body td, .em-info-body th {
   border: 1px solid white;
   border: 1px solid var(--realm-darkest);
   padding: 0em .5em 0em .5em;
   padding: .25em .25em .25em .5em;
  font-size: 1em;
  font-weight: bold;
  height: 1em;  
}
}
td.ee-chart-quality-row-header {
.em-info-body a {
   border: 1px solid white;
   color: var(--map-outlines);
  font-size: 1em;
  font-weight: bold;
  height: 1.5em;
}
}
td.ee-chart-corner-tl {
.em-info-label {
   border-top-left-radius: .5em;
   background-color: var(--realm-light);
  font-style: italic;
}
}
td.ee-chart-corner-tr {
.em-info-data {
   border-top-right-radius: .5em;
   background-color: var(--realm-lightest);
  font-style: normal;
}
}
td.ee-chart-corner-bl {
.em-info-below {
   border-bottom-left-radius: .5em;
   border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  background-color: var(--realm-middle);
}
}
/******************************** LANDSCAPE - COPY THIS DIRECTLY FROM Common.css *********************/
@media all and (width > 480px) {
.em-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 2px;
  text-align: center;
}
.em-pathways-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-area: 3 / 2 / 6 / 6;
}
.em-ee {
  grid-area: 1 / 1;
}
.em-ms {
  grid-area: 1 / 2 / 2 / 6;
}
.em-beacons {
  grid-area: 2 / 1;
}
.em-bc-attention {
  grid-area: 3 / 1;
}
.em-bc-adaptation {
  grid-area: 4 / 1;
}
.em-bc-association {
  grid-area: 5 / 1 / 7 / 2;
}
.em-mc-learning {
  grid-area: 2 / 2;
}
.em-mc-training {
  grid-area: 2 / 3;
}
.em-mc-masterful {
  grid-area: 2 / 4;
}
.em-mc-enlightened {
  grid-area: 2 / 5;
}
.em-trails {
  grid-area: 2 / 2;
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: .5em;
  margin-right: 1em;
}
}
td.ee-chart-corner-br {
.em-guides {
   border-bottom-right-radius: .5em;
  grid-area: 1 / 2;
  margin-top: 1em;
  margin-bottom: .5em;
  margin-left: .5em;
  margin-right: 1em;
}
.em-landmarks {
   grid-area: 2 / 1;
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: .5em;
}
}
td.ee-chart-left-spacer {
.em-lenses {
   font-size: .1em;
   grid-area: 1 / 1;
   padding-top: 0em;
   margin-top: 1em;
   padding-bottom: 0em;
   margin-bottom: .5em;
   padding-left: 0em;
   margin-left: 1em;
   padding-right: 0em;
   margin-right: .5em;
  height: .1em;  
}
}
td.ee-chart-themes-spacer {
div.em-pathways-container div.em-lenses {
   font-size: .1em;
   background-image: linear-gradient(to right, var(--beacons-dark), var(--beacons-light));
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 2em;
  height: .1em;  
}
}
td.ee-chart-ee, td.ee-chart-ee:visited {
 
   font-size: 1.05em;
.em-pathways {
   border: 1px solid white;
   grid-area: 6 / 2 / 7 / 6;
   font-style: italic;
   font-weight: bold;
   font-weight: bold;
   border-radius: .5em;
   border: 1px solid var(--map-outlines);
  background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-pathways a {
  vertical-align: middle;
}
}
:where(
.PageType {
td.ee-chart-hide-zones-yes, td.ee-chart-hide-stages-yes,
  font-style: italic;
td.ee-chart-hide-qualities-yes, td.ee-chart-hide-focus-yes, td.ee-chart-hide-relation-yes, td.ee-chart-hide-pursuit-yes, td.ee-chart-hide-adaptation-yes,
  font-weight: normal;
td.ee-chart-hide-deluded-yes, td.ee-chart-hide-learning-yes, td.ee-chart-hide-training-yes, td.ee-chart-hide-masterful-yes, td.ee-chart-hide-enlightened-yes,
  font-size: 60%;
td.ee-chart-hide-themes-yes
  color: var(--beacons-middle);
):where(:not(:hover))
}
{
.PageTypeLandmark, .PageTypeCredo {
   grayscale: 35%;
   font-size: 85%;
  opacity: 55%;
}
}
 
.em-table td, .em-table a:link, .em-table a:visited {
td.ee-chart-color-title {
   color: var(--map-outlines);
   background-color: #ffeb80;
}
}
td.ee-chart-color-themes {
.em-table a:hover, .em-table a:active {
   background-color: #fcbba1;
  color: var(--map-hover);
   text-decoration: none;
}
}
td.ee-chart-color-themes-col {
.em-ee {
   background-color: #fdcb96;
  background-color: var(--realm-lightest);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;
}
}
td.ee-chart-color-qualities {
.em-header {
   background-color: #fecb96;
  border: 1px solid var(--map-outlines);
  padding: 0.2em 1em 0.2em 1em;
  font-weight: bold;
  zzheight: 1em;
   text-align: center;
}
}
td.ee-chart-color-qualities-col {
.em-realms {
   background-color: #fedb8b;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
   background-color: var(--realm-middle);
}
}
td.ee-chart-color-stages {
.em-beacons {
   background-color: #fdcb96;
  background-color: var(--beacons-middle);
  border-top-left-radius: .5em;
   border-top-right-radius: .5em;
}
}
td.ee-chart-color-deluded {
.em-bc {
   background-color: #fa8484;
   background-color: var(--beacons-light);
  padding: .1px;
}
}
td.ee-chart-color-deluded-col {
.em-bc br {
   background-color: #fbacac;
   display: block;
  height: 0em;
}
}
td.ee-chart-color-learning {
.em-bc a {
   background-color: #fbacac;
   padding: 0em;
}
}
td.ee-chart-color-learning-col {
.em-attention {
   background-color: #fcbba1;
   padding: .2em;
}
}
td.ee-chart-color-training {
.em-adaptation {
   background-color: #fcbba1;
   padding: .2em;
}
}
td.ee-chart-color-training-col {
.em-association {
   background-color: #fdcb96;
  border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;
  padding: .2em;
}
}
td.ee-chart-color-masterful {
.em-bc > span.em-bphrase {
   background-color: #fecb96;
  font-style: italic;
   font-weight: normal;
  padding: .1em .1em .2em .1em;
}
}
td.ee-chart-color-masterful-col {
 
   background-color: #fedb8b;
.em-msc {
  background-image: linear-gradient(to right, var(--realm-darkest), var(--realm-lightest));
  border: 1px solid var(--map-outlines);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
   text-align: center;
}
}
td.ee-chart-color-enlightened {
 
   background-color: #ffdb8b;
span.em-ms-wrapper {
  height: 100%;
  display: inline-flex;
   align-items: center;
}
}
td.ee-chart-color-enlightened-col {
span.em-pathways-wrapper {
   background-color: #ffeb80;
  height: 100%;
  display: inline-flex;
   align-items: center;
}
}


.ee-exercise-chart-table {
.em-msh {
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
}
}
.ee-exercise-chart-table td {
.em-msh1 {
   border: 1px solid white;
   background-color: var(--realm-darkest);
   font-size: 1em;
   border-bottom-left-radius: .5em;
  color: #000080;
}
}
td.ee-exercise-chart-name {
.em-msh2 {
   background-color: #fcbba1;
   background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
}
}
td.ee-exercise-chart-stage {
.em-msh3 {
   background-color: #fecb96;
   background-color: var(--realm-middle);
}
}
td.ee-exercise-chart-theme {
.em-msh4 {
   background-color: #fdcb96;
   background-color: var(--realm-light);
}
}
td.ee-exercise-chart-quality {
.em-msh5 {
   background-color: #fedb8b;
   background-color: var(--realm-lightest);
  border-bottom-right-radius: .5em;
}
}


hr.ee-chart-hr {
div.em-bubble {
   border: 0px solid transparent;
  display: flex;
   border-top: 1px solid white;
  justify-content: center;
   background-color: transparent;
  align-content: center;
  flex-direction: column;
 
   border: solid white 2px;
   border-radius: 2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
 
   background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
}
}


.ee-chart-highlighted-term-yes a {
:where(
   font-size: 125%;
div.em-hide-ee-yes, div.em-hide-realms-yes, div.em-hide-msarea-yes,
   color: #501c91;
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-pathways-yes, div.em-hide-landmarks-yes, div.em-hide-trails-yes, div.em-hide-guides-yes, div.em-hide-lenses-yes
):where(:not(:hover))
{
   grayscale: 35%;
   opacity: 55%;
}
}
td.ee-chart-exercise-type {
div.em-hide-caption-yes {
   padding: .15em .35em .15em .35em;
   display: none;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}
td.ee-chart-exercise-header {
  padding: .15em .35em .15em .35em;
  font-weight: bold;
}
}
td.ee-chart-exercise-name h2, td.ee-chart-exercise-name h2 a {
/*** end landscape section ***/
  font-size: 1.1em;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 0em;
  padding-top: 0em;
  margin-bottom: 0em;
  border-bottom: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  color: #000080;
}
}



Latest revision as of 14:35, 18 September 2023

/* CSS placed here will be applied to all skins */

/********************************************************************************************/
/* NOTE - ADD THIS ALL TO [[MediaWiki:Mobile.css]] AS WELL OR IT WILL NOT SHOW UP ON MOBILE.*/
/********************************************************************************************/


/************* COMMON *************/
:root {

--map-outlines: #48514Bff;
--map-hover: #white;

--beacons-dark: #75867Aff;
--beacons-middle: #8EA485ff;
--beacons-light: #C9DBBBff;

--realm-darkest: #E0642Eff;
--realm-dark: #F99F53ff;
--realm-middle: #FED68Eff;
--realm-light: #FFF1ACff;
--realm-lightest: #FDDB63ff;
}

span.em-ms-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center;  
}
span.em-pathways-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center;  
}
.em-shrinker {
  display: inline-block;
}
.em-caption {
  font-style: italic; 
  font-weight: normal;
  text-align: center;
  color: var(--beacons-dark);
}

.em-lenses-inner {
  white-space: nowrap;
  display:inline-block;
}

.em-show-shadows-no {
  display: none;
}
.em-shadows-br {
  display: none;
}
.em-show-shadows-yes {
  font-size: 80%;
  font-style: italic;
  margin: 0px;
  padding: 0px;
}

/**************** PORTRAIT *********************/
@media screen and (width <= 480px) {

.em-container {
  display: grid;
  gap: 2px;
  text-align: center;
}

.em-pathways-container {
  display: grid;
  grid-template-rows: 50% 50%;
  grid-template-columns: 50% 50%; 
  grid-area: 4 / 2 / 8 / 4;
}

.em-ee {
  grid-area: 1 / 1 / 2 / 4;
}
.em-ms {
  grid-area: 4 / 1 / 5 / 2;
}
.em-beacons {
  grid-area: 2 / 1 / 3 / 4;
}
.em-bc-attention {
  grid-area: 3 / 1;
}
.em-bc-adaptation {
  grid-area: 3 / 2;
}
.em-bc-association {
  grid-area: 3 / 3;
}
.em-mc-learning {
  grid-area: 5 / 1;
}
.em-mc-training {
  grid-area: 6 / 1;
}
.em-mc-masterful {
  grid-area: 7 / 1;
}
.em-mc-enlightened {
  grid-area: 8 / 1;
}
.em-trails {
  grid-area: 2 / 2;
  margin-top: .4em;
  margin-bottom: .8em;
  margin-left: .4em;
  margin-right: .8em;
}
.em-guides {
  grid-area: 1 / 2;
  margin-top: .8em;
  margin-bottom: .4em;
  margin-left: .4em;
  margin-right: .8em;
}
.em-landmarks {
  grid-area: 2 / 1;
  margin-top: .4em;
  margin-bottom: .8em;
  margin-left: .8em;
  margin-right: .4em;
}
.em-lenses {
  grid-area: 1 / 1;
  margin-top: .8em;
  margin-bottom: .4em;
  margin-left: .8em;
  margin-right: .4em;
}
.em-lenses-inner {
  white-space: normal;
  line-height: 75%;
}
.em-shadows-br {
  display: block;
}
.em-shadows-slash {
  display: none;
}
div.em-pathways-container div.em-lenses {
   background-image: linear-gradient(to right, var(--beacons-dark), var(--beacons-light));
}

.em-pathways {
  grid-area: 8 / 2 / 9 / 4;
  font-style: italic;
  font-weight: bold;
  border: 1px solid var(--map-outlines);
  background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; 
}
.em-pathways a {
  vertical-align: middle;
}

.PageType {
  font-style: italic;
  font-weight: normal;
  font-size: 60%;
  color: var(--beacons-middle);
}
.PageTypeLandmark, .PageTypeCredo {
  font-size: 85%;
}
.em-table td, .em-table a:link, .em-table a:visited {
  color: var(--map-outlines);
}
.em-table a:hover, .em-table a:active {
  color: var(--map-hover);
  text-decoration: none;
}
.em-ee {
  background-color: #ffeb80;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-header {
  border: 1px solid var(--map-outlines);
  padding: 0.2em 1em 0.2em 1em;
  font-weight: bold;
  text-align: center;
}
.em-realms {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background-color: #fdcb96;
}
.em-beacons {
  background-color: var(--beacons-middle);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.em-bc {
  background-color: var(--beacons-light);
  padding: .1px;
}
.em-bc br {
  display: block;
  height: .2em;
}
.em-attention {
  border-bottom-left-radius: .5em;
}
.em-adaptation {
}
.em-association {
  border-bottom-right-radius: .5em;
}
.em-bphrase {
  padding-top: 0em;
  font-style: italic;
  font-weight: normal;
  font-size: .9em;
  padding-left: .5em;
  padding-right: .5em;
}
.em-msc {
  background-image: linear-gradient(to right, var(--realm-darkest), var(--realm-lightest));
  border: 1px solid var(--map-outlines);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  text-align: center;
}

.em-msh {
}
.em-msh1 {
  background-color: var(--realm-darkest);
}
.em-msh2 {
  background-color: var(--realm-dark);
}
.em-msh3 {
  background-color: var(--realm-middle);
}
.em-msh4 {
  background-color: var(--realm-light);
}
.em-msh5 {
  background-color: var(--realm-lightest);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}


div.em-bubble-container {
  width: 100%;
  display: table;
  height: 100%;
}
div.em-bubble-container-row1 {
  width: 100%;
  display: table-row;
  height: 95%;
}
div.em-bubble {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

  border: solid white 2px;
  border-radius: 2em; 
  font-weight: bold;
  text-align: center;
  vertical-align: middle;

  background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
}
.em-bubble-old {
  display: table-cell;
  height: 5em; 
  width: 4.5em; 
  vertical-align: middle; 
  padding: .5em;
}
div.em-bubble-container-row2{
  width: 100%;
  display: table-row;
  height: 5%;
}
div.em-bubble-outer-old {
  position: relative; 
  top: .85em;
}

:where(
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-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, 
div.em-hide-pathways-yes, div.em-hide-landmarks-yes, div.em-hide-trails-yes, div.em-hide-guides-yes, div.em-hide-lenses-yes
):where(:not(:hover))
{
  grayscale: 35%;
  opacity: 55%;
}

div.em-hide-caption-yes {
  display: none;
}

.em-info-header {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background-color: var(--realm-middle);
}
.em-info-body td, .em-info-body th {
  border: 1px solid var(--realm-darkest);
  padding: .25em .25em .25em .5em;
}
.em-info-body a {
  color: var(--map-outlines);
}
.em-info-label {
  background-color: var(--realm-light);
  font-style: italic;
}
.em-info-data {
  background-color: var(--realm-lightest);
  font-style: normal;
}
.em-info-below {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  background-color: var(--realm-middle);
}
.em-info-header {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background-color: var(--realm-middle);
}
.em-info-body td, .em-info-body th {
  border: 1px solid var(--realm-darkest);
  padding: .25em .25em .25em .5em;
}
.em-info-body a {
  color: var(--map-outlines);
}
.em-info-label {
  background-color: var(--realm-light);
  font-style: italic;
}
.em-info-data {
  background-color: var(--realm-lightest);
  font-style: normal;
}
.em-info-below {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  background-color: var(--realm-middle);
}

}

/******************************** LANDSCAPE - COPY THIS DIRECTLY FROM Common.css *********************/
@media all and (width > 480px) {

.em-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 2px;
  text-align: center;
}

.em-pathways-container {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-area: 3 / 2 / 6 / 6;
}

.em-ee {
  grid-area: 1 / 1;
}
.em-ms {
  grid-area: 1 / 2 / 2 / 6;
}
.em-beacons {
  grid-area: 2 / 1;
}
.em-bc-attention {
  grid-area: 3 / 1;
}
.em-bc-adaptation {
  grid-area: 4 / 1;
}
.em-bc-association {
  grid-area: 5 / 1 / 7 / 2;
}
.em-mc-learning {
  grid-area: 2 / 2;
}
.em-mc-training {
  grid-area: 2 / 3;
}
.em-mc-masterful {
  grid-area: 2 / 4;
}
.em-mc-enlightened {
  grid-area: 2 / 5;
}
.em-trails {
  grid-area: 2 / 2;
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: .5em;
  margin-right: 1em;
}
.em-guides {
  grid-area: 1 / 2;
  margin-top: 1em;
  margin-bottom: .5em;
  margin-left: .5em;
  margin-right: 1em;
}
.em-landmarks {
  grid-area: 2 / 1;
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: .5em;
}
.em-lenses {
  grid-area: 1 / 1;
  margin-top: 1em;
  margin-bottom: .5em;
  margin-left: 1em;
  margin-right: .5em;
}
div.em-pathways-container div.em-lenses {
  background-image: linear-gradient(to right, var(--beacons-dark), var(--beacons-light));
}

.em-pathways {
  grid-area: 6 / 2 / 7 / 6;
  font-style: italic;
  font-weight: bold;
  border: 1px solid var(--map-outlines);
  background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; 
}
.em-pathways a {
  vertical-align: middle;
}
.PageType {
  font-style: italic;
  font-weight: normal;
  font-size: 60%;
  color: var(--beacons-middle);
}
.PageTypeLandmark, .PageTypeCredo {
  font-size: 85%;
}
.em-table td, .em-table a:link, .em-table a:visited {
  color: var(--map-outlines);
}
.em-table a:hover, .em-table a:active {
  color: var(--map-hover);
  text-decoration: none;
}
.em-ee {
  background-color: var(--realm-lightest);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-header {
  border: 1px solid var(--map-outlines);
  padding: 0.2em 1em 0.2em 1em;
  font-weight: bold;
  zzheight: 1em;
  text-align: center;
}
.em-realms {
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  background-color: var(--realm-middle);
}
.em-beacons {
  background-color: var(--beacons-middle);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
}
.em-bc {
  background-color: var(--beacons-light);
  padding: .1px;
}
.em-bc br {
  display: block;
  height: 0em;
}
.em-bc a {
  padding: 0em;
}
.em-attention {
  padding: .2em;
}
.em-adaptation {
  padding: .2em;
}
.em-association {
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  padding: .2em;
}
.em-bc > span.em-bphrase {
  font-style: italic;
  font-weight: normal;
  padding: .1em .1em .2em .1em;
}

.em-msc {
  background-image: linear-gradient(to right, var(--realm-darkest), var(--realm-lightest));
  border: 1px solid var(--map-outlines);
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  text-align: center;
}

span.em-ms-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center;  
}
span.em-pathways-wrapper {
  height: 100%;
  display: inline-flex;
  align-items: center;  
}

.em-msh {
}
.em-msh1 {
  background-color: var(--realm-darkest);
  border-bottom-left-radius: .5em;
}
.em-msh2 {
  background-color: var(--realm-dark);
  border-bottom-left-radius: .5em;
}
.em-msh3 {
  background-color: var(--realm-middle);
}
.em-msh4 {
  background-color: var(--realm-light);
}
.em-msh5 {
  background-color: var(--realm-lightest);
  border-bottom-right-radius: .5em;
}

div.em-bubble {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

  border: solid white 2px;
  border-radius: 2em; 
  font-weight: bold;
  text-align: center;
  vertical-align: middle;

  background-image: linear-gradient(to right, var(--realm-dark), var(--realm-light));
}

:where(
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-beacons-yes, div.em-hide-attention-yes, div.em-hide-adaptation-yes, div.em-hide-association-yes, 
div.em-hide-pathways-yes, div.em-hide-landmarks-yes, div.em-hide-trails-yes, div.em-hide-guides-yes, div.em-hide-lenses-yes
):where(:not(:hover))
{
  grayscale: 35%;
  opacity: 55%;
}
div.em-hide-caption-yes {
  display: none;
}
/*** end landscape section ***/
}


/**************************************** WIKIPEDIA CSS *******************************************/

/* Infobox template style */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* Remove .infobox when element selectors above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}