"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
'.pullquote { margin: 2em auto; padding: 1.2em 1.5em; border-left: 5px solid #555; background: #f8f8f8; font-size: 1.25rem; line-height: 1.7; font-style: italic; max-width: 90%; } .pullquote::before { content: "“"; font-size: 2.5em; color: #777; line-height: 0; vertical-align: -0.4em; } .pullquote::after { content: "”"; font-size: 2.5em; color: #77...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു |
(ചെ.)No edit summary |
||
| വരി 1: | വരി 1: | ||
/* ===================================================== | |||
Pull Quote | |||
Abhiprayavedi Version 1.0 | |||
===================================================== */ | |||
.pullquote { | .pullquote { | ||
margin: | margin: 1.4em 0; | ||
padding: | padding: 0.9em 1.1em; | ||
border-left: | background: #f7f7f7; | ||
border-left: 2px solid #666; | |||
border-radius: 4px; | |||
font-size: 1. | font-family: 'Manjari', 'Noto Sans Malayalam', sans-serif; | ||
line-height: 1. | font-size: 1.15rem; | ||
line-height: 1.5; | |||
font-style: italic; | font-style: italic; | ||
font-weight: 400; | |||
color: #222; | |||
box-sizing: border-box; | |||
} | } | ||
.pullquote::before { | .pullquote::before { | ||
content: " | content: "❝"; | ||
font-size: | display: block; | ||
font-size: 1.8rem; | |||
line-height: 1; | |||
color: #888; | |||
margin-bottom: 0.25em; | |||
} | } | ||
.pullquote::after { | .pullquote::after { | ||
content: " | content: ""; | ||
} | } | ||
13:58, 5 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* =====================================================
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: "";
}