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 103: Line 103:
   border-bottom-left-radius: .5em;
   border-bottom-left-radius: .5em;
   border-bottom-right-radius: .5em;  
   border-bottom-right-radius: .5em;  
}
.em-pathways a {
  vertical-align: middle;
}
}


/************* good stuff *****/
.PageType {
.PageType {
   font-style: italic;
   font-style: italic;
Line 336: Line 330:
   display: grid;
   display: grid;
   grid-template-columns: auto auto auto;
   grid-template-columns: auto auto auto;
   grid-template-rows: 25% 50% 10% 15%;
   grid-template-rows: 20% 60% 20%;
   gap: 2px;
   gap: 2px;
   grid-area: 3 / 2 / 6 / 7;
   grid-area: 3 / 2 / 6 / 7;
Line 358: Line 352:
}
}
.em-bc-association {
.em-bc-association {
   grid-area: 5 / 1;
   grid-area: 5 / 1 / 7 / 2;
}
}
.em-mc-deluded {
.em-mc-deluded {
Line 391: Line 385:
}
}
.em-pathways {
.em-pathways {
   grid-area: 4 / 1 / 5 / 4;
   grid-area: 6 / 2 / 7 / 7;
   font-style: italic;
   font-style: italic;
   font-weight: bold;
   font-weight: bold;
   padding-bottom: .8em;
   border: 1px solid var(--map-outlines);
  background-color: var(--milestone-dark);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
}
.em-pathways a {
  vertical-align: middle;
}
}