2,025
次編輯
無編輯摘要 |
無編輯摘要 標籤:已被回退 |
||
| 行 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; /* 保持列表项缩进一致 */ | |||
} | } | ||