MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus ConanWiki
Zur Navigation springen Zur Suche springen
Inhalt hinzugefügt Inhalt gelöscht
Keine Bearbeitungszusammenfassung
K (Offizielles rot für Yaiba-Tabellenrand)
 
(83 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
  +
/* Farbliches Markieren in den RC und WO */
  +
  +
@import url("skin.css");
  +
 
/* +++++ 1. Wikitable für schöne Tabellen +++++ */
 
/* +++++ 1. Wikitable für schöne Tabellen +++++ */
   
.wikitable,
+
.wikitable {
  +
margin: 1em 1em 1em 0;
.prettytable {
 
  +
background: #f9f9f9;
margin: 1em 1em 1em 0;
 
background: #f9f9f9;
+
border: 1px #AAA solid;
  +
border-collapse: collapse;
border: 1px #AAA solid;
 
  +
empty-cells:show;
border-collapse: collapse;
 
empty-cells:show;
 
 
}
 
}
 
 
.wikitable th, .wikitable td,
+
.wikitable th,
  +
.wikitable td {
.prettytable th, .prettytable td {
 
border: 1px #AAA solid;
+
border: 1px #AAA solid;
padding: 0.3em;
+
padding: 0.3em;
 
}
 
}
 
 
.wikitable caption,
+
.wikitable caption {
  +
margin-left: inherit;
.prettytable caption {
 
margin-left: inherit;
+
margin-right: inherit;
margin-right: inherit;
+
font-weight: bold;
  +
}
font-weight: bold;
 
  +
  +
/* Spezielle Tabellenanpassungen */
  +
.nogrid th,
  +
.nogrid td {
  +
border: none;
  +
}
  +
.float-left {
  +
float: left;
  +
clear: left;
  +
}
  +
.float-right {
  +
float: right;
  +
clear: right;
  +
margin: 1em 0 1em 1em;
  +
}
  +
.centered {
  +
margin-left: auto;
  +
margin-right: auto;
  +
}
  +
.toptextcells td {
  +
vertical-align: top;
 
}
 
}
 
.nogrid th, .nogrid td {border: none;}
 
.float-left { float: left; clear: left; }
 
.float-right { float: right; clear: right; margin: 1em 0 1em 1em; }
 
.centered { margin-left: auto; margin-right: auto; }
 
.toptextcells td { vertical-align: top; }
 
   
   
 
/* +++++ 2. Neue Tabellen +++++ */
 
/* +++++ 2. Neue Tabellen +++++ */
   
  +
.roundtable {
.mw-statistics-table {
 
border-collapse:separate !important;
+
border:2px solid #ccc;
  +
-moz-border-radius:0.5em;
}
 
  +
border-radius:0.5em;
.roundtable,.mw-statistics-table {
 
  +
background:#fff;
border:2px solid #ccc;
 
  +
}
-moz-border-radius:0.5em;
 
  +
.roundtable th,
border-radius:0.5em;
 
  +
.roundtable td {
background:#fff;
 
  +
border-radius:0.5em;
}
 
  +
-moz-border-radius:0.5em;
.roundtable th,.mw-statistics-table th {
 
padding:0.1em 0.5em;
+
padding:0.1em 0.5em;
}
+
}
  +
.roundtable td {
.mw-statistics-table th {
 
  +
background-color:#ffffff;
border-radius:0.5em;
 
-moz-border-radius:0.5em;
+
border: 0;
}
+
}
.mw-statistics-table td {
 
border:0 !important;
 
border-bottom: 1px dashed #66cc66 !important;
 
}
 
.roundtable th, .roundtable td {
 
border-radius:0.5em;
 
-moz-border-radius:0.5em;
 
}
 
.roundtable td, .mw-statistics-table td {
 
background-color:#ffffff;
 
border: 0;
 
}
 
.roundtable.land th {
 
background: #66cc66;
 
}
 
.roundtable.land, .roundtable.land td {
 
border-color: rgb(172, 230, 172);
 
}
 
.roundtable.hoehle th {
 
background: #cc9966;
 
}
 
.roundtable.hoehle,.roundtable.hoehle td {
 
border-color: rgb(230, 201, 172);
 
}
 
.roundtable.wasser th {
 
background: #6699CC;
 
}
 
.roundtable.wasser,.roundtable.wasser td {
 
border-color: #ACC9E6
 
}
 
.roundtable.wüste th {
 
background: #CDAD00;
 
}
 
.roundtable.wüste,.roundtable.wüste td {
 
border-color: #EEC900
 
}
 
.roundtable.wiki th {
 
background: #E6EEFF;
 
}
 
.roundtable.wiki,.roundtable.wiki td {
 
border-color: #ACC9E6
 
}
 
.roundtable tr.highlight td {
 
background-color:rgb(234,234,234);
 
}
 
.roundtable tr.filler td {
 
background-color:rgb(227,255,185);
 
}
 
.roundtable.manga tr.highlight td {
 
background-color:rgb(252,255,198);
 
}
 
.roundtable.anime {
 
background-color:rgb(235,244,250);
 
border-color:rgb(100,176,217);
 
}
 
.roundtable.anime th {
 
background-color:rgb(184,219,237);
 
}
 
   
  +
/* Spezielle Farbanpassungen */
.roundtable.filler {
 
background-color:rgb(244,255,240);
 
border-color:rgb(148,252,103);
 
}
 
.roundtable.filler th {
 
background-color:rgb(217,254,201);
 
}
 
   
.roundtable.stories {
+
.roundtable.wiki {
background-color:rgb(238,238,238);
+
background-color:rgb(242,247,255);
  +
}
border-color:rgb(140,140,140);
 
  +
.roundtable.wiki th {
}
 
  +
background: rgb(230,238,255);
.roundtable.stories th {
 
  +
}
background-color:rgb(209,209,209);
 
  +
.roundtable.wiki, .roundtable.wiki td {
}
 
  +
border-color: rgb(172,201,230)
  +
}
   
.roundtable.film, tr.film td {
 
background-color:rgb(254,230,203);
 
}
 
 
.roundtable.film {
 
border-color:rgb(253,151,38);
 
}
 
 
.roundtable.film th {
 
background-color:rgb(254,200,139);
 
}
 
 
.roundtable.manga {
 
background-color:rgb(237,224,209);
 
border-color:rgb(180,131,71);
 
}
 
.roundtable.manga th {
 
background-color:rgb(205,171,128);
 
}
 
.roundtable.kid {
 
background-color:rgb(249,233,227);
 
border-color:rgb(214,120,88);
 
}
 
.roundtable.kid th, tr.kid td {
 
background-color:rgb(233,181,163);
 
}
 
 
.roundtable.grau {
 
.roundtable.grau {
background-color:rgb(220,220,220);
+
background-color:rgb(220,220,220);
}
+
}
 
.roundtable.grau th {
 
.roundtable.grau th {
background-color:rgb(220,220,220);
+
background-color:rgb(220,220,220);
}
+
}
 
.roundtable.grau td {
 
.roundtable.grau td {
background-color:rgb(220,220,220);
+
background-color:rgb(220,220,220);
}
+
}
 
.roundtable.grau tr {
 
.roundtable.grau tr {
background-color:rgb(220,220,220);
+
background-color:rgb(220,220,220);
}
+
}
 
.roundtable tr.grau td {
 
.roundtable tr.grau td {
background-color:rgb(220,220,220);
+
background-color:rgb(220,220,220);
}
+
}
  +
  +
.roundtable tr.highlight td {
  +
background-color:rgb(255,250,205);
  +
}
  +
.roundtable tr.filler td {
  +
background-color:rgb(199,221,181);
  +
}
  +
   
 
.roundtable.charakter {
 
.roundtable.charakter {
background-color:rgb(255,247,230);
+
background-color:rgb(255,247,230);
border-color:rgb(255,197,74);
+
border-color:rgb(255,197,74);
}
+
}
 
.roundtable.charakter th {
 
.roundtable.charakter th {
background-color:rgb(255,233,185);
+
background-color:rgb(255,233,185);
}
+
}
   
.roundtable.wiki {
 
background-color:rgb(242,247,255);
 
}
 
   
  +
.roundtable.anime {
.round {
 
  +
background-color:rgb(235,244,250);
border-radius:0.5em;
 
-moz-border-radius:0.5em;
+
border-color:rgb(100,176,217);
}
+
}
  +
.roundtable.anime th, tr.anime td {
.round-left, .round-top, .round-topleft {
 
  +
background-color:rgb(184,219,237);
border-radius-topleft:0.5em;
 
  +
}
-moz-border-radius-topleft:0.5em;
 
}
 
.round-right, .round-top, .round-topright {
 
border-radius-topright:0.5em;
 
-moz-border-radius-topright:0.5em;
 
}
 
.round-left, .round-bottom, .round-bottomleft {
 
border-radius-bottomleft:0.5em;
 
-moz-border-radius-bottomleft:0.5em;
 
}
 
.round-right, .round-bottom, .round-bottomright {
 
border-radius-bottomright:0.5em;
 
-moz-border-radius-bottomright:0.5em;
 
}
 
   
  +
.roundtable.filler {
.noround {
 
  +
background-color:rgb(236,247,227);
border-radius:0em !important;
 
-moz-border-radius:0em !important;
+
border-color:rgb(145,206,102);
}
+
}
  +
.roundtable.filler th, tr.filler td {
.noround-left, .noround-top, .noround-topleft {
 
  +
background-color:rgb(189,221,166);
border-radius-topleft:0em !important;
 
  +
}
-moz-border-radius-topleft:0em !important;
 
}
 
.noround-right, .noround-top, .noround-topright {
 
border-radius-topright:0em !important;
 
-moz-border-radius-topright:0em !important;
 
}
 
.noround-left, .noround-bottom, .noround-bottomleft {
 
border-radius-bottomleft:0em !important;
 
-moz-border-radius-bottomleft:0em !important;
 
}
 
.noround-right, .noround-bottom, .noround-bottomright {
 
border-radius-bottomright:0em !important;
 
-moz-border-radius-bottomright:0em !important;
 
}
 
   
/* +++++ 3. Hauptseitendesign (aus der Wikipedia kopiert) +++++ */
 
   
  +
.roundtable.film {
/* Hintergrund weiß */
 
  +
background-color:rgb(254,230,203);
body.page-Wikipedia_Hauptseite #content {
 
background-color: white;
+
border-color:rgb(253,151,38);
 
}
 
}
  +
.roundtable.film th, tr.film td {
#hauptseite h2 {
 
background-color: #E6EEFF;
+
background-color:rgb(254,200,139);
border: 1px solid #8898bf;
 
font-size: 1em;
 
font-weight: bold;
 
margin-top: 0;
 
margin-bottom: 0;
 
padding-top: 0.1em;
 
padding-bottom: 0.1em;
 
 
}
 
}
  +
#hauptseite .inhalt {
 
  +
background-color: #ffffff;
 
  +
.roundtable.manga {
border: 1px solid #8898bf;
 
border-top: 0px solid white;
+
background-color:rgb(237,224,209);
  +
border-color:rgb(180,131,71);
padding: 0.3em 0.8em 0.4em 0.8em;
 
 
}
 
}
  +
.roundtable.manga th, tr.manga td {
#hauptseite .inhalt hr {
 
background-color: #8898bf;
+
background-color:rgb(205,171,128);
  +
}
color: #8898bf;
 
  +
height: 1px;
 
  +
margin:0.5em 0;
 
  +
.roundtable.stories {
padding: 0;
 
  +
background-color:rgb(238,238,238);
  +
border-color:rgb(140,140,140);
 
}
 
}
  +
.roundtable.stories th, tr.stories td {
#hauptseite .inhalt .mehr {
 
  +
background-color:rgb(209,209,209);
clear: both;
 
font-size: 95%;
 
margin-top: 0.8em;
 
text-align: right;
 
 
}
 
}
   
  +
#hauptseite table {
 
  +
.roundtable.ztt {
background-color: transparent;
 
  +
background-color:rgb(206,229,255);
  +
border-color:rgb(86,172,203);
  +
}
  +
.roundtable.ztt th, tr.ztt td {
  +
background-color:rgb(117,177,234);
 
}
 
}
   
  +
.roundtable.wps {
.hauptseite-oben,
 
  +
background-color:rgb(206,229,255);
.hauptseite-links,
 
  +
border-color:rgb(86,172,203);
.hauptseite-rechts {
 
margin-bottom: 1em;
 
 
}
 
}
  +
.roundtable.wps th, tr.wps td {
.hauptseite-links {
 
margin-right: 0.5em;
+
background-color:rgb(117,177,234);
 
}
 
}
  +
.hauptseite-rechts {
 
  +
margin-left: 0.5em;
 
  +
.roundtable.hanzawa {
  +
background-color:rgb(244,241,195);
  +
border-color:rgb(216,187,0);
 
}
 
}
  +
.roundtable.hanzawa th, tr.hanzawa td {
.hauptseite-oben h2,
 
  +
background-color:rgb(242,213,0);
.hauptseite-unten h2 {
 
text-align: center;
 
 
}
 
}
  +
.hauptseite-oben .inhalt .portale {
 
  +
font-weight: bold;
 
  +
.roundtable.kid {
margin-top: 0.2em;
 
  +
background-color:rgb(249,233,227);
margin-bottom: 0.2em;
 
  +
border-color:rgb(214,120,88);
 
}
 
}
  +
.roundtable.kid th, tr.kid td {
.hauptseite-oben .inhalt .intern {
 
font-size: 90%;
+
background-color:rgb(233,181,163);
text-align: center;
 
 
}
 
}
  +
.hauptseite-links h2,
 
  +
.hauptseite-rechts h2 {
 
  +
.roundtable.yaiba {
text-indent: 0.8em;
 
  +
background-color:rgb(255,220,222);
  +
border-color:rgb(238,29,35);
 
}
 
}
  +
.roundtable.yaiba th, tr.yaiba td {
#hauptseite-schwesterprojekte .inhalt a {
 
  +
background-color:rgb(255,130,132);
font-weight: bold;
 
 
}
 
}
   
  +
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
  +
/* Hintergrund- und Rahmenfarben */
  +
  +
.nogrid, .nogrid th, .nogrid td { border: none !important; background: none !important;}
  +
.float-left { float: left; clear: left;}
  +
.float-right { float: right; clear: right; margin: 1em 0 1em 1em;}
  +
.centered { margin-left: auto; margin-right: auto;}
  +
  +
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
  +
border-color: #aaaaaa;
  +
border-width: 1px;
  +
}
  +
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
  +
border-color: #e9e9e9;
  +
border-width: 1px;
  +
}
  +
.rahmenfarbe3 { /* "Rot", auffällig */
  +
border-color: #c00000;
  +
border-width: 1px;
  +
}
  +
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
  +
border-color: #8888aa;
  +
border-width: 1px;
  +
}
  +
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
  +
border-color: #000000;
  +
border-width: 1px;
  +
}
 
 
  +
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
  +
background-color: #f9f9f9;
  +
}
  +
.hintergrundfarbe3 { /* "Gelb", auffällig */
  +
background-color: #ffff40;
  +
}
  +
.hintergrundfarbe4 { /* Sehr auffällig */
  +
background-color: #ffaa00;
  +
}
  +
.hintergrundfarbe5 { /* Neutral, abgesetzt */
  +
background-color: #e0e0e0;
  +
}
  +
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  +
background-color: #b3b7ff;
  +
}
  +
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  +
background-color: #ffcbcb;
  +
}
  +
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  +
background-color: #ffebad;
  +
}
  +
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  +
background-color: #b9ffc5;
  +
}
  +
  +
/* ++++ 3. Stylesheet-Ergänzung zu Standard-Navigationsleisten ++++ */
  +
 
div.BoxenVerschmelzen,
 
div.BoxenVerschmelzen,
 
div.NavFrame {
 
div.NavFrame {
Zeile 341: Zeile 303:
 
}
 
}
 
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
+
/* Stylesheet für den „Ausklappen“-Button an Navigationsleisten, der in [[MediaWiki:Common.js]] implementiert wird */
 
.NavToggle {
 
.NavToggle {
 
font-size: x-small;
 
font-size: x-small;
Zeile 363: Zeile 325:
 
}
 
}
   
/* Skinabhängige absolute Positionierungen ausblenden */
+
/* ++++ 4. Skinabhängige absolute Positionierungen ausblenden ++++ */
 
#artikelstadium,
 
#artikelstadium,
 
#commons-icon,
 
#commons-icon,
 
#coordinates,
 
#coordinates,
#editcount,
 
 
#issnlink,
 
#issnlink,
 
#shortcut,
 
#shortcut,
Zeile 375: Zeile 336:
 
}
 
}
   
  +
/* +++++ 5. Sonstige Anpassungen +++++ */
/* Hintergrund- und Rahmenfarben */
 
  +
/* Referenzen hervorheben */
   
  +
ol.references > li:target, sup.reference:target, span.citation:target, cite:target {
.nogrid, .nogrid th, .nogrid td { border: none !important; background: none !important;}
 
  +
background-color:#DDEEFF;
.float-left { float: left; clear: left;}
 
  +
}
.float-right { float: right; clear: right; margin: 1em 0 1em 1em;}
 
.centered { margin-left: auto; margin-right: auto;}
 
   
  +
/* +++++ pre +++++ */
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
 
  +
pre {
border-color: #aaaaaa;
 
  +
white-space:pre-wrap;
border-width: 1px;
 
 
}
 
}
  +
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
 
  +
/* 2020-03-23 HR responsive images */
border-color: #e9e9e9;
 
  +
border-width: 1px;
 
  +
img {
  +
max-width:100%;
  +
height:auto;
 
}
 
}
  +
.rahmenfarbe3 { /* "Rot", auffällig */
 
  +
/* 2020-03-23 HR responsive lists */
border-color: #c00000;
 
  +
border-width: 1px;
 
  +
.res-list ul li {
  +
display:inline-block;
  +
margin: 3px;
  +
text-align: center;
  +
vertical-align: top;
 
}
 
}
  +
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
 
  +
.res-list ul li ul li{
border-color: #8888aa;
 
border-width: 1px;
+
display: block;
 
}
 
}
  +
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
 
  +
/* Listen ohne Punkte */
border-color: #000000;
 
  +
.liste-simple ul {
border-width: 1px;
 
  +
line-height: inherit;
  +
list-style: none none;
  +
margin: 0;
 
}
 
}
  +
.liste-simple ul li {
 
  +
margin-bottom: 0;
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
 
background-color: #f9f9f9;
 
 
}
 
}
  +
.hintergrundfarbe3 { /* "Gelb", auffällig */
 
  +
/* +++++ 6. Neue Hauptseite 2017 +++++ */
background-color: #ffff40;
 
  +
/* Aufteilung der Boxen links und rechts für Desktop-PC und mobil */
  +
.portail-gauche {
  +
float: left;
  +
width: 58%;
 
}
 
}
  +
.portail-droite {
.hintergrundfarbe4 { /* Sehr auffällig */
 
  +
float: right;
background-color: #ffaa00;
 
  +
width: 42%;
 
}
 
}
  +
.portail-gauche-inner {
.hintergrundfarbe5 { /* Neutral, abgesetzt */
 
  +
padding-right: 1rem;
background-color: #e0e0e0;
 
 
}
 
}
  +
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
  +
/* Struktur der Hauptseite */
background-color: #b3b7ff;
 
  +
.accueil-contenu {
  +
margin: 0.4em -1% 0.4em 0;
  +
display: flex;
  +
flex-flow: wrap;
  +
overflow: hidden; /*be kind ie10 et les navigateurs ne gérant pas les flexbox */
 
}
 
}
  +
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
  +
/* Entferne den Seitennamen der Hauptseite */
background-color: #ffcbcb;
 
  +
body.action-view.page-ConanWiki_Hauptseite #firstHeading {
  +
position: absolute;
  +
top: -5000px;
 
}
 
}
  +
body.page-ConanWiki_Hauptseite .wbc-editpage {
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
  +
display: none;
background-color: #ffebad;
 
 
}
 
}
  +
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
 
  +
/* Anpassungen für die neue Hauptseite 2017 */
background-color: #b9ffc5;
 
  +
  +
#accueil_2017_en-tete {
  +
margin: auto;
  +
min-width: 100%;
  +
padding: auto 1rem;
  +
background: #EDF4F7;
  +
background: -moz-linear-gradient(top, #fff, #e8f2f8);
  +
background: -webkit-linear-gradient(top, #fff, #e8f2f8);
  +
background: -o-linear-gradient(top, #fff, #e8f2f8);
  +
background: linear-gradient(to bottom, #fff, #e8f2f8);
  +
box-shadow: inset 0 0 1rem -1rem #a8d7fc;
  +
border-bottom: solid 1px #a8d7fc;
 
}
 
}
   
  +
#accueil_bandeau_2017 .bloc-titre {
/* +++++ 4. Referenzen hervorheben +++++ */
 
  +
display: inline;
  +
display: inline-block;
  +
margin: auto auto auto 14rem;
  +
text-align: center;
  +
line-height: 1.8;
  +
color: #457;
  +
}
  +
#accueil_bandeau_2017 .sous-titre {
  +
margin: 0;
  +
padding: 0;
  +
font-size: 110%;
  +
font-family: Sans-serif;
  +
}
   
  +
.bouton_accueil_bandeau_2017 h2.titre-wikipedia {
ol.references > li:target, sup.reference:target, span.citation:target, cite:target {
 
  +
margin: 0;
background-color:#DDEEFF;
 
  +
padding: 0;
  +
border: none;
  +
font-size: 200%;
  +
font-weight: bold;
  +
color: #457;
  +
font-family: 'Open Sans', Sans-serif;
 
}
 
}
   
  +
#accueil-contenu .accueil_2017_cadre,
/* +++++ Vector Skin Tweaks (Version 1.22.3) +++++ */
 
  +
#accueil-pied .accueil_2017_cadre {
#p-logo { top: -140px; }
 
  +
box-shadow: 0 0 .3rem #999;
div#mw-panel { top: 140px; }
 
  +
border-radius: .2rem;
  +
padding: 1.2rem;
  +
margin: 1rem 0 1.6rem 0;
  +
clear: both;
  +
}
  +
  +
#accueil-contenu .accueil_2017_titres,
  +
#accueil-pied .accueil_2017_titres {
  +
font-variant:small-caps;
  +
letter-spacing:.01em;
  +
display:block;
  +
border-bottom: solid 0.2rem #bdd8fb;
  +
margin: -0.4rem 0 0.5rem;
  +
}
  +
#accueil-contenu .accueil_2017_pied,
  +
#accueil-pied .accueil_2017_pied {
  +
padding:1.3em 0 0;
  +
font-size:85%;
  +
text-align:right;
  +
}
  +
  +
#mw-panel #p-logo + .portal{
  +
margin-top: -1.2em
  +
}
  +
  +
.CodeMirror-wrap pre { overflow-wrap: anywhere; }
  +
  +
.comment {
  +
word-break: break-word
  +
}
  +
  +
/* Ausblendung bestimmter Überschriftsebenen ab der angegebenen Ebene (exklusive) */
  +
.toclimit-2 .toclevel-1 li,
  +
.toclimit-3 .toclevel-2 li,
  +
.toclimit-4 .toclevel-3 li,
  +
.toclimit-5 .toclevel-4 li,
  +
.toclimit-6 .toclevel-5 li,
  +
.toclimit-7 .toclevel-6 li {
  +
display: none;
  +
}

Aktuelle Version vom 15. Februar 2022, 17:57 Uhr

/* Farbliches Markieren in den RC und WO */

@import url("skin.css");

/* +++++ 1.  Wikitable für schöne Tabellen +++++ */

.wikitable {
     margin: 1em 1em 1em 0;
     background: #f9f9f9;
     border: 1px #AAA solid;
     border-collapse: collapse;
     empty-cells:show;
 }
 
.wikitable th,
.wikitable td {
     border: 1px #AAA solid;
     padding: 0.3em;
 }
 
.wikitable caption {
     margin-left: inherit;
     margin-right: inherit;
     font-weight: bold;
 }

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


/* +++++ 2. Neue Tabellen +++++ */

.roundtable {
     border:2px solid #ccc;
     -moz-border-radius:0.5em;
     border-radius:0.5em;
     background:#fff;
 }
.roundtable th,
.roundtable td {
     border-radius:0.5em;
     -moz-border-radius:0.5em;
     padding:0.1em 0.5em;
 }
.roundtable td {
     background-color:#ffffff;
     border: 0;
 }

/* Spezielle Farbanpassungen */

.roundtable.wiki {
  background-color:rgb(242,247,255);
   }
.roundtable.wiki th {
     background: rgb(230,238,255);
 }
.roundtable.wiki, .roundtable.wiki td {
     border-color: rgb(172,201,230)
 }

.roundtable.grau {
    background-color:rgb(220,220,220);
 }
.roundtable.grau th {
    background-color:rgb(220,220,220);
 }
.roundtable.grau td {
    background-color:rgb(220,220,220);
 }
.roundtable.grau tr {
    background-color:rgb(220,220,220);
 }
.roundtable tr.grau td {
    background-color:rgb(220,220,220);
 }

.roundtable tr.highlight td {
     background-color:rgb(255,250,205);
 }
.roundtable tr.filler td {
     background-color:rgb(199,221,181);
 }


.roundtable.charakter {
     background-color:rgb(255,247,230);
     border-color:rgb(255,197,74);
 }
.roundtable.charakter th {
     background-color:rgb(255,233,185);
 }


.roundtable.anime {
     background-color:rgb(235,244,250);
     border-color:rgb(100,176,217);
 }
.roundtable.anime th, tr.anime td {
     background-color:rgb(184,219,237);
 }

.roundtable.filler {
     background-color:rgb(236,247,227);
     border-color:rgb(145,206,102);
 }
.roundtable.filler th, tr.filler td {
     background-color:rgb(189,221,166);
 }


.roundtable.film {
    background-color:rgb(254,230,203);
    border-color:rgb(253,151,38);
 }
.roundtable.film th, tr.film td {
     background-color:rgb(254,200,139);
 }


.roundtable.manga {
     background-color:rgb(237,224,209);
     border-color:rgb(180,131,71);
 }
.roundtable.manga th, tr.manga td {
  background-color:rgb(205,171,128);
}


.roundtable.stories {
     background-color:rgb(238,238,238);
     border-color:rgb(140,140,140);
 }
.roundtable.stories th, tr.stories td {
     background-color:rgb(209,209,209);
 }


.roundtable.ztt {
     background-color:rgb(206,229,255);
     border-color:rgb(86,172,203);
 }
.roundtable.ztt th, tr.ztt td {
     background-color:rgb(117,177,234);
 }

.roundtable.wps {
     background-color:rgb(206,229,255);
     border-color:rgb(86,172,203);
 }
.roundtable.wps th, tr.wps td {
     background-color:rgb(117,177,234);
 }


.roundtable.hanzawa {
     background-color:rgb(244,241,195);
     border-color:rgb(216,187,0);
 }
.roundtable.hanzawa th, tr.hanzawa td {
     background-color:rgb(242,213,0);
 }


.roundtable.kid {
     background-color:rgb(249,233,227);
     border-color:rgb(214,120,88);
 }
.roundtable.kid th, tr.kid td {
     background-color:rgb(233,181,163);
 }


.roundtable.yaiba {
     background-color:rgb(255,220,222);
     border-color:rgb(238,29,35);
 }
.roundtable.yaiba th, tr.yaiba td {
     background-color:rgb(255,130,132);
 }


/* Hintergrund- und Rahmenfarben */

.nogrid, .nogrid th, .nogrid td { border: none !important; background: none !important;}
.float-left { float: left; clear: left;}
.float-right { float: right; clear: right; margin: 1em 0 1em 1em;}
.centered { margin-left: auto; margin-right: auto;}

.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
    border-color: #aaaaaa;
    border-width: 1px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    border-color: #e9e9e9;
    border-width: 1px;
}
.rahmenfarbe3 { /* "Rot", auffällig */
    border-color: #c00000;
    border-width: 1px;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border-color: #8888aa;
    border-width: 1px;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    border-color: #000000;
    border-width: 1px;
}
 
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
    background-color: #f9f9f9;
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
    background-color: #ffff40;
}
.hintergrundfarbe4 { /* Sehr auffällig */
    background-color: #ffaa00;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
    background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffebad;
}
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b9ffc5;
}

/* ++++ 3. Stylesheet-Ergänzung zu Standard-Navigationsleisten ++++ */

 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 3px 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    margin: 0px;
    padding: 0 2px 2px 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavHeadIndented div.NavHead {
    margin: 0 2em;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }
 
/* Stylesheet für den „Ausklappen“-Button an Navigationsleisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
       font-size: x-small;
       float:right;
}
div.NavHeadIndented .NavToggle {
  margin: 0 3em 0 0;
}
 
 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }

/* ++++ 4. Skinabhängige absolute Positionierungen ausblenden  ++++ */
#artikelstadium,
#commons-icon,
#coordinates,
#issnlink,
#shortcut,
#spoken-icon,
.topicon {
	display: none;
}

/* +++++ 5. Sonstige Anpassungen +++++ */
/* Referenzen hervorheben */

ol.references > li:target, sup.reference:target, span.citation:target, cite:target {
background-color:#DDEEFF;
}

/* +++++ pre +++++ */
pre {
white-space:pre-wrap;
}

/* 2020-03-23 HR responsive images */

img {
	max-width:100%;
	height:auto;
}

/* 2020-03-23 HR responsive lists */

.res-list ul li {
  display:inline-block;
  margin: 3px;
  text-align: center;
  vertical-align: top;
}

.res-list ul li ul li{
  display: block;
}

/* Listen ohne Punkte */
.liste-simple ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.liste-simple ul li {
	margin-bottom: 0;
}

/* +++++ 6. Neue Hauptseite 2017 +++++ */
/* Aufteilung der Boxen links und rechts für Desktop-PC und mobil */
.portail-gauche {
	float: left;
	width: 58%;
}
.portail-droite {
	float: right;
	width: 42%;
}
.portail-gauche-inner {
	padding-right: 1rem;
}

/* Struktur der Hauptseite */
.accueil-contenu {
	margin: 0.4em -1% 0.4em 0;
	display: flex;
	flex-flow: wrap;
	overflow: hidden; /*be kind ie10 et les navigateurs ne gérant pas les flexbox */
}

/* Entferne den Seitennamen der Hauptseite */
body.action-view.page-ConanWiki_Hauptseite #firstHeading {
	position: absolute;
	top: -5000px;
}
body.page-ConanWiki_Hauptseite .wbc-editpage { 
	display: none;
}

/* Anpassungen für die neue Hauptseite 2017 */

#accueil_2017_en-tete {
	margin: auto;
	min-width: 100%;
	padding: auto 1rem;
	background: #EDF4F7;
	background: -moz-linear-gradient(top, #fff, #e8f2f8);
	background: -webkit-linear-gradient(top, #fff, #e8f2f8);
	background: -o-linear-gradient(top, #fff, #e8f2f8);
	background: linear-gradient(to bottom, #fff, #e8f2f8);
	box-shadow: inset 0 0 1rem -1rem #a8d7fc;
	border-bottom: solid 1px #a8d7fc;
}

#accueil_bandeau_2017 .bloc-titre {
	display: inline;
	display: inline-block;
	margin: auto auto auto 14rem;
	text-align: center;
	line-height: 1.8;
	color: #457;
}
#accueil_bandeau_2017 .sous-titre {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-family: Sans-serif;
}

.bouton_accueil_bandeau_2017 h2.titre-wikipedia {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 200%;
	font-weight: bold;
	color: #457;
	font-family: 'Open Sans', Sans-serif;
}

#accueil-contenu .accueil_2017_cadre,
#accueil-pied .accueil_2017_cadre {
	box-shadow: 0 0 .3rem #999; 
	border-radius: .2rem; 
	padding: 1.2rem; 
	margin: 1rem 0 1.6rem 0;
	clear: both;
}

#accueil-contenu .accueil_2017_titres,
#accueil-pied .accueil_2017_titres {
	font-variant:small-caps;
	letter-spacing:.01em;
	display:block;
	border-bottom: solid  0.2rem #bdd8fb;
	margin: -0.4rem 0 0.5rem;
}
#accueil-contenu .accueil_2017_pied,
#accueil-pied .accueil_2017_pied {
	padding:1.3em 0 0;
	font-size:85%;
	text-align:right;
}

#mw-panel #p-logo + .portal{
	margin-top: -1.2em
}

.CodeMirror-wrap pre { overflow-wrap: anywhere; }

.comment {
word-break: break-word
}

/* Ausblendung bestimmter Überschriftsebenen ab der angegebenen Ebene (exklusive) */
.toclimit-2 .toclevel-1 li,
.toclimit-3 .toclevel-2 li,
.toclimit-4 .toclevel-3 li,
.toclimit-5 .toclevel-4 li,
.toclimit-6 .toclevel-5 li,
.toclimit-7 .toclevel-6 li {
	display: none;
}