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

来自SS唯基
跳到导航 跳到搜索
标签替换 手工回退
无编辑摘要
标签已被回退
第1行: 第1行:
/* [[Category:CSS页面]] */
/* [[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: #bab219;
  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-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: #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-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: #FFAF60;
  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: #ff6060;
  padding-left: 5px;
}
.section-default th.title {
  background: #d62727;
}
/* [[Category:CSS页面]] */

2023年5月21日 (日) 23:09的版本

/* [[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: #bab219;
  	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-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: #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-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: #FFAF60;
  	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: #ff6060;
  	padding-left: 5px;

}

.section-default th.title {
  background: #d62727;
}


/* [[Category:CSS页面]] */