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