Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 5: Line 5:
/********************************************************************************************/
/********************************************************************************************/


.em-shrinker {
  display: inline-block;
}
.em-caption {
  font-style: italic;
  font-weight: normal;
  text-align: center;
  color: #590000;
}
.em-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 2px;
  text-align: center;
}
.em-pathways-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 25% 50% 10% 15%;
  gap: 2px;
  grid-area: 3 / 2 / 6 / 7;
  padding: .5em;
}
.em-ee {
  grid-area: 1 / 1;
}
.em-ms {
  grid-area: 1 / 2 / 2 / 7;
}
.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;
}
.em-bphrase {
  padding-top: .1em;
}
.em-mc-deluded {
  grid-area: 2 / 2;
}
.em-mc-learning {
  grid-area: 2 / 3;
}
.em-mc-training {
  grid-area: 2 / 4;
}
.em-mc-masterful {
  grid-area: 2 / 5;
}
.em-mc-enlightened {
  grid-area: 2 / 6;
}
.em-top-spacer {
  grid-area: 1 / 1 / 2 / 4;
}
.em-bottom-spacer {
  grid-area: 3 / 1 / 4 / 4;
}
.em-trails {
  grid-area: 2 / 1;
}
.em-guides {
  grid-area: 2 / 2;
}
.em-skills {
  grid-area: 2 / 3;
}
.em-pathways {
  grid-area: 4 / 1 / 5 / 4;
  font-style: italic;
  padding-bottom: .8em;
}
/************* good stuff *****/
.PageType {
  font-style: italic;
  font-weight: normal;
  color: #590000;
}
.em-table td, .em-table a:link, .em-table a:visited, .em-table a:active {
.em-table td, .em-table a:link, .em-table a:visited, .em-table a:active {
   color: #590000;
   color: #590000;
Line 12: Line 109:
   text-decoration: none;
   text-decoration: none;
}
}
td.em-ee {
.em-ee {
   background-color: #ffeb80;
   background-color: #ffeb80;
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
Line 19: Line 116:
   border-bottom-right-radius: .5em;
   border-bottom-right-radius: .5em;
}
}
td.em-header {
.em-header {
   border: 1px solid #fa8484;
   border: 1px solid #fa8484;
   padding: 0.2em 1em 0.2em 1em;
   padding: 0.2em 1em 0.2em 1em;
   font-weight: bold;
   font-weight: bold;
   height: 1em;
   zzheight: 1em;
   text-align: center;
   text-align: center;
}
}
td.em-milestones {
.em-milestones {
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
   background-color: #fdcb96;
   background-color: #fdcb96;
}
}
td.em-beacons {
.em-beacons {
   background-color: #fecb96;
   background-color: #fecb96;
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;
   border-top-right-radius: .5em;
   border-top-right-radius: .5em;
}
}
td.em-bc {
.em-bc {
   background-color: #fedb8b;
   background-color: #fedb8b;
}
}
td.em-attention {
.em-attention {
}
}
td.em-adaptation {
.em-adaptation {
}
}
span.em-bphrase {
.em-bphrase {
   font-style: italic;
   font-style: italic;
   font-weight: normal;
   font-weight: normal;
}
}
td.em-association {
.em-association {
   border-bottom-left-radius: .5em;
   border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;
   border-bottom-right-radius: .5em;
}
}


td.em-msc {
.em-msc {
   background-image: linear-gradient(to right, #fa8484, #ffeb80);
   background-image: linear-gradient(to right, #fa8484, #ffeb80);
   border: 1px solid #fa8484;
   border: 1px solid #fa8484;
Line 60: Line 157:
}
}


td.em-msh {
.em-msh {
}
}
td.em-msh1 {
.em-msh1 {
   background-color: #fa8484;
   background-color: #fa8484;
}
}
td.em-msh2 {
.em-msh2 {
   background-color: #fbacac;
   background-color: #fbacac;
}
}
td.em-msh3 {
.em-msh3 {
   background-color: #fcbba1;
   background-color: #fcbba1;
}
}
td.em-msh4 {
.em-msh4 {
   background-color: #fecb96;
   background-color: #fecb96;
}
}
td.em-msh5 {
.em-msh5 {
   background-color: #ffdb8b;
   background-color: #ffdb8b;
}
}
Line 90: Line 187:
}
}
div.em-bubble {
div.em-bubble {
   display: table-cell;
   display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
 
   border: solid white 2px;
   border: solid white 2px;
   border-radius: 50%;  
   border-radius: 50%;  
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background-image: linear-gradient(to right, #fcbba1, #ffdb8b);
}
.em-bubble-old {
  display: table-cell;
   height: 5em;  
   height: 5em;  
   width: 4.5em;  
   width: 4.5em;  
   vertical-align: middle;  
   vertical-align: middle;  
   padding: .5em;
   padding: .5em;
  font-weight: bold;
  text-align: center;
  background-image: linear-gradient(to right, #fcbba1, #ffdb8b);
}
}
div.em-bubble-container-row2{
div.em-bubble-container-row2{
Line 106: Line 211:
   height: 5%;
   height: 5%;
}
}
div.em-pathways {
div.em-pathways-old {
   position: relative;  
   position: relative;  
   padding: 0em;  
   padding: 0em;  
Line 112: Line 217:
   bottom: -.25em;
   bottom: -.25em;
}
}
div.em-bubble-outer {
div.em-bubble-outer-old {
   position: relative;  
   position: relative;  
   top: .85em;
   top: .85em;
Line 118: Line 223:


:where(
:where(
td.em-hide-ee-yes, td.em-hide-milestones-yes, td.em-hide-msarea-yes,  
div.em-hide-ee-yes, div.em-hide-milestones-yes, div.em-hide-msarea-yes,  
td.em-hide-deluded-yes, td.em-hide-learning-yes, td.em-hide-training-yes, td.em-hide-masterful-yes, td.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,  
td.em-hide-beacons-yes, td.em-hide-attention-yes, td.em-hide-adaptation-yes, td.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-skills-yes, div.em-hide-trails-yes, div.em-hide-guides-yes
):where(:not(:hover))
):where(:not(:hover))