MediaWiki:Vector.css

Wikipediya, ensiklopediya xosere ra

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* CSS placed here will affect users of the Vector skin */

/* Position coordinates */
#coordinates {
   display:inline;
   position:absolute;
   z-index:1;
   border:none;
   background:none;
   right:0;
   top:-1.6em;
   float:right;
   margin:0;
   padding:0;
   line-height:11px;
   text-align:right;
   text-indent:0;
   font-size:10px;
   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;
}