Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
Line 6: Line 6:
  
 
.BasicTable {
 
.BasicTable {
     background-color: #f8f9fa;
+
     background-color: #fffef7;
 
     color: #202122;
 
     color: #202122;
 
     border: 1px solid #a2a9b1;
 
     border: 1px solid #a2a9b1;

Revision as of 03:16, 18 November 2020

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

.SkillBox {
 display: table-cell;
}

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

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

.BasicTable th {
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.SDBZskill {
    height:80px;
    width:150px;
    font-weight:bold;
    font-size:11px;
    text-align:center;
}

.SDBZskillbox {
    width:280px;
    font-size:11px;
    text-align:center;
}

.SDBZingame {
    width:260px;
    font-weight:italic;
    font-size:11px;
    text-align:center;
}