模板:ScheduleHeader/style.css:修订间差异
来自星露谷物语扩展百科
更多操作
标签:撤销 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
.schedule- | /* 限制整体最大宽度,防止大屏铺满 */ | ||
width: | .schedule-container { | ||
max-width: 850px; | |||
margin-bottom: 20px; | |||
margin- | |||
} | } | ||
.schedule- | /* 强制直角边框,回归原生感 */ | ||
.schedule-container, | |||
border-radius: | .schedule-container > tbody > tr > th { | ||
border-radius: 0 !important; | |||
} | } | ||
/* 季节表头颜色配置 */ | |||
.header-spring { background-color: #92e092 !important; color: #000 !important; } | |||
.header-summer { background-color: #ffe680 !important; color: #000 !important; } | |||
.header-fall { background-color: #f0ad4e !important; color: #000 !important; } | |||
.header-winter { background-color: #add8e6 !important; color: #000 !important; } | |||
.header-marriage { background-color: #f092f0 !important; color: #000 !important; } | |||
.header-deviations { background-color: #ff7d7d !important; color: #000 !important; } | |||
. | |||
} | |||
. | |||
} | |||
. | |||
} | |||
.header- | |||
.header- | |||
.header- | |||
2026年4月20日 (一) 23:37的版本
/* 限制整体最大宽度,防止大屏铺满 */
.schedule-container {
max-width: 850px;
margin-bottom: 20px;
}
/* 强制直角边框,回归原生感 */
.schedule-container,
.schedule-container > tbody > tr > th {
border-radius: 0 !important;
}
/* 季节表头颜色配置 */
.header-spring { background-color: #92e092 !important; color: #000 !important; }
.header-summer { background-color: #ffe680 !important; color: #000 !important; }
.header-fall { background-color: #f0ad4e !important; color: #000 !important; }
.header-winter { background-color: #add8e6 !important; color: #000 !important; }
.header-marriage { background-color: #f092f0 !important; color: #000 !important; }
.header-deviations { background-color: #ff7d7d !important; color: #000 !important; }