MediaWiki:Common.css:修订间差异

来自WHY42
无编辑摘要
无编辑摘要
 
(未显示同一用户的1个中间版本)
第23行: 第23行:
color: grey;
color: grey;
font-size: large;
font-size: large;
font-family: Georgia, "Times New Roman", STKaiti, KaiTi, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", serif;
}
}



2024年9月18日 (三) 12:54的最新版本

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;
}