MediaWiki:Common.css:修订间差异

来自WHY42
Riguz留言 | 贡献
无编辑摘要
Riguz留言 | 贡献
无编辑摘要
第31行: 第31行:
     border-bottom: 1px dashed #ff00003b;
     border-bottom: 1px dashed #ff00003b;
     color: #9c27b0;
     color: #9c27b0;
}
pre, code, tt, kbd, samp, .mw-code {
    font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;
}
}

2024年10月23日 (三) 03:44的版本

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;
	font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}

.MathJax {
	padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dashed #ff00003b;
    color: #9c27b0;
}

pre, code, tt, kbd, samp, .mw-code {
    font-family: 'Cascadia Code', Consolas, 'Courier New', monospace;
}