「MediaWiki:Citizen.css」:修訂間差異
MediaWiki介面頁面
更多操作
無編輯摘要 |
無編輯摘要 |
||
| 第1行: | 第1行: | ||
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | /* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */ | ||
pre { | |||
text-wrap: auto; | |||
} | |||
#footer-places { | #footer-places { | ||
column-count: 2; | column-count: 2; | ||
| 第25行: | 第29行: | ||
#footer-icons img { | #footer-icons img { | ||
width: auto; | |||
height: 32px | |||
} | } | ||
.skin-citizen-light #footer-icons a { | .skin-citizen-light #footer-icons a { | ||
filter: invert(1) hue-rotate(180deg) | |||
} | } | ||
於 2025年2月12日 (三) 14:06 的最新修訂
/* 此處所有的 CSS 都會在使用者使用 Citizen 外觀時載入 */
pre {
text-wrap: auto;
}
#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)
}