Changes

452 bytes added ,  23:35, 23 January 2021
no edit summary
Line 136: Line 136:  
table.mw-hiero-table td {
 
table.mw-hiero-table td {
 
vertical-align: middle;
 
vertical-align: middle;
 +
}
 +
 +
 +
/* Character box */
 +
.charbox {
 +
border-spacing: 0px;
 +
background-color: #f4f8fc;
 +
border-radius:10px;
 +
}
 +
.charbox td,
 +
.charbox th {
 +
vertical-align: top;
 +
}
 +
 +
.charbox th {
 +
background:#cedff2;
 +
border:1px solid #a3b0bf;
 +
border-radius:10px 10px 0px 0px;
 +
font-size:17px;
 +
text-align:left;
 +
padding:5px;
 +
}
 +
.charbox td {
 +
text-align:left;
 +
padding:5px;
 +
border:1px solid #cedff2;
 +
border-top:0px;
 +
border-radius:0px 0px 10px 10px;
 +
text-align: center;
 
}
 
}