2,025
次編輯
無編輯摘要 |
無編輯摘要 |
||
| 行 95: | 行 95: | ||
background-color: #E1BEE7; /* Lavender background for future events */ | background-color: #E1BEE7; /* Lavender background for future events */ | ||
color: #4A148C; /* Dark purple text */ | color: #4A148C; /* Dark purple text */ | ||
} | |||
.mw-table td.major-event a { | |||
color: #1B5E20; /* Dark green for major event links */ | |||
} | |||
.mw-table td.minor-event a { | |||
color: #827717; /* Olive for minor event links */ | |||
} | |||
.mw-table td.historical-event a { | |||
color: #0D47A1; /* Navy blue for historical event links */ | |||
} | |||
.mw-table td.future-event a { | |||
color: #4A148C; /* Dark purple for future event links */ | |||
} | } | ||