“MediaWiki:Common.css”的版本间的差异

来自来博微知
跳转至: 导航搜索
第7行: 第7行:
 
p, div, th, td {
 
p, div, th, td {
 
     font-family: "Microsoft YaHei", sans-serif;
 
     font-family: "Microsoft YaHei", sans-serif;
 +
}
 +
 +
textarea {
 +
    font-family: "Lucida Console", monospace;
 
}
 
}

2022年11月7日 (一) 04:16的版本

/* 放置于这里的CSS将应用于所有皮肤 */

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei", sans-serif;
}

p, div, th, td {
    font-family: "Microsoft YaHei", sans-serif;
}

textarea {
    font-family: "Lucida Console", monospace;
}