模板:ScheduleHeader/style.css
来自星露谷物语扩展百科
更多操作
/* 限制整体最大宽度,防止大屏铺满 */
.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; }