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 22: Line 22:
.em-pathways-container {
.em-pathways-container {
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto;
   grid-template-columns: auto auto auto auto;
   grid-template-rows: 1fr auto;
   grid-template-rows: .35fr .75fr auto;
   gap: 2px;
   gap: 2px;
   grid-area: 3 / 2 / 6 / 7;
   grid-area: 3 / 2 / 6 / 7;
Line 60: Line 60:
.em-mc-enlightened {
.em-mc-enlightened {
   grid-area: 2 / 6;
   grid-area: 2 / 6;
}
.em-top-spacer {
  grid-area: 1 / 1 / 2 / 4;
}
}
.em-trails {
.em-trails {
   grid-area: 1 / 1;
   grid-area: 2 / 1;
}
}
.em-guides {
.em-guides {
   grid-area: 1 / 2;
   grid-area: 2 / 2;
}
}
.em-skills {
.em-skills {
   grid-area: 1 / 3;
   grid-area: 2 / 3;
}
}
.em-pathways {
.em-pathways {
   grid-area: 2 / 1 / 3 / 4;
   grid-area: 3 / 1 / 3 / 4;
}
}