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 12: Line 12:
   font-style: italic;  
   font-style: italic;  
   font-weight: normal;
   font-weight: normal;
  text-align: center;
}
}
.em-container {
.em-container {
Line 23: Line 24:
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto;
   grid-template-columns: auto auto auto;
   grid-template-rows: .15fr .8fr .05fr;
   grid-template-rows: .15fr .8fr .10fr .05fr;
   gap: 2px;
   gap: 2px;
   grid-area: 3 / 2 / 6 / 7;
   grid-area: 3 / 2 / 6 / 7;
Line 63: Line 64:
.em-top-spacer {
.em-top-spacer {
   grid-area: 1 / 1 / 2 / 4;
   grid-area: 1 / 1 / 2 / 4;
}
.em-bottom-spacer {
  grid-area: 3 / 1 / 4 / 4;
}
}
.em-trails {
.em-trails {
Line 74: Line 78:
}
}
.em-pathways {
.em-pathways {
   grid-area: 3 / 1 / 3 / 4;
   grid-area: 4 / 1 / 5 / 4;
}
}