「MediaWiki:Common.css」:修訂間的差異
出自新詞查詢
無編輯摘要 標籤:手動回退 |
無編輯摘要 |
||
行 12: | 行 12: | ||
display: block; | display: block; | ||
margin-bottom: .5em; | margin-bottom: .5em; | ||
margin-left: | margin-left: 0.1em; | ||
} | } | ||
ol > ol li::before{ | ol > ol li::before{ |
於 2022年12月16日 (五) 12:58 的修訂
/* 此 CSS 會套用至所有的介面外觀 */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
#catlinks {display:block;}
ol > ol{
counter-reset: item;
margin-left: 0;
padding-left: 0;
}
ol > ol li {
display: block;
margin-bottom: .5em;
margin-left: 0.1em;
}
ol > ol li::before{
display: inline-block;
content: "(" counter(item) ") ";
counter-increment: item;
width: 2em;
margin-left: -2em;
}