「MediaWiki:Citizen.css」:修訂間差異
MediaWiki介面頁面
更多操作
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | /* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | ||
#footer-places { | #footer-places { | ||
column-count: 2; | |||
} | } | ||
#footer-places ul { | #footer-places ul { | ||
display: initial; | |||
} | } | ||
#footer-icons a { | #footer-icons a { | ||
border: 0; | |||
padding: 0; | |||
background: transparent; | |||
opacity: var(--opacity-icon-base); | |||
transition: opacity 250ms ease; | |||
} | } | ||
#footer-icons a:hover { | #footer-icons a:hover { | ||
opacity: var(--opacity-icon-base--hover); | |||
} | } | ||
#footer-icons a:active { | #footer-icons a:active { | ||
opacity: var(--opacity-icon-base--active); | |||
} | } | ||
於 2025年2月11日 (二) 15:20 的修訂
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */
#footer-places {
column-count: 2;
}
#footer-places ul {
display: initial;
}
#footer-icons a {
border: 0;
padding: 0;
background: transparent;
opacity: var(--opacity-icon-base);
transition: opacity 250ms ease;
}
#footer-icons a:hover {
opacity: var(--opacity-icon-base--hover);
}
#footer-icons a:active {
opacity: var(--opacity-icon-base--active);
}
#footer-icons img {
width: auto;
height: 32px
}
.skin-citizen-light #footer-icons a {
filter: invert(1) hue-rotate(180deg)
}