MediaWiki:Vector.css

Vikipediya, ochiq ensiklopediya

Eʼtibor bering: Oʻzgartirishlaringizni koʻrish uchun, yangi moslamalaringizning saqlashdan keyin, brauzer keshini tozalash kerak:
Mozilla / Firefox: Ctrl+Shift+R, IE: Ctrl+F5, Safari: Cmd+Shift+R, Konqueror: F5, Opera: Tools → Preferences orqali keshni tozalang.

/* CSS placed here will affect users of the Vector skin */
/* <syntaxhighlight lang="css"> */

#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;
}

/* Bullets for Good and Featured interwiki links */
li.GA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/4/42/Monobook-bullet-ga.png);
}
li.FA {
    list-style-image: url(//upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png);
}

/* {{tl|Link FL}} */
#mw-panel div.portal div.body ul li.FL {
  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;
}

/* Adjust font-size for inline HTML generated TeX formulae */
span.texhtml {
  font-family: 'Times New Roman', serif;
  font-size: 120%;
  line-height: 1em;
}

/* Soft redirect (bug:26544) */
.redirectText {
  font-size: 150%;
  margin: 5px;
}

/* Change "You have new messages" bar back to orange */
div.usermessage {
  background-color: #FFCE7B;
  border: 1px solid orange;
}

/* </syntaxhighlight> */

/* Faol Foydalanuvchilar berkitilsin */
#n-Faol-Foydalanuvchilar {
  display: none !important;
}

/* sharedUploadNotice */
div.sharedUploadNotice {
 border:1px solid #aaa;
 background:#f9f9f9;
 font-size:1.2em;
 padding:0 5px;
 width:60%;
 margin:0 auto;
 text-align:center;
}
div.sharedUploadNotice a {
 font-weight:bold;
}

/* edit options */
div#editpage-specialchars {
    border: 1px solid #C0C0C0;
    display: block;
    margin-top: 0.5em;
    padding: 0.3em;
}
div#editpage-specialchars a {
    border: 1px solid #CCCCCC;
    padding: 0 0.4em !important;
    white-space: nowrap;
}
.editOptions {
    background-color: #F0F0F0;
    border-color: #C0C0C0;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 2em;
    padding: 0 1em 1.5em;
}

/* blockquote uchun */
blockquote {
    background: none repeat scroll 0 0 #E5E5E5;
    margin: 0.7em 0 0.7em 5%;
    padding: 0.7em 2% 0.7em 4%;
}