模板:活动简介右侧栏/styles.css:修订间差异
外观
无编辑摘要 |
小无编辑摘要 |
||
第21行: | 第21行: | ||
.section-doujin th:not(.title) { | .section-doujin th:not(.title) { | ||
background: #e8df31; | background: #e8df31; | ||
width: 30%; | |||
} | } | ||
.section-galgame th:not(.title) { | .section-galgame th:not(.title) { | ||
background: #a9ccb2; | background: #a9ccb2; | ||
width: 30%; | |||
} | } | ||
.section-game th:not(.title) { | .section-game th:not(.title) { | ||
background: #6098ff; | background: #6098ff; | ||
width: 30%; | |||
} | } | ||
.section-anime-comic th:not(.title) { | .section-anime-comic th:not(.title) { | ||
background: #f5b5f2; | background: #f5b5f2; | ||
width: 30%; | |||
} | } | ||
.section-default th:not(.title) { | .section-default th:not(.title) { | ||
background: #FFAF60; | background: #FFAF60; | ||
width: 30%; | |||
} | } |
2022年10月3日 (一) 10:46的版本
.section-doujin th.title { background: #b8b800; } .section-galgame th.title { background: #53b06b; } .section-game th.title { background: #2163db; } .section-anime-comic th.title { background: #c441be; } .section-default th.title { background: #d67e27; } .section-doujin th:not(.title) { background: #e8df31; width: 30%; } .section-galgame th:not(.title) { background: #a9ccb2; width: 30%; } .section-game th:not(.title) { background: #6098ff; width: 30%; } .section-anime-comic th:not(.title) { background: #f5b5f2; width: 30%; } .section-default th:not(.title) { background: #FFAF60; width: 30%; }