2,025
个编辑
无编辑摘要 |
无编辑摘要 |
||
| 第74行: | 第74行: | ||
.mw-table td.blue-text, .mw-table th.blue-text { | .mw-table td.blue-text, .mw-table th.blue-text { | ||
color: #00008B; /* 深蓝色文字 */ | color: #00008B; /* 深蓝色文字 */ | ||
} | |||
/* Timeline event styles */ | |||
.mw-table td.major-event { | |||
background-color: #D4E157; /* Lime green background for major events */ | |||
color: #1B5E20; /* Dark green text */ | |||
} | |||
.mw-table td.minor-event { | |||
background-color: #FFF9C4; /* Light yellow background for minor events */ | |||
color: #827717; /* Olive text */ | |||
} | |||
.mw-table td.historical-event { | |||
background-color: #BBDEFB; /* Light blue background for historical events */ | |||
color: #0D47A1; /* Navy blue text */ | |||
} | |||
.mw-table td.future-event { | |||
background-color: #E1BEE7; /* Lavender background for future events */ | |||
color: #4A148C; /* Dark purple text */ | |||
} | } | ||