"ഫലകം:PullQuote/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| വരി 1: | വരി 1: | ||
/* ===================================================== | /* ===================================================== | ||
Template:PullQuote | |||
Abhiprayavedi Version 1.0 | Abhiprayavedi Version 1.0 | ||
===================================================== */ | ===================================================== */ | ||
.pullquote { | .pullquote { | ||
margin: 0; | |||
padding: 0; | margin: 1em 0; | ||
padding: 0.7em 1em; | |||
background: #f7f7f7; | background: #f7f7f7; | ||
border-left: 2px solid #666; | border-left: 2px solid #666; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | |||
font-size: 1. | |||
line-height: 1 | /* Quote mark */ | ||
.quote-mark { | |||
display:block; | |||
font-size:1.5rem; | |||
line-height:1; | |||
color:#888; | |||
margin:0; | |||
padding:0; | |||
} | } | ||
/* Text wrapper */ | |||
.quote-text { | |||
margin:0; | |||
padding:0; | |||
} | } | ||
. | /* Kill MediaWiki paragraph spacing */ | ||
.quote-text p { | |||
margin:0 !important; | |||
padding:0 !important; | |||
font-family:'Manjari','Noto Sans Malayalam',sans-serif; | |||
font-size:1.15rem; | |||
line-height:1.5; | |||
font-weight:500; | |||
} | } | ||
/* Remove extra spacing from first and last paragraph */ | |||
.quote-text p:first-child { | |||
margin-top:0 !important; | |||
} | |||
.quote-text p:last-child { | |||
margin-bottom:0 | margin-bottom:0 !important; | ||
} | } | ||
22:10, 5 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* =====================================================
Template:PullQuote
Abhiprayavedi Version 1.0
===================================================== */
.pullquote {
margin: 1em 0;
padding: 0.7em 1em;
background: #f7f7f7;
border-left: 2px solid #666;
border-radius: 4px;
}
/* Quote mark */
.quote-mark {
display:block;
font-size:1.5rem;
line-height:1;
color:#888;
margin:0;
padding:0;
}
/* Text wrapper */
.quote-text {
margin:0;
padding:0;
}
/* Kill MediaWiki paragraph spacing */
.quote-text p {
margin:0 !important;
padding:0 !important;
font-family:'Manjari','Noto Sans Malayalam',sans-serif;
font-size:1.15rem;
line-height:1.5;
font-weight:500;
}
/* Remove extra spacing from first and last paragraph */
.quote-text p:first-child {
margin-top:0 !important;
}
.quote-text p:last-child {
margin-bottom:0 !important;
}