更改

删除195字节 、 2024年9月13日 (星期五)
无编辑摘要
第27行: 第27行:  
     line-height: 1.8;
 
     line-height: 1.8;
 
}
 
}
 +
 +
.character-table {
 +
    display:table; background-color:#FFF; border:solid 2px #ff9dae; float:right;
 +
  }
 +
 +
.character-table th {
 +
    background-color:#ff9dae; color:white; font-weight:bold; border-radius:20px; padding:2px; text-align:center;
 +
  }
 +
 +
.character-table td {
 +
    text-align: center;
 +
    width:300px;
 +
  }
    
/* Changes the background color behind the top half of the logo and at top of each page: */
 
/* Changes the background color behind the top half of the logo and at top of each page: */
第221行: 第234行:  
   color:#4e66d4;  
 
   color:#4e66d4;  
 
}
 
}
  −
.character-table {
  −
    display: table;
  −
    background-color: #FFF;
  −
    border: solid 2px #ff9dae;
  −
    border-collapse: collapse;
  −
    border-spacing: 0;
  −
    width: 100%;
  −
  }
  −
  −
.character-table th {
  −
    background-color: #e75480;
  −
    color: white;
  −
    font-weight: bold;
  −
    border-right: solid 2px #ff9dae;
  −
    border-bottom: none;
  −
    border-radius: 10px;
  −
    padding: 5px;
  −
    text-align: center;
  −
  }
  −
  −
.character-table td {
  −
    text-align: center;
  −
    border: none;
  −
    outline: none;
  −
    padding: 5px;
  −
  }