MediaWiki:Citizen.css:修订间差异
MediaWiki界面页面
更多操作
小 |
|||
| 第1行: | 第1行: | ||
/* 解決Socialprofile在該皮膚下的錯位問題 */ | |||
.visualClear { | .visualClear { | ||
clear: both; | clear: both; | ||
} | |||
/* 嘗試實現黑幕功能 */ | |||
.mw-body-content .inside, | |||
.mw-body-content .inside * { | |||
cursor: default !important; | |||
transition: background-color var(--mw-transition-slow), color var(--mw-transition-slow) | |||
} | |||
.mw-body-content .inside:not(:hover):not(:active), | |||
.mw-body-content .inside:not(:hover):not(:active) * { | |||
color: transparent !important; | |||
background-color: var(--color-base) !important | |||
} | } | ||
2025年12月24日 (三) 11:27的最新版本
/* 解決Socialprofile在該皮膚下的錯位問題 */
.visualClear {
clear: both;
}
/* 嘗試實現黑幕功能 */
.mw-body-content .inside,
.mw-body-content .inside * {
cursor: default !important;
transition: background-color var(--mw-transition-slow), color var(--mw-transition-slow)
}
.mw-body-content .inside:not(:hover):not(:active),
.mw-body-content .inside:not(:hover):not(:active) * {
color: transparent !important;
background-color: var(--color-base) !important
}