「MediaWiki:Common.css」:修訂間差異

增加 46 位元組 、​ 2025年1月4日 (星期六)
無編輯摘要
無編輯摘要
Pie留言 | 貢獻
無編輯摘要
行 78: 行 78:
/* Timeline event styles */
/* Timeline event styles */
.mw-table td.major-event {
.mw-table td.major-event {
    background-color: #D4E157; /* Lime green background for major events */
    background-color: #2F4F4F; /* DarkSlateGray for significant events */
    color: #1B5E20; /* Dark green text */
    color: #DCDCDC; /* Gainsboro text for readability */
}
}


.mw-table td.minor-event {
.mw-table td.minor-event {
    background-color: #FFF9C4; /* Light yellow background for minor events */
    background-color: #708090; /* SlateGray for minor but notable events */
    color: #827717; /* Olive text */
    color: #E0FFFF; /* LightCyan text for subtle contrast */
}
}


.mw-table td.historical-event {
.mw-table td.historical-event {
    background-color: #BBDEFB; /* Light blue background for historical events */
    background-color: #6B8E23; /* OliveDrab for a historical tone */
    color: #0D47A1; /* Navy blue text */
    color: #F5FFFA; /* MintCream text for freshness */
}
}


.mw-table td.future-event {
.mw-table td.future-event {
    background-color: #E1BEE7; /* Lavender background for future events */
    background-color: #483D8B; /* DarkSlateBlue for future events */
    color: #4A148C; /* Dark purple text */
    color: #D8BFD8; /* Thistle text for a mystical vibe */
}
}




.mw-table td.major-event a {
.mw-table td.major-event a {
    color: #1B5E20; /* Dark green for major event links */
    color: #DCDCDC; /* Gainsboro for major event links */
}
}


.mw-table td.minor-event a {
.mw-table td.minor-event a {
    color: #827717; /* Olive for minor event links */
    color: #E0FFFF; /* LightCyan for minor event links */
}
}


.mw-table td.historical-event a {
.mw-table td.historical-event a {
    color: #0D47A1; /* Navy blue for historical event links */
    color: #F5FFFA; /* MintCream for historical event links */
}
}


.mw-table td.future-event a {
.mw-table td.future-event a {
    color: #4A148C; /* Dark purple for future event links */
    color: #D8BFD8; /* Thistle for future event links */
}
}
2,025

次編輯