模板:引文:修订间差异
来自Age Of History 2 Chinese Wiki
创建页面,内容为“<big><div style="display:table;margin: auto; background-color:{{{bgcolor|transparent}}};width:{{{width|auto}}};{{{bgcolor|}}}|border: 1px solid #AAAAAA;}}"> <div> <div style="display: table-cell;vertical-align: top; color:#B2B7F2;font-size:{{#switch:{{{size|{{{4|{{{quotewidth|{{{width|80px}}}}}}}}}}}} |10px=20px |30px=60px |40px=80px |50px=100px |60px=120px |#default=40px}};font-family:'Times New Roman',serif;font-weight:bold;text-align:left;padding:10px 10px;l…” |
无编辑摘要 |
||
第1行: | 第1行: | ||
<div style="display: block; margin: 1.5em auto; | |||
<div> | background-color: rgba({{{bgcolor-rgb|245, 245, 245}}}, {{{opacity|0.85}}}); | ||
<div style=" | backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); | ||
|10px= | width: {{{width|auto}}}; max-width: 95%; | ||
|30px= | border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); | ||
|40px= | padding: 5px 0; overflow: hidden; | ||
|50px= | font-family: {{{font-family|inherit}}}; | ||
|60px= | transition: all 0.3s ease;"> | ||
|#default= | |||
<div style=" | <div style="position: relative; padding: 1.2em 2em 0.8em 2em;"> | ||
<div style=" | <!-- 左侧引号 --> | ||
|10px= | <div style="position: absolute; top: 0; left: 0.6em; | ||
|30px= | color: {{{quote-color|rgba(178, 183, 242, 0.4)}}}; | ||
|40px= | font-size: {{#switch:{{{size|{{{4|{{{quotewidth|{{{width|80px}}}}}}}}}}}} | ||
|50px= | |10px=65px | ||
|60px= | |30px=85px | ||
|#default= | |40px=95px | ||
|50px=110px | |||
|60px=125px | |||
|#default=75px}}; | |||
font-family: 'Georgia', 'Times New Roman', serif; | |||
font-weight: bold; line-height: 1;"> | |||
{{{open|"}}}</div> | |||
<!-- 引文内容 --> | |||
<div style="position: relative; z-index: 2; | |||
font-size: 1.2em; line-height: 1.5; | |||
color: {{{text-color|rgba(0, 0, 0, 0.85)}}}; | |||
font-weight: normal; text-align: left; | |||
font-style: italic; padding: 0.5em 0;"> | |||
{{{1|}}} | |||
</div> | |||
<!-- 右侧引号 --> | |||
<div style="position: absolute; bottom: -0.3em; right: 0.6em; | |||
color: {{{quote-color|rgba(178, 183, 242, 0.4)}}}; | |||
font-size: {{#switch:{{{size|{{{4|{{{quotewidth|{{{width|80px}}}}}}}}}}}} | |||
|10px=65px | |||
|30px=85px | |||
|40px=95px | |||
|50px=110px | |||
|60px=125px | |||
|#default=75px}}; | |||
font-family: 'Georgia', 'Times New Roman', serif; | |||
font-weight: bold; line-height: 0;"> | |||
{{{close|"}}}</div> | |||
</div> | |||
<!-- 引用来源 --> | |||
<div style="font-size: 0.9em; text-align: right; | |||
padding: 0.5em 2.5em 1.2em 0; | |||
color: {{{source-color|rgba(0, 0, 0, 0.6)}}}; | |||
border-top: 1px solid rgba(0, 0, 0, 0.05);"> | |||
<cite style="font-style: normal; font-weight: 500;"> | |||
— {{{2|}}} | |||
</cite> | |||
</div> | |||
</div> | </div> | ||