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

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

模板:Cquote/styles.css:修订间差异

来自RIA | Wiki
Aunst留言 | 贡献
建立内容为“Cquote模板样式表:​ .template-cquote { max-width: max-content; margin: 1em auto; } .template-cquote-main { display: flex; justify-content: cente…”的新页面
 
Aunst留言 | 贡献
字体
第10行: 第10行:
   justify-content: center;
   justify-content: center;
   align-items: center;
   align-items: center;
   font-family: serif;
   font-family: "Georgia", "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", "STSong", "AR PL New Sung", "AR PL SungtiL GB", "NSimSun", "SimSun", "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", "PMingLiU", "MingLiU", serif;
}
}


第40行: 第40行:
.template-cquote-footer {
.template-cquote-footer {
   text-align: right;
   text-align: right;
  color: rgb(79, 79, 79);
}
}



2022年5月29日 (日) 11:50的版本

/* Cquote模板样式表 */

.template-cquote {
  max-width: max-content;
  margin: 1em auto;
}

.template-cquote-main {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Georgia", "Nimbus Roman No9 L", "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", "STSong", "AR PL New Sung", "AR PL SungtiL GB", "NSimSun", "SimSun", "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", "PMingLiU", "MingLiU", serif;
}

.template-cquote-quotation {
  font-size: 3em;
  color: rgb(191, 191, 191);
}

.template-cquote-quotation.start {
  align-self: flex-start;
}

.template-cquote-quotation.end {
  align-self: flex-end;
}

.template-cquote-content {
  font-size: 1.125em;
}

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

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

.template-cquote-footer {
  text-align: right;
  color: rgb(79, 79, 79);
}

.template-cquote-footer::before {
  content: "— ";
}