مدیاویکی:Vector.css

از ویکی‌پدیا، دانشنامهٔ آزاد

نکته: برای دیدن تغییرات، ممکن است نیاز باشد که حافظهٔ نهانی مرورگر خود را پس از انتشار پاک‌سازی کنید. گوگل کروم، فایرفاکس، مایکروسافت اج و سافاری: کلید Shift را نگه دارید و روی دکمهٔ Reload در نوار ابزار مرورگر کلیک کنید. برای آگاهی از جزئیات و نحوهٔ پاک‌سازی حافظهٔ نهانی سایر مرورگرها، صفحهٔ ویکی‌پدیا:میانگیر مرورگرتان را خالی کنید را ببینید.

/* 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;
}*/