Template:图书排版/styles.css:修订间差异

勤求古训,博采众方
删除的内容 添加的内容
无编辑摘要
无编辑摘要
 
(未显示2个用户的32个中间版本)
第3行: 第3行:
}
}


h2 { font-size: 1.75rem }
h3 { font-size: 1.5rem }
h4 { font-size: 1.25rem }
h5 { font-size: 1.125rem }
h6 { font-size: 1rem }


h2,h3,h4 {
h2,h3,h4,h5,h6 {

font-weight: bold;
font-weight: bold;
font-family: Georgia, -apple-system, 'Nimbus Roman No9 L', 'PingFang SC', 'Hiragino Sans GB', 'Noto Serif SC', 'Microsoft Yahei UI', 'WenQuanYi Micro Hei', 'ST Heiti', sans-serif;
font-family: "Microsoft Jhenghei UI";
}
}


第13行: 第17行:
font-size: 120%;
font-size: 120%;
text-indent:2em;
text-indent:2em;
font-family: Georgia, -apple-system, 'Nimbus Roman No9 L', 'PingFang SC', 'Hiragino Sans GB', 'Noto Serif SC', 'Microsoft Yahei UI', 'WenQuanYi Micro Hei', 'ST Heiti', sans-serif;
font-family: "Microsoft Jhenghei UI";
}
}

2023年1月8日 (日) 19:26的最新版本

div.mw-parser-output{
	background-color:#f6f4f0; 
}

h2 { font-size: 1.75rem }
h3 { font-size: 1.5rem }
h4 { font-size: 1.25rem }
h5 { font-size: 1.125rem }
h6 { font-size: 1rem }

h2,h3,h4,h5,h6 {
	font-weight: bold;
    font-family: Georgia, -apple-system, 'Nimbus Roman No9 L', 'PingFang SC', 'Hiragino Sans GB', 'Noto Serif SC', 'Microsoft Yahei UI', 'WenQuanYi Micro Hei', 'ST Heiti', sans-serif;
}

p {
	font-size: 120%;
	text-indent:2em;
    font-family: Georgia, -apple-system, 'Nimbus Roman No9 L', 'PingFang SC', 'Hiragino Sans GB', 'Noto Serif SC', 'Microsoft Yahei UI', 'WenQuanYi Micro Hei', 'ST Heiti', sans-serif;
}