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 95: Line 95:
}
}
.em-pathways {
.em-pathways {
   grid-area: 5 / 2 / 6 / 7;
   grid-area: 6 / 2 / 7 / 7;
   zzgrid-area: 4 / 1 / 5 / 4;
   zzgrid-area: 4 / 1 / 5 / 4;
   font-style: italic;
   font-style: italic;
   font-weight: bold;
   font-weight: bold;
   padding-bottom: .8em;
   padding-bottom: .8em;
  border: 1px solid var(--map-outlines);
}
}


Line 198: Line 199:




div.em-bubble-container {
  width: 100%;
  display: table;
  height: 100%;
}
div.em-bubble-container-row1 {
  width: 100%;
  display: table-row;
  height: 95%;
}
div.em-bubble {
div.em-bubble {
   display: flex;
   display: flex;
Line 221: Line 212:


   background-image: linear-gradient(to right, var(--milestone-dark), var(--milestone-light));
   background-image: linear-gradient(to right, var(--milestone-dark), var(--milestone-light));
}
.em-bubble-old {
  display: table-cell;
  height: 5em;
  width: 4.5em;
  vertical-align: middle;
  padding: .5em;
}
div.em-bubble-container-row2{
  width: 100%;
  display: table-row;
  height: 5%;
}
div.em-pathways-old {
  position: relative;
  padding: 0em;
  margin: 0em;
  bottom: -.25em;
}
div.em-bubble-outer-old {
  position: relative;
  top: .85em;
}
}


Line 256: Line 225:
}
}


/***************** INFO BOX ***************/
.em-info-header {
.em-info-header {
   border-top-left-radius: .5em;
   border-top-left-radius: .5em;