മീഡിയവിക്കി: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 ചെയ്യുക.
.firstHeading {
font-family: Georgia, "Times New Roman", serif;
font-size: 2.4em;
text-align: center;
margin-bottom: 10px;
}
.article-wrapper {
max-width: 900px;
margin: auto;
font-family: Georgia, "Times New Roman", serif;
line-height: 1.7;
}
.article-meta {
text-align: center;
margin-bottom: 10px;
font-size: 1.25em;
font-weight: bold;
color: #444;
}
.article-meta p {
display: inline !important;
margin: 0 !important;
}
.meta-sep {
margin: 0 1em;
}
.article-intro {
font-size: 1.2em;
background: #f2f2f2;
padding: 14px;
border-left: 5px solid #bbb;
margin-bottom: 18px;
}
.article-floatbox {
float: right;
width: 220px;
margin: 0 0 15px 20px;
background: #fafafa;
padding: 10px;
border-left: 4px solid #ccc;
overflow: hidden; /* Contain floats */
}
.article-floatbox h3 {
margin: 0 0 8px 0;
font-size: 1em;
}
/* Fix 1: Prevent highlights filling thumbnail gap */
.article-highlights {
margin-top: 10px; /* Space after thumbnail */
clear: both;
}
/* Fix 2: Horizontal lines + spacing between highlights */
.article-highlights ul {
margin: 0;
padding: 0;
list-style: none;
}
.article-highlights li {
margin-bottom: 8px;
padding-bottom: 6px;
border-bottom: 1px solid #ddd; /* Horizontal line */
}
.article-highlights li:last-child {
margin-bottom: 0;
border-bottom: none; /* No line on last item */
}
/* COMPLETE RESET - OVERRIDES EVERYTHING */
.mw-parser-output .content-body,
.mw-parser-output .content-body * {
margin-top: 0 !important;
padding-top: 0 !important;
}
.mw-parser-output .content-body p {
text-indent: 0 !important;
margin: 0.8em 0 !important;
}
.mw-parser-output .content-body > p:first-of-type,
.mw-parser-output .content-body p:first-child {
margin-top: 0 !important;
margin-bottom: 0.6em !important;
}
/* Empty content-body */
.mw-parser-output .content-body:empty {
display: none !important;
}
.article-source {
margin-top: 25px;
font-size: 0.9em;
border-top: 1px solid #ddd;
padding-top: 10px;
}
.article-author-bio {
margin-top: 20px;
font-size: 0.9em;
background: #f4f4f4;
padding: 10px;
border-radius: 4px;
}