ഫലകം:PullQuote/styles.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
/* =====================================================
Pull Quote
Abhiprayavedi Version 1.0
===================================================== */
.pullquote {
margin: 0;
padding: 0;
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: inline;
font-size: 1.5rem;
line-height: 1;
color: #888;
margin: 0 0 0.15em 0;
}
.pullquote::after {
content: "";
}
.quote-mark {
display:block;
font-size:1.5rem;
color:#888;
line-height:1;
margin-bottom:0.15em;
}