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

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


table.infobox.vcard.section-galgame{
table.infobox.vcard.section-galgame{
  background:#d2fcdd;
    background:#d2fcdd;
     border:#a6e3b5;
 
     border:3px #a6e3b5 solid;
}
}


第51行: 第52行:
}
}


table.infobox.vcard.section-galgame{
  background:transparent;
    border:transparent;
}


table.infobox.vcard.section-default{
table.infobox.vcard.section-default{
   background:#fceed2;
   background:#fceed2;
    border:#e3cba6;
  border:3px #e3cba6 solid;
}
}



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

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

.section-doujin td:not(.title) {
  color: #e8df31;
  	padding-left: 5px;

}

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

}

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

}

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

}

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

table.infobox.vcard.section-game{
  	background:transparent;
  	  	border:transparent;
}

table.infobox.vcard.section-doujin{
  	background:transparent;
  	  	border:transparent;
}

table.infobox.vcard.section-galgame{
     	background:#d2fcdd;

  	  	border:3px #a6e3b5 solid;
}

table.infobox.vcard.section-comic{
  	background:transparent;
  	  	border:transparent;
}


table.infobox.vcard.section-default{
  	background:#fceed2;
  	border:3px #e3cba6 solid;
}






/*粗体相关*/

ul > li> b{
    border-bottom:  2px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 0; 
}

b{

    border-bottom:  2px solid #000;
    margin-left: 10px; 
	padding-left: 2px;
	padding-right: 2px;
}