"ഫലകം: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 |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 21 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 1: | വരി 1: | ||
.pullquote { | .pullquote { | ||
position: relative; | |||
display:block; | |||
box-sizing:border-box; | |||
margin:1.5em 0; | |||
padding:.9em 1.2em .9em 1.6em; | |||
width: auto; | |||
overflow: hidden; | |||
background:#f9fbfe; | |||
border-left:3px solid #2f65cb; | |||
border-radius:6px; | |||
} | } | ||
.pullquote::before { | .pullquote::before { | ||
content: " | content: "❝"; | ||
font-size: | position: absolute; | ||
top: 0.75em; | |||
left: 0.65em; | |||
font-size: 1.5rem; | |||
line-height: 1; | |||
color: #4b5563; | |||
opacity: .65; | |||
} | } | ||
.quote-text p{ | |||
font-size:1.12rem; | |||
font-weight:500; | |||
line-height:1.5; | |||
color:#222; | |||
color: # | |||
} | } | ||
15:27, 8 ജൂലൈ 2026-നു നിലവിലുള്ള രൂപം
.pullquote {
position: relative;
display:block;
box-sizing:border-box;
margin:1.5em 0;
padding:.9em 1.2em .9em 1.6em;
width: auto;
overflow: hidden;
background:#f9fbfe;
border-left:3px solid #2f65cb;
border-radius:6px;
}
.pullquote::before {
content: "❝";
position: absolute;
top: 0.75em;
left: 0.65em;
font-size: 1.5rem;
line-height: 1;
color: #4b5563;
opacity: .65;
}
.quote-text p{
font-size:1.12rem;
font-weight:500;
line-height:1.5;
color:#222;
}