മീഡിയവിക്കി:Vector.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 ചെയ്യുക.
/* CSS placed here will affect users of the Vector skin */
/* <source lang="css"> */
/* Don't display some stuff on the main page */
body.page-പ്രധാന_താൾ #deleteconfirm,
body.page-പ്രധാന_താൾ #t-cite,
body.page-പ്രധാന_താൾ #footer-info-lastmod,
body.page-പ്രധാന_താൾ #siteSub,
body.page-പ്രധാന_താൾ #contentSub,
body.page-പ്രധാന_താൾ h1.firstHeading {
display: none !important;
}
body.page-പ്രധാന_താൾ #mp-topbanner {
margin-top: 0 !important;
}
#coordinates {
position: absolute;
top: -1em;
right: 0em;
float: right;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* For positioning icons at top-right, used in Templates
"Spoken Article" and "Featured Article" */
div.topicon {
position: absolute;
top: -3em;
margin-right: -10px;
display: block !important;
}
/* Template:Title override */
div#title-override {
left: 0 !important;
top: -2em !important;
padding: 0.5em 0 0.2em 0 !important;
}
/* Display "From Wikipedia, the free encyclopedia" */
body.ns-0 #siteSub,
body.ns-1 #siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/*
body.ns-0 div.topicon,
body.ns-1 div.topicon {
top: -2em;
}
*/
body.ns-0 #coordinates,
body.ns-1 #coordinates {
top: 0em;
}
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}
/* {{tl|Link FA}} */
#mw-panel div.portal div.body ul li.FA {
background: url("//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}
#bodyContent p { padding-bottom: 1em; }
/* </source> */