模板:活动简介右侧栏/styles.css:修订间差异
外观
小 修改 |
小 修改 |
||
(未显示同一用户的8个中间版本) | |||
第1行: | 第1行: | ||
/* 极乐净土 */ | /* 极乐净土 */ | ||
table.infobox.vcard.section-doujin{ | table.infobox.vcard.section-doujin{ | ||
background: | background:rgba(252, 238, 210, 0.5); | ||
border:3px rgba(201, 201, 66, 0.5) solid; | |||
} | } | ||
.section-doujin th.title { | .section-doujin th:not(.title) { | ||
background: #e8df31; | |||
width: 30%; | |||
} | } | ||
.section-doujin | .section-doujin td:not(.title) { | ||
color: #a19900; | |||
color: # | |||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.section-doujin th.title { | |||
background: #b8b800; | |||
} | |||
/* 恋语幽境 */ | /* 恋语幽境 */ | ||
table.infobox.vcard.section-galgame{ | table.infobox.vcard.section-galgame{ | ||
background: | background:rgba(210, 252, 221, 0.5); | ||
border:3px # | border:3px rgba(71, 201, 66, 0.5) solid; | ||
} | |||
.section-galgame th:not(.title) { | |||
background: #69dc69; | |||
width: 30%; | |||
} | |||
.section-galgame td:not(.title) { | |||
color: #009600; | |||
padding-left: 5px; | |||
} | } | ||
第27行: | 第43行: | ||
} | } | ||
.section- | /* 不动游星 */ | ||
table.infobox.vcard.section-game{ | |||
background:rgba(210, 231, 252, 0.5); | |||
border:3px rgba(66, 127, 201, 0.5) solid; | |||
} | } | ||
.section-game th:not(.title) { | |||
background: #6098ff; | |||
width: 30%; | |||
} | } | ||
.section-game td:not(.title) { | .section-game td:not(.title) { | ||
color: #00318c; | |||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.section-game th.title { | .section-game th.title { | ||
第55行: | 第66行: | ||
/* 动漫地带 */ | /* 动漫地带 */ | ||
table.infobox.vcard.section-comic{ | table.infobox.vcard.section-anime-comic{ | ||
background: | background:rgba(252, 210, 251, 0.5) ; | ||
border:3px | border:3px rgba(201, 66, 185, 0.5) solid; | ||
} | } | ||
.section-anime-comic td:not(.title){ | |||
color: #990092; | |||
padding-left: 5px; | |||
} | |||
.section-anime-comic th:not(.title) { | |||
background: #f5b5f2; | |||
width: 30%; | |||
} | } | ||
第73行: | 第87行: | ||
} | } | ||
/* 文化漫谈 */ | |||
table.infobox.vcard.section-culture{ | |||
background:rgba(252, 238, 210, 0.5) ; | |||
border:3px rgba(222, 166, 75, 0.5) solid; | |||
} | |||
.section-culture th:not(.title) { | |||
background: #FFAF60; | |||
width: 30%; | |||
} | |||
.section-culture td:not(.title) { | |||
color: #964b00; | |||
padding-left: 5px; | |||
} | |||
.section-culture th.title { | |||
background: #d67e27; | |||
} | |||
/* | /* 预设 */ | ||
table.infobox.vcard.section-default{ | table.infobox.vcard.section-default{ | ||
background: | background:rgba(252, 210, 210, 0.5) ; | ||
border:3px | border:3px rgba(222, 75, 75, 0.5) solid; | ||
} | } | ||
.section-default th:not(.title) { | |||
background: #ff6060; | |||
width: 30%; | |||
} | |||
.section-default td:not(.title) { | .section-default td:not(.title) { | ||
color: #a80000; | |||
padding-left: 5px; | padding-left: 5px; | ||
} | } | ||
.section-default th.title { | .section-default th.title { | ||
background: #d62727; | |||
} | } | ||
/* [[Category:CSS页面]] */ | /* [[Category:CSS页面]] */ |
2023年5月21日 (日) 23:18的最新版本
/* 极乐净土 */ table.infobox.vcard.section-doujin{ background:rgba(252, 238, 210, 0.5); border:3px rgba(201, 201, 66, 0.5) solid; } .section-doujin th:not(.title) { background: #e8df31; width: 30%; } .section-doujin td:not(.title) { color: #a19900; padding-left: 5px; } .section-doujin th.title { background: #b8b800; } /* 恋语幽境 */ table.infobox.vcard.section-galgame{ background:rgba(210, 252, 221, 0.5); border:3px rgba(71, 201, 66, 0.5) solid; } .section-galgame th:not(.title) { background: #69dc69; width: 30%; } .section-galgame td:not(.title) { color: #009600; padding-left: 5px; } .section-galgame th.title { background: #53b06b; } /* 不动游星 */ table.infobox.vcard.section-game{ background:rgba(210, 231, 252, 0.5); border:3px rgba(66, 127, 201, 0.5) solid; } .section-game th:not(.title) { background: #6098ff; width: 30%; } .section-game td:not(.title) { color: #00318c; padding-left: 5px; } .section-game th.title { background: #2163db; } /* 动漫地带 */ table.infobox.vcard.section-anime-comic{ background:rgba(252, 210, 251, 0.5) ; border:3px rgba(201, 66, 185, 0.5) solid; } .section-anime-comic td:not(.title){ color: #990092; padding-left: 5px; } .section-anime-comic th:not(.title) { background: #f5b5f2; width: 30%; } .section-anime-comic th.title { background: #c441be; } /* 文化漫谈 */ table.infobox.vcard.section-culture{ background:rgba(252, 238, 210, 0.5) ; border:3px rgba(222, 166, 75, 0.5) solid; } .section-culture th:not(.title) { background: #FFAF60; width: 30%; } .section-culture td:not(.title) { color: #964b00; padding-left: 5px; } .section-culture th.title { background: #d67e27; } /* 预设 */ table.infobox.vcard.section-default{ background:rgba(252, 210, 210, 0.5) ; border:3px rgba(222, 75, 75, 0.5) solid; } .section-default th:not(.title) { background: #ff6060; width: 30%; } .section-default td:not(.title) { color: #a80000; padding-left: 5px; } .section-default th.title { background: #d62727; } /* [[Category:CSS页面]] */