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

来自来博微知
跳转至: 导航搜索
第11行: 第11行:
 
textarea {
 
textarea {
 
     font-family: "Lucida Console", monospace;
 
     font-family: "Lucida Console", monospace;
 +
}
 +
 +
#footer {
 +
    display: none;
 
}
 
}

2022年11月7日 (一) 12:39的版本

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

h1.firstHeading, .mw-headline {
    font-family: "Microsoft YaHei", sans-serif;
}

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

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

#footer {
    display: none;
}