Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
imported>Jacob Robertson
No edit summary
imported>Jacob Robertson
No edit summary
Line 32: Line 32:
.em-container {
.em-container {
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto auto auto auto;
   grid-template-columns: auto auto auto auto auto;
   gap: 2px;
   gap: 2px;
   text-align: center;
   text-align: center;
Line 39: Line 39:
.em-pathways-container {
.em-pathways-container {
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto;
   grid-template-columns: auto auto;
   grid-template-rows: 20% 60% 20%;
   grid-template-rows: 15% 70% 15%;
   gap: 2px;
   gap: 2px;
   grid-area: 3 / 2 / 6 / 7;
   grid-area: 3 / 2 / 6 / 6;
   padding: .5em;
   padding: .5em;
}
}
Line 50: Line 50:
}
}
.em-ms {
.em-ms {
   grid-area: 1 / 2 / 2 / 7;
   grid-area: 1 / 2 / 2 / 6;
}
}
.em-beacons {
.em-beacons {
Line 63: Line 63:
.em-bc-association {
.em-bc-association {
   grid-area: 5 / 1 / 7 / 2;
   grid-area: 5 / 1 / 7 / 2;
}
.em-mc-deluded {
  grid-area: 2 / 2;
}
}
.em-mc-learning {
.em-mc-learning {
   grid-area: 2 / 3;
   grid-area: 2 / 1;
}
}
.em-mc-training {
.em-mc-training {
   grid-area: 2 / 4;
   grid-area: 2 / 2;
}
}
.em-mc-masterful {
.em-mc-masterful {
   grid-area: 2 / 5;
   grid-area: 2 / 3;
}
}
.em-mc-enlightened {
.em-mc-enlightened {
   grid-area: 2 / 6;
   grid-area: 2 / 4;
}
}
.em-top-spacer {
.em-top-spacer {
Line 92: Line 89:
}
}
.em-skills {
.em-skills {
   grid-area: 2 / 3;
   grid-area: 3 / 1;
}
.em-landmarks {
  grid-area: 3 / 2;
}
}
.em-pathways {
.em-pathways {
   grid-area: 6 / 2 / 7 / 7;
   grid-area: 6 / 2 / 7 / 6;
   font-style: italic;
   font-style: italic;
   font-weight: bold;
   font-weight: bold;