模板:活动简介右侧栏/styles.css:修订间差异
外观
小 修改 |
小 修改 |
||
第1行: | 第1行: | ||
.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- | .section-default th.title { | ||
background: # | background: #d67e27; | ||
} | } | ||
第12行: | 第22行: | ||
background: #e8df31; | background: #e8df31; | ||
width: 30%; | width: 30%; | ||
} | } | ||
.section-galgame th:not(.title) { | |||
background: #a9ccb2; | |||
width: 30%; | |||
} | } | ||
.section- | .section-game th:not(.title) { | ||
background: # | background: #6098ff; | ||
width: 30%; | |||
} | } | ||
.section- | .section-anime-comic th:not(.title) { | ||
background: # | background: #f5b5f2; | ||
width: 30%; | width: 30%; | ||
} | } | ||
.section-default th:not(.title) { | |||
background: #FFAF60; | |||
width: 30%; | |||
} | } | ||
.section-doujin td:not(.title) { | |||
.section- | color: #e8df31; | ||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.section-galgame td:not(.title) { | |||
color: #73eb75; | |||
padding-left: 5px; | |||
} | } | ||
.section-game td:not(.title) { | |||
color: #6098ff; | |||
padding-left: 5px; | |||
} | } | ||
.section-comic td:not(.title){ | .section-comic td:not(.title){ | ||
color: #f5b5f2; | |||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.section- | .section-default td:not(.title) { | ||
background: | color: #FFAF60; | ||
padding-left: 5px; | |||
background:transparent; | |||
} | } | ||
table.infobox.vcard.section-game{ | |||
background:#d2e7fc; | |||
border:3px #427fc9 solid; | |||
} | |||
table.infobox.vcard.section-doujin{ | |||
table.infobox.vcard.section- | |||
background:#fceed2; | background:#fceed2; | ||
border:3px #c9c942 solid; | |||
} | } | ||
.section- | table.infobox.vcard.section-galgame{ | ||
background:#d2fcdd; | |||
border:3px #47c942 solid; | |||
} | } | ||
.section- | table.infobox.vcard.section-comic{ | ||
background:#fcd2fb; | |||
border:3px #c942b9 solid; | |||
} | } | ||
table.infobox.vcard.section-default{ | |||
background:#fceed2; | |||
border:3px #dea64b solid; | |||
} | |||
/* [[Category:CSS页面]] */ | /* [[Category:CSS页面]] */ |
2022年10月22日 (六) 08:42的版本
.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%; } .section-doujin td:not(.title) { color: #e8df31; padding-left: 5px; } .section-galgame td:not(.title) { color: #73eb75; padding-left: 5px; } .section-game td:not(.title) { color: #6098ff; padding-left: 5px; } .section-comic td:not(.title){ color: #f5b5f2; padding-left: 5px; } .section-default td:not(.title) { color: #FFAF60; padding-left: 5px; background:transparent; } table.infobox.vcard.section-game{ background:#d2e7fc; border:3px #427fc9 solid; } table.infobox.vcard.section-doujin{ background:#fceed2; border:3px #c9c942 solid; } table.infobox.vcard.section-galgame{ background:#d2fcdd; border:3px #47c942 solid; } table.infobox.vcard.section-comic{ background:#fcd2fb; border:3px #c942b9 solid; } table.infobox.vcard.section-default{ background:#fceed2; border:3px #dea64b solid; } /* [[Category:CSS页面]] */