ഫലകം:PullQuote/styles.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
/* =====================================================
Template:PullQuote
Abhiprayavedi Version 1.0
===================================================== */
.pullquote {
margin: 1em 0;
padding: 0.7em 1em;
background: #f7f7f7;
border-left: 2px solid #666;
border-radius: 4px;
}
/* Quote mark */
.quote-mark {
display:block;
font-size:1.5rem;
line-height:1;
color:#888;
margin:0;
padding:0;
}
/* Text wrapper */
.quote-text {
margin:0;
padding:0;
}
/* Kill MediaWiki paragraph spacing */
.quote-text p {
margin:0 !important;
padding:0 !important;
font-family:'Manjari','Noto Sans Malayalam',sans-serif;
font-size:1.15rem;
line-height:1.5;
font-weight:500;
}
/* Remove extra spacing from first and last paragraph */
.quote-text p:first-child {
margin-top:0 !important;
}
.quote-text p:last-child {
margin-bottom:0 !important;
}