Changes

154 bytes removed ,  23:35, 23 January 2021
no edit summary
Line 141: Line 141:  
/* Character box */
 
/* Character box */
 
.charbox {
 
.charbox {
border: 1px solid #a2a9b1;
   
border-spacing: 0px;
 
border-spacing: 0px;
background-color: #eef9ee;
+
background-color: #f4f8fc;
color: black;
  −
/* @noflip */
  −
margin: 0.5em 0 0.5em 1em;
  −
padding: 0.2em;
  −
font-size: 88%;
  −
line-height: 1.5em;
   
border-radius:10px;
 
border-radius:10px;
 
}
 
}
Line 155: Line 148:  
.charbox th {
 
.charbox th {
 
vertical-align: top;
 
vertical-align: top;
/* @noflip */
  −
text-align: left;
   
}
 
}
    
.charbox th {
 
.charbox th {
background:#b2e9b2;
+
background:#cedff2;
border:1px solid #56d056;
+
border:1px solid #a3b0bf;
 
border-radius:10px 10px 0px 0px;
 
border-radius:10px 10px 0px 0px;
 
font-size:17px;
 
font-size:17px;
Line 170: Line 161:  
text-align:left;
 
text-align:left;
 
padding:5px;
 
padding:5px;
border:1px solid #b2e9b2;
+
border:1px solid #cedff2;
 
border-top:0px;
 
border-top:0px;
 
border-radius:0px 0px 10px 10px;
 
border-radius:0px 0px 10px 10px;
 +
text-align: center;
 
}
 
}