「MediaWiki:Common.css」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 標籤:已被回退 |
||
| 行 3: | 行 3: | ||
.mw-body, .mw-body-content, .mw-body-content { | .mw-body, .mw-body-content, .mw-body-content { | ||
font-family: Roboto, RobotoDraft, Helvetica, Arial, '微軟正體黑', 'PingFang TC', sans-serif; | font-family: Roboto, RobotoDraft, Helvetica, Arial, '微軟正體黑', 'PingFang TC', sans-serif; | ||
} | |||
#specialchars select { | |||
display:inline; | |||
vertical-align: baseline; | |||
} | |||
#specialchars{ | |||
width:100%; | |||
margin-top:10px; | |||
border:1px solid #aaa; | |||
padding:1px; | |||
text-align:center; | |||
box-sizing: border-box; | |||
} | |||
#specialchars button { | |||
font-size:0.9em; | |||
margin: 0.2em 0.1em; | |||
} | |||
.section-Edittools .index { | |||
display:none; | |||
} | |||
.section-Edittools .pages { | |||
width: 100% !important; | |||
} | |||
/* Workaround for WikiEditor toolbar button characters breaking out. */ | |||
#wikiEditor-ui-toolbar .com-editbuttons span { | |||
line-height: 1em; | |||
font-size: 1em; | |||
} | } | ||
於 2025年3月5日 (三) 16:01 的修訂
/* 此 CSS 會套用至所有的介面外觀 */
.mw-body, .mw-body-content, .mw-body-content {
font-family: Roboto, RobotoDraft, Helvetica, Arial, '微軟正體黑', 'PingFang TC', sans-serif;
}
#specialchars select {
display:inline;
vertical-align: baseline;
}
#specialchars{
width:100%;
margin-top:10px;
border:1px solid #aaa;
padding:1px;
text-align:center;
box-sizing: border-box;
}
#specialchars button {
font-size:0.9em;
margin: 0.2em 0.1em;
}
.section-Edittools .index {
display:none;
}
.section-Edittools .pages {
width: 100% !important;
}
/* Workaround for WikiEditor toolbar button characters breaking out. */
#wikiEditor-ui-toolbar .com-editbuttons span {
line-height: 1em;
font-size: 1em;
}