ഫലകം:PullQuote/styles.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
/* =====================================================
Pull Quote
Abhiprayavedi Version 1.0
===================================================== */
.pullquote {
margin: 1.4em 0;
padding: 0.9em 1.1em;
background: #f7f7f7;
border-left: 2px solid #666;
border-radius: 4px;
font-family: 'Manjari', 'Noto Sans Malayalam', sans-serif;
font-size: 1.15rem;
line-height: 1.5;
font-style: italic;
font-weight: 400;
color: #222;
box-sizing: border-box;
}
.pullquote::before {
content: "❝";
display: block;
font-size: 1.8rem;
line-height: 1;
color: #888;
margin-bottom: 0.25em;
}
.pullquote::after {
content: "";
}