模板:Squote:修订间差异
来自星露谷物语扩展百科
更多语言
更多操作
删除的内容 添加的内容
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的11个中间版本) | |||
| 第1行: | 第1行: | ||
<includeonly>{| class="quotetable" |
<includeonly>{{CSS|Quote|10}}<table class="quotetable lang-{{#ifeq:{{{lang|}}}|en|en|zh}}"> |
||
<tr> |
|||
|- |
|||
<td rowspan="2" class="decorativesquote"></td> |
|||
<td class="squotetext">“{{{1|引文}}}”</td> |
|||
</tr> |
|||
{{#if:{{{2|}}}|<nowiki /> |
|||
{{!}}- |
|||
<tr> |
|||
{{!}}class="quotesource{{#ifeq:{{{text|}}}|english|english|}}"{{!}}— {{{2|}}} }} |
|||
<td class="quotesource">— {{{2|}}}</td> |
|||
|- |
|||
</tr> |
|||
|}{{#if:{{#varexists:Squote}}||{{#vardefineecho:Squote|{{#css:.quotetable { |
|||
| ⚫ | |||
margin: 6px 0px 6px 0px; |
|||
min-width: unset !important; |
|||
overflow-x: hidden; |
|||
} |
|||
.decorativesquote { |
|||
font-family: "Georgia", "Times New Roman", "Times", serif; |
|||
font-size: 3em; |
|||
line-height: 0.02em; |
|||
font-weight: bold; |
|||
color: rgb(41, 129, 178); |
|||
border-right: 1px solid rgb(47, 148, 204); |
|||
padding: 18px 4px 0 4px; |
|||
} |
|||
.decorativesquote::before { |
|||
content: "“"; |
|||
} |
|||
.squotetext { |
|||
padding-left: 8px; |
|||
font-weight: 550; |
|||
font-family: 'Source Han Serif CN for Display', 'Noto Serif SC'; |
|||
text-shadow: 0.25px 0.25px 0px rgb(48 47 47 / 80%); |
|||
} |
|||
.quotesource { |
|||
text-align: left; |
|||
font-size: 0.9em; |
|||
margin-top: 0; |
|||
padding-left: 120px; |
|||
} |
|||
.squotetextenglish { |
|||
font-family: "Georgia", "Times New Roman", "Times", serif; |
|||
font-size: 1em; |
|||
font-style: italic; |
|||
line-height: 1.4em; |
|||
padding-left: 8px; |
|||
} |
|||
.quotesourceenglish { |
|||
text-align: left; |
|||
font-size: 0.9em; |
|||
font-style: italic; |
|||
margin-top: 0; |
|||
padding-left: 120px; |
|||
} |
|||
| ⚫ | |||