2,025
次編輯
無編輯摘要 |
無編輯摘要 |
||
| 第58行: | 第58行: | ||
.mw-table td.centered, .mw-table th.centered { | .mw-table td.centered, .mw-table th.centered { | ||
text-align: center; | text-align: center; | ||
} | |||
/* 暗红色文字 */ | |||
.mw-table td.red-text, .mw-table th.red-text { | |||
color: #8B0000; /* 暗红色文字 */ | |||
} | |||
/* 绿色文字 */ | |||
.mw-table td.green-text, .mw-table th.green-text { | |||
color: #006400; /* 深绿色文字 */ | |||
} | |||
/* 蓝色文字 */ | |||
.mw-table td.blue-text, .mw-table th.blue-text { | |||
color: #00008B; /* 深蓝色文字 */ | |||
} | } | ||