帮助:Test/styles.css

来自SS唯基
攸萨讨论 | 贡献2022年10月22日 (六) 08:21的版本 (修改)
跳到导航 跳到搜索
/* [[Category:CSS页面]] */
/*thumb相关*/
div.thumbinner,div.thumbinner>a>img{
  border-radius: 15px;
  background:transparent;
  border: transparent;
}
div.thumbcaption{
  color: #005AB5;
  border-top:3px #427fc9 solid;
}




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

}

.section-galgame td:not(.title) {
  color: #73eb75;
  	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:#d2e7fc;
  	  	border:3px #427fc9 solid;
}

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

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

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


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