「MediaWiki:Common.css」:修訂間的差異
出自新詞查詢
無編輯摘要 |
無編輯摘要 標籤:手動回退 |
||
(未顯示同一使用者於中間所作的 9 次修訂) | |||
行 4: | 行 4: | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
#catlinks {display:block;} | #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; | |||
} |
於 2022年12月16日 (五) 14:03 的最新修訂
/* 此 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;
}