Difference between revisions of "MediaWiki:Common.css"

From Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
.SDBZinput {
 
.SDBZinput {
 
     width:150px;
 
     width:150px;
     font-weight:italic;
+
     height:40px;
 
     font-size:11px;
 
     font-size:11px;
 
     text-align:center;
 
     text-align:center;
Line 43: Line 43:
  
 
.SDBZingame {
 
.SDBZingame {
    width:300px;
 
 
     font-weight:italic;
 
     font-weight:italic;
     font-size:12px;
+
     font-size:11px;
 
     text-align:center;
 
     text-align:center;
 
}
 
}

Revision as of 01:12, 18 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;
    border-collapse: collapse;
}

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

.SDBZskill {
    width:75px;
    font-weight:bold;
    font-size:12px;
    text-align:center;
}

.SDBZinput {
    width:150px;
    height:40px;
    font-size:11px;
    text-align:center;
}

.SDBZdesc {
    width:300px;
    font-size:12px;
    text-align:center;
}

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