切換選單
切換偏好設定選單
切換個人選單
尚未登入
若您做出任何編輯,會公開您的 IP 位址。

「MediaWiki:Citizen.css」:修訂間差異

MediaWiki介面頁面
Hsins留言 | 貢獻
無編輯摘要
Hsins留言 | 貢獻
無編輯摘要
第1行: 第1行:
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */
#footer-places {
    column-count: 2
}
#footer-places ul {
    display: initial
}
#footer-icons a {
#footer-icons a {
     border: 0;
     border: 0;

於 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)
}