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 */ | |||
} | } | ||