「MediaWiki:Common.css」修訂間的差異
跳至導覽
跳至搜尋
(建立內容為「→此 CSS 會套用至所有的介面外觀: body:not([data-user-groups*="sysop"]) #ca-viewsource { display: none !important; } body:not([data-user-groups*="sysop"]) #ca-history { display: none !important; }」的新頁面) |
(無差異)
|
於 2025年10月1日 (三) 08:55 的最新修訂
/* 此 CSS 會套用至所有的介面外觀 */
body:not([data-user-groups*="sysop"]) #ca-viewsource {
display: none !important;
}
body:not([data-user-groups*="sysop"]) #ca-history {
display: none !important;
}