模板:Quote/blockquote.css

於 2021年8月20日 (五) 14:06 由 imported>Mcnet 所做的修訂 (建立內容為「→‎Styling for Template:Quote:​ .templatequote { margin-top: 0; overflow: hidden; } .templatequote .templatequotecite { line-height: 1em; /* @n…」的新頁面
(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
/* 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;
}