MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus Guild Wars 2 Wiki
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
Zeile 13: Zeile 13:
     color: black;
     color: black;
}
}
div#content h1,
.mw-body h1,
div#content h2,
.mw-body h2,
div#content #firstHeading,
.mw-body #firstHeading,
div#content .mw-editsection {
.mw-body .mw-editsection {
     font-family: inherit;
     font-family: inherit;
}
}
div#content h1,
.mw-body h1,
div#content h2,
.mw-body h2,
div#content h3,
.mw-body h3,
div#content h4,
.mw-body h4,
div#content h5,
.mw-body h5,
div#content h6 {
.mw-body h6 {
     line-height: inherit;
     line-height: inherit;
     margin: 0;
     margin: 0;
Zeile 30: Zeile 30:
     padding-bottom: 0.17em;
     padding-bottom: 0.17em;
}
}
div#content #firstHeading {
.mw-body #firstHeading {
     font-size: 1.6em;
     font-size: 1.6em;
     line-height: 1.2em;
     line-height: 1.2em;
Zeile 38: Zeile 38:
}
}


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


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


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


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

Aktuelle Version vom 8. Januar 2024, 14:01 Uhr

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