模板:Quote/blockquote.css

於 2023年1月14日 (六) 14:17 由 imported>CYL992 所做的修訂 (建立內容為「→‎Styling for Template:Quote:​ .templatequote { margin-top: 0; overflow: hidden; } .templatequote .templatequotecite { line-height: 1em; →‎@noflip:​ text-align: left; →‎@noflip:​ padding-left: 2em; margin-top: 0; } .templatequote .templatequotecite cite { font-size: small; }」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/* Styling for Template:Quote */
.templatequote {
     margin-top: 0;
     overflow: hidden;
}
.templatequote .templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
.templatequote .templatequotecite cite {
    font-size: small;
}