টেমপ্লেট:উক্তি/শৈলী.css

103.230.107.36 (আলোচনা) কর্তৃক ১৮:১৭, ২৭ অক্টোবর ২০২৪ তারিখে সংশোধিত সংস্করণ ("→‎Styling for Template:Quote: .templatequote { overflow: hidden; margin: 1em 0; padding: 0 40px; } .templatequote .templatequotecite { line-height: 1.5em; →‎@noflip: text-align: left; →‎@noflip: padding-left: 1.6em; margin-top: 0; }" দিয়ে পাতা তৈরি)
/* Styling for Template:Quote */
.templatequote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}
.templatequote .templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}