മീഡിയവിക്കി:Common.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
ശ്രദ്ധിക്കുക: സേവ് ചെയ്തശേഷം മാറ്റങ്ങൾ കാണാനായി താങ്കൾക്ക് ബ്രൗസറിന്റെ കാഷെ ഒഴിവാക്കേണ്ടി വന്നേക്കാം.
- ഫയർഫോക്സ് / സഫാരി: Reload ബട്ടൺ അമർത്തുമ്പോൾ Shift കീ അമർത്തി പിടിക്കുകയോ, Ctrl-F5 അല്ലെങ്കിൽ Ctrl-R (മാക്കിന്റോഷിൽ ⌘-R ) എന്ന് ഒരുമിച്ച് അമർത്തുകയോ ചെയ്യുക
- ഗൂഗിൾ ക്രോം: Ctrl-Shift-R (മാക്കിന്റോഷിൽ ⌘-Shift-R ) അമർത്തുക
- ഇന്റർനെറ്റ് എക്സ്പ്ലോറർ: Refresh ബട്ടൺ അമർത്തുമ്പോൾ Ctrl കീ അമർത്തിപിടിക്കുക. അല്ലെങ്കിൽ Ctrl-F5 അമർത്തുക
- ഓപ്പറ: Menu → Settings എടുക്കുക (മാക്കിൽ Opera → Preferences) എന്നിട്ട് Privacy & security → Clear browsing data → Cached images and files ചെയ്യുക.
/* ===== 1. FORCE OVERRIDES (TOP PRIORITY - KEEP FIRST) ===== */
.mw-parser-output .content-body p,
.mw-body-content .content-body p {
text-indent: 0 !important;
margin: 0.4em 0 0.8em 0 !important;
}
.mw-parser-output .content-body > p:first-child,
.mw-body-content .content-body > p:first-child {
margin-top: 0 !important;
}
/* Title & Meta - FORCE CENTER ALIGNMENT */
.mw-parser-output .firstHeading,
.mw-body-content .firstHeading {
font-family: Georgia, serif !important;
font-size: 2.4em !important;
text-align: center !important;
margin-bottom: 0.3em !important;
}
.mw-parser-output .article-meta,
.mw-body-content .article-meta {
text-align: center !important;
margin-bottom: 0.8em !important;
line-height: 1.2 !important;
}
/* ===== 2. BASE LAYOUT ===== */
.article-wrapper {
max-width: 900px;
margin: 0 auto;
padding: 20px;
font-family: Georgia, serif;
line-height: 1.7;
background: #fdfcfc;
}
.article-content {
font-size: 1.1em;
overflow: hidden;
}
.content-body {
line-height: 1.7;
}
.content-body:empty {
display: none !important;
}
/* ===== 3. META LINE FIX ===== */
.meta-line {
display: inline-flex !important;
align-items: center;
gap: 1em;
}
.meta-sep {
margin: 0 0.5em;
}
/* ===== 4. FLOATBOX & HIGHLIGHTS ===== */
.article-floatbox {
float: right !important;
width: 220px;
margin: 0 0 15px 20px;
background: #f8f9fa;
padding: 12px;
border-left: 4px solid #dee2e6;
}
.article-highlights {
margin-top: 12px;
clear: both;
}
.article-highlights h3 {
margin: 0 0 10px 0;
font-size: 0.95em;
color: #495057;
}
.article-highlights ul {
margin: 0;
padding: 0;
list-style: none;
}
.article-highlights li {
margin-bottom: 10px;
padding-bottom: 8px;
border-bottom: 1px solid #dee2e6;
font-size: 0.9em;
}
.article-highlights li:last-child {
border-bottom: none;
margin-bottom: 0;
}
/* ===== 5. OTHER SECTIONS ===== */
.article-intro {
font-size: 1.2em;
background: #f8f9fa;
padding: 16px;
border-left: 5px solid #adb5bd;
margin-bottom: 20px;
}
.article-author-bio {
margin-top: 30px;
font-size: 0.9em;
font-style: normal;
background: #f1f3f4;
padding: 15px;
border-radius: 6px;
border-top: 2px solid #dee2e6;
}
.article-source {
margin-top: 25px;
font-size: 0.9em;
border-top: 1px solid #dee2e6;
padding-top: 15px;
}