"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| വരി 5: | വരി 5: | ||
.pullquote { | .pullquote { | ||
margin: | margin: 0; | ||
padding: 0 | padding: 0; | ||
background: #f7f7f7; | background: #f7f7f7; | ||
| വരി 26: | വരി 26: | ||
display: block; | display: block; | ||
font-size: 1. | font-size: 1.5rem; | ||
line-height: 1; | line-height: 1; | ||
color: #888; | color: #888; | ||
margin | margin: 0 0 0.15em 0; | ||
} | } | ||
14:32, 5 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* =====================================================
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: block;
font-size: 1.5rem;
line-height: 1;
color: #888;
margin: 0 0 0.15em 0;
}
.pullquote::after {
content: "";
}