Benutzer:Messerjokke79/vector.css

aus Wikipedia, der freien Enzyklopädie
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
/** ** ** ** ** **/
/* Fonts */
html, body, #firstHeading>small.letzteredit, .mw-headline-number,
.mw-body-content              { font-family: sans-serif; }
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6,
.mw-body h1                   { font-family: 'Publico Headline', serif; } /* 'Roboto Slab', 'Avenir Next', 'Arial', sans-serif;*/
.Vorlage_Zitat blockquote p   {  } /* font-family: 'Georgia', 'Times New Roman', serif; */
kbd                           {  } /*font-family: inherit;*/
tt                            {  } /* font-family: 'PT Mono', monospace; */
samp                          {  } /* font-family: ; */
pre, code                                   {  } /* font-family: 'PT Mono', monospace; */
textarea, .mw-editform #wpTextbox1 textarea {  } /* font-family: 'PT Mono', 'Fira Mono', 'Source Code Pro', monospace; */

/** ** ** ** ** **/
/* Font Sizes */
html, body,
.mw-body-content, #firstHeading>small.letzteredit,
.mw-body-content p,
.mw-body-content li            { font-size: 15px; }
.mw-body-content h6            { font-size: 15px; }
.mw-body-content h5            { font-size: 15px; }
.mw-body-content h4            { font-size: 17px; }
.mw-body-content h3            { font-size: 19px; }
.mw-body-content h2            { font-size: 25px; }

.mw-body-content pre,
.mw-body-content kbd           { font-size: inherit; }
.mw-body-content sup           { font-size: 0.84em;  }

/** ** ** ** ** **/
/* Font Weights */
html, body, .mw-headline-number, #firstHeading>small.letzteredit,
.mw-body-content,
.mw-body-content p,
.mw-body-content li            { font-weight: 300; }
.mw-body-content h1            { font-weight: 300; }
.mw-body-content h2            { font-weight: 500; }
.mw-body-content h3            { font-weight: 500; }
.mw-body-content h4            { font-weight: 500; }
.mw-body-content h5            { font-weight: 500; }
.mw-body-content h6            { font-weight: 500; }
.mw-body-content kbd           { font-weight: 500; }

/** ** ** ** ** **/
/* Line Heights */
.mw-body-content               { /* line-height: 1.500; */ }
.mw-body-content p             { /* line-height: 1.600; */ }
.mw-body-content li            { /* line-height: 1.400; */ }

/** ** ** ** ** **/
/* Font/Text, other */
.mw-body-content h2                          { margin-top: 2.250rem; }
.mw-body-content h3                          { margin-top: 1.333rem; }
.mw-body-content h2+h3,
.mw-body-content h3+h4                       { margin-top: 0.000; }
.mw-body-content ul>li:not(:last-of-type),
.mw-body-content ol>li:not(:last-of-type)    { margin-bottom: 0.2em; }


.mw-body-content sup  { vertical-align: super; }
.mw-body-content b    { }  /*font-weight: 700;*/ /*bolder*/

/** ** ** ** ** **/
/* Color */
code, .mw-highlight pre { /*background-color: #eee;*/ }
tt                      { color: fireBrick !important; }
/*.new                  { color: firebrick; }*/

/** ** ** ** ** **/
/* TOC */
#toc               {   }
#toc #toctitle     { -webkit-column-span: all; }
#toc #toctitle h2  { font-size: 1rem !important; }
#toc>ul            { -webkit-column-count: 5; -webkit-column-width: auto; -webkit-column-gap: 1rem; }
#toc>ul ul         { margin-left: 0 !important; }
@media (max-width: 940px)     { #toc>ul { -webkit-column-count: 1; } }
@media (max-width: 1140px)    { #toc>ul { -webkit-column-count: 2; } }
@media (max-width: 1340px)    { #toc>ul { -webkit-column-count: 3; } }
@media (max-width: 1540px)    { #toc>ul { -webkit-column-count: 4; } }
#toc>ul, #toc>ul>li, #toc>ul>li ul,
#toc>ul>li ul>li              { -webkit-column-break-before: auto; }
#toc>ul>li ul>li:first-of-type, #toc>ul>li ul>li ul>li:first-of-type,
#toc>ul>li ul>li ul>li        { -webkit-column-break-before: avoid; }
#toc li                       { white-space: nowrap; font-size: 0.76rem !important; line-height: 1.0em !important; padding-top: 0.2rem; margin-bottom: 0.1em; }
#toc .tocnumber               { display: inline-block; vertical-align: top; padding: 0 0 0 0.1em; background-color: Azure; font-size: 0.6rem !important; }
#toc .toctext                 { display: inline-block; vertical-align: top; white-space: normal; line-height: 1.1em !important; }

/** ** ** ** ** **/
.mw-changeslist table[data-mw-revid]            { margin-bottom: 0.333em; }
.mw-changeslist table[data-mw-revid] tr            { }
.mw-changeslist table[data-mw-revid] tr td            {
 padding: 0;
/* box-shadow: inset 0em 0.6em 0 0.5em white; */
}

/** ** ** ** ** **/
/* .Vorlage_Zitat blockquote p            { font-weight: normal; }*/

/** ** ** ** ** **/
.mw-editform #wpTextbox1            { height: 22em; }
#editpage-copywarn            { display: none; }
/* #wpSummaryLabel, #wpSummaryLabel *            { } */
#editform .editOptions            { margin: 0; padding: 0.1em 0 0.5em 0.5em; border: 3px outset darkseagreen; }
#editform .editOptions oo-ui-fieldLayout-header            { padding-bottom: 0; }
#wpSaveWidget            { margin-top: 0; }

/** ** ** ** ** **/
/* Diff */
.diff-addedline .diffchange            { background: #cfc; color: #090; padding: 0; text-shadow: 0 1px 0 #0c0; }

/** ** ** ** ** **/
.wikibase-entity-usage:not(:empty),
.templatesUsed:not(:empty),
.hiddencats:not(:empty),
.limitreport:not(:empty),
.catlinks:not(:empty)            { border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 5px; margin-top: 1em; clear: both; }

/** ** ** ** ** **/
#bodyContent, #footer            { padding-bottom: 12vh; } /* #mw-content-text */

/** ** ** ** ** **/
#t-wikibase a            { font-size: 1.2em; }
#t-wikibase a::before            { content: url(https://upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/20px-Wikidata-logo.svg.png); }

/** ** ** ** ** **/
li.interlanguage-link.interwiki-en a.interlanguage-link-target[lang="en"] { background-color: lightgoldenrodyellow; }
li.interlanguage-link.interwiki-en a.interlanguage-link-target[lang="en"]:after { content: '🇬🇧 '; }

/** ** ** ** ** **/
.mw-parser-output div.NavFrame            { text-align: right; }
.NavContent .mw-content-ltr ul, .mw-content-rtl .NavContent .mw-content-ltr ul            { margin-left: 4.0vw; }