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

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
第20行: 第20行:
}
}


/* 恋语幽境 */


 
table.infobox.vcard.section-galgame{
.section-galgame th.title {
    background:#d2fcdd;
  background: #53b06b;
  border:3px #47c942 solid;
}
}


.section-game th.title {
.section-galgame th:not(.title) {
  background: #2163db;
   background: #a9ccb2;
}
 
.section-anime-comic th.title {
  background: #c441be;
}
 
/* 预设 */
table.infobox.vcard.section-default{
  background:#fceed2;
  border:3px #dea64b solid;
}
 
.section-default th:not(.title) {
   background: #FFAF60;
   width: 30%;
   width: 30%;
}
}


.section-galgame td:not(.title) {
  color: #73eb75;
  padding-left: 5px;


.section-default td:not(.title) {
  color: #FFAF60;
  padding-left: 5px;
  background:transparent;
}
}


.section-default th.title {
.section-galgame th.title {
   background: #d67e27;
   background: #53b06b;
}
}


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


第67行: 第53行:
}
}


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


 
.section-game th.title {
 
   background: #2163db;
 
 
 
.section-galgame td:not(.title) {
   color: #73eb75;
  padding-left: 5px;
 
}
}


.section-game td:not(.title) {
  color: #6098ff;
  padding-left: 5px;


/* 动漫地带 */
table.infobox.vcard.section-comic{
  background:#fcd2fb;
    border:3px #c942b9 solid;
}
}


第95行: 第75行:
}
}


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


.section-anime-comic th.title {
  background: #c441be;
}


table.infobox.vcard.section-game{
/* 预设 */
   background:#d2e7fc;
table.infobox.vcard.section-default{
    border:3px #427fc9 solid;
   background:#fceed2;
  border:3px #dea64b solid;
}
}


.section-default th:not(.title) {
  background: #FFAF60;
  width: 30%;
}




 
.section-default td:not(.title) {
table.infobox.vcard.section-galgame{
  color: #FFAF60;
    background:#d2fcdd;
  padding-left: 5px;
    border:3px #47c942 solid;
  background:transparent;
}
}


table.infobox.vcard.section-comic{
.section-default th.title {
  background:#fcd2fb;
  background: #d67e27;
    border:3px #c942b9 solid;
}
}




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

2022年10月22日 (六) 08:59的版本

/* 极乐净土 */
table.infobox.vcard.section-doujin{
  	background:#fceed2;
  	border:3px #c9c942 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:#d2fcdd;
  	border:3px #47c942 solid;
}

.section-galgame th:not(.title) {
  background: #a9ccb2;
  width: 30%;
}

.section-galgame td:not(.title) {
  color: #73eb75;
  	padding-left: 5px;

}

.section-galgame th.title {
  background: #53b06b;
}

/* 不动游星 */
table.infobox.vcard.section-game{
  	background:#d2e7fc;
  	  	border:3px #427fc9 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:#fcd2fb;
  	  	border:3px #c942b9 solid;
}

.section-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-default{
  	background:#fceed2;
  	border:3px #dea64b solid;
}

.section-default th:not(.title) {
  background: #FFAF60;
  width: 30%;
}


.section-default td:not(.title) {
  color: #FFAF60;
  	padding-left: 5px;
  	background:transparent;
}

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


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