MediaWiki:Common.css: Difference between revisions
no edit summary
imported>Jacob Robertson No edit summary  | 
				imported>Jacob Robertson  No edit summary  | 
				||
| Line 13: | Line 13: | ||
   grid-template-columns: auto auto auto auto auto auto;  |    grid-template-columns: auto auto auto auto auto auto;  | ||
   gap: 2px;  |    gap: 2px;  | ||
   text-align: center;  |    text-align: center;  | ||
}  | }  | ||
.em-pathways-container {  | .em-pathways-container {  | ||
   display: grid;  |    display: grid;  | ||
| Line 32: | Line 21: | ||
   grid-area: 3 / 2 / 6 / 7;  |    grid-area: 3 / 2 / 6 / 7;  | ||
}  | }  | ||
.em-ee {  | .em-ee {  | ||
   grid-area: 1 / 1;  |    grid-area: 1 / 1;  | ||
| Line 177: | Line 167: | ||
}  | }  | ||
div.em-bubble {  | div.em-bubble {  | ||
   border: solid white 2px;  |    border: solid white 2px;  | ||
   border-radius: 50%;    |    border-radius: 50%;    | ||
| Line 187: | Line 176: | ||
   text-align: center;  |    text-align: center;  | ||
   background-image: linear-gradient(to right, #fcbba1, #ffdb8b);  |    background-image: linear-gradient(to right, #fcbba1, #ffdb8b);  | ||
}  | |||
.em-bubble-old {  | |||
  display: table-cell;  | |||
}  | }  | ||
div.em-bubble-container-row2{  | div.em-bubble-container-row2{  | ||