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 236: Line 236:
}
}


/***************** SKILLS TABLE ***************/
/***************** SKILLS TABLE ***********************************************************/
.st-table {
.st-table {
   display: grid;
   display: grid;
Line 252: Line 252:
}
}


.st-header-row {
  height: 2em;
}
.st-header-cell {
.st-header-cell {
   padding: .75em .75em .75em .75em;
   padding: .5em .5em .5em .5em;
   border: 1px solid var(--map-outlines);
   border: 1px solid var(--map-outlines);
   font-weight: bold;
   font-weight: bold;
Line 280: Line 283:
.st-cell {
.st-cell {
   border: 1px solid var(--map-outlines);
   border: 1px solid var(--map-outlines);
   margin: .75em;
   padding: .5em;
  min-height: 2em;
}
}
div.st-skill {
div.st-skill {
   background-color: var(--milestone-darkest);
   background-color: var(--milestone-darkest);
   font-style: italics;
   font-style: italic;
  font-weight: bold;
  color: white;
}
}
div.st-guides {
div.st-guides {