Zum Inhalt springen

MediaWiki:Vector.css

Aus wikishia

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/* 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;
   right: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-right: -10px;
 display: block !important;
}

/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
    display: inline;
    font-size: 92%;
    font-weight: normal;
}
.page-Hauptseite #siteSub, .page-Hauptseite #firstHeading{
    display: none;
}

h1, h2 {
    display: -webkit-box;
}

/* مخفی کردن گزینه ورود در بالای صفحه اصلی (سمت چپ) */
.pt-login {
    display: none;
}
body.logged-out #vector-page-toolbar-container {
	display: none;
}

/*.mw-portlet-lang {*/
/*    display: none;*/
/*}*/

.vector-page-toolbar /*#firstHeading*/ {
	display:none;
}

.vector-page-titlebar {
    position: unset;
    /*display: unset;*/
    flex-wrap: unset;
    justify-content: unset;
    /*box-shadow: unset;*/
    align-items: unset;
}

.vector-feature-zebra-design-disabled #mw-content-text {
    margin-top: 0;
}

.vector-feature-zebra-design-disabled.client-js .vector-pinnable-header-unpinned .vector-pinnable-header-pin-button, .vector-feature-zebra-design-disabled.client-js .vector-pinnable-header-pinned .vector-pinnable-header-unpin-button {
    display: inline-block;
    font-size: x-small;
}

.vector-main-menu-action-item {
    display: none;
}

.vector-feature-zebra-design-disabled .vector-toc {
    font-size: 0.770em;
}