"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| വരി 24: | വരി 24: | ||
.pullquote::before { | .pullquote::before { | ||
content: "❝"; | content: "❝"; | ||
display: inline; | |||
font-size: 1.5rem; | font-size: 1.5rem; | ||
18:09, 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: inline;
font-size: 1.5rem;
line-height: 1;
color: #888;
margin: 0 0 0.15em 0;
}
.pullquote::after {
content: "";
}