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

出自The Ysmir Collective

增加 468 位元組 、​ 2025年1月5日 (星期日)
無編輯摘要
無編輯摘要
Pie留言 | 貢獻
無編輯摘要
標籤已被回退
行 159: 行 159:
    color: #1C4587; /* Darker blue for hover state */
    color: #1C4587; /* Darker blue for hover state */
    text-decoration: underline; /* Keep underline removed on hover */
    text-decoration: underline; /* Keep underline removed on hover */
}
.mw-table td.multi-column-list {
   -webkit-column-count: 2; /* 分为两列,支持 Webkit 浏览器 */
   -moz-column-count: 2;   /* 分为两列,支持 Firefox 浏览器 */
   column-count: 2;     /* 分为两列,标准写法 */
   -webkit-column-gap: 16px; /* 列间距 */
   -moz-column-gap: 16px;   /* 列间距 */
   column-gap: 16px;     /* 列间距,标准写法 */
   list-style-position: inside; /* 保持列表项缩进一致 */
}
}
2,025

次編輯