മീഡിയവിക്കി: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. TITLE - FORCE CENTER (HIGHEST SPECIFICITY) */
#mw-content-text .firstHeading {
text-align: center !important;
font-family: Georgia, serif !important;
font-size: 2.2em !important;
margin-bottom: 0.2em !important;
line-height: 1.1 !important;
}
/* 2. META - SINGLE LINE, MINIMAL SPACE */
#mw-content-text .article-meta {
text-align: center !important;
margin: 0.3em 0 0.8em 0 !important;
font-size: 1.1em !important;
line-height: 1.1 !important;
height: auto !important;
}
#mw-content-text .meta-line {
display: inline-flex !important;
align-items: baseline !important;
white-space: nowrap !important;
gap: 0.5em !important;
}
/* 3. FIRST PARAGRAPH - NO BLOCK */
#mw-content-text .article-content p {
margin-top: 0.1em !important;
margin-bottom: 0.8em !important;
text-indent: 0 !important;
}
#mw-content-text .article-content p:first-of-type {
margin-top: 0 !important;
}
/* 4. BASE LAYOUT */
.article-wrapper {
max-width: 900px;
margin: 0 auto;
padding: 15px;
font-family: Georgia, serif;
line-height: 1.6;
}
.article-content {
font-size: 1.1em;
clear: both;
}
/* 5. FLOATBOX */
.article-floatbox {
float: right !important;
width: 220px !important;
margin: 0 0 1em 1.5em !important;
}