imported>Jacob Robertson  | 
				imported>Jacob Robertson   | 
				
| Line 6: | 
Line 6: | 
 | 
  |  | 
  | 
 | :root {  |  | :root {  | 
 |  |  | 
 |  | --map-outlines: #48514Bff;  | 
 |  |  | 
 | --beacons-dark: #75867Aff;  |  | --beacons-dark: #75867Aff;  | 
 | --beacons-middle: #8EA485ff;  |  | --beacons-middle: #8EA485ff;  | 
| Line 13: | 
Line 16: | 
 | --milestone-dark: #F99F53ff;  |  | --milestone-dark: #F99F53ff;  | 
 | --milestone-middle: #FED68Eff;  |  | --milestone-middle: #FED68Eff;  | 
 | --milestone-light: #FDDB63ff;  |  | --milestone-light: #FFF1ACff;  | 
 | --milestone-lightest: #FFF1ACff;  |  | --milestone-lightest: #FDDB63ff;  | 
 | }  |  | }  | 
 | 
  |  | 
  | 
| Line 96: | 
Line 99: | 
 |    padding-bottom: .8em;  |  |    padding-bottom: .8em;  | 
 | }  |  | }  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
 | 
  |  | 
  | 
 | /************* good stuff *****/  |  | /************* good stuff *****/  | 
| Line 112: | 
Line 107: | 
 | }  |  | }  | 
 | .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: var(--beacons-dark);  |  |    color: var(--map-outlines);  | 
 | }  |  | }  | 
 | .em-table a:hover {  |  | .em-table a:hover {  | 
 |    color: #666600;  |  |    color: var(--map-outlines);  | 
 |    text-decoration: none;  |  |    text-decoration: none;  | 
 | }  |  | }  | 
| Line 126: | 
Line 121: | 
 | }  |  | }  | 
 | .em-header {  |  | .em-header {  | 
 |    border: 1px solid var(--beacons-dark);  |  |    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;  | 
| Line 222: | 
Line 217: | 
 |    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(--milestones-darkest), var(--milestones-lightest));  | 
 | }  |  | }  | 
 | .em-bubble-old {  |  | .em-bubble-old {  | 
| Line 257: | 
Line 252: | 
 |    opacity: 55%;  |  |    opacity: 55%;  | 
 | }  |  | }  | 
 | 
  |  | 
 | /**************** OLD STUFF MAYBE DELETE ********************/
  |  | 
 | .ee-chart-table td {
  |  | 
 |   height: .125em;
  |  | 
 |   padding-top: 0em;
  |  | 
 |   padding-bottom: 0em;
  |  | 
 |   padding-left: 0em;
  |  | 
 |   padding-right: 0em;
  |  | 
 |   color: #000080;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | td.ee-chart-zone {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   padding-left: .75em;
  |  | 
 |   padding-right: .75em;
  |  | 
 |   font-size: 1em;
  |  | 
 |   font-style: italic;
  |  | 
 |   height: 15%;
  |  | 
 | }
  |  | 
 | td.ee-chart-header {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   padding: .5em .75em .5em .75em;
  |  | 
 |   font-weight: bold;
  |  | 
 |   height: 1em; 
  |  | 
 | }
  |  | 
 | td.ee-chart-stages-header {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   padding: 0.2em 1em 0.2em 1em;
  |  | 
 |   font-weight: bold;
  |  | 
 |   height: 1em;
  |  | 
 |   border-top-left-radius: .5em;
  |  | 
 |   border-top-right-radius: .5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-themes {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   padding: 0em .5em 0em .5em;
  |  | 
 |   font-size: 1em;
  |  | 
 |   font-weight: bold;
  |  | 
 |   height: 1em; 
  |  | 
 | }
  |  | 
 | td.ee-chart-quality-row-header {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   font-size: 1em;
  |  | 
 |   font-weight: bold;
  |  | 
 |   height: 1.5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-corner-tl {
  |  | 
 |   border-top-left-radius: .5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-corner-tr {
  |  | 
 |   border-top-right-radius: .5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-corner-bl {
  |  | 
 |   border-bottom-left-radius: .5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-corner-br {
  |  | 
 |   border-bottom-right-radius: .5em;
  |  | 
 | }
  |  | 
 | td.ee-chart-left-spacer {
  |  | 
 |   font-size: .1em;
  |  | 
 |   padding-top: 0em;
  |  | 
 |   padding-bottom: 0em;
  |  | 
 |   padding-left: 0em;
  |  | 
 |   padding-right: 0em;
  |  | 
 |   height: .1em; 
  |  | 
 | }
  |  | 
 | td.ee-chart-themes-spacer {
  |  | 
 |   font-size: .1em;
  |  | 
 |   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;
  |  | 
 |   border: 1px solid white;
  |  | 
 |   font-weight: bold;
  |  | 
 |   border-radius: .5em;
  |  | 
 | }
  |  | 
 | :where(
  |  | 
 | td.ee-chart-hide-zones-yes, td.ee-chart-hide-stages-yes, 
  |  | 
 | 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,
  |  | 
 | 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,
  |  | 
 | td.ee-chart-hide-themes-yes
  |  | 
 | ):where(:not(:hover))
  |  | 
 | {
  |  | 
 |   grayscale: 35%;
  |  | 
 |   opacity: 55%;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | td.ee-chart-color-title {
  |  | 
 |   background-color: #ffeb80;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-themes {
  |  | 
 |   background-color: #fcbba1;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-themes-col {
  |  | 
 |   background-color: #fdcb96;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-qualities {
  |  | 
 |   background-color: #fecb96;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-qualities-col {
  |  | 
 |   background-color: #fedb8b;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-stages {
  |  | 
 |   background-color: #fdcb96;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-deluded {
  |  | 
 |   background-color: #fa8484;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-deluded-col {
  |  | 
 |   background-color: #fbacac;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-learning {
  |  | 
 |   background-color: #fbacac;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-learning-col {
  |  | 
 |   background-color: #fcbba1;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-training {
  |  | 
 |   background-color: #fcbba1;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-training-col {
  |  | 
 |   background-color: #fdcb96;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-masterful {
  |  | 
 |   background-color: #fecb96;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-masterful-col {
  |  | 
 |   background-color: #fedb8b;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-enlightened {
  |  | 
 |   background-color: #ffdb8b;
  |  | 
 | }
  |  | 
 | td.ee-chart-color-enlightened-col {
  |  | 
 |   background-color: #ffeb80;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | .ee-exercise-chart-table {
  |  | 
 |   vertical-align: middle; 
  |  | 
 |   text-align: center; 
  |  | 
 |   table-layout: fixed;
  |  | 
 | }
  |  | 
 | .ee-exercise-chart-table td {
  |  | 
 |   border: 1px solid white;
  |  | 
 |   font-size: 1em;
  |  | 
 |   color: #000080;
  |  | 
 | }
  |  | 
 | td.ee-exercise-chart-name {
  |  | 
 |   background-color: #fcbba1;
  |  | 
 | }
  |  | 
 | td.ee-exercise-chart-stage {
  |  | 
 |   background-color: #fecb96;
  |  | 
 | }
  |  | 
 | td.ee-exercise-chart-theme {
  |  | 
 |   background-color: #fdcb96;
  |  | 
 | }
  |  | 
 | td.ee-exercise-chart-quality {
  |  | 
 |   background-color: #fedb8b;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | hr.ee-chart-hr {
  |  | 
 |   border: 0px solid transparent;
  |  | 
 |   border-top: 1px solid white;
  |  | 
 |   background-color: transparent;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | .ee-chart-highlighted-term-yes a {
  |  | 
 |   font-size: 125%;
  |  | 
 |   color: #501c91;  
  |  | 
 | }
  |  | 
 | td.ee-chart-exercise-type {
  |  | 
 |   padding: .15em .35em .15em .35em;
  |  | 
 |   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 {
  |  | 
 |   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;
  |  | 
 | }
  |  | 
 | 
  |  | 
 | 
  |  | 
 | /**************************************** WIKIPEDIA CSS *******************************************/  |  | /**************************************** WIKIPEDIA CSS *******************************************/  | 
 | 
  |  | 
  |