「MediaWiki:Citizen.css」:修訂間差異
MediaWiki介面頁面
更多操作
建立內容為「→此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入: .skin-citizen-light #footer-icons a { filter: invert(1) hue-rotate(180deg) }」的新頁面 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | /* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | ||
#footer-icons a { | |||
border: 0; | |||
padding: 0; | |||
background: transparent; | |||
opacity: var(--opacity-icon-base); | |||
transition: opacity 250ms ease; | |||
} | |||
.skin-citizen-light #footer-icons a { | .skin-citizen-light #footer-icons a { | ||
filter: invert(1) hue-rotate(180deg) | filter: invert(1) hue-rotate(180deg) | ||
} | } | ||
於 2025年2月11日 (二) 15:01 的修訂
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */
#footer-icons a {
border: 0;
padding: 0;
background: transparent;
opacity: var(--opacity-icon-base);
transition: opacity 250ms ease;
}
.skin-citizen-light #footer-icons a {
filter: invert(1) hue-rotate(180deg)
}