打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

目前wiki关闭了自行注册账号的功能,如需注册账号,请查阅Help:注册账号

模板:Mquote/styles.css

来自RIA | Wiki
Aunst留言 | 贡献2022年5月29日 (日) 14:00的版本 (建立内容为“Mquote模板CSS样式:​ .template-mquote-content { margin: 1em 0; border: none; padding: 0; font-family: "Baskerville", "Georgia", "Liberation Serif…”的新页面)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
/* Mquote模板CSS样式 */

.template-mquote-content {
  margin: 1em 0;
  border: none;
  padding: 0;

  font-family: "Baskerville", "Georgia", "Liberation Serif", "Kaiti SC", "STKaiti", "AR PL UKai CN", "AR PL UKai HK", "AR PL UKai TW", "AR PL UKai TW MBE", "AR PL KaitiM GB", "KaiTi", "KaiTi_GB2312", "DFKai-SB", "TW\-Kai", serif; 
}

.template-mquote-content p:first-child {
  margin-top: 0;
}

.template-mquote-content p:last-child {
  margin-bottom: 0;
}

.template-mquote-content p:first-child::before {
  content: "“";
}

.template-mquote-content p:last-child::after {
  content: "”";
}

.template-mquote-footer {
  margin-left: 2em;
  color: rgb(79, 79, 79);
}

.template-mquote-footer::before {
  content: "\2014\00A0" /* Em dash + Non-breaking space */
}

body.skin-minerva .blockquote-mquote-content {
  border: none;
  padding: 0;
  font-size: 1em;
}