模板:活动简介右侧栏/styles.css:修订间差异
外观
小无编辑摘要 |
小 修改 |
||
| (未显示2个用户的11个中间版本) | |||
| 第1行: | 第1行: | ||
/* 极乐净土 */ | |||
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 { | .section-doujin th.title { | ||
background: # | 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 { | .section-galgame th.title { | ||
background: #53b06b; | 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 { | .section-game th.title { | ||
background: #2163db; | 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%; | |||
} | } | ||
| 第15行: | 第87行: | ||
} | } | ||
.section- | /* 文化漫谈 */ | ||
table.infobox.vcard.section-culture{ | |||
background:rgba(252, 238, 210, 0.5) ; | |||
border:3px rgba(222, 166, 75, 0.5) solid; | |||
} | } | ||
.section- | .section-culture th:not(.title) { | ||
background: # | background: #FFAF60; | ||
width: 30%; | |||
} | } | ||
.section- | |||
.section-culture td:not(.title) { | |||
color: #964b00; | |||
padding-left: 5px; | |||
} | } | ||
.section- | .section-culture th.title { | ||
background: # | background: #d67e27; | ||
} | } | ||
.section- | /* 预设 */ | ||
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) { | .section-default th:not(.title) { | ||
background: # | background: #ff6060; | ||
width: 30%; | |||
} | |||
.section-default td:not(.title) { | |||
color: #a80000; | |||
padding-left: 5px; | |||
} | |||
.section-default th.title { | |||
background: #d62727; | |||
} | } | ||
/* [[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页面]] */