帮助:Test/styles.css:修订间差异

跳到导航 跳到搜索
添加1,349字节 、​ 2022年10月22日 (星期六)
修改
(修改)
(修改)
第1行: 第1行:
/* [[Category:CSS页面]] */
/* 极乐净土 */
/*移除信息栏中目录的边框*/
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: #e8df31;
  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: #49bf49;
  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: #6098ff;
  padding-left: 5px;
}
 
.section-game th.title {
  background: #2163db;
}
 
 
/* 动漫地带 */
table.infobox.vcard.section-comic{
  background:rgba(252, 210, 251, 0.5) ;
    border:3px rgba(201, 66, 185, 0.5)  solid;
}
 
.section-comic td:not(.title){
  color: #f5b5f2;
  padding-left: 5px;
 
}
 
.section-anime-comic th:not(.title) {
  background: #f5b5f2;
  width: 30%;
}


.toc {
.section-anime-comic th.title {
    transition: 5s;
  background: #c441be;
border: 3px rgba(66, 127, 201, 0.5) solid;
}
background-color: rgba(210, 231, 252, 0.5);
}
.toc:hover {
border: 3px rgba(66, 127, 201, 0.5) solid;
background-color: rgba(210, 231, 252, 0.0);


}
/* 预设 */
table.infobox.vcard.section-default{
.toc-close .toc {
  background:rgba(252, 238, 210, 0.5) ;
    max-height: 70px;
  border:3px rgba(222, 166, 75, 0.5) solid;
}
}
 
.toc-open .toc {
.section-default th:not(.title) {
    max-height: 400px;
  background: #FFAF60;
  width: 30%;
}
}
/*移除信息栏中tab的边框*/
 
.infobox2 .TabContent{
 
border:0;
.section-default td:not(.title) {
  color: #FFAF60;
  padding-left: 5px;
  background:transparent;
}
}
.section-default th.title {
  background: #d67e27;
}
/* [[Category:CSS页面]] */
15,358

个编辑

导航菜单