MediaWiki:Vector.css
Նշում՝ Պահելէ ետք կրնայ ըլլալ որ պէտք ունենաք մաքրելու դիտարկիչին պաշարը (cache) փոփոխութիւնները կարենալ տեսնելու համար։
- Firefox / Safari: Սեղմած պահել Shiftը մինչ կը սեղմէք Reload, կամ ալ սեղմել Ctrl-F5 կամ Ctrl-R (⌘-R Macի վրայ)
- Google Chrome: Սեղմել Ctrl-Shift-R (⌘-Shift-R Macի վրայ)
- Internet Explorer: Սեղմած պահելCtrl մինչ կը սեղմէք Refresh, կամ ալ սեղմել Ctrl-F5
- Opera: Երթալ Menu → Settings (Opera → Preferences Macի վրայ) եւ ապա Privacy & security → մաքրել թերթատման տեղեկութիւնները → Պաշարի մէջ դրուած նկարներ եւ նիշքեր.
/* CSS placed here will affect users of the Vector skin */
/* Content here was fully copypasted from http://en.wikipedia.org/wiki/MediaWiki:Vector.css on 25 March 2012 */
/* PAGES DE DISCUSSION : COLORATION INDENTÉE */
.ns-talk dd {
margin:0;
padding:0;
}
.ns-talk dl {
border-top:solid 1px #a7d7f9;
border-left:solid 1px #a7d7f9;
padding-top:.5em;
padding-left:.5em;
margin-left:1em;
zoom: 1; /* be kind to IE7 */
}
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl
{ background:#f5faff; }
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl dl dl dl dl
{ background:white; }
#coordinates {
position: absolute;
top: 0em;
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: -2em;
margin-right: -10px;
display: block !important;
}
/* FR topicon position */
div.flaggedrevs_short {
position: absolute;
top: -3em;
right: 80px;
z-index: 1;
margin-left: 0;
/* Because this is not yet a topicon, we emulate it's behavior, this ensure compatibility with edit lead section gadget */
margin-right: -10px;
}
/* Menu over FR box */
div.vectorMenu div {
z-index: 2;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
/* {{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%;
/* @noflip */
margin-left: -1.25em;
/* @noflip */
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%;
/* @noflip */
margin-left: -1.25em;
/* @noflip */
padding-left: 1.25em;
}
/* Adjust font-size for inline HTML generated TeX formulae */
span.texhtml {
font-size: 118%;
}
/* (soft) redirect styling (bug:26544) */
div.redirectMsg img {
vertical-align: text-bottom;
}
.redirectText {
font-size: 150%;
margin: 5px;
}