打开/关闭菜单
322
1.7K
132
12.6K
星露谷物语扩展百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板: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; }