“模板:基础资料”的版本间的差异
跳到导航
跳到搜索
Tamba Akari(讨论 | 贡献) 小 |
Tamba Akari(讨论 | 贡献) 小 |
||
第1行: | 第1行: | ||
− | + | <style> | |
− | + | .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; | |
− | + | } | |
− | + | </style> | |
− | + | ||
− | + | <table class="character-table"> | |
− | + | <tr> | |
− | + | <th>姓名</th> | |
− | + | <td>{{{角色名|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>日语记法</th> | |
− | + | <td>{{{日语记法|}}}({{{日语假名|}}})</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>英语记法</th> | |
− | + | <td>{{{英语记法|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>称号</th> | |
− | + | <td>{{{称号|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>年龄</th> | |
− | + | <td>{{{年龄|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>生日</th> | |
− | + | <td>{{{生日|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>血型</th> | |
− | + | <td>{{{血型|}}}</td> | |
− | + | </tr> | |
− | + | <tr> | |
− | + | <th>身高</th> | |
− | + | <td>{{{身高|}}}</td> | |
− | + | </tr> | |
− | + | </table> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
2024年9月13日 (五) 22:57的版本
<style>
.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; }
</style>
姓名 | |
---|---|
日语记法 | () |
英语记法 | |
称号 | |
年龄 | |
生日 | |
血型 | |
身高 |