2,025
个编辑
无编辑摘要 |
无编辑摘要 |
||
| 第101行: | 第101行: | ||
color: #DCDCDC; /* Gainsboro for major event links */ | color: #DCDCDC; /* Gainsboro for major event links */ | ||
} | } | ||
.mw-table td.minor-event a { | .mw-table td.minor-event a { | ||
| 第114行: | 第112行: | ||
.mw-table td.future-event a { | .mw-table td.future-event a { | ||
color: #5C4033; /* Dark brown for future event links */ | color: #5C4033; /* Dark brown for future event links */ | ||
} | |||
.mw-table a { | |||
color: #8A2BE2; /* BlueViolet for a mystical touch */ | |||
text-decoration: none; /* Remove underline for links */ | |||
font-weight: bold; /* Make links more prominent */ | |||
} | |||
.mw-table a:hover { | |||
color: #4B0082; /* Indigo for hover state */ | |||
text-decoration: underline; /* Add underline on hover */ | |||
} | } | ||