Changes

From The Continent Chronicles
Jump to navigationJump to search
120 bytes added ,  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: 3px;
+
background-color: #f4f8fc;
background-color: #f8f9fa;
  −
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 {
 +
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;
 
}
 
}

Navigation menu