模板:活动简介右侧栏/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
 
(未显示同一用户的6个中间版本)
第1行: 第1行:
/* 极乐净土 */
/* 极乐净土 */
table.infobox.vcard.section-doujin{
table.infobox.vcard.section-doujin{
   background:#fceed2;
   background:rgba(252, 238, 210, 0.5);
    border:3px #c9c942 solid;
  border:3px rgba(201, 201, 66, 0.5) solid;
}
}


.section-doujin th.title {
.section-doujin th:not(.title) {
  background: #b8b800;
  background: #e8df31;
  width: 30%;
}
}


.section-doujin th:not(.title) {
.section-doujin td:not(.title) {
  background: #e8df31;
     color: #a19900;
  width: 30%;
     color: #e8df31;
   padding-left: 5px;
   padding-left: 5px;
}
}


.section-doujin th.title {
  background: #b8b800;
}


/* 恋语幽境 */
/* 恋语幽境 */
table.infobox.vcard.section-galgame{
table.infobox.vcard.section-galgame{
     background:#d2fcdd;
     background:rgba(210, 252, 221, 0.5);
   border:3px #47c942 solid;
   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-galgame th:not(.title) {
/* 不动游星 */
  background: #73eb75;
table.infobox.vcard.section-game{
  width: 30%;
  background:rgba(210, 231, 252, 0.5);
  padding-left: 5px;
    border:3px rgba(66, 127, 201, 0.5) solid;
  color: #73eb75;
}
}


/* 不动游星 */
.section-game th:not(.title) {
table.infobox.vcard.section-game{
  background: #6098ff;
  background:#d2e7fc;
  width: 30%;
    border:3px #427fc9 solid;
}
}


.section-game td:not(.title) {
.section-game td:not(.title) {
    color: #6098ff;
  color: #00318c;
   padding-left: 5px;
   padding-left: 5px;
   background: #6098ff;
  
    width: 30%;
 
}
}


.section-game th.title {
.section-game th.title {
第55行: 第66行:


/* 动漫地带 */
/* 动漫地带 */
table.infobox.vcard.section-comic{
table.infobox.vcard.section-anime-comic{
   background:#fcd2fb;
   background:rgba(252, 210, 251, 0.5) ;
     border:3px #c942b9 solid;
     border:3px rgba(201, 66, 185, 0.5)  solid;
}
}


.section-anime-comic td:not(.title){
  color: #990092;
  padding-left: 5px;


.section-comic td:not(.title){
}
    color: #f5b5f2;
  padding-left: 5px;
  background: #f5b5f2;
    width: 30%;


.section-anime-comic th:not(.title) {
  background: #f5b5f2;
  width: 30%;
 
}
}


.section-anime-comic th.title {
.section-anime-comic th.title {
   background: #c441be;
   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{
table.infobox.vcard.section-default{
   background:#fceed2;
   background:rgba(252, 210, 210, 0.5) ;
   border:3px #dea64b solid;
   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: #FFAF60;
  color: #a80000;
   padding-left: 5px;
   padding-left: 5px;
  background: #FFAF60;
 
    width: 30%;
    background:transparent;
}
}


.section-default th.title {
.section-default th.title {
    background: #d67e27;
  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页面]] */