MediaWiki:Vector.css

From faraghaib
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
@media screen {
 div.toplink {
   position: absolute;
   top: -50px;
   z-index: 100;
 }
}
 
@media print {
 div.toplink {
   position: absolute;
   top: 0px;
   left:0px;
 }
}

/* Adjust font-size for inline HTML generated TeX formula */
.texhtml {
  font-size: 125%;
  line-height: 1.5em;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
 position: absolute;
 top: -2em;
 margin-left: -10px;
 display: block !important;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
.page-صفحهٔ_اصلی #siteSub, .page-صفحهٔ_اصلی #firstHeading{
    display: none;
}
.firstHeading:before {
	display: none;
}

/* Fix for LTR lists overlapping with an object floating from the left, especially with reflists */
/*div.mw-content-ltr > ol, div.mw-content-ltr > ul {
  display: inline-block;
}*/