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

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

MediaWiki介面頁面
Hsins留言 | 貢獻
無編輯摘要
Hsins留言 | 貢獻
無編輯摘要
 
第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;
  width: auto;
    height: 32px
  height: 32px
}
}


.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月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)
}