User:Tlustulimu/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Überflüssiges wird hier versteckt */
/* von User:-revi/global.css - 20150428 */
/** No betafeatures button */
#pt-betafeatures { display: none; }

/** No MediaViewer button on File: namespace pages */
.mw-mmv-filepage-buttons { display: none }

/* Ergänzung 20150502, 20150504 (media) */
@media screen and (max-width:800px) {
	html[lang="de"] #pt-uls { display:none; }
}
 
/* Make protected page's edit box shown in YELLOW.
*/
.mw-textarea-protected, .ns-8 textarea {
  	background: #FFFFDB;
}


/* gemopst vom Benutzer:Ce2 */
/* Änderungen mit rotem Hintergrund statt rotem Vordergrund, damit man auch whitespace-Änderungen nicht lange suchen muss */
.diffchange { color:black; background:#ffaaaa; }

/* Sprachlinks grün */
td.top a.external { color:green }
td.bottom > a.external { color:green }
  /* die GDFL ist ebenfalls ein externer Link im Footer, aber innerhalb eines eingebetteten span, und daher wird sie bei ">" nicht mit erfasst */

/* Links im Autocomment auch schwächer machen */

span.autocomment a:link { color:#0080FF }
span.autocomment a:visited { color:#FF80FF }


/* eigene Ergaenzungen */
#content {background-color:#fffded;}

/* von User:Evad37/global.css, 20150504 */
#firstHeading {
	font-size: 1.75em !important;
}

#mw-previewheader,
#mw-usercsspreview strong,
#mw-usercsspreview b {
	font-family: sans-serif !important;
	color: #c00 !important;
}
#mw-usercsspreview,
.previewnote {
	background-color:#fec;	
	border:1px dotted #ba8;
	padding:0.3em;
}

.portlet#p-cactions a,
.portlet#p-cactions li {-moz-border-radius-topleft:10px;
                           -moz-border-radius-topright:10px;
                           border-top-left-radius:10px;
                           border-top-right-radius:10px; 
  }
.portlet div.pBody {-moz-border-radius:10px;}
.portlet h5  {background-color:#cfc;border:1px dotted #fcc;
                 -moz-border-radius-topleft:5px;
                 -moz-border-radius-topright:5px;
                 border-top-left-radius:5px;
                 border-top-right-radius:5px;
}

.mw-parser-output > h2,
#bodyContent .mw-content-ltr > h2,
#bodyContent .mw-content-ltr > .mw-heading:has(> h2) {
				background-color:#cfc;
				box-shadow:1px 1px 1px #8b8;
}
.mw-parser-output > h3,
#bodyContent .mw-content-ltr > h3 {
				background-color:#fdc;
				box-shadow:1px 1px 1px #b98;
}
.mw-parser-output > h4,
#bodyContent .mw-content-ltr > h4 {
				background-color:#ffc;
				box-shadow:1px 1px 1px #bb8;
}
.mw-parser-output > h5,
#bodyContent .mw-content-ltr > h5 {
				background-color:#cdf;
				box-shadow:1px 1px 1px #89b;
}
.mw-parser-output > h6,
#bodyContent .mw-content-ltr > h6 {
				background-color:#cff;
				box-shadow:1px 1px 1px #8bb;
}

div.mw-parser-output a.extiw { color:green; }
div.mw-parser-output a.extiw:before { content:"W: ";border:1px solid orange;
       -moz-border-radius:5px;
       border-radius:5px;
        background-color:#ccf; }
        
/* El la germana vikipedio Monobook.css de Benutzer:Steffen */
/* Runde Fensterecken mit Gecko (Mozilla, Firefox etc.) für Tabellen*/
/* auf Kurzschreibweise geändert am 20150429 */
div.mw-parser-output pre {
-moz-border-radius:1em;
border-radius:1em; 
}        


#p-personal { /*Die persönliche Leiste oben mit Benutzername ... Abmelden*/
position:fixed; 
background-color: #f8f8ff;
z-index:5;
line-height: 1.3em;
}

#p-personal a {border:1px dotted yellow;
                  -moz-border-radius:7px;
                  border-radius:7px;
                  background-color:#ffc;
                  padding-left:.4em;
                  padding-right:.4em;
}
#p-personal ul {
				  padding-left:0;
}

li#pt-logout a {border:1px dotted #fcc;background-color:#fcc;}
li#pt-userpage a {border-color:#cfc;background-color:#cfc; }
li#pt-preferences a {border-color:#ccf;background-color:#ccf; }

/* Per JS erzeugten Link formatieren */
#p-personal #globalpage { 
	background-color:orange;
	border:1px dotted #fec;
	border-radius:7px;
	padding:0.3em;
}

#left-navigation,
#right-navigation {
	position:fixed;
}
#left-navigation {
	left:5em;
}
#right-navigation {
	right:2em;
}

/*  Aus der Infoseite vom Benutzer BlueFiSH.as uebernommen */
/* Für die globale CSS angepaßt - 20150429 */
.ns-2 #ca-edit a { 
   background: left url(//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Stop_hand.png/32px-Stop_hand.png);
}  
.ns-2 #ca-edit a[href*=":Tlustulimu/"],
.ns-2 #ca-edit a[href*=":Tlustulimu&"] { 
   background: none;
}

/* Links zu bestimmten Seiten farblich hervorheben, damit sie in der Beobachtungsliste besser hervorstechen - nach BlueFiSH.as mit einigen Änderungen */
.ns--1 div.mw-parser-output a[href*="Wikipedia:"], 
.ns--1 div.mw-parser-output a[href*="WP:"] { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div.mw-parser-output a[href*="Wikipedia_talk:"]     { background:#CFE3FF; }      /* hellblau; alle WP-Namensraum-Seiten */
/* User Namensraum */
.ns--1 div.mw-parser-output a[href*="User:"], 
.ns--1 div.mw-parser-output a[class="mw-userlink"][href*=":"]  { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div.mw-parser-output a[href*="User:"]:visited,
.ns--1 div.mw-parser-output a[class="mw-userlink"][href*=":"]:visited {background:#ececff;} /* Besuchte etwas heller - neu am 8.6.2006 */
/* User_talk Namensraum */
.ns--1 div.mw-parser-output a[href*="User_talk:"],
.ns--1 div.mw-parser-output .mw-usertoollinks a[href*=":"],
.ns--1 div.mw-parser-output a[class="userlink"][href*=":"] { background:#E0E0FF; }      /* hellblau; alle WP-Namensraum-Seiten */
.ns--1 div.mw-parser-output a[href*="User_talk:"]:visited,
.ns--1 div.mw-parser-output .mw-usertoollinks a[href*=":"]:visited,
.ns--1 div.mw-parser-output a[class="userlink"][href*=":"]:visited { background:#ececff; }  /* Besuchte etwas heller - neu am 8.6.2006 */
/* Ich selbst */
.ns--1 div.mw-parser-output a[href*="Tlustulimu"],
.ns--1 div.mw-parser-output .mw-usertoollinks a[href*="Tlustulimu"],
.ns--1 div.mw-parser-output a[class="userlink"][href*="Tlustulimu"],
.ns--1 div.mw-parser-output .mw-usertoollinks a[href*="Tlustulimu"]:visited,
.ns--1 div.mw-parser-output a[class="userlink"][href*="Tlustulimu"]:visited { background:#C1FFC1; }      /* hellgrün; alle meine Seiten */
.ns--1 div.mw-parser-output a[href$="User:Tlustulimu"],
.ns--1 div.mw-parser-output a[class="mw-userlink"][href$=":Tlustulimu"],  /* localized form */
.ns--1 div.mw-parser-output a[href$="User:Tlustulimu"]:visited,
.ns--1 div.mw-parser-output a[class="mw-userlink"][href$=":Tlustulimu"]:visited  { background:#FF3030; font-weight:bold; } /* meine Signatur in rot */

.ns--1 div.mw-parser-output a[href*="MediaWiki:"] { background:#FFA500; }

/* Tlusta */
.ns--1 div.mw-parser-output a[href$="User:Tlusta"],
.ns--1 div.mw-parser-output a[class="mw-userlink"][href$=":Tlusta"],
.ns--1 div.mw-parser-output a[href$="User:Tlusta"]:visited,
.ns--1 div.mw-parser-output a[class="mw-userlink"][href$=":Tlusta"]:visited { background:#CFF; }

div.mw-parser-output span.subpages a {background:none;}

#p-logo,                   /* Logo ausblenden */
#editpage-copywarn-copywarn  /* Copyright-Warnung - zur Kenntnis genommen */ {display:none;}
/* Verschiebung nach oben wegen ausgeblendetem Logo */
div.portlet#p-navigation {margin-top:-140px;}

/* Suchfeld etwas anders. flacher und weniger windows-like */
#searchInput,.searchButton { border:1px solid #A0A0A0; }
.searchButton { background-color: #F0F0F0; color: #000000; }

/* gefunden in der deutschen Wikipedia unter Wikipedia:Verbesserungsvorschläge/Feature-Requests#Andere Linkfarbe für #-Links */
a[href^="#"] { background-color:#EEB; font-weight:bold; } /* interner Verweis */
/* ueberschreiben - Ergaenzung vom 7.1.2007 */
table.toc a[href^="#"],
div#specialchars a[href^="#"] {background-color:transparent;}

/* Ausblenden der "Werbung" und Fußzeile */
div#siteNotice,
div#footer,
li#n-sitesupport,
/* li#n-randompage, */
li#t-permalink {display:none;}


/* Ergänzung am 20150504, nach User:Feldo/global.css */
input#wpSave {
background-color: #27aa65;
background-image: -moz-linear-gradient(top,#2ec977 0,#27aa65 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2ec977),color-stop(100%,#27aa65));
background-image: -webkit-linear-gradient(top,#2ec977 0,#27aa65 100%);
background-image: linear-gradient(#2ec977 0,#27aa65 100%);
border: 1px solid #25a260;
color: #fff;
font-size: 1em;
line-height: 1.4em;
display: inline-block;
padding: 0.4em 1em 0.4em 1em;
margin: 0;
zoom: 1;
border-radius: 3px;
vertical-align: middle;
text-align: center;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
 
input#wpPreview {
background-color: #3366bb;
background-image: -moz-linear-gradient(top,#4779cd 0,#3366bb 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4779cd),color-stop(100%,#3366bb));
background-image: -webkit-linear-gradient(top,#4779cd 0,#3366bb 100%);
background-image: linear-gradient(#4779cd 0,#3366bb 100%);
border: 1px solid #3162b3;
color: #fff;
font-size: 1em;
line-height: 1.4em;
display: inline-block;
padding: 0.4em 1em 0.4em 1em;
margin: 0;
zoom: 1;
border-radius: 3px;
vertical-align: middle;
text-align: center;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}
 
input#wpDiff {
background-color: #3366bb;
background-image: -moz-linear-gradient(top,#4779cd 0,#3366bb 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4779cd),color-stop(100%,#3366bb));
background-image: -webkit-linear-gradient(top,#4779cd 0,#3366bb 100%);
background-image: linear-gradient(#4779cd 0,#3366bb 100%);
border: 1px solid #3162b3;
color: #fff;
font-size: 1em;
line-height: 1.4em;
display: inline-block;
padding: 0.4em 1em 0.4em 1em;
margin: 0;
zoom: 1;
border-radius: 3px;
vertical-align: middle;
text-align: center;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

.cancelLink {
background-color: #cc0000;
background-image: -moz-linear-gradient(top,#f20000 0,#cc0000 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f20000),color-stop(100%,#cc0000));
background-image: -webkit-linear-gradient(top,#f20000 0,#cc0000 100%);
background-image: linear-gradient(#f20000 0,#cc0000 100%);
border: 1px solid #c20000;
color: #fff;
font-size: 1em;
line-height: 1.4em;
display: inline-block;
padding: 0.4em 1em 0.4em 1em;
margin: 0;
zoom: 1;
border-radius: 3px;
vertical-align: middle;
text-align: center;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

/* fuer die Platzierung des Links bei Navigationsleisten */
.NavToggle {
       font-size: x-small;
       float:right;
}

/* aus der Esperantowikipedia monobook.css - Formate fuer die 
Diskussionsseiten */
/* Style pour les pages de discussion ; gestion de la coloration indentative */
.ns-1 dd, .ns-3 dd, .ns-5 dd, .ns-7 dd, .ns-9 dd, 
.ns-11 dd, .ns-13 dd,.ns-15 dd, .ns-101 dd, .ns-103 dd, .ns-105 dd { 
   margin: 0;
   padding: 0;
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 
.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl, .ns-105 dl { 
   border-top: solid 1px #F0F080; 
   border-left: solid 1px #F0F080; 
   padding-top: 0.5em; 
   padding-left: 0.5em; 
   margin-left: 1em; 
}

.ns-1 dl, .ns-3 dl, .ns-5 dl, .ns-7 dl, .ns-9 dl, 
.ns-11 dl, .ns-13 dl, .ns-15 dl, .ns-101 dl, .ns-103 dl, .ns-105 dl 
{ background-color: #FFFFE0; }

.ns-1 dl dl, .ns-3 dl dl, .ns-5 dl dl, .ns-7 dl dl, .ns-9 dl dl, 
.ns-11 dl dl, .ns-13 dl dl, .ns-15 dl dl, .ns-101 dl dl, .ns-103 dl dl, .ns-105 dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl, .ns-3 dl dl dl, .ns-5 dl dl dl, .ns-7 dl dl dl, .ns-9 dl dl dl, 
.ns-11 dl dl dl, .ns-13 dl dl dl, .ns-15 dl dl dl, .ns-101 dl dl dl, .ns-103 dl dl dl, .ns-105 dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl, .ns-3 dl dl dl dl, .ns-5 dl dl dl dl, .ns-7 dl dl dl dl,
.ns-9 dl dl dl dl, .ns-11 dl dl dl dl, .ns-13 dl dl dl dl, .ns-15 dl dl dl dl,
.ns-101 dl dl dl dl, .ns-103 dl dl dl dl, .ns-105 dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl, .ns-3 dl dl dl dl dl, .ns-5 dl dl dl dl dl, 
.ns-7 dl dl dl dl dl, .ns-9 dl dl dl dl dl, .ns-11 dl dl dl dl dl, 
.ns-13 dl dl dl dl dl, .ns-15 dl dl dl dl dl, .ns-101 dl dl dl dl dl, 
.ns-103 dl dl dl dl dl, .ns-105 dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl, 
.ns-105 dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl dl
{ background-color: #FFFFEE; }

.ns-1 dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl,
 .ns-105 dl dl dl dl dl dl dl dl dl 
{ background-color: #FFFFE0; }

.ns-1 dl dl dl dl dl dl dl dl dl dl, .ns-3 dl dl dl dl dl dl dl dl dl dl, 
.ns-5 dl dl dl dl dl dl dl dl dl dl, .ns-7 dl dl dl dl dl dl dl dl dl dl, 
.ns-9 dl dl dl dl dl dl dl dl dl dl, .ns-11 dl dl dl dl dl dl dl dl dl dl, 
.ns-13 dl dl dl dl dl dl dl dl dl dl, .ns-15 dl dl dl dl dl dl dl dl dl dl, 
.ns-101 dl dl dl dl dl dl dl dl dl dl, .ns-103 dl dl dl dl dl dl dl dl dl dl,
.ns-105 dl dl dl dl dl dl dl dl dl dl 
{ background-color: #FFFFEE; }


/* Lücke schließen */
div.BoxenVerschmelzen,
div.NavFrame {padding:0;}


a[href$="action=unprotect"]   { border-color:#FF0000; border-width:4px; }
li#ca-unprotect               { border-color:#FF0000; border-width:4px; }


li.interwiki-de, 
li.interwiki-dsb, 
li.interwiki-eo, 
li.interwiki-hsb,
li.cx-new-interlanguage-link {font-weight:bold;}
li.cx-new-interlanguage-link a {
	background-color:#fec;
	color:blue;
}


/* Ergänzung von User:André Costa (WMSE)/global.css - 20150428 */
/* Weiterleitungslinks */
.mw-redirect { color: #008000; }
.mw-redirect:visited { color: #006400; }
 
/* Begriffserklärungsseiten */
.mw-disambiguation { color: #ffb300; }
.mw-disambiguation:visited { color: #ffb300; }


/* Ergänzung von User:Bruno Grégoire/global.css */
/* couleurs de l'historique */
.history-user-normal { background-color: #DBDBFF;}
.history-user-sysop { background-color: #FFFF99;}
.history-user-bot { background-color: #C6FFB3;}
.history-user-ip { background-color: #FFCCCC;}

/* z ruskeje wikipedije za nowe knefliki pod redigowanskim woknom  */
/* для вставки кратких описаний изменений, из польской Вики*/
/* powyższe tylko dla zgodności wstecznej */
#userSummaryButtonsA a,
#userSummaryButtons a{
 background: #cfc;
 border: 1px dotted #090;
 padding: 0px 2px;
 margin: 2px;
 cursor: pointer;
 font-size: 80%;
 line-height: 17px;
 color: black;
}
 
#userSummaryButtonsA a:hover,
#userSummaryButtons a:hover{
 background: #bfb;
 border: 1px solid #9c9;
 text-decoration:none;
}

/* parte el mia suprasoraba vikipediista pagxo */
/* por Lastaj sxangxoj - laux la franca vikipedio */
.rcoptions {
   clear:both;
   margin:0 0 2px 0;
   padding:0.5em;
   border:1px solid rgb(221,221,247);
   border-left:10px solid rgb(221,221,247);
   /* background-color:#ffffff; */
}

/* por Lastaj sxangxoj kaj atentaro - laux la franca vikipedio */
span.mw-plusminus-pos {
   color:#00b000;
}
 
span.mw-plusminus-neg {
   color:#ff2050;
}
 
/* Por Indeksa prefikso */
.namespaceoptions fieldset {
   border:1px solid rgb(221,221,247);
   border-left:10px solid rgb(221,221,247);
}


/* Ergänzung von User:Gadget850/global.css, 20150507 */
/* Highlight obsolete HTML elements and attributes*/
big::before {content: "<big>";}
big::after {content: "</big>";}
center::before {content: "<center>";}
center::after {content: "</center>";}
font::before {content: "<font>";}
font::after {content: "</font>";}
strike::before {content: "<strike>";}
strike::after {content: "</strike>";}
tt::before {content: "<tt>";}
tt::after {content: "</tt>";}
br[clear]::before {content: "clear=";}
caption[align]::before {content: "align=";}
table[align]::before {content: "align=";}
table[axis]::before {content: "axis=";}
table[cellpadding]::before {content: "cellpadding=";}
table[cellspacing]::before {content: "cellspacing=";}
table[frame]::before {content: "frame=";}
table[height]::before {content: "height=";}
table[rules]::before {content: "rules=";}
table[summary]::before {content: "summary=";}
table[valign]::before {content: "valign=";}
td[bgcolor]::before {content: "bgcolor=";}
td[scope]::before {content: "scope=";}
tr[bgcolor]::before {content: "bgcolor=";}
big::before, big::after, center::before, center::after, font::before, font::after, strike::before, strike::after, tt::before, tt::after, br[clear]::before, caption[align]::before, table[align]::before, table[axis]::before, table[bgcolor]::before, table[cellpadding]::before, table[cellspacing]::before, table[frame]::before, table[height]::before, table[height]::before, table[rules]::before, table[summary]::before, table[valign]::before, td[bgcolor]::before, td[scope]::before, tr[bgcolor]::before {
	color: #FFF !important;
    background-color: #A11 !important;
    font-weight: bold !important;
    font-variant: small-caps !important;
    border: 1px solid #A11 !important;
    padding: 1px 2px !important;
    }

/* Ergänzung von User:AndreasSE93/global.css - 20150428 */
@media print {
	h2:before {
		content: counter(h2) " ";
	}
	h2 {
		counter-increment: h2;
		counter-reset: h3;
		counter-reset: h4;
		counter-reset: h5;
		counter-reset: h6;
	}
	h3:before {
		content: counter(h2) "." counter(h3) " ";
	}
	h3 {
		counter-increment: h3;
		counter-reset: h4;
		counter-reset: h5;
		counter-reset: h6;
	}
	h4:before {
		content: counter(h2) "." counter(h3) "." counter(h4) " ";
	}
	h4 {
		counter-increment: h4;
		counter-reset: h5;
		counter-reset: h6;
	}
	h5:before {
		content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) " ";
	}
	h5 {
		counter-increment: h5;
		counter-reset: h6;
	}
	h6:before {
		content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6) " ";
	}
	h6 {
		counter-increment: h6;
	}
	/* meine Ergänzung vom 20150429 */
	div#bodyContent > h2,
	div#bodyContent .mw-content-ltr > h2,
	div#bodyContent > h3,
	div#bodyContent .mw-content-ltr > h3,
	div#bodyContent > h4,
	div#bodyContent .mw-content-ltr > h4,
	div#bodyContent > h5,
	div#bodyContent .mw-content-ltr > h5,	
	div#bodyContent > h6,
	div#bodyContent .mw-content-ltr > h6 {		
		box-shadow:none;
	}
	
	/* beim Drucken entfernen */
big::before, big::after, 
center::before, center::after, 
font::before, font::after, 
strike::before, strike::after, 
tt::before, tt::after, 
br[clear]::before, 
caption[align]::before, 
table[align]::before, table[axis]::before, table[bgcolor]::before, table[cellpadding]::before, table[cellspacing]::before, table[frame]::before, table[height]::before, table[height]::before, table[rules]::before, table[summary]::before, table[valign]::before, 
td[bgcolor]::before, td[scope]::before, 
tr[bgcolor]::before  {
	content:"";
	border:none !important;
	background-color:transparent !important;
	padding:0 !important;	
    }
}

/* in Infoboxen und einigen Vorlagen enfernen */
table.bs table[cellspacing]::before,
table.bs td[bgcolor]::before,
table.bs tr[bgcolor]::before,
table.wikitable.float-right table[cellspacing]::before,
table.wikitable.float-right table[cellpadding]::before,
table.klado[cellspacing]::before,
table.klado table[cellspacing]::before {
	content:"";
	border:none !important;
	background-color:transparent !important;
	padding:0 !important;
}

/* Formates for the Gadgets [[:en:Wikipedia:Tools/Navigation popups]] and [[:eo:Vikipedio:Aldonaĵoj/Naviga saltofenestro]] */
.navpopup { 
  background-color: #FFFFA3  !important;
  font-family:      serif    !important;
  color:            #404     !important;
  font-size:        medium   !important;
  border-radius:    0.5em    !important;
}

/* Formates for table cells that content some content from Wikidata */
.wikidata-content {
	outline:1px dotted orange;
}

/* Markierung für anderssprachige Bereiche, falls dort versteckte Tags mit dem lang-Attribut existierten. */
/* am 29.9.2016 auf https://de.wikipedia.org/wiki/Wikipedia:WikiProjekt_Vorlagen/Werkstatt#Infobox_Software gefunden */
/* Irgendein Sprachattribut gesetzt: hellgrün umrahmt */
.mw-body-content span[lang] {
   border: #80FF80 1px solid;
   position:relative;
}
.mw-body-content span[lang]:before {
	position:absolute;
	top:-2.5em;
	left:50%;
	transform:translateX(-50%);
	width:2em;
	padding:0.3em;
	content:attr(lang);
	opacity:0;
	pointer-events: none;
	display:inline-block;
	text-align:center;
	background-color:#fec;
	border:1px dotted #99f;
	border-radius:5px;
	font-size:1.2em;
	line-height:1.5;
}
.mw-body-content span[lang]:after {
	position:absolute;
	top:-1em;
	left:50%;
	transform:translateX(-50%) rotate(-45deg);	
	content:"";
	border:1px dotted #99f;
	border-right-color:transparent;
	border-top-color:transparent;
	background-color:#fec;
	opacity:0;
	pointer-events: none;	
	display:inline-block;
	width:15px;
	height:15px;
}

.mw-body-content span[lang]:hover:before,
.mw-body-content span[lang]:hover:after {
	opacity:1;
}