2,025
次編輯
無編輯摘要 |
無編輯摘要 |
||
| 第78行: | 第78行: | ||
/* Timeline event styles */ | /* Timeline event styles */ | ||
.mw-table td.major-event { | .mw-table td.major-event { | ||
background-color: # | background-color: #2F4F4F; /* DarkSlateGray for significant events */ | ||
color: # | color: #DCDCDC; /* Gainsboro text for readability */ | ||
} | } | ||
.mw-table td.minor-event { | .mw-table td.minor-event { | ||
background-color: # | background-color: #708090; /* SlateGray for minor but notable events */ | ||
color: # | color: #E0FFFF; /* LightCyan text for subtle contrast */ | ||
} | } | ||
.mw-table td.historical-event { | .mw-table td.historical-event { | ||
background-color: # | background-color: #6B8E23; /* OliveDrab for a historical tone */ | ||
color: # | color: #F5FFFA; /* MintCream text for freshness */ | ||
} | } | ||
.mw-table td.future-event { | .mw-table td.future-event { | ||
background-color: # | background-color: #483D8B; /* DarkSlateBlue for future events */ | ||
color: # | color: #D8BFD8; /* Thistle text for a mystical vibe */ | ||
} | } | ||
.mw-table td.major-event a { | .mw-table td.major-event a { | ||
color: # | color: #DCDCDC; /* Gainsboro for major event links */ | ||
} | } | ||
.mw-table td.minor-event a { | .mw-table td.minor-event a { | ||
color: # | color: #E0FFFF; /* LightCyan for minor event links */ | ||
} | } | ||
.mw-table td.historical-event a { | .mw-table td.historical-event a { | ||
color: # | color: #F5FFFA; /* MintCream for historical event links */ | ||
} | } | ||
.mw-table td.future-event a { | .mw-table td.future-event a { | ||
color: # | color: #D8BFD8; /* Thistle for future event links */ | ||
} | } | ||