Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
.SkillBox {
 
.SkillBox {
 
  display: table-cell;
 
  display: table-cell;
border-spacing: 0px;
 
border-style: solid;
 
 
}
 
}
  

Revision as of 10:58, 15 November 2020

/* CSS placed here will be applied to all skins */

.SkillBox {
 display: table-cell;
}

.BasicTable {
    background-color: #f8f9fa;
    color: #202122;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.BasicTable td {
    border: 1px solid #a2a9b1;
}