MediaWiki:Vector.css

Aus Guild Wars 2 Wiki
Zur Navigation springen Zur Suche springen

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
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
/* Das folgende CSS wird für Benutzer der Vector-Benutzeroberfläche geladen. Für allgemeingültige Benutzeroberflächen-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */


/*
 * http://www.mediawiki.org/wiki/Typography_refresh
 * http://en.wikipedia.org/wiki/MediaWiki:Gadget-VectorClassic.css
 */

html, body {
    font-family: sans-serif;
}
div#content {
    color: black;
}
.mw-body h1,
.mw-body h2,
.mw-body #firstHeading,
.mw-body .mw-editsection {
    font-family: inherit;
}
.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5,
.mw-body h6 {
    line-height: inherit;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
}
.mw-body #firstHeading {
    font-size: 1.6em;
    line-height: 1.2em;
    margin-bottom: 0.1em;
    padding-bottom: 0;
    padding-top: 0;
}

.mw-body h1 {
    font-size: 188%;
    margin-bottom: 0.4em;
}
.mw-body h2 {
    font-size: 150%;
    margin-bottom: 0.4em;
}

.mw-body .toc h2 {
    font-size: 100%;
}

.mw-body h3 {
    font-size: 132%;
}
.mw-body h4 {
    font-size: 116%;
}
.mw-body h5 {
    font-size: 108%;
}
.mw-body h6 {
    font-size: 100%;
}

#hauptseite-neuigkeiten ul {
    line-height: 1.2em !important;
}

/*
 * Kopfzeilenanpassung inklusive Navigationstabs
 */

.vector-body {
    font-size: 0.825em;
    font-size: calc(1em * 0.825);
    line-height: 1.6;
}

body {
    background: url("//wiki-de.guildwars2.com/images/7/77/Kopfzeile.png") no-repeat top left !important;
}

#p-personal {
    background: #fff;
    border-bottom-left-radius: 0.5em;
    top: 0;
    padding-bottom: 2px;
    right: 0;
    padding-right: 1em;
}

#p-personal ul {
    padding-left: 0;
}

#mw-page-base, body {
    background: transparent;
}

#p-logo a {
    background-image: url("//wiki-de.guildwars2.com/images/c/c9/Logo.png") !important;
}

#p-cactions {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAIAAADITs03AAAAO0lEQVR4AeSKhREAMQzDdN5/5uixuEKDpqgBjl2f78wd2DVj1+26/h///PfteVMN7zoGebcg1/Y/ZQQAlAUtQCujIJMAAAAASUVORK5CYII=);
    background-position: bottom left;
    background-repeat: repeat-x;    
}

#left-navigation, #right-navigation {
    margin-top: 3em;
    margin-bottom: -3em;
}

.vector-menu-tabs li a {
    height: 2.45em;
    padding-top: 0.75em;
}

#mw-head .vector-menu-dropdown h3 {
    height: 2.45em;
}

.vector-menu-tabs .mw-watchlink.icon a {
    padding-top: 2.45em;
}

.vector-menu-dropdown {
    margin-top: -0.5em;
}

#p-cactions-label a {
    background-position: 100% 70%;   
}

.vector-menu-tabs {
    height: 2em;
}


#p-search form, #p-search input {
    margin-top: 0;
}

div#simpleSearch {
    margin-top: 0.15em;    
}

.vector-menu-tabs .mw-watchlink.icon a:before {
    top: 0.57692308em;
}