模板:活动简介右侧栏/styles.css:修订间差异
外观
小 修改 |
小 修改 |
||
第20行: | 第20行: | ||
} | } | ||
/* 恋语幽境 */ | |||
table.infobox.vcard.section-galgame{ | |||
.section-galgame | background:#d2fcdd; | ||
border:3px #47c942 solid; | |||
} | } | ||
.section- | .section-galgame th:not(.title) { | ||
background: #a9ccb2; | |||
background: # | |||
width: 30%; | width: 30%; | ||
} | } | ||
.section-galgame td:not(.title) { | |||
color: #73eb75; | |||
padding-left: 5px; | |||
} | } | ||
.section- | .section-galgame th.title { | ||
background: # | background: #53b06b; | ||
} | } | ||
/* 不动游星 */ | |||
.section- | table.infobox.vcard.section-game{ | ||
background:#d2e7fc; | |||
border:3px #427fc9 solid; | |||
} | } | ||
第67行: | 第53行: | ||
} | } | ||
.section- | .section-game td:not(.title) { | ||
color: #6098ff; | |||
padding-left: 5px; | |||
} | } | ||
.section-game th.title { | |||
background: #2163db; | |||
.section- | |||
} | } | ||
/* 动漫地带 */ | |||
table.infobox.vcard.section-comic{ | |||
background:#fcd2fb; | |||
border:3px #c942b9 solid; | |||
} | } | ||
第95行: | 第75行: | ||
} | } | ||
.section-anime-comic th:not(.title) { | |||
background: #f5b5f2; | |||
width: 30%; | |||
} | |||
.section-anime-comic th.title { | |||
background: #c441be; | |||
} | |||
table.infobox.vcard.section- | /* 预设 */ | ||
background:# | table.infobox.vcard.section-default{ | ||
background:#fceed2; | |||
border:3px #dea64b solid; | |||
} | } | ||
.section-default th:not(.title) { | |||
background: #FFAF60; | |||
width: 30%; | |||
} | |||
.section-default td:not(.title) { | |||
color: #FFAF60; | |||
padding-left: 5px; | |||
background:transparent; | |||
} | } | ||
.section-default th.title { | |||
background: #d67e27; | |||
} | } | ||
/* [[Category:CSS页面]] */ | /* [[Category:CSS页面]] */ |
2022年10月22日 (六) 08:59的版本
/* 极乐净土 */ table.infobox.vcard.section-doujin{ background:#fceed2; border:3px #c9c942 solid; } .section-doujin th:not(.title) { background: #e8df31; width: 30%; } .section-doujin td:not(.title) { color: #e8df31; padding-left: 5px; } .section-doujin th.title { background: #b8b800; } /* 恋语幽境 */ table.infobox.vcard.section-galgame{ background:#d2fcdd; border:3px #47c942 solid; } .section-galgame th:not(.title) { background: #a9ccb2; width: 30%; } .section-galgame td:not(.title) { color: #73eb75; padding-left: 5px; } .section-galgame th.title { background: #53b06b; } /* 不动游星 */ table.infobox.vcard.section-game{ background:#d2e7fc; border:3px #427fc9 solid; } .section-game th:not(.title) { background: #6098ff; width: 30%; } .section-game td:not(.title) { color: #6098ff; padding-left: 5px; } .section-game th.title { background: #2163db; } /* 动漫地带 */ table.infobox.vcard.section-comic{ background:#fcd2fb; border:3px #c942b9 solid; } .section-comic td:not(.title){ color: #f5b5f2; padding-left: 5px; } .section-anime-comic th:not(.title) { background: #f5b5f2; width: 30%; } .section-anime-comic th.title { background: #c441be; } /* 预设 */ table.infobox.vcard.section-default{ background:#fceed2; border:3px #dea64b solid; } .section-default th:not(.title) { background: #FFAF60; width: 30%; } .section-default td:not(.title) { color: #FFAF60; padding-left: 5px; background:transparent; } .section-default th.title { background: #d67e27; } /* [[Category:CSS页面]] */