"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| വരി 1: | വരി 1: | ||
.pullquote { | .pullquote { | ||
clear: both; | clear: both; | ||
display: block; | display:block; | ||
box-sizing:border-box; | |||
margin:1.5em 0; | |||
padding:.9em 1.2em .9em 1.6em; | |||
width:100%; | |||
background: #f7f7f7; | background:#f7f7f7; | ||
border-left: | border-left:3px solid #2f65cb; | ||
border-radius: | border-radius:6px; | ||
} | } | ||
.pullquote::before { | .pullquote::before { | ||
| വരി 35: | വരി 32: | ||
color: #4b5563; | color: #4b5563; | ||
} | |||
.quote-text p{ | |||
font-size:1.18rem; | |||
font-weight:500; | |||
line-height:1.65; | |||
color:#222; | |||
} | } | ||
11:50, 8 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
.pullquote {
clear: both;
display:block;
box-sizing:border-box;
margin:1.5em 0;
padding:.9em 1.2em .9em 1.6em;
width:100%;
background:#f7f7f7;
border-left:3px solid #2f65cb;
border-radius:6px;
}
.pullquote::before {
content: "❝";
position: absolute;
top: 0.35em;
left: 0.40em;
font-size: 1.25rem;
line-height: 1;
color: #4b5563;
}
.quote-text p{
font-size:1.18rem;
font-weight:500;
line-height:1.65;
color:#222;
}