MediaWiki:Vector.css
Dėmesio: Išsaugojus jums gali prireikti išvalyti jūsų naršyklės podėlį, kad pamatytumėte pokyčius.
- Firefox / Safari: Laikydami Shift pasirinkite Perkrauti, arba paspauskite Ctrl-F5 ar Ctrl-R (sistemoje Apple Mac ⌘-R)
- Google Chrome: Spauskite Ctrl-Shift-R (sistemoje Apple Mac ⌘-Shift-R)
- Internet Explorer / Edge: Laikydami Ctrl paspauskite Naujinti, arba paspauskite Ctrl-F5
- Opera: Eikite į Meniu → Nuostatos (sistemoje Apple Mac Opera → Nustatymai), tuomet Privatumas ir sauga → išvalyti naršymo podėlį → išsaugotos talpyklos vaizdai ir failai.
/* CSS placed here will affect users of the Vector skin */
/* Geographical coordinates defaults.
See [[Template:Coord/link]] for how these are used.
The classes "geo", "longitude", and "latitude" are used by
the [[Geo microformat]], so the names should not be changed. */
.geo-default, .geo-dms, .geo-dec { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }
#coordinates {
position:absolute;
border:none;
background:none;
right:100px;
top:-3.5em;
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;
}
/* Naujausi keitimai naujas vaizdas */
#rc-elnk {
font-size: 94%;
background-color: #fcfcfc;
border: 1px dotted #006699;
padding: 0.1em 0.3em;
position: absolute;
float: right;
top: -3.5em;
right: 0.4em;
left: auto;
text-transform: none;
}
html>body #rc-elnk {
border: thin dotted #006699;
}
#rc-elnk .rc-esc {
display: none;
}
div.featured {
position:absolute;
float:right;
z-index:100;
right:45px;
top:-3.5em;
}
div.verta {
position:absolute;
float:right;
z-index:100;
right:60px;
top:-3.5em;
}
div.savstr {
position:absolute;
float:right;
z-index:100;
right:70px;
top:-3.5em;
}
/* {{tl|Link GA}} */
#mw-panel div.portal div.body ul li.GA {
background: url("http://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("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
margin-left: -1.25em;
padding-left: 1.25em;
}