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

本站正在进行早期测试,目前仍存在许多内容的缺失。

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

来自星砂岛百科
Sizau留言 | 贡献
创建页面
 
Sizau留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
.squote {
.squote {
   display: table;
   display: table;
   margin: 1.5em auto;
   margin: 0.6em 0;
   max-width: 90%;
   max-width: 90%;
   color: var(--color-base, inherit);
   color: var(--color-base, inherit);
第9行: 第9行:
   display: inline;
   display: inline;
   padding: 0 0.5em;
   padding: 0 0.5em;
   font-style: italic;
   font-style: normal;
   line-height: 1.6;
   line-height: 1.6;
}
.mw-parser-output[lang='ja'] .squote-text,
.mw-parser-output[lang='zh'] .squote-text,
.mw-parser-output[lang='zh-hans'] .squote-text,
.mw-parser-output[lang='zh-hant'] .squote-text,
.mw-parser-output[lang='ko'] .squote-text {
  font-style: normal;
}
}


.squote-mark {
.squote-mark {
   color: var(--color-primary, #36c);
   color: var(--color-primary, #36c);
  font-family: Georgia, 'Times New Roman', serif;
   font-size: 1.2em;
   font-size: 2.2em;
   font-weight: 700;
   font-weight: 700;
   line-height: 0.8;
   line-height: 0.8;

2026年3月28日 (六) 14:07的最新版本

.squote {
  display: table;
  margin: 0.6em 0;
  max-width: 90%;
  color: var(--color-base, inherit);
}

.squote-text {
  display: inline;
  padding: 0 0.5em;
  font-style: normal;
  line-height: 1.6;
}

.squote-mark {
  color: var(--color-primary, #36c);
  font-size: 1.2em;
  font-weight: 700;
  line-height: 0.8;
  user-select: none;
}

.squote-mark-left {
  padding-right: 0.125em;
}

.squote-mark-right {
  padding-left: 0.125em;
}

/* [[分类:模板样式]] */