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

来自SS唯基
跳到导航 跳到搜索
(修改)
(修改)
第1行: 第1行:
/* [[Category:CSS页面]] */
/* [[Category:CSS页面]] */
h2 {
h2 {
border-radius: 15px;
margin-top: 10em;
padding-left:10px;
border-bottom: none;
font-weight: bolder;
margin-top: 1em;
color: #005AB5;
text-shadow: 0px 0px 10px #EEF5FC;
}
}



2022年10月22日 (六) 05:21的版本

/* [[Category:CSS页面]] */
h2 {
	margin-top: 10em;
}


ul > li.active.tab::marker,li.tab::marker{
	content: "";
}
ul > li.toclevel-1::marker,li.toclevel-2::marker,li.toclevel-3::marker ,li.toclevel-4::marker,li.toclevel-5::marker {
	content: "";
}

td#pica-table-value-info> b{
    border-bottom:  0;
	padding-left:0;
	padding-right:0;
}

/*粗体相关*/
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;
}




ul > li::marker {
	font-size:1px;
	padding-left: 2px;
  display: flex; 
  align-items: center;
}