MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(10 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/**
/**
  * Cette page contrôle l'apparence pour tous les skins. Les
  * Styling for links generated by [[MediaWiki:Edittools]]
* modifications devant s'appliquer à l'apparence Monobook
  * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
* seulement doivent aller dans [[MediaWiki:Monobook.css]].
  * @updated 2020-03-17
  *
  * Si vos modifications s'appliquent aussi à la version mobile du site,
* pensez à aussi mettre à jour [[MediaWiki:Mobile.css]].
  */
  */
.mw-charinsert-buttons {
border: 1px solid #aaa;
margin-top: 10px;
padding: 1px;
font-size: 1.1em;
text-align: center;
}


/* <nowiki> */
.mw-charinsert-buttons a {
 
background-color: #cde !important;
/* Aspect des tags de filtrage dans les modifications récentes. */
color: #000;
.mw-tag-markers {
border: thin #069 outset;
font-style: italic;
padding: 0 1px 1px;
font-size: 90%;
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
}
}


/* Redirections sur [[Special:AllPages]], [[Special:PrefixIndex]] et [[Special:EditWatchlist]]. */
.mw-charinsert-buttons a:hover,
.allpagesredirect > a,
.mw-charinsert-buttons a:active {
.watchlistredir > a {
background-color: #bcd;
color: #0b0;
border-style: inset;
}
}


/* Révisions dans l'historique et "(← liens)" dans les pages liées. */
.client-js .mw-edittools-section {
.history-size,
display: inline;
.mw-whatlinkshere-tools {
font-size: 80%;
}
}


/* Affichage des coordonnées géo à côté du titre, pour tous les skins. */
.client-js .mw-edittools-section input[type="button"] {
#coordinates {
font-size: 0.9em;
margin-right: 1em;
margin-left: 1px;
}
padding-left: 1px;
#coordinates_osm {
padding-right: 1px;
font-size: 110%;
box-shadow: 0 0 5px #c0c0f0;
border-radius: 5px;
margin-left: 7px;
padding: 3px;
background-color: #e0e0e0;
}
#coordinates_osm:hover {
box-shadow: 0 0 5px #a0a0c0;
background-color: #b0b0b0;
}
}


/* Décoration des titres de sous-chapitre. */
.mw-parser-output h3 {
border-bottom: dotted 1px #aaa;
}
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
border-bottom: dotted 1px #ddd;
}


/* rewritePageH1bis() du Common.js, pour [[Modèle:Aide contextuelle]] et plusieurs inlinages du modèle dans des messages système
/* Kategorie verbergen */
  n'affiche pas le lien avant son déplacement via JavaScript, pour ne pas avoir de FOUC */
/* Überschrift verbergen */
#helpPage {
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
body.page-Hauptseite #catlinks,
body.page-Hauptseite.action-view h1.firstHeading,
body.page-Hauptseite.action-view #contentSub {
display: none;
display: none;
body.page-Hauptseite h1.firstHeading { display:none; }
}
}


/* Sous-titre ([[Modèle:Sous-titre]]) */
h1 #sous_titre_h1 {
display: block;
font-size: 0.7em;
line-height: 1.3em;
margin: 0.2em 0 0.1em 0.5em;
}
/* Masque le texte avant que JavaScript le déplace au bon endroit */
.client-js #mw-content-text #sous_titre_h1 {
visibility: hidden;
}


/* Met en italique, et met en romain les italiques imbriqués */
/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
.italique {
div.NavFrame {
font-style: italic;
display: inline-block; /* IE <= 7 */
}
}
.italique i {
div.NavFrame {
font-style: normal;
border: 1px solid #aaa;
clear: both;
display: block;
font-size: 95%;
margin-top: 1.5em;
padding: 2px;
text-align: center;
}
}


/* Balises source, pre, code */
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
pre {
div.NavFrame + div.NavFrame {
overflow-x: auto;
margin-top: -1px;
}
}
/* Exception pour l'espace de nom MediaWiki (NS 8) pour les fichiers *.js et *.css */
div.NavPic {
.ns-8 pre {
float: left;
overflow-x: visible;
padding: 2px;
}
}
 
div.NavHead {
/* Balise abbr discrète */
background: #efefef;
abbr.abbr {
text-decoration: none;  /* Firefox, Chrome */
border-bottom: 0;  /* IE */
}
 
/* Balise dfn (instance d'un terme défini) */
dfn {
font-style: normal;
font-weight: bold;
font-weight: bold;
}
i > dfn {
font-style: italic;
}
}


/* Empêche la césure ; utilisé par [[Modèle:Nobr]], entre autres */
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
.nowrap {
div.NavEnd {
white-space: nowrap;
display: none; /* broken */
}
}
 
div.NavFrame:after {
/* Liens "petit crayon" créés par [[Module:Wikidata]] */
clear: both;
.wikidata-linkback {
content: "";
padding-left: 0.5em;
display: block;
/* Pour les copier-collers, retire les alternatives textuelles
          "Voir et modifier les données sur Wikidata" */
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
}


/* Pages [[Spécial:Modifications récentes]], [[Spécial:Suivi des liens]], voir [[MediaWiki:Recentchangestext]] */
/* [[Vorlage:NaviBlock]] */
.rcoptions {
div.BoxenVerschmelzen {
border: 1px solid #aaa;
clear: both;
clear: both;
margin: 0 0 2px 0;
font-size: 95%;
padding: 0 0.5em;
margin-top: 1.5em;
border: 1px solid #ddddf7;
padding-top: 2px;
border-left: 10px solid #ddddf7;
background-color: #fff;
}
}
.rcoptions hr {
div.BoxenVerschmelzen div.NavFrame {
clear: both;
border: none;
}
font-size: 100%;
fieldset.rcoptions {
margin: 0;
padding-bottom: 0.5em;
padding-top: 0;
}
}


/* Apparence de [[MediaWiki:Noarticletext]] */
/* Stylesheet-Ergänzung zu SideBoxen */
.noarticletext {
div.sideBox {
background: #f9f9f9;
background: white;
margin-top: 1em;
border: 1px solid gray;
padding: 5px;
clear: right;
border: 1px solid #aaa;
float: right;
border-right: 2px solid #aaa;
margin-left: 1em;
border-bottom: 2px solid #aaa;
overflow: hidden;
padding: 0.3em;
position: relative; /* IE 6 */
width: 200px;
}
}
 
div.sideBox dl {
/* Workaround à cause de [[MediaWiki:Searchmenu-new]]
font-size: 96%;
  qui ferme prématurémént son conteneur "p.mw-search-createlink" */
margin: 0 0 0.3em;
.mw-searchresults-has-iw .mw-search-createlink {
float: none;
}
}
 
div.sideBox dl dt {
/* Largeur minimale du cadre des miniatures d'images */
background: none;
.thumbinner {
margin: 0.4em 0 0;
min-width: 100px;
}
}
 
div.sideBox dl dd {
/* Place un damier de vérification en arrière-plan dans la page de description
background: #f3f3f3;
  de l'image, visible seulement en cas d'image transparente ou semi-transparente. */
margin: 0.1em 0 0 1.1em;
#file img {
background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png");
}
}


/* Barre d'outils */
/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
.ns-0 #mw-editbutton-signature {
table.taxobox,
display: none;
table.palaeobox {
background: white;
border: 1px solid gray;
border-collapse: collapse;
/* redundant zu class="float-right" */
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
}
 
table.taxobox th,
/* Fond gris pour les pages protégées en modification */
table.palaeobox th {
#wpTextbox1[readonly],
background: #9bcd9b;
#wpTextbox1[readonly] + .ui-resizable > .ace_editor {
border: 1px solid gray;
background: #eee;
font-weight: bold;
text-align: center;
}
}
 
table.palaeobox th {
/* Ne pas afficher le lien complet des URL externes sur la version imprimable
background: #e7dcc3;
  (à faire manuellement, grâce à class="plainlinksneverexpand"). */
.plainlinksneverexpand a.external.text:after,
.plainlinksneverexpand a.external.autonumber:after {
display: none !important;
}
}
/* Supprimer la flèche de lien externe pour ces liens. */
table.taxobox div.thumb,
.plainlinksneverexpand a {
table.taxobox div.thumb *,
background: none !important;
table.palaeobox div.thumb,
padding: 0 !important;
table.palaeobox div.thumb * {
background: #f9f9f9;
border: none;
float: none;
margin: 0 auto;
padding: 0;
}
}
 
table.taxobox div.magnify,
/* Réserver un contenu à l'impression (display rétabli dans MediaWiki:Print.css)
table.palaeobox div.magnify {
  utilisé pour les entrées de ref group. */
.printcssonly {
display: none;
display: none;
}
}
 
table.taxobox tr td div.thumb div div.thumbcaption,
/* Bandeau des brouillons problématique avec l'éditeur visuel. */
table.taxobox td.Person,
.ve-init-target .user-draft-header {
table.taxobox td.taxo-name,
  display: none;
table.taxobox td.taxo-bild,
table.palaeobox tr td div.thumb div div.thumbcaption,
table.palaeobox td.Person,
table.palaeobox td.taxo-name,
table.palaeobox td.taxo-bild,
table.palaeobox td.taxo-zeit {
text-align: center;
}
table.palaeobox td.taxo-ort {
text-align: left;
}
}


/* Message-système des sous-pages de discussion. Classe .fieldsetlike etc.
/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
  pour permettre la réutilisation de ces styles. */
.prettytable {
.fieldsetlike {
background: #f9f9f9;
text-align: center;
border: 1px solid #aaa;
border: 1px solid #aaa;
margin: 1em 0;
border-collapse: collapse;
padding: 0 0 0.4em 0;
margin: 1em 1em 1em 0;
}
}
.fieldsetlike .legendlike {
.prettytable th,
margin-top: -0.8em;
.prettytable td {
border: 1px solid #aaa;
padding: 0.2em;
}
}
.fieldsetlike .legendtextlike {
.prettytable th {
padding: 0 8px;
text-align: center;
background: white;
}
}
.fieldsetlike ul {
.prettytable caption {
list-style-type: none;
font-weight: bold;
margin: 0;
}
.fieldsetlike li {
display: inline;
white-space: nowrap;
}
.fieldsetlike li:not(:last-child):after {
content: '\a0- ';
}
#talkpageheader li {
color: #707070;
}
 
/* Catégories cachées */
#mw-hidden-catlinks {
font-size: 0.85em;
}
}


/* Personnalisation de l'apparence des liens vers les pages d'homonymie. */
/* Zebra-Tabellen */
.homonymie {
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
margin-top: 0.5em;
padding-left: 2em;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
background: white;
background: white;
font-style: italic;
border-bottom: 1px #aaa solid;
}
}


/* Rapproche le bandeau du titre de la page (et application du style uniquement dans ce cas de figure) */
.nogrid th,
body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output > .homonymie:first-child,
.nogrid td {
body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output > .mw-empty-elt:first-child + .homonymie,
border: none;
body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output > .formatage-titre:first-child + .homonymie {
margin-top: -0.5em;
}
}
 
/* @noflip */div.float-left,
/* Masque les bordures adjacentes */
table.float-left,
.homonymie + .homonymie {
ul.float-left,
margin-top: calc(-0.5em - 1.05px); /* -margin-bottom - (1px + léger excédent) */
.float-left {
clear: left;
float: left;
margin: 1em 1em 1em 0;
}
}
 
/* @noflip */div.float-right,
/* Pour ne pas rogner le bandeau d'en-tête « Version supprimée de... » sur les pages d'admin « Voir et restaurer des pages supprimées » */
table.float-right,
#mw-undelete-revision ~ .mw-parser-output > .homonymie:first-child {
ul.float-right,
margin-top: 0;
.float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
}
 
div.centered,
/* Masquage de Wikimania dans les liens interprojets. */
table.centered,
li.wb-otherproject-wikimania {
ul.centered,
display: none;
.centered {
margin-left: auto;
margin-right: auto;
}
}
 
.toptextcells td {
/* Bandeau label et icônes des AdQ/BA à côté des liens interlangues et
vertical-align: top;
  dans les modèles {{Q}} et {{B}}. */
li.AdQ,
li.LdQ,
li.PdQ,
li.badge-featuredarticle,
li.badge-featuredlist,
li.badge-featuredportal {
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/83/Article_de_qualit%C3%A9.svg/10px-Article_de_qualit%C3%A9.svg.png");
}
li.BA,
li.badge-goodarticle,
li.badge-goodlist,
li.badge-recommendedarticle {
list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Bon_article.svg/10px-Bon_article.svg.png");
}
}


/* [[Modèle:Indication de langue]] et [[Modèle:Lien]]. */
/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
.indicateur-langue,
table ul, table p {
.indicateur-format {
margin-top: .3em;
font-family: monospace;
font-weight: bold;
font-size: small;
font-style: normal;
word-spacing: -0.4em;
}
}


/* [[Modèle:Colonnes]] et [[Modèle:Début de colonnes]]. */
/*
.colonnes > ol, .colonnes > ul {
* Farbdefinitionen für Rahmen und Hintergründe.
margin-top: 0;
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
* Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* für dünne Rahmen nur noch "border-style" angeben muss.)
*/
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
border: 1px #aaa;
}
}
 
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
/* Compensation du style précédent */
border: 1px #e9e9e9;
.colonnes {
margin-top: 0.3em;
}
}
 
.rahmenfarbe3 { /* "Rot", auffällig */
/* Évitons de couper les éléments de listes sur plusieurs colonnes */
border: 1px #c00000;
.colonnes li,
.references-small li{
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
}
 
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
/* Taille et famille des polices pour les écritures non-latines.
border: 1px #88a;
  Voir aussi [[modèle:Langue]]. */
:lang(grc),
:lang(el) { /* Écriture grecque : moderne (monotonique), ancien (polytonique) */
font-family: 'Arial Unicode MS', 'DejaVu Sans', Athena, Gentium, 'Palatino Linotype', 'Lucida Sans Unicode', 'Lucida Grande', Code2000, sans-serif;
}
}
:lang(th) { /* Écriture thaïe */
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
font-family: 'Segoe UI', Tahoma, sans-serif;
border: 1px #000;
}
}


/* Affichage des chiffres romains, voir [[modèle:Rom]] ou [[modèle:Romain]]. */
table > * > tr.hintergrundfarbe1 > th,
.romain {
table > * > tr > th.hintergrundfarbe1,
text-transform: lowercase;
table.hintergrundfarbe1,
font-variant: small-caps;
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
background-color: #f9f9f9;
}
}
 
table > * > tr.hintergrundfarbe2 > th,
/* Affichage des petites capitales, voir [[modèle:Petites capitales]]. */
table > * > tr > th.hintergrundfarbe2,
.petites_capitales {
table.hintergrundfarbe2,
font-variant: small-caps;
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #ffffff;
}
}
 
table > * > tr.hintergrundfarbe3 > th,
/* Taille et alignement des formules mathématiques. */
table > * > tr > th.hintergrundfarbe3,
.texhtml {
table.hintergrundfarbe3,
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
.hintergrundfarbe3 { /* "Gelb", auffällig */
font-size: 118%;
background-color: #ffff40;
line-height: 1;
white-space: nowrap;
-webkit-font-feature-settings: "lnum", "tnum"; /* Chrome 47, Opera 33 */
-webkit-font-kerning: none; /* safari 9, ios safari 9 */
font-feature-settings: "lnum", "tnum", "kern" 0; /* ie11 edge 13 */
font-variant-numeric: lining-nums tabular-nums; /* firefox 42+ */
font-kerning: none;                              /* firefox, Chrome, Opera */
}
}
.texhtml .texhtml {
table > * > tr.hintergrundfarbe4 > th,
font-size: 100%;
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 { /* Sehr auffällig */
background-color: #fa0;
}
}
img.tex.center {
table > * > tr.hintergrundfarbe5 > th,
width: auto;
table > * > tr > th.hintergrundfarbe5,
display: block;
table.hintergrundfarbe5,
margin: 0 auto;
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
}
img.tex.left {
table > * > tr.hintergrundfarbe6 > th,
display: block;
table > * > tr > th.hintergrundfarbe6,
margin-left: 1.6em;
table.hintergrundfarbe6,
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b3b7ff;
}
}
 
table > * > tr.hintergrundfarbe7 > th,
/* Change la couleur des liens, pour les fonds colorés sombres ;
table > * > tr > th.hintergrundfarbe7,
  utilisé principalement dans des cadres de portails pour les liens "modifier" ;
table.hintergrundfarbe7,
  cette classe est à utiliser avec parcimonie, et en aucun cas dans les articles. */
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
.lienClair a {
background-color: #ffcbcb;
color: #a0a0a0;
}
}
.lienClair a:hover {
table > * > tr.hintergrundfarbe8 > th,
color: #a0a0a0;
table > * > tr > th.hintergrundfarbe8,
text-decoration: underline;
table.hintergrundfarbe8,
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
}
.lienClair a:visited {
table > * > tr.hintergrundfarbe9 > th,
color: #b9b9b9;
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b9ffc5;
}
}


/* Lien vers une ébauche */
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
a.stub {
sup.reference {
color: #339900;
font-style: normal;
font-weight: 400;
}
}
a.stub:visited {
sup,
color: #336600;
sub {
line-height: 1em;
}
}


/* Références : éviter une trop grande réduction de taille de caractères
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
  dans certaines configurations. */
ol.references > li:target,
.references small {
sup.reference:target {
font-size: 1em !important;
background: #def;
}
}


/* Par défaut, cacher les crochets autour des appels de notes. */
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
.cite_crochet {
ol.references li a[href|="#cite_ref"] {
display: none;
font-style: italic;
}
}


/* Éviter d'obtenir un interlignage de taille variable. */
/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
.reference,
ol.references li div.sisterproject {
.exposant {
display: inline;
vertical-align: text-top;
position: relative;
font-size: 0.8em;
top: -5px;
}
}


.reference-text sup {
/* Für MediaWiki:Missingcommentheader */
vertical-align: text-top;
div#mw-missingcommentheader b {
position: relative;
color: #900;
font-size: 0.75em;
top: -0.1em;
}
.reference {
padding-left: 1px;
}
}


/* Diminution décalage, en raison du line-height réduit dans .infobox_v2 */
/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
.infobox_v2 .reference {
div#mw-anon-edit-warning,
top: -2px;
div#mw-anon-preview-warning,
div#mw-missingsummary,
div#wp_talkpagetext {
background: #d3e1f2;
border: 1px solid #1a47ff;
margin: 1em auto;
padding: 1em;
width: 80%;
}
}


small.cachelinks,
/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */
small.cachelinks a {
color: #36b;
}


/* Numérotations différentes pour les notes de bas de page. */
/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.references-small.lower-alpha ol {
.allpagesredirect,
list-style-type: lower-alpha;
.watchlistredir,
}
.redirect-in-category {
.references-small.lower-greek ol {
font-style: italic;
list-style-type: lower-greek;
}
.references-small.decimal ol,
.references-small.lower-alpha ol ol,
.references-small.lower-greek ol ol {
list-style-type: decimal;
}
}


/* Répartition égale des références sur plusieurs colonnes :
/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
  pas d'espace supplémentaire en haut de première colonne */
span.tocnumber {
.references-small ol {
margin-right: 0.3em;
margin-top: 0;
}
}


/* Compensation du style précédent */
/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */
.references-small {
margin-top: 0.3em;
}


/* Mise en surbrillance de l'ouvrage cliqué pour faciliter la navigation,
.hiddenStructure {
  comme fait déjà MediaWiki pour les notes et références. */
display: none;
.ouvrage:target {
background: #eaf3ff;
}
}


/* Cadre pour [[Modèle:Références nombreuses]] */
/* Skinabhängige absolute Positionierungen ausblenden */
.reference-cadre {
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
height: 30em;
#artikelstadium,
overflow: auto;
#commons-icon,
padding: 3px;
#coordinates,
border: 1px solid #AAA;
#editcount,
}
#issnlink,
 
#shortcut,
/* Ligne de tableau dans « Informations sur la page » */
#spoken-icon,
body.action-info tr:target {
.topicon {
background: #eaf3ff;
}
 
/* Style des modèles [[modèle:Référence nécessaire]] et [[modèle:Citation nécessaire]]. */
span.need_ref {
border-bottom: 1px solid #aaa;
}
div.need_ref {
border: 1px solid #aaa;
padding: 0.5em;
}
 
/* Référence présente */
span.ref:hover {
border-bottom: 1px solid #aaa;
}
 
/* Gestion automatique de l'ISBN par MediaWiki. */
.mw-magiclink-isbn {
white-space: nowrap;
}
 
/* Mode d'affichage par défaut des données dans l'espace référence. */
.edition-Liste {
display: block;
}
.edition-WikiNorme,
.edition-BibTeX,
.edition-ISBD,
.edition-ISO690 {
display: none;
display: none;
}
}


/* Style de { , } entre les références */
/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
.cite_virgule {
Das betrifft nur Kategorieseiten. */
padding-left: 0;
div#mw-subcategories,
padding-right: 1px;
div#mw-pages,
}
div#mw-category-media {
 
/* Boites et messages */
div.boite-a-droite {
display: table;
clear: right;
float: right;
margin: 0.3em 0 1em 1em;
width: 20em;
position: relative; /* Pour les images manuelles */
border-style: solid;
border-width: 1px;
padding: 4px;
text-align: left;
}
.boite-sans-fond {
border-color: #aaa; /* Comme boite-grise */
}
.boite-grise { /* Similaire au bandeau de catégorie */
border-color: #aaa;
background-color: #f9f9f9;
}
 
/* Types de boites */
.bandeau-article,
.bandeau-discussion,
.bandeau-simple,
.bandeau-systeme,
.bandeau-section{
border-style: solid;
overflow: hidden;
position: relative;
}
.bandeau-article {
border-width: 1px 1px 1px 10px;
font-size: 0.9em;
line-height: 1.25em;
padding: 0.5em 1em;
margin: 0.8em 10%;
}
.bandeau-systeme {
clear: both;
border-width: 2px;
padding: 0.5em 1em;
margin: 0.8em 3%;
}
.bandeau-simple {
clear: both;
clear: both;
border-width: 1px;
padding: 0.5em 1em;
margin: 0.8em auto;
}
.bandeau-discussion {
border-width: 1px;
border-radius: 10px;
padding: 0.2em 0.5em;
margin: 0.8em 7%;
}
@media (max-width: 981px) {
.bandeau-discussion {
margin: 0.8em 4%;
}
}
div.bandeau-section { /* Pour le [[modèle: Article détaillé]] et autres */
display: block;
font-size: 0.95em;
border-width: 1px 0;
padding: 0.2em 0.5em 0.3em 0;
margin: 0.3em 0 0.7em 2em;
}
.bandeau-centrer{
display: table;
width: 100%;
text-align: center;
}
.bandeau-cell {
display: table-cell;
vertical-align: middle;
}
.bandeau-cell p:last-child {
margin-bottom: 0;
}
}


/* Style des bandeaux d'articles. Voir [[Wikipédia:Prise de décision/Changement de style des messages d'avertissement]]. */
/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.bandeau-niveau-grave {
.imagemap-inline div {
border-color: #aa0044;
display: inline; /* broken */
background-color: #ffcccc;
}
.bandeau-niveau-modere {
border-color: #ff8822;
background-color: #ffeedd;
}
.bandeau-niveau-ebauche,
.bandeau-niveau-information {
border-color: #77ccff;
background-color: #fbfbfb;
}
.bandeau-simple.bandeau-niveau-information,
.bandeau-discussion.bandeau-niveau-information { /* Dérive de la classe vectorbox */
border-color: #a7d7f9;
background-color: #f5faff;
}
.bandeau-niveau-detail, /* Voir [[Wikipédia:Prise de décision/Unification des modèles : article détaillé et Loupe]] */
.bandeau-section.bandeau-niveau-information {
border-color: #e7e7e7;
background-color: #fdfdfd;
}
.bandeau-niveau-neutre {
border-color: #aaa;
background: #f9f9f9;
}
}


.bandeau-icone {
/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
vertical-align: middle;
td#wpDestFile-warning ul {
text-align: center;
border: 1px solid red;
width: 45px;
padding: 1.5em;
/* @noflip */
padding-right: 1em;
}
.homonymie .bandeau-icone, .bandeau-section .bandeau-icone {
width: auto;
/* @noflip */
padding-right: 0.5em;
}
.bandeau-titre {
font-size: 1.1em;
line-height: 1.4em;
}
.bandeau-texte {
font-size: 0.9em;
line-height: 1.2em;
}
}


/* Styles pour les bannières */
/* höheres Uploadfeld */
 
textarea#wpUploadDescription {
.topbanner {
height: 20em;
position: relative;
overflow: hidden;
max-width: 1800px;
height: auto;
}
.topbanner img {
max-width: 100%;
height: auto;
}
.topbanner-box {
position: absolute;
z-index: 2;
margin-top: 1.5em;
color: white;
width: 50%;
min-width: 20em;
left: 2%;
text-align: left;
}
.topbanner .name {
position: absolute;
z-index: 2;
margin: 0.6em 0 0 0.4em;
padding: 8px 7px;
font-size: 2.2em;
background: rgb(16,16,16);
background: rgba(0,0,0,0.5);
border-radius: 4px;
color: white;
white-space: nowrap;
line-height: 0.9em;
}
}


/* Petites icônes */
/* Warnmeldung für gesperrte Titel */
.indentation,    /* pas d'image correspondante */
.mw-titleprotectedwarning {
.loupe,          /* loupe, voir le [[modèle:Article détaillé]] */
background: #eee;
.general,        /* flèche pour le [[modèle:Article principal]] */
border: 2px solid red;
.accessibilite,  /* symbole handicap, pour le [[modèle:Encart]] */
padding: 1em;
.etoile-or,
.etoile-argent,
.categorie,      /* symbole du [[modèle:Catégorie principale]] */
.biblio,          /* livres pour le [[modèle:Sources de section]] */
.recyclage,      /* symbole du [[modèle:Section à recycler]] */
.archives,        /* symbole d'archivage */
.sons,            /* pour le [[modèle:Média externe]] */
.videos,          /* pour le [[modèle:Média externe]] */
.incomplet,      /* cône de chantier pour le [[modèle:Section vide ou incomplète]] */
.sources,        /* livre ouvert du [[modèle:Section à sourcer]] */
.important,      /* triangle rouge : mise en garde */
.en-travaux,      /* triangle jaune : en construction */
.information,
.conflit-edition,
.incubator,
.extension,      /* extensions MediaWiki */
.wikispecies,
.metawiki,
.wikiversity,
.wikipedia,
.wikibooks,
.wikinews,
.wikiquote,
.wikisource,
.commons,
.wikimedia,
.wiktionary,
.wikidata,
.wikivoyage,
.wwwmediawiki {
background-repeat: no-repeat;
line-height: 1.5em;
text-indent: 23px;
display: inline-block;
}
.loupe {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Searchtool.svg/15px-Searchtool.svg.png");
background-position: 2px 3px;
}
.general {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Nuvola_apps_download_manager2-70%25.svg/15px-Nuvola_apps_download_manager2-70%25.svg.png");
background-position: 2px 3px;
}
.accessibilite {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Gnome-preferences-desktop-accessibility.svg/18px-Gnome-preferences-desktop-accessibility.svg.png");
background-position: 2px 0;
}
.etoile-or {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Article_de_qualite.svg/19px-Article_de_qualite.svg.png");
background-position: 1px 1px;
}
.etoile-argent {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Bon_article.svg/19px-Bon_article.svg.png");
background-position: 1px 1px;
}
.categorie {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/34/Nuvola_apps_kpager.svg/21px-Nuvola_apps_kpager.svg.png");
background-position: 0 0;
}
.biblio {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Books-aj.svg_aj_ashton_01.svg/20px-Books-aj.svg_aj_ashton_01.svg.png");
background-position: 2px 2px;
}
.recyclage {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ed/Recycle002.svg/20px-Recycle002.svg.png");
background-position: 1px 1px;
}
.archives {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/21px-Filing_cabinet_icon.svg.png");
background-position: 0 1px;
}
.conflit-edition {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Human-emblem-important-blue-128.png/12px-Human-emblem-important-blue-128.png");
background-position: 0 3px;
text-indent: 16px;
line-height: 1.3em;
}
.sons {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/44/Nuvola_apps_arts.png/18px-Nuvola_apps_arts.png");
background-position: 1px 1px;
}
.videos {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/1b/Nuvola_apps_kaboodle.svg/18px-Nuvola_apps_kaboodle.svg.png");
background-position: 1px 1px;
}
.incomplet {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Fairytale_waring.png/16px-Fairytale_waring.png");
background-position: 2px 3px;
}
.sources {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Question_book-4.svg/20px-Question_book-4.svg.png");
background-position: 1px 4px;
}
.important {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Nuvola_apps_important.svg/19px-Nuvola_apps_important.svg.png");
background-position: 1px 2px;
}
.en-travaux {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/af/Under_construction_icon-yellow.svg/20px-Under_construction_icon-yellow.svg.png");
background-position: 1px 2px;
}
.information {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Information_icon_with_gradient_background.svg/19px-Information_icon_with_gradient_background.svg.png");
background-position: 1px 2px;
}
.incubator {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/15px-Incubator-logo.svg.png");
background-position: 1px 1px;
}
.extension {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/21px-MediaWiki-notext.svg.png");
background-position: 0 4px;
}
.wikispecies {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/17px-Wikispecies-logo.svg.png");
background-position: 1px 0;
}
.wikisource {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/17px-Wikisource-logo.svg.png");
background-position: 1px 1px;
}
.wikipedia {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/19px-Wikipedia-logo.png");
background-position: 1px 0;
}
.wikibooks {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/19px-Wikibooks-logo.svg.png");
background-position: 1px 1px;
}
.metawiki {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/18px-Wikimedia_Community_Logo.svg.png");
background-position: 1px 1px;
}
.wikiversity {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/20px-Wikiversity-logo.svg.png");
background-position: 0 2px;
}
.wiktionary {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/ec/Wiktionary-logo.svg/20px-Wiktionary-logo.svg.png");
background-position: 0 1px;
}
.wikinews {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/20px-Wikinews-logo.svg.png");
background-position: 0 5px;
}
.wikiquote {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/16px-Wikiquote-logo.svg.png");
background-position: 2px 1px;
}
.commons {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
background-position: 3px 0;
}
.wikimedia {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/81/Wikimedia-logo.svg/20px-Wikimedia-logo.svg.png");
background-position: 0 0;
}
.wikidata {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/22px-Wikidata-logo.svg.png");
background-position: 0 5px;
}
.wikivoyage {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/20px-Wikivoyage-Logo-v3-icon.svg.png");
background-position: 1px 1px;
}
.wwwmediawiki {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/bb/MediaWiki-notext.svg/20px-MediaWiki-notext.svg.png");
background-position: 1px 3px;
}
}


/* Grosses icônes */
/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
.grosse-icone {
.mw-editinginterface {
display: table-cell;
background: #f9f9f9;
vertical-align: middle;
border: 1px solid #c00000;
padding-left: 60px;
padding: 2px;
background-repeat: no-repeat;
background-position: left center;
text-indent: 0; /* Certaines icones ont une version « en ligne ». */
height: 48px;
}
}


.grosse-icone.etoile-or {
/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Article_de_qualite.svg/40px-Article_de_qualite.svg.png");
div#content h5 {
}
font-size: 108%; /* Original: 100% */
.grosse-icone.etoile-argent {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Bon_article.svg/40px-Bon_article.svg.png");
}
.grosse-icone.archives {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/94/Filing_cabinet_icon.svg/48px-Filing_cabinet_icon.svg.png");
}
.grosse-icone.ancienne-version {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock_and_warning.svg/46px-Clock_and_warning.svg.png");
}
.grosse-icone.maintenance {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a3/Tools_nicu_buculei_01.svg/46px-Tools_nicu_buculei_01.svg.png");
}
}
.grosse-icone.protection-admin {
div#content h5 .editsection {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/97/Full-protection-shackle-frwiki.svg/32px-Full-protection-shackle-frwiki.svg.png");
font-size: 93%; /* 1/108% */
}
}
.grosse-icone.semi-protection {
div#content h6,
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/de/Semi-protection-shackle-frwiki.svg/32px-Semi-protection-shackle-frwiki.svg.png");
div#content h6 .editsection {
}
font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
.grosse-icone.roue-dentee {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_run.png/46px-Crystal_Clear_action_run.png");
}
.grosse-icone.conflit-edition {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/86/Passage_pieton_rouge.png/46px-Passage_pieton_rouge.png");
}
.grosse-icone.titre-protege {
background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/System-lock-screen.svg/46px-System-lock-screen.svg.png");
}
.grosse-icone.gros-warning {
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f6/OOjs_UI_icon_alert-destructive.svg");
background-size: 46px;
}
.grosse-icone.attention {
background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3b/OOjs_UI_icon_alert-warning.svg");
background-size: 46px;
}
.grosse-icone.information {
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/13/OOjs_UI_icon_notice-progressive.svg");
background-size: 46px;
}
.grosse-icone.ebauche {
background-image: url("//upload.wikimedia.org/wikipedia/commons/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg");
background-size: 46px;
}
}


/* Styles par défaut pour les bandeaux en haut des articles. Voir
/* Anleitung auf Special:Search */
  [[Projet:Charte graphique/Harmonisation des messages d'avertissement]]
.mw-searchresult {
  et [[Wikipédia:Prise de décision/Harmonisation des messages d'avertissement]]. */
font-size: 84%;
/* Classe pour toutes les alertes. */
margin: 5px;
.alerte {
padding: 0.11em;
background: #ffd;
margin-bottom: 0.4em;
font-style: italic;
}
/* Classe supplémentaire pour les alertes graves. */
.grave {
border: 1px solid #f96;
}
}


/* Styles des « messagebox » standard. */
/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
.messagebox {
div#specialchars {
background: white;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #f9f9f9;
margin-top: 3px;
width: 80%;
padding: 1px;
margin: 0 auto 1em auto;
text-align: left;
padding: 0.2em;
text-align: justify;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background: #f8eaba;
}
}


.vectorbox {
/* Legende für Versionsgeschichte */
width: 85%;
.mw-history-legend {
background: #f5faff;
background: #f9f9f9;
border: 1px solid #a7d7f9;
border: 1px solid #e9e9e9;
border-radius: 10px;
clear: both;
margin: 0 auto 1em auto;
font-size: 90%;
margin: 2px 0;
padding: 0 5px 5px;
}
}


/* Boîtes utiles sur les pages d'aide (exemple : [[Aide:Note#Exemples]]). */
.exemple {
margin: 0.5em;
padding: 0.5em;
border: dashed 1px #add8e6;
background: #fff;
}


/* Standardisation de quelques messages systèmes :
  * class="mw-alerte" : bandeaux d'alerte comme [[MediaWiki:Editinginterface]].
  * class="mw-toolbox" : boîtes à outils comme sur [[MediaWiki:Sp-contributions-footer]]. */


/* Suppression du message avertissant du lag de 1 seconde dans la liste de suivi. */
.mw-lag-warn-normal {
display: none;
}


/* Messages d'alerte */
/* IPA links nicht unterstreichen */
.mw-alerte {
.IPA a:link,
width: 100%;
.IPA a:visited {
clear: both;
text-decoration: none;
background: #faebd7;
border: 2px solid #ff8c00;
}
}


/* Boîtes à outils */
/* Einzelnachweise kleiner */
.mw-toolbox {
ol.references,
font-size: 90%;
div.reflist,
background: #f8f8f8;
div.refbegin {
border: 1px solid #b8b8b8;
    font-size: 100%;           /* Default font-size */
padding: 0.25em 1em;
    margin-bottom: 0.5em;
clear: both;
}
 
/* Styles des boîtes déroulantes, voir [[Modèle:Boîte déroulante/Documentation]]. */
div.NavFrame {
padding: 2px;
border: 1px #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.NavPic {
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
font-weight: bold;
background: #efefef;
}
div.NavEnd {
height: 0;
clear: both;
}
 
/* Styles de [[Modèle:Méta palette de navigation]]. */
table.navbox {
background: #f9f9f9;
border: 1px solid #aaa;
clear: both;
font-size: 89%;
margin: 1em 0 0;
padding: 2px;
text-align: center;
width: 100%;
}
table.navbox-subgroup {
background: transparent;
border: 0;
margin: -3px;
padding: 0;
text-align: center;
width: calc(100% + 6px);
}
th.navbox-title {
background: #ccf;
padding-left: 1em;
padding-right: 1em;
}
th.navbox-group {
background: #ddf;
vertical-align: middle;
width: 150px;
padding-left: 1em;
padding-right: 1em;
}
th.navbox-group + td.navbox-list,
table.navbox-subgroup td.navbox-list {
text-align: left;
}
td.navbox-even {
background: #f0f0ff;
}
table.navbox-subgroup td.navbox-even {
background: transparent;
}
td.navbox-banner {
background: #ddf;
vertical-align: middle;
padding-left: 1em;
padding-right: 1em;
}
tr.navboxHidden {
display: none;
}
}
@media (max-width: 981px) {
div.refbegin-100 {
td.navbox-image {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
display: none;
}
}
 
/* Modèle de palettes groupées, [[Modèle:Palette]]. */
div.navbox-container {
border: 1px solid #aaa;
margin-top: 1em;
}
}
div.navbox-container table.navbox {
div.reflist ol.references {
border: 0;
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
margin: 0;
    list-style-type: inherit; /* Enable custom list style types */
}
}


/* Liens de masquage/affichage : [[Modèle:Boîte déroulante]] et [[Modèle:Méta palette de navigation]] */
/* Highlight clicked reference in blue to help navigation */
.navboxToggle,
ol.references li:target,
.NavToggle {
sup.reference:target,
font-size: 90%;
span.citation:target {
font-weight: normal;
    background-color: #fdfaa1;
float: right !important;
min-width: 6em;
}
}


/* Styles pour [[Modèle:Section déroulante début]] */
/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
.client-js .titre-section-deroulante {
::selection {
padding-left: 18px;
    background: #fdfaa1;
}
.client-js .mw-made-collapsible .titre-section-deroulante,
.client-js .mw-made-collapsible .titre-section-deroulante.mw-collapsible-toggle-expanded {
background:
url("//upload.wikimedia.org/wikipedia/commons/0/03/MediaWiki_Vector_skin_right_arrow.svg") -9999px -9999px no-repeat,
url("//upload.wikimedia.org/wikipedia/commons/f/f1/MediaWiki_Vector_skin_action_arrow.svg") left center no-repeat;
}
.client-js .mw-made-collapsible .titre-section-deroulante.mw-collapsible-toggle-collapsed {
background:
url("//upload.wikimedia.org/wikipedia/commons/0/03/MediaWiki_Vector_skin_right_arrow.svg") left center no-repeat,
url("//upload.wikimedia.org/wikipedia/commons/f/f1/MediaWiki_Vector_skin_action_arrow.svg") -9999px -9999px no-repeat;
}


/* Alignement du tableau : flottant à droite ou à gauche, ou centré.
  On peut aligner à droite ou à gauche sans flottement en ajoutant
  le [[modèle:Clr]] en bas du tableau. */
table.gauche,
table.left {
float: left;
margin: 0 1em 1em 0;
}
table.droite,
table.right {
float: right;
margin: 0 0 1em 1em;
}
table.centre,
table.center {
margin: 1em auto;
}
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
table.wikitable[align=center] {
margin: 1em auto;
}
}
/* Annule propriétés issues de ".center" dans le /resources/src/mediawiki.legacy/oldshared.css */
/* und hiermit der Firefox >=1 */
table.center {
::-moz-selection {
width: auto;        /* annule width: 100%; */
    background: #fdfaa1;
text-align: inherit; /* annule text-align: center; */
}
}


/* Workaround pour les captions ridiculement étroits quand table repliée */
/* Ensure refs in table headers and the like aren't bold or italic */
table.mw-collapsible:not(.centre):not(.center) > caption {
sup.reference {
white-space: nowrap;
    font-weight: normal;
}
    font-style: normal;
/* Méthode différente pour les tables centrées (corrige aussi le centrage erroné avec firefox) */
table.mw-collapsible.centre, table.mw-collapsible.center {
min-width: 60%;
}
/* Système différent pour écrans étroits, au cas où le caption dépasserait en largeur */
@media (max-width: 981px) {
table.mw-collapsible:not(.centre):not(.center) > caption {
white-space: normal;
}
table.mw-collapsible {
width: 100%;
float: none;
}
}
}


/* Classe pour substituer l'attribut obsolète cellpadding=0 */
/* Gallery */
table.nocellpadding > * > tr > td,
table.nocellpadding > * > tr > th {
padding: 0;
}


/* Classes permettant d'alterner les couleurs de ligne dans les
gallery {
  tableaux selon le nombre de lignes d'en-tête :
max-width: 800px;
  * .alternance si nombre impair ou .alternance2 si nombre pair.
  * .sortable : les tableaux triables nécessitent d'inverser
    l'alternance. */
.alternance,
.alternance2 {
border-collapse: collapse;
}
table.alternance > * > tr > th,
table.alternance2 > * > tr > th {
background-color: #e6e6e6;
}
.alternance tr,
.alternance th[scope="row"] {
background-color: #fcfcfc;
}
.alternance:not(.sortable) tr:nth-child(odd),
.alternance.sortable tr:nth-child(even),
.alternance:not(.sortable) tr:nth-child(odd) th[scope="row"],
.alternance.sortable tr:nth-child(even) th[scope="row"] {
background-color: #eee;
}
.alternance2 tr,
.alternance2 th[scope="row"] {
background-color: #eee;
}
.alternance2 tr:nth-child(odd),
.alternance2 tr:nth-child(odd) th[scope="row"] {
background-color: #fcfcfc;
}
}


/* Classe pour permettre un titre d'une couleur différente sans avoir à l'imposer dans chaque cellule */
table.gallery {
table.titre-en-couleur > * > tr > th {
margin: 0px;
background-color: transparent;
padding: 0px;
background-color: #6f6f6f;
}
}


/* Classe pour aligner les cellules en haut sans avoir à répéter le style dans chaque cellule */
table.gallery tr {
table.td-align-top > * > tr > td {
vertical-align: top;
vertical-align: top;
}
}


/* Espacement du lien "[afficher]" ajouté par la classe mw-collapsible
table.gallery td {
  en attendant résolution de https://phabricator.wikimedia.org/T155347 */
vertical-align: top;
caption .mw-collapsible-toggle,
th .mw-collapsible-toggle {
margin-left: 0.3em;
}
/* @noflip */
.mw-content-ltr caption .mw-collapsible-toggle,
.mw-content-ltr th .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr caption .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr th .mw-collapsible-toggle {
margin-left: 0.3em;
}
/* @noflip */
.mw-content-rtl caption .mw-collapsible-toggle,
.mw-content-rtl th .mw-collapsible-toggle,
.mw-content-ltr .mw-content-rtl caption .mw-collapsible-toggle,
.mw-content-ltr .mw-content-rtl th .mw-collapsible-toggle {
margin-right: 0.3em;
}
}


/* Classe pour les listes horizontales séparées par des puces.
div.gallerytext {
  Adaptation de la classe 'hlist' de en:User:Edokter.
overflow: hidden;
  (cf. [[mw:Snippets/Horizontal lists]]). */
font-size: 10px;
.liste-horizontale ul,
color: #6f6f6f;
.liste-horizontale ol,
padding: 1px;
.liste-horizontale li {
margin-left: 0;
display: inline;
white-space: nowrap;
}
.liste-horizontale li:after {
content: " "; /* au cas ou Mediawiki supprime les retours ligne */
}
.liste-horizontale li + li:before {
white-space: normal;
content: "· ";
font-weight: bold;
}
.liste-horizontale li li:first-child:before {
white-space: normal;
content: " (";
}
.liste-horizontale li ul:after,
.liste-horizontale li ol:after{
content: ")";
margin-left: -0.28em;
}
.liste-horizontale ol {
counter-reset: listitem;
}
.liste-horizontale ol > li {
counter-increment: listitem;
}
.liste-horizontale ol > li:first-child:before {
content: "1.\202F";
}
.liste-horizontale li ol > li:first-child:before {
content: " (1.\202F";
}
.liste-horizontale ol > li + li:before {
content: "· " counter(listitem) ".\202F";
font-weight: normal;
}
}


/* Listes sans puces */
div.gallerybox div.thumb {
.liste-simple ul {
border: 1px solid #CCC;
line-height: inherit;
padding: 0px;
list-style: none;
width: 145px;
margin: 0;
margin: 5px auto;
}
.liste-simple ul li {
margin-bottom: 0;
}
}


/* Style par défaut des bandeaux de portail décidés sur
li.gallerybox {
  [[Wikipédia:Prise de décision/Bandeaux de portails]]
vertical-align: top;
  Utilisé dans [[Modèle:Méta lien vers portail]] et [[Modèle:Portail]]. */
width: 145px;
#bandeau-portail {
border: solid 0px;
border: solid #aaa 1px;
background-color: #f9f9f9;
text-align: center;
margin-top: 1em;
}
#bandeau-portail,
#liste-portail {
padding: 4px;
margin-left: 0;
clear: both;
}
#liste-portail li,
#bandeau-portail li{
display: inline;
}
.bandeau-portail-element {
white-space: nowrap;
margin: 0 1.5em;
}
.bandeau-portail-icone {
margin-right: 0.5em;
}
.bandeau-portail-texte {
font-weight: bold;
}
}


/* Classes pour les colonnes des portails */
ul.gallery, li.gallerybox {
.portail-gauche,
zoom: 1;
.portail-droite {
*display: inline;
box-sizing: border-box;
}
.portail-gauche {
float: left;
padding-right: 1.2rem;
}
.portail-droite {
float: right;
}
@media (max-width: 981px) {
.portail-gauche,
.portail-droite {
float: none;
width: auto !important;
}
.portail-gauche {
padding-right: 0;
}
}
}


/* Page d'accueil et portail utilisant la même structure */
ul.gallery {
.accueil-contenu {
width:800px;
margin: 0.4em -1% 0.4em 0;
margin: 0px;
display: flex;
padding: 0px;
flex-flow: wrap;
display: block;
overflow: hidden; /*be kind ie10 et les navigateurs ne gérant pas les flexbox */
}
.accueil-droite,
.accueil-gauche {
display: flex;
flex-flow: wrap;
align-content: flex-start;
margin: 0.4em 1% 0.4em 0;
border: 1px solid #a7d7f9;
border-radius: 1em;
}
.accueil-droite {
background: #f5faff;
flex: 21em;
overflow: hidden;/*ie10*/
}
.accueil-gauche {
flex: 2 35em;
float: left; /*ie10*/
width: 64%; /*ie10*/
}
.accueil-cadre {
padding: 1.2em;
}
.accueil-cadre .mw-headline-number {
display: none;
}
}


/* Retire le nom de la page d'accueil */
li.gallerycaption {
body.action-view.page-Wikipédia_Accueil_principal #firstHeading {
font-weight: bold;
position: absolute;
text-align: center;
top: -5000px;
display: block;
word-wrap: break-word;
}
}


/*
li.gallerybox div.thumb {
Retire les numéros ajoutés lorsque "Préférences > Apparence > Numéroter automatiquement les titres de section" est coché
text-align: center;
TODO : éventuellement créer une classe générique à ajouter à un div conteneur, permettant d'utiliser la fonctionnalité ailleurs
border: 1px solid #ccc;
*/
margin: 0px;
body.page-Wikipédia_Accueil_principal .mw-headline-number {
width:145px;
display: none;
}
}


/* Bandeau accueil */
div.gallerytext {
#interwiki-listecomplete {
overflow: hidden;
font-weight: bold;
font-size: 95%;
padding: 2px 4px;
word-wrap: break-word;
}
}


/* Mise en page Accueil version 2017 */
/* wikitable */


#accueil_2017_en-tete {
table.wikitable {
background: linear-gradient(to bottom, #fff, #e8f2f8);
margin: 2px;
border-bottom: solid 1px #a8d7fc;
background: #FFFFFF;
}
border: 1px #DDDDDD solid;
#accueil_2017_bandeau {
border-collapse: collapse;
background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-logo-v2-o50.svg") no-repeat -110px -15px;
empty-cells:show;  
background-size: 300px 300px;
padding: 1.5rem 1rem 1rem;
font-family: 'Open Sans', Sans-serif;
}
#accueil_2017_bloc-titre {
display: inline-block;
margin-left: 14rem;
margin-bottom: 1rem;
text-align: left;
line-height: 1.6;
color: #457;
}
#accueil_2017_bloc-titre > h2 {
margin: 0;
padding: 0;
border: none;
font-size: 200%;
font-weight: bold;
font-family: 'Open Sans', Sans-serif;
color: #457;
}
#accueil_2017_bloc-titre > p {
margin: 0;
padding: 0;
font-size: 95%;
}
#accueil_2017_bloc-liens {
text-align: center;
font-size: 90%;
font-weight: bold;
}
#accueil_2017_lien-mobile {
margin-bottom: 1rem;
}
}


#accueil_2017_contenu {
table.wikitable td {
margin-top: 1rem;
border: 1px #aaa solid;  
}
padding: 5px;  
#accueil_2017_contenu .portail-gauche {
width: 60%;
}
#accueil_2017_contenu .portail-droite {
width: 40%;
}
#accueil_2017_contenu:after {
clear: both;
display: table;
content: '';
}
}


.accueil_2017_cadre {
table.wikitable th {
box-shadow: 0 0 0.3rem #999;
border: 1px #aaa solid;  
border-radius: 0.2rem;
padding: 5px;  
padding: 1.2rem;
background: #EEEEEE;
margin-bottom: 1.6rem;
text-align: center;  
}
/* S'assurer que ces règles emportent bien la priorité sur toutes les skins */
#mw-content-text .accueil_2017_cadre h2 {
font-variant: small-caps;
letter-spacing: 0.01em;
border-bottom: solid 0.2rem #bdd8fb;
margin: -0.4rem 0 0.5rem;
}
.accueil_2017_pied {
margin-top: 1.8em;
font-size: 85%;
text-align: right;
}
}


@media (min-width: 982px) {
table.wikitable caption {
#accueil_2017_contenu {
margin-left: inherit;
display: flex;
margin-right: inherit;
}
font-weight: bold;  
#accueil_2017_contenu .portail-gauche,
#accueil_2017_contenu .portail-droite {
display: flex;
flex-direction: column;
}
.accueil_2017_cadre:nth-child(1) {
flex-grow: 1;
}
.accueil_2017_cadre:nth-child(2) {
flex-grow: 2;
}
.accueil_2017_cadre:nth-child(3) {
flex-grow: 3;
}
}
}


/* Divers */
/* Größere Einrückung für Zeilennummerierungen */
.globegris {
dd {
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
  margin-left:2.8em;
background-repeat: no-repeat;
}
background-position: -40px -15px;
}
.headergris {
background: #f0f0f0 url("//upload.wikimedia.org/wikipedia/commons/1/1b/Wikibar2.png") no-repeat right;
margin: 0;
font-size: 120%;
font-weight: bold;
border: 1px solid #a3b0bf;
text-align: left;
color: #000;
padding: 0.15em 0.4em;
}
.cadregris {
border: 1px solid #aaa;
background: #fcfcfc;
vertical-align: top;
padding: 7px;
margin-bottom: 0.6em;
}
.accueil_cadre_lien {
text-align: right;
margin-right: 0.5em;
font-size: xx-small;
}


/* Tracé de lignes ferroviares ([[Modèle:3voies]] et cie) */
.poem {
.tablelignesferroviaires td {
        margin-bottom: 0em;
white-space: nowrap;
        margin-top: 0em;
}
        line-height: 1.6em;
        margin-left: 6em;
}


/* Infobox V2 (voir : [[Projet:Infobox/V2]]) */
.poem p {  
.infobox_v2 {
margin-top: 0em ! important;  
background: #f9f9f9;
margin-bottom: 0em ! important;  
color: #000;
}
font-size: 90%;
.poem .zeilennummer {  
line-height: 1.2em;
        left:-4.5em;  
float: right;
}
clear: right;
margin: 0 0 0.5em 1em;
width: 294px;
border: 1px solid #aaa;
border-spacing: 5px;
}
.infobox_v2 th {
vertical-align: super;
text-align: left;
}
.infobox_v2 .entete {
height: 43px;
vertical-align: middle;
text-align: center;
font-size: 140%;
font-weight: bolder;
line-height: 1.1em;
color: #000;
}
/* Padding si pictogramme d'infobox, e.g. ".entete.foobar"
  Pas de pictogramme donc pas de padding sur ".entete.defaut" et ".entete"
  Possibilité de désactiver ce padding en ajoutant une classe "large" */
.infobox_v2 .entete:not(.defaut):not([class="entete"]):not(.large) {
padding: 1px 48px;
}
/* Pour [[Modèle:Image et son]], etc. */
.infobox_v2 .media {
height: 35px;
vertical-align: middle;
text-align: center;
font-weight: bolder;
color: #000;
}


/* Graphiques transparents d'en-têtes des Infobox */
.zeilennummer {
.entete {
        position:absolute;
background-position: right center;
        top:0em; 
background-repeat: no-repeat;
        left:-4.5em;
}
        width:4.0em; 
        text-align:right;  
        margin:0.0em;
        font-size:0.8em;
        vertical-align:middle;
}


.media.audio {
.poem .pr1pn {
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat left top;
        position:absolute;
}
        top:0em; 
.media.video {
        left:-5.5em;  
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat left top;
        width:3em; 
}
        text-align:right;
        margin:0.0em;
        vertical-align:middle;
}


/* Pour le [[modèle:Infobox/Géolocalisation multiple]] et le [[modèle:Géolocdual]]. */
.seitennummer {
.img_toogle ul {
        position:absolute;
list-style: none;
        top:0em; 
text-align: center;
        left:-0.5em;
}
        width:3em; 
        text-align:right;  
        margin:0.0em;
        vertical-align:middle;
}


/* Infobox V3 */
.poem .seitennummer {
div.infobox_v3 {
        left:-0.5em;  
padding: 5px;
}
width: 25em;
background: #f9f9f9;
border: 1px solid #aaa;
clear: right;
float: right;
font-size: 0.9em;
line-height: 1.4;
margin: 0 0 0.5em 1em;
max-width: 325px;
word-wrap: break-word;
}
.infobox_v3 .entete {
display: table;
height: 45px;
width: 100%;
font-weight: bold;
text-align: center;
font-size: 1.4em;
line-height: 1.1;
margin-bottom: 10px;
background-color: #dfedff;
}
.infobox_v3 .entete > div {
display: table-cell;
vertical-align: middle;
padding: 3px;
}
.infobox_v3:not(.large) .entete.icon > div {
padding: 3px 48px;
}
/* Images */
.infobox_v3 .images {
text-align: center;
display: flex;
justify-content: space-around;
align-items: center;
}
.infobox_v3 .images a {
max-width: 100%;
flex: 0 0 auto; /* be kind ie11 */
}
.infobox_v3 .deux-images a {
max-width: 48%;
}
.infobox_v3 .images img {
max-width: 100%;
height: auto;
}
.infobox_v3 .legend {
font-size: 0.9em;
text-align: center;
margin: 5px 0 8px 0;
}
/* Tableaux */
.infobox_v3 table {
width: 100%;
margin: 5px 0;
table-layout: fixed;
border-collapse: collapse;
}
.infobox_v3 th[scope="col"] {
text-align: center;
word-wrap: normal;
}
.infobox_v3 th[scope=row] {
text-align: left;
padding-right: 10px;
width: 8em;
max-width: 140px;
word-wrap: normal;
}
.infobox_v3 th[scope=row],
.infobox_v3 td {
padding-top: 4px;
vertical-align: super;
}
.infobox_v3 th[scope=row].middle {
vertical-align: middle;
}
.infobox_v3.bordered th[scope=row],
.infobox_v3.bordered td {
padding-bottom: 4px;
border-top: 1px solid #dfedff;
}
.infobox_v3.bordered caption.bordered {
margin: 0 0 -1px 0;
}
.infobox_v3 tr.left td {
text-align: left;
}
.infobox_v3 tr.vborder td {
border-left: 1px dotted #aaa;
}
.infobox_v3 tr.vborder td:first-child {
border-left: none;
}
.infobox_v3 td.data {
text-align: center;
}
.infobox_v3 tr:first-child ul:first-child {
margin-top: 0;
}
/* Titres bloc et caption tableaux */
.infobox_v3 p.bloc,
.infobox_v3 caption {
font-weight: bold;
text-align: center;
line-height: 1.1;
margin: 0 0 5px 0;
padding: 4px;
background: #dfedff;
}
.infobox_v3 p.bloc {
margin: 5px 0;
}
.infobox_v3 caption.bordered,
.infobox_v3 p.bordered {
border-top: 1px solid #dfedff;
border-bottom: 1px solid #dfedff;
background: transparent;
}
.infobox_v3 .bordered.navbar,
.infobox_v3 .bordered.nav {
padding-top: 4px;
border-bottom: 0;
}
/* TODO : mettre à jour la classe .hidden générique */
.infobox_v3 caption.hidden {
margin: 0 !important;
padding: 0 !important;
}
/* Séparateur */
.infobox_v3 .hr {
font-size: 1px;
line-height: 1px;
margin: 5px 0;
background-color: #dfedff;
}
.infobox_v3 .hr.collapse {
margin: 5px 0 -8px 0;
}
/* Tnavbar */
.infobox_v3 .navbar {
text-align: right;
font-size: 0.8em;
line-height: 1.1;
margin: 8px 0 0;
}
.infobox_v3 .navbar .plainlinks {
float: left;
}
/* Navigateur */
.infobox_v3 .overflow {
overflow: hidden;
}
.infobox_v3 .prev a,
.infobox_v3 .prev_bloc {
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/49/ArrowLeftNavbox.svg/12px-ArrowLeftNavbox.svg.png") no-repeat left center;
float: left;
max-width: 40%;
padding: 0 0 0 18px;
text-align: left;
}
.infobox_v3 .next a,
.infobox_v3 .next_bloc {
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/10/ArrowRightNavbox.svg/12px-ArrowRightNavbox.svg.png") no-repeat right center;
float: right;
max-width: 40%;
padding: 0 18px 0 0;
text-align: right;
}
/* Divers */
.infobox_v3 table.maillot-equipe td {
padding: 0;
}
.infobox_v3 table.maillot-equipe {
table-layout: auto;
}


/* Taxobox V3 (cf. [[Utilisateur:Hexasoft/Taxobox code V3]]) */
/* präferierte Fonts für bestimmte Schriftsysteme */
.taxobox_v3 {
span.polytonic
font-size: 0.99em !important;
{
padding: 1px;
  font-family:
}
  'Arial Unicode MS',
/* Style global par défaut */
  'Palatino Linotype',
div.taxobox_v3 .entete,
  'Code2000',
.taxobox_v3 caption,
  'New Athena Unicode',
.taxobox_v3 p.bloc {
  'Gentium',
font-style: normal;
  'Athena Unicode',
}
  sans-serif;
/* Ne pas utiliser le gras dans la partie gauche des lignes données mixtes */
}
.taxobox_v3 th {
font-weight: normal;
span.hebrew
}
{
/* Change la couleur des séparateur d'un bleu pâle à gris pâle */
  font-family:
div.taxobox_v3.bordered th[scope=row],
  'Quivira',
div.taxobox_v3.bordered td {
  'Sun-ExtA',
padding-bottom: 4px;
  'Arial Unicode MS',
border-top: 1px solid #ededed;
  'SBL Hebrew',
}
  'Code2000',
 
  'MPH 2B Damase',
/* Couleur "animal" (titre, sections) */
  sans-serif;
div.taxobox_v3.animal .entete {
}
background-color: LightSalmon;
}
.taxobox_v3.animal caption,
.taxobox_v3.animal p.bloc {
background-color: Bisque;
}
/* Couleur "plante" (titre, sections) */
div.taxobox_v3.plante .entete {
background-color: lightgreen;
}
.taxobox_v3.plante caption,
.taxobox_v3.plante p.bloc {
background-color: #ccffcc;
}
/* Couleur "champignon" (titre, sections) */
div.taxobox_v3.champignon .entete {
background-color: SkyBlue;
}
.taxobox_v3.champignon caption,
.taxobox_v3.champignon p.bloc {
background-color: PowderBlue;
}
/* Couleur "test" (titre, sections) */
div.taxobox_v3.test .entete {
background-color: #50a0a0;
}
.taxobox_v3.test caption,
.taxobox_v3.test p.bloc {
background-color: #70c0c0;
}
/* Couleur "algue" (titre, sections) */
div.taxobox_v3.algue .entete {
background-color: MediumAquamarine;
}
.taxobox_v3.algue caption,
.taxobox_v3.algue p.bloc {
background-color: #bfffe6;
}
/* Couleur "archaea" (titre, sections) */
div.taxobox_v3.archaea .entete {
background-color: darkgray;
}
.taxobox_v3.archaea caption,
.taxobox_v3.archaea p.bloc {
background-color: lightgray;
}
/* Couleur "protiste" (titre, sections) */
div.taxobox_v3.protiste .entete {
background-color: khaki;
}
.taxobox_v3.protiste caption,
.taxobox_v3.protiste p.bloc {
background-color: PaleGoldenrod;
}
/* Couleur "virus" (titre, sections) */
div.taxobox_v3.virus .entete {
background-color: #d1d1f9;
}
.taxobox_v3.virus caption,
.taxobox_v3.virus p.bloc {
background-color: Lavender;
}
/* Couleur "neutre" (titre, sections) */
div.taxobox_v3.neutre .entete {
background-color: #eee;
}
.taxobox_v3.neutre caption,
.taxobox_v3.neutre p.bloc {
background-color: #eee;
}
/* Couleurs "bactérie", "eucaryote" et "procaryote" (titre, sections) */
div.taxobox_v3.bacterie .entete,
div.taxobox_v3.eucaryote .entete,
div.taxobox_v3.procaryote .entete {
background-color: lightgrey;
}
.taxobox_v3.bacterie caption,
.taxobox_v3.bacterie p.bloc,
.taxobox_v3.eucaryote caption,
.taxobox_v3.eucaryote p.bloc,
.taxobox_v3.procaryote caption,
.taxobox_v3.procaryote p.bloc {
background-color: #e6e6e6;
}


/* Style typographique : zoologie ou rien (botanique) */
span.unicode
div.taxobox_v3 .taxobox_classification {
{
font-style: italic;
  font-family:
}
  'Arial Unicode MS',
div.taxobox_v3 .taxobox_classification .rnormal,
  'Lucida Sans Unicode',
div.taxobox_v3.zoologie .taxobox_classification .normal,
  'Lucida Grande',
div.taxobox_v3 th[scope="row"] {
  'TITUS Cyberbit Basic',
font-style: normal;
  'Code2000',
}
  'MV Boli',
  'MS Mincho',
  'Arial',
  sans-serif;
}


/* Effets dégradés : utilisables pour un effet ombragé dans les modèles de cadre
/* Styles für Proofreading-Extension */
  (par exemple : [[Portail:Montréal/Cadre]]). Ceux-ci ne doivent pas dépasser 43
.Index {
  pixels de hauteur au risque d'y voir un effet indésirable. */
  display: none;
.degrade {
}
background-image: url("//upload.wikimedia.org/wikipedia/commons/f/fb/Gradient_43px.png");
background-position: top;
background-size: 100% 100%;
background-repeat: repeat-x;
}
.degrade_rev {
background-image: url("//upload.wikimedia.org/wikipedia/commons/6/61/Gradient_reversed_43px.png");
background-position: top;
background-repeat: repeat-x;
}
.degrade_double {
background-image: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Double_Gradient_60px_V.png");
background-position: top;
background-repeat: repeat;
}


/* Classe de masquage, remplace display:none. Contenu non affiché mais lisible par les lecteurs d'écrans. */
.pagetext {
.hidden {
  text-align: justify;
position: absolute;
}
left: 0;
top: -5000px;
width: 1px;
height: 1px;
overflow: hidden;
}
caption.hidden {
position: static;
text-indent: -5000px;
}


/* Géolocalisation dynamique */
.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
.img_toogle div, .img_toogle table, .img_toogle ul {
    background:#90EE90 /* grün */
margin: 0 auto !important;
}
.img_toogle .geobox {
position: relative
}
.img_toogle .geopoint {
position: absolute;
width: 5px;
height: 5px;
font-size: 1px;
border: 1px solid #000;
background: #f00;
}
}


/* Gallery */
.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
ul.gallery {
    background:#ffe867 /* gelb */
margin: 2px auto;
text-align: center;
}
.gallerytext {
text-align: left;
font-size: 89%;
}
}
.mw-gallery-slideshow-caption .gallerytext {
text-align: center;
.ns-104 .quality2, .editCheckboxes .quality2 { /* ???? */
    background:#ff0000; /* rot */
}
}
.image-border img {
border: 1px solid #c8ccd1;
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
    background:#ffa0a0; /* hell-rot */
}
}


/* Classes pour modèles de sommaires allégés */
.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
.toc_niveau_1 ul ul,
    background:#dddddd /* grau */
.toc_niveau_2 ul ul ul,
.toc_niveau_3 ul ul ul ul,
.toc_niveau_4 ul ul ul ul ul,
.toc_niveau_5 ul ul ul ul ul ul {
display: none;
}
}


.mw-textarea-protected {
.ns-102 .editsection { visibility:hidden; }
border: 2px solid #ff0000;
color: navy;
}


/* Abusefilter */
/* Style um den Abstand zwischen den Absätzen zu vergrößern */
.mw-abusefilter-diff-context,
dl {
.mw-abusefilter-diff-multiline td { /* Les longues lignes sans espace sont fréquentes. */
margin: 0px;
word-wrap: break-word;
margin-bottom: 1em;
max-width: 40em;
}
}


/* Subdivisions administratives */
.vorlage-ueberschrift {
.communes th[scope=col] { /* Défaut, voir le [[modèle:ÉluDébut]] */
  display: block !important;
background-color: #ddffdd;
}
.localites th[scope=col] {
background-color: #ffffbb;
}
.intercommunalites th[scope=col] {
background-color: #ffe2bf;
}
}
.cantons th[scope=col] {
.vorlage-ueberschrift * {
background-color: #ece5ca;
  color: #999;
}
}
.arrondissements th[scope=col] {
@media print {
background-color: #e1e1e1;
  .vorlage-ueberschrift {
}
    display: none !important;
.departements th[scope=col] {
  }
background-color: #f6f3dd;
}
.regions th[scope=col] {
background-color: #bbdefd;
}
}


/* Éditeur visuel : adaptation des messages d'avertissement */
.ve-ui-mwSaveDialog #cpwarn {
background: none;
color: #111;
padding: 3px;
}
.ve-ui-mwSaveDialog #avertissement-filtre {
background: none;
border: none;
margin: 0;
padding: 0;
}
.ve-ui-mwSaveDialog .grosse-icone {
background: none;
padding: 0;
}
.ve-ui-mwSaveDialog .bandeau-icone {
display: none;
}


/* Aide et accueil */
/*
.aa-bloc-tete { /* Messages système */
* Patrollink, Ausrufezeichen und Legendeneintrag ausblenden und Einträge auf
display: table;
* [[Spezial:Neue Seiten]] entfärben, da das Feature hier nicht genutzt wird und
width: 100%;
* dessen Optik zu sehr den gesichteten Versionen ähnelt; vgl. [[phab:T102818]]
margin-bottom: 1em;
*/
}
.patrollink,
.aa-bloc-gauche,
ul.special .unpatrolled,
.aa-bloc-droite {
.mw-changeslist-legend .unpatrolled,
display: table;
.mw-changeslist-legend-unpatrolled {
vertical-align: middle;
margin-bottom: 1em;
}
.aa-bloc-tete .aa-bloc-gauche,
.aa-bloc-tete .aa-bloc-droite {
display: table-cell;
margin-bottom: 0;
}
.ve-ui-mwNoticesPopupTool-item .aa-bloc-gauche,
.ve-ui-mwNoticesPopupTool-item .aa-bloc-droite,
.ve-ui-mwNoticesPopupTool-item .aa-bloc-tete .aa-bloc-gauche,
.ve-ui-mwNoticesPopupTool-item .aa-bloc-tete .aa-bloc-droite {
display: block;
float: none;
}
.ve-ui-mwNoticesPopupTool-item .aa-bloc-gauche .boutons-action,
.ve-ui-mwNoticesPopupTool-item .aa-bloc-droite.aa-rechercher-autres-wikis {
display: none;
display: none;
}
}
.aa-bloc-droite {
td.mw-enhanced-rc .unpatrolled {
width: 30%;
visibility: hidden;
}
}
.aa-bloc-dessous {
.not-patrolled {
padding: 5px 10px;
background-color: transparent;
}
}
.aa-bloc-tete h2 {
 
margin-top: 4pt; /* Correction du style des titres par défaut pour une meilleure intégration */
.thumbinner {
}
    border: none;
/* Couleur et apparence des éléments */
    padding: 0;
.aa-fond-gris {
    box-shadow: 0;
background-color: #f6f6f6;
padding: 10px;
}
}
.aa-filet-gris {
.thumbinner .thumbimage {
border: 1px solid #ccc;
    border: 0;
border-left-width: 6px;
}
}
.aa-filet-bleu {
.thumbcaption {
border: 0 solid #3366cc;
    color:white;
border-left-width: 6px;
    background:#006699;
    border-bottom-left-radius: 20px;   
    font-weight: normal;   
    font-size: 95%;
    padding-left:15px;
    margin-right: 2px;
    padding: 10px;
}
}
.aa-filet-orange {
.thumbcaption a {
border: 0 solid #f16633;
    color:white;
border-left-width: 6px;
    text-decoration: underline dotted lightgrey;
}
.aa-filet-rouge {
border: 0 solid #d33;
border-left-width: 6px;
}
.aa-fond-blanc {
background-color: #fff;
padding: 10px;
}
.aa-fond-avertissement {
display: block;
border-bottom: 1px solid #c00;
background-color: #fff;
padding: 10px;
}
.aa-titre-bleu {
color: #3366bb;
border: none;
}
.aa-titre-rouge {
color: #c00;
border: none;
}
.aa-titre-vert {
color: #008769;
border: none;
}
.aa-incipit {
font-family: sans-serif;
font-weight: bold;
font-size: 1.5em;
line-height: 1.3;
}
.aa-intertitre {
font-family: sans-serif;
font-weight: bold;
font-size: 1.17em;
}
.aa-faux-h2 {
font-weight: normal;
font-size: 1.5em;
line-height: 1.3;
}
.aa-faux-h3 {
font-weight: normal;
font-size: 1.17em;
}
.aa-en-tete-aide-largeur {
max-width: 1000px;
}
.aa-en-tete-aide-droite {
width: 140px;
float: right;
background: #fff;
padding: 6px;
margin-left: 20px;
font-size: 0.9em;
}
.aa-en-tete-aide-ariane {
font-size: 0.9em;
display: block;
margin: 0 0 5px 10px;
padding: 5px 5px 5px 0;
}
.aa-en-tete-aide-chapo {
margin: 10px;
margin-right: 166px;
}
.aa-en-tete-aide-petit {
font-size: 0.9em;
}
.aa-couleur-aide {
color: #ff5d00;
}
.aa-couleur-niveau-avance {
padding: 3px;
color: #fff;
background: #347bff;
}
.aa-couleur-niveau-expert {
padding: 3px;
color: #fff;
background: #d11813;
}
.aa-couleur-niveau-debutant {
padding: 3px;
color: #fff;
background: #00af89;
}
.aa-en-tete-aide-statut {
background: none repeat scroll 0 0 #ffe7db;
padding: 3px;
}
}


/* Migrated from [[MediaWiki:Cite references prefix]] */
/*Reduce size of content as french Wikipedia*/
ol.references {
#content.mw-body {
font-size: 85%;
width:97%
}
}
 
/* Masquage de certains avertissements si le JS est activé, utilisé dans le [[Modèle:Noscript]] */
.client-js .template-noscript {
display: none;
}
 
q {
  quotes: "«\a0" "\a0»";
  font: inherit;
}
 
/* </nowiki> */

Aktuelle Version vom 13. Januar 2023, 12:56 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

 
/**
 * Styling for links generated by [[MediaWiki:Edittools]]
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling
 * @updated 2020-03-17
 */
.mw-charinsert-buttons {
	border: 1px solid #aaa;
	margin-top: 10px;
	padding: 1px;
	font-size: 1.1em;
	text-align: center;
}

.mw-charinsert-buttons a {
	background-color: #cde !important;
	color: #000;
	border: thin #069 outset;
	padding: 0 1px 1px;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.mw-charinsert-buttons a:hover,
.mw-charinsert-buttons a:active {
	background-color: #bcd;
	border-style: inset;
}

.client-js .mw-edittools-section {
	display: inline;
}

.client-js .mw-edittools-section input[type="button"] {
	font-size: 0.9em;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
}


/* Kategorie verbergen */
/* Überschrift verbergen */
/* Redirhinweis verbergen - ACHTUNG: Je nach Skin muss jetzt der Abstand zum oberen Rand korrigiert werden */
body.page-Hauptseite #catlinks,
body.page-Hauptseite.action-view h1.firstHeading,
body.page-Hauptseite.action-view #contentSub {
	display: none;
body.page-Hauptseite h1.firstHeading { display:none; }
}


/* Stylesheet-Ergänzung zu Standard-[[NordhausenWiki:Navigationsleisten|Navigationsleisten]] */
div.NavFrame {
	display: inline-block; /* IE <= 7 */
}
div.NavFrame {
	border: 1px solid #aaa;
	clear: both;
	display: block;
	font-size: 95%;
	margin-top: 1.5em;
	padding: 2px;
	text-align: center;
}

/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
}
div.NavPic {
	float: left;
	padding: 2px;
}
div.NavHead {
	background: #efefef;
	font-weight: bold;
}

/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
div.NavEnd {
	display: none; /* broken */
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}

/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
	border: 1px solid #aaa;
	clear: both;
	font-size: 95%;
	margin-top: 1.5em;
	padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
	border: none;
	font-size: 100%;
	margin: 0;
	padding-top: 0;
}

/* Stylesheet-Ergänzung zu SideBoxen */
div.sideBox {
	background: white;
	border: 1px solid gray;
	clear: right;
	float: right;
	margin-left: 1em;
	overflow: hidden;
	padding: 0.3em;
	position: relative; /* IE 6 */
	width: 200px;
}
div.sideBox dl {
	font-size: 96%;
	margin: 0 0 0.3em;
}
div.sideBox dl dt {
	background: none;
	margin: 0.4em 0 0;
}
div.sideBox dl dd {
	background: #f3f3f3;
	margin: 0.1em 0 0 1.1em;
}

/* Stylesheet-Ergänzung zu [[NordhausenWiki:Taxoboxen|Taxoboxen]] und [[NordhausenWiki:Paläoboxen|Paläoboxen]] */
table.taxobox,
table.palaeobox {
	background: white;
	border: 1px solid gray;
	border-collapse: collapse;
	/* redundant zu class="float-right" */
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
table.taxobox th,
table.palaeobox th {
	background: #9bcd9b;
	border: 1px solid gray;
	font-weight: bold;
	text-align: center;
}
table.palaeobox th {
	background: #e7dcc3;
}
table.taxobox div.thumb,
table.taxobox div.thumb *,
table.palaeobox div.thumb,
table.palaeobox div.thumb * {
	background: #f9f9f9;
	border: none;
	float: none;
	margin: 0 auto;
	padding: 0;
}
table.taxobox div.magnify,
table.palaeobox div.magnify {
	display: none;
}
table.taxobox tr td div.thumb div div.thumbcaption,
table.taxobox td.Person,
table.taxobox td.taxo-name,
table.taxobox td.taxo-bild,
table.palaeobox tr td div.thumb div div.thumbcaption,
table.palaeobox td.Person,
table.palaeobox td.taxo-name,
table.palaeobox td.taxo-bild,
table.palaeobox td.taxo-zeit {
	text-align: center;
}
table.palaeobox td.taxo-ort {
	text-align: left;
}

/* aus Vorlage zur Entlastung, skinabhängigen Darstellung und Kombinierbarkeit hierher ausgelagert */
.prettytable {
	background: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
	margin: 1em 1em 1em 0;
}
.prettytable th,
.prettytable td {
	border: 1px solid #aaa;
	padding: 0.2em;
}
.prettytable th {
	text-align: center;
}
.prettytable caption {
	font-weight: bold;
}

/* Zebra-Tabellen */
table.wikitable.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
	background: white;
}

.nogrid th,
.nogrid td {
	border: none;
}
/* @noflip */div.float-left,
table.float-left,
ul.float-left,
.float-left {
	clear: left;
	float: left;
	margin: 1em 1em 1em 0;
}
/* @noflip */div.float-right,
table.float-right,
ul.float-right,
.float-right {
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
	margin-left: auto;
	margin-right: auto;
}
.toptextcells td {
	vertical-align: top;
}

/* gleicher vertikaler Abstand für Text und Listen in Tabellen */
table ul, table p {
	margin-top: .3em;
}

/*
 * Farbdefinitionen für Rahmen und Hintergründe.
 * Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
 * Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
 * zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
 * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
 * für dünne Rahmen nur noch "border-style" angeben muss.)
 */
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
	border: 1px #aaa;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
	border: 1px #e9e9e9;
}
.rahmenfarbe3 { /* "Rot", auffällig */
	border: 1px #c00000;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
	border: 1px #88a;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
	border: 1px #000;
}

table > * > tr.hintergrundfarbe1 > th,
table > * > tr > th.hintergrundfarbe1,
table.hintergrundfarbe1,
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
	background-color: #f9f9f9;
}
table > * > tr.hintergrundfarbe2 > th,
table > * > tr > th.hintergrundfarbe2,
table.hintergrundfarbe2,
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
	background-color: #ffffff;
}
table > * > tr.hintergrundfarbe3 > th,
table > * > tr > th.hintergrundfarbe3,
table.hintergrundfarbe3,
.hintergrundfarbe3 { /* "Gelb", auffällig */
	background-color: #ffff40;
}
table > * > tr.hintergrundfarbe4 > th,
table > * > tr > th.hintergrundfarbe4,
table.hintergrundfarbe4,
.hintergrundfarbe4 { /* Sehr auffällig */
	background-color: #fa0;
}
table > * > tr.hintergrundfarbe5 > th,
table > * > tr > th.hintergrundfarbe5,
table.hintergrundfarbe5,
.hintergrundfarbe5 { /* Neutral, abgesetzt */
	background-color: #e0e0e0;
}
table > * > tr.hintergrundfarbe6 > th,
table > * > tr > th.hintergrundfarbe6,
table.hintergrundfarbe6,
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #b3b7ff;
}
table > * > tr.hintergrundfarbe7 > th,
table > * > tr > th.hintergrundfarbe7,
table.hintergrundfarbe7,
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #ffcbcb;
}
table > * > tr.hintergrundfarbe8 > th,
table > * > tr > th.hintergrundfarbe8,
table.hintergrundfarbe8,
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #ffebad;
}
table > * > tr.hintergrundfarbe9 > th,
table > * > tr > th.hintergrundfarbe9,
table.hintergrundfarbe9,
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
	background-color: #b9ffc5;
}

/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
sup.reference {
	font-style: normal;
	font-weight: 400;
}
sup,
sub {
	line-height: 1em;
}

/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
ol.references > li:target,
sup.reference:target {
	background: #def;
}

/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
ol.references li a[href|="#cite_ref"] {
	font-style: italic;
}

/* Inline-Verwendung der [[:Kategorie:Vorlage:Schwesterprojektverweis|Schwesterprojektverweise]] */
ol.references li div.sisterproject {
	display: inline;
}

/* Für MediaWiki:Missingcommentheader */
div#mw-missingcommentheader b {
	color: #900;
}

/* Für [[MediaWiki:Anoneditwarning]] und weitere Hinweise, die alle untereinander stehen */
div#mw-anon-edit-warning,
div#mw-anon-preview-warning,
div#mw-missingsummary,
div#wp_talkpagetext {
	background: #d3e1f2;
	border: 1px solid #1a47ff;
	margin: 1em auto;
	padding: 1em;
	width: 80%;
}

/* +++++ SONSTIGE ANPASSUNGEN (Spezialseiten u. a.) +++++ */

/* Markierung von Redirects in [[Special:Allpages]], [[Special:Watchlist]], Kategorien */
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
	font-style: italic;
}

/* Größerer Abstand zwischen TOC-Nummerierung und TOC-Eintrag */
span.tocnumber {
	margin-right: 0.3em;
}

/* hiddenStructure wurde in Mediawiki Version 1.18 entfernt, wird hier aber gebraucht. */

.hiddenStructure {
	display: none;
}

/* Skinabhängige absolute Positionierungen ausblenden */
/* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */
#artikelstadium,
#commons-icon,
#coordinates,
#editcount,
#issnlink,
#shortcut,
#spoken-icon,
.topicon {
	display: none;
}

/* Verhindere, dass Infoboxen etc. in den Inhalt von Kategorien hineinragen.
Das betrifft nur Kategorieseiten. */
div#mw-subcategories,
div#mw-pages,
div#mw-category-media {
	clear: both;
}

/* DIVs in ImageMaps inlinen (Vorschlag von Revolus) */
.imagemap-inline div {
	display: inline; /* broken */
}

/* [[Special:Hochladen]]: Warnmeldung auf bestehende Dateien, unerwünschte Prefixe usw. deutlicher hervorheben. */
td#wpDestFile-warning ul {
	border: 1px solid red;
	padding: 1.5em;
}

/* höheres Uploadfeld */
textarea#wpUploadDescription {
	height: 20em;
}

/* Warnmeldung für gesperrte Titel */
.mw-titleprotectedwarning {
	background: #eee;
	border: 2px solid red;
	padding: 1em;
}

/* Warnmeldung bei der Bearbeitung von Seiten im MediaWiki-Namensraum */
.mw-editinginterface {
	background: #f9f9f9;
	border: 1px solid #c00000;
	padding: 2px;
}

/* Überschrift 5. und 6. Ordnung proportionaler zu Fließtext */
div#content h5 {
	font-size: 108%; /* Original: 100% */
}
div#content h5 .editsection {
	font-size: 93%; /* 1/108% */
}
div#content h6,
div#content h6 .editsection {
	font-size: 100%; /* Original: 80% = kleiner als Bodytext, unschön */
}

/* Anleitung auf Special:Search */
.mw-searchresult {
	font-size: 84%;
	margin: 5px;
}

/* Gestaltung der Edittools-Leiste [[MediaWiki:Onlyifediting.js]] */
div#specialchars {
	background: white;
	border: 1px solid #aaa;
	margin-top: 3px;
	padding: 1px;
	text-align: left;
}

/* Legende für Versionsgeschichte */
.mw-history-legend {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
	clear: both;
	font-size: 90%;
	margin: 2px 0;
	padding: 0 5px 5px;
}




/* IPA links nicht unterstreichen */
.IPA a:link,
.IPA a:visited {
	text-decoration: none;
}

/* Einzelnachweise kleiner */
ol.references,
div.reflist,
div.refbegin {
    font-size: 100%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #fdfaa1;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
    background: #fdfaa1;

}
/* und hiermit der Firefox >=1 */
::-moz-selection {
    background: #fdfaa1;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}

/* Gallery */

gallery {
max-width: 800px;
}

table.gallery {
margin: 0px;
padding: 0px;
background-color: #6f6f6f;
}

table.gallery tr {
vertical-align: top;
}

table.gallery td {
vertical-align: top;
}

div.gallerytext {
overflow: hidden;
font-size: 10px;
color: #6f6f6f;
padding: 1px;
}

div.gallerybox div.thumb {
border: 1px solid #CCC;
padding: 0px;
width: 145px;
margin: 5px auto;
}

li.gallerybox {
vertical-align: top;
width: 145px;
border: solid 0px;
}

ul.gallery, li.gallerybox {
zoom: 1;
*display: inline;
}

ul.gallery {
width:800px;
margin: 0px;
padding: 0px;
display: block;
}

li.gallerycaption {
font-weight: bold;
text-align: center;
display: block;
word-wrap: break-word;
}

li.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 0px;
width:145px;
}

div.gallerytext {
overflow: hidden;
font-size: 95%;
padding: 2px 4px;
word-wrap: break-word;
}

/* wikitable */

table.wikitable {  
margin: 2px;  
background: #FFFFFF;  
border: 1px #DDDDDD solid;  
border-collapse: collapse;  
empty-cells:show; 
}

table.wikitable td {  
border: 1px #aaa solid;   
padding: 5px; 
}

table.wikitable th {  
border: 1px #aaa solid;   
padding: 5px;   
background: #EEEEEE;  
text-align: center; 
}

table.wikitable caption {  
margin-left: inherit;  
margin-right: inherit;  
font-weight: bold; 
}

 /* Größere Einrückung für Zeilennummerierungen */
 dd {
   margin-left:2.8em;
 }

.poem { 
         margin-bottom: 0em; 
         margin-top: 0em; 
        line-height: 1.6em;
        margin-left: 6em;
 }

 .poem p { 
 	margin-top: 0em ! important; 
 	margin-bottom: 0em ! important; 
 }
 .poem .zeilennummer { 
         left:-4.5em; 
 }

 .zeilennummer {
         position:absolute; 
         top:0em;  
         left:-4.5em; 
         width:4.0em;  
         text-align:right; 
         margin:0.0em; 
         font-size:0.8em; 
         vertical-align:middle;
 }

 .poem .pr1pn {
         position:absolute; 
         top:0em;  
         left:-5.5em; 
         width:3em;  
         text-align:right; 
         margin:0.0em; 
         vertical-align:middle;
 }

 .seitennummer {
         position:absolute; 
         top:0em;  
         left:-0.5em; 
         width:3em;  
         text-align:right; 
         margin:0.0em; 
         vertical-align:middle;
 }

 .poem .seitennummer {
         left:-0.5em; 
 }

 /* präferierte Fonts für bestimmte Schriftsysteme */
 span.polytonic
 {
  font-family:
  'Arial Unicode MS',
  'Palatino Linotype',
  'Code2000',
  'New Athena Unicode',
  'Gentium',
  'Athena Unicode',
  sans-serif;
 }
 
 span.hebrew
 {
  font-family:
  'Quivira',
  'Sun-ExtA',
  'Arial Unicode MS',
  'SBL Hebrew',
  'Code2000',
  'MPH 2B Damase',
  sans-serif;
 }

 span.unicode
 {
  font-family:
  'Arial Unicode MS',
  'Lucida Sans Unicode',
  'Lucida Grande',
  'TITUS Cyberbit Basic',
  'Code2000',
  'MV Boli',
  'MS Mincho',
  'Arial',
  sans-serif;
 }

/* Styles für Proofreading-Extension */
 .Index {
   display: none;
 }

 .pagetext {
   text-align: justify;
 }

.ns-104 .quality4, .editCheckboxes .quality4 { /* fertig */
    background:#90EE90 /* grün */
}

.ns-104 .quality3, .editCheckboxes .quality3 { /* korrigiert */
    background:#ffe867 /* gelb */
}
 
.ns-104 .quality2, .editCheckboxes .quality2 {  /* ???? */
     background:#ff0000;  /* rot */ 
}
 
.ns-104 .quality1, .editCheckboxes .quality1 {   /* unkorrigiert */
     background:#ffa0a0; /* hell-rot */ 
}

.ns-104 .quality0, .editCheckboxes .quality0 { /*sofort fertig*/
     background:#dddddd /* grau */
}

.ns-102 .editsection { visibility:hidden; }

 /* Style um den Abstand zwischen den Absätzen zu vergrößern */
 dl {
 	margin: 0px;
 	margin-bottom: 1em;
 }

.vorlage-ueberschrift {
  display: block !important;
}
.vorlage-ueberschrift * {
  color: #999;
}
@media print {
  .vorlage-ueberschrift {
    display: none !important;
  }
}


/*
 * Patrollink, Ausrufezeichen und Legendeneintrag ausblenden und Einträge auf
 * [[Spezial:Neue Seiten]] entfärben, da das Feature hier nicht genutzt wird und
 * dessen Optik zu sehr den gesichteten Versionen ähnelt; vgl. [[phab:T102818]]
 */
.patrollink,
ul.special .unpatrolled,
.mw-changeslist-legend .unpatrolled,
.mw-changeslist-legend-unpatrolled {
	display: none;
}
td.mw-enhanced-rc .unpatrolled {
	visibility: hidden;
}
.not-patrolled {
	background-color: transparent;
}

.thumbinner {
    border: none;
    padding: 0;
    box-shadow: 0;
}
.thumbinner .thumbimage {
    border: 0;
}
.thumbcaption {
    color:white;
    background:#006699;
    border-bottom-left-radius: 20px;    
    font-weight: normal;    
    font-size: 95%;
    padding-left:15px;
    margin-right: 2px;
    padding: 10px;
}
.thumbcaption a {
    color:white;
    text-decoration: underline dotted lightgrey;
}

/*Reduce size of content as french Wikipedia*/
#content.mw-body {
	width:97%
	}