MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
html, body { | |||
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif; | |||
} | |||
.fixed-600 img { | .fixed-600 img { | ||
width: 600px; | width: 600px; |
2024年9月18日 (三) 01:08的版本
html, body {
font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", "Hiragino Sans GB", PMingLiU, "Microsoft YaHei", serif;
}
.fixed-600 img {
width: 600px;
height: auto;
}
.fixed-400 img {
width: 400px;
height: auto;
}
.fixed-200 img {
width: 200px;
height: auto;
}
q {
display: block;
padding: 20px;
color: grey;
font-size: large;
}
.MathJax {
padding-left: 5px;
padding-right: 5px;
border-bottom: 1px dashed #ff00003b;
color: #9c27b0;
}