MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Foxwiki
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/*
/*
  * Farbdefinitionen für Rahmen und Hintergründe von [[w:Wikipedia:Textbausteine|Textbausteinen]].
* Farbdefinitionen für Rahmen und Hintergründe von [[w:Wikipedia:Textbausteine|Textbausteinen]].
  * Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
  * Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
* 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.
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
  * (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
  * für dünne Rahmen nur noch "border-style" angeben muss.)
* für dünne Rahmen nur noch "border-style" angeben muss.)
  */
*/


.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
border-color: #aaaaaa;
  border-color: #aaaaaa;
border-width: 1px;
  border-width: 1px;
}
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
border-color: #e9e9e9;
  border-color: #e9e9e9;
border-width: 1px;
  border-width: 1px;
}
}
.rahmenfarbe3 { /* "Rot", auffällig */
.rahmenfarbe3 { /* "Rot", auffällig */
border-color: #c00000;
  border-color: #c00000;
border-width: 1px;
  border-width: 1px;
}
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
border-color: #8888aa;
  border-color: #8888aa;
border-width: 1px;
  border-width: 1px;
}
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
border-color: #000000;
  border-color: #000000;
border-width: 1px;
  border-width: 1px;
}
}


.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
.hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
background-color: #f9f9f9;
  background-color: #f9f9f9;
}
}
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
background-color: #ffffff;
  background-color: #ffffff;
}
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
.hintergrundfarbe3 { /* "Gelb", auffällig */
background-color: #ffff40;
  background-color: #ffff40;
}
}
.hintergrundfarbe4 { /* Sehr auffällig */
.hintergrundfarbe4 { /* Sehr auffällig */
background-color: #ffaa00;
  background-color: #ffaa00;
}
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
  background-color: #e0e0e0;
}
}
.hintergrundfarbe6 { /* Blau abgesetzt */
.hintergrundfarbe6 { /* Blau abgesetzt */
background-color: #b3b7ff;
  background-color: #b3b7ff;
}
}
.hintergrundfarbe7 { /* Rot abgesetzt */
.hintergrundfarbe7 { /* Rot abgesetzt */
background-color: #ffcbcb;
  background-color: #ffcbcb;
}
}
.hintergrundfarbe8 { /* Gelb abgesetzt */
.hintergrundfarbe8 { /* Gelb abgesetzt */
background-color: #ffebad;
  background-color: #ffebad;
}
}
.hintergrundfarbe9 { /* Grün abgesetzt */
.hintergrundfarbe9 { /* Grün abgesetzt */
background-color: #b9ffc5;
  background-color: #b9ffc5;
}
}


/* Abschnitt-Bearbeiten-Links */
/* Abschnitt-Bearbeiten-Links */
.editsection {
.editsection {
        font-size:90%;
font-size:90%;
}
}


/*****
/*****
** Bytecounter colours
** Bytecounter colours
*****/  
*****/  
strong.mw-plusminus-neg
strong.mw-plusminus-neg
  {
  {
  color: #cc0000;
  color: #cc0000;
  }
  }
span.mw-plusminus-neg
span.mw-plusminus-neg
  {
  {
  color: #990000;
  color: #990000;
  }
  }
.mw-plusminus-pos
.mw-plusminus-pos
  {
  {
  color: #006600;
  color: #006600;
  }
  }


/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
.reference, .references sup {
.reference, .references sup {
    font-size: 91%;
  font-size: 91%;
    vertical-align: text-top;
  vertical-align: text-top;
    position: relative;
  position: relative;
    top: -0.3em;
  top: -0.3em;
}
}


/* Redirect-Markierungen */
/* Redirect-Markierungen */
.allpagesredirect, .watchlistredir, .redirect-in-category {
.allpagesredirect, .watchlistredir, .redirect-in-category {
font-style: italic;
  font-style: italic;
  }
  }


Zeile 105: Zeile 105:
.toclimit-6 .toclevel-5 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
.toclimit-7 .toclevel-6 ul {
display: none;
display: none;
}
}


/* Zur vertikalen Ausrichtung von Zelleninhalten in Tabellen */
/* Zur vertikalen Ausrichtung von Zelleninhalten in Tabellen */
/* am oberen Rand (Standardeinstellung: mittig). */
/* am oberen Rand (Standardeinstellung: mittig). */
table.table-valign-top td {
table.table-valign-top td {
      vertical-align: top;
vertical-align: top;
  }
}
 
div.NavFrame {
margin: 0px;
padding: 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 {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead  {
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
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;
}
.NavToggle {
font-size: x-small;
float:right;
}
 
/* Nichtanzeige von Benutzergruppen in [[Spezial:Statistik]],
* die keine Mitglieder haben
*/
.statistics-group-zero {display:none;}
 
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */


div.NavFrame {
ol.references > li:target {
        margin: 0px;
  background-color: #DEF;
        padding: 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 {
        background-color: #ffffff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead  {
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
}
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;
}
.NavToggle {
      font-size: x-small;
      float:right;
}
/* Nichtanzeige von Benutzergruppen in [[Spezial:Statistik]],
  * die keine Mitglieder haben
  */
.statistics-group-zero {display:none;}


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


/* prettytable und wikitable für schöne Tabellen */
/* prettytable und wikitable für schöne Tabellen */
   
   
table.prettytable, table.wikitable {
table.prettytable, table.wikitable {
margin: 1em 1em 1em 0;
margin: 1em 1em 1em 0;
font-size:95%;
font-size:95%;
background: #f9f9f9;
background: #f9f9f9;
color: black;
color: black;
border: 1px #aaaaaa solid;
border: 1px #aaaaaa solid;
border-collapse: collapse;
border-collapse: collapse;
empty-cells: show;
empty-cells: show;
}
}
   
   
table.prettytable th, table.prettytable td, table.wikitable th, table.wikitable td {
table.prettytable th, table.prettytable td, table.wikitable th, table.wikitable td {
border: 1px #aaaaaa solid;
border: 1px #aaaaaa solid;
padding: 0.2em 0.6em;
padding: 0.2em 0.6em;
}
}
   
   
table.prettytable th, table.wikitable th {
table.prettytable th, table.wikitable th {
background: #ddddff;
background: #ddddff;
text-align: left;
text-align: left;
}
}
   
   
table.prettytable caption, table.wikitable caption {
table.prettytable caption, table.wikitable caption {
margin-left: inherit;
margin-left: inherit;
margin-right: inherit;
margin-right: inherit;
font-size: larger;
font-size: larger;
font-weight: bold;
font-weight: bold;
}
}


table.wikitable.zebra tr:nth-child(even) {
table.wikitable.zebra tr:nth-child(even) {
background: white;
background: white;
}
}


.toptextcells td {
.toptextcells td {
vertical-align: top;
vertical-align: top;
}
}


Zeile 217: Zeile 217:
table.float-left,
table.float-left,
.float-left {
.float-left {
float: left;
float: left;
clear: left;
clear: left;
}
}


Zeile 224: Zeile 224:
table.float-right,
table.float-right,
.float-right {
.float-right {
float: right;
float: right;
clear: right;
clear: right;
margin: 1em 0 1em 1em;
margin: 1em 0 1em 1em;
}
}


Zeile 232: Zeile 232:
table.centered,
table.centered,
.centered {
.centered {
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}
}


Zeile 242: Zeile 242:
.collapsible.selected tr:first-child th .changecolor,
.collapsible.selected tr:first-child th .changecolor,
.collapsible.selected tr:first-child td .changecolor {
.collapsible.selected tr:first-child td .changecolor {
color:#0645AD;
color:#0645AD;
}
}


@media print {
@media print {
.forceprint_block {
.forceprint_block {
display: block !important;
  display: block !important;
}
}
.forceprint_inline {
.forceprint_inline {
display: inline !important;
  display: inline !important;
}
}
}
}


/* <syntaxhighlight> errors without border. */
/* <syntaxhighlight> errors without border. */
.mw-highlight .err{
.mw-highlight .err{
    border: none;
border: none;
}
}


/* nötigenfalls seitwärtsscrolling statt Zeilenumbruch */
/* nötigenfalls seitwärtsscrolling statt Zeilenumbruch */
.mw-highlight{
.mw-highlight{
    clear: both;
clear: both;
}
}


pre, .mw-code{
pre, .mw-code{
    white-space: pre;
white-space: pre;
    overflow: auto;
overflow: auto;
    clear: both;
clear: both;
}
}


/* do not select line numbers in <syntaxhighlight> */
/* do not select line numbers in <syntaxhighlight> */
.mw-highlight .lineno {
.mw-highlight .lineno {
    -ms-user-select: none;
-ms-user-select: none;
    -moz-user-select: none;
-moz-user-select: none;
    -webkit-user-select: none;
-webkit-user-select: none;
    user-select: none;
user-select: none;
    background: #EEE;
background: #EEE;
    display: inline-block;
display: inline-block;
    padding-left: 0.5em;
padding-left: 0.5em;
    margin-right: 0.5em;
margin-right: 0.5em;
}
}



Version vom 10. Februar 2022, 11:24 Uhr

/*
 * Farbdefinitionen für Rahmen und Hintergründe von [[w:Wikipedia:Textbausteine|Textbausteinen]].
 * 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-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;
}
.hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
   background-color: #ffffff;
}
.hintergrundfarbe3 { /* "Gelb", auffällig */
   background-color: #ffff40;
}
.hintergrundfarbe4 { /* Sehr auffällig */
   background-color: #ffaa00;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
   background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Blau abgesetzt */
   background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Rot abgesetzt */
   background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Gelb abgesetzt */
   background-color: #ffebad;
}
.hintergrundfarbe9 { /* Grün abgesetzt */
   background-color: #b9ffc5;
}

/* Abschnitt-Bearbeiten-Links */
.editsection {
 font-size:90%;
}

/*****
** Bytecounter colours
*****/ 
strong.mw-plusminus-neg
  {
  color: #cc0000;
  }
span.mw-plusminus-neg
  {
  color: #990000;
  }
.mw-plusminus-pos
  {
  color: #006600;
  }

/* Keine Vergrößerung der Zeilenhöhe durch hochgestellte Zahlen der Fußnoten */
.reference, .references sup {
   font-size: 91%;
   vertical-align: text-top;
   position: relative;
   top: -0.3em;
}

/* Redirect-Markierungen */
.allpagesredirect, .watchlistredir, .redirect-in-category {
   font-style: italic;
 }

/*
 * Allow limiting of which header levels are shown in a TOC;
 * <div class="toclimit-3">, for instance, will limit to
 * showing ==headings== and ===headings=== but no further
 * (as long as there are no =headings= on the page, which
 * there shouldn't be according to the MoS).
 * [[Vorlage:TOC limit]]
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
 display: none;
}

/* Zur vertikalen Ausrichtung von Zelleninhalten in Tabellen */
/* am oberen Rand (Standardeinstellung: mittig). */
table.table-valign-top td {
 vertical-align: top;
}

div.NavFrame {
 margin: 0px;
 padding: 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 {
 background-color: #ffffff;
 margin: 0px;
 padding: 2px;
 float: left;
}
div.NavFrame div.NavHead  {
 font-weight: bold;
 font-size: 100%;
 background-color: #efefef;
}
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;
}
.NavToggle {
 font-size: x-small;
 float:right;
}

/* Nichtanzeige von Benutzergruppen in [[Spezial:Statistik]],
 * die keine Mitglieder haben
 */
.statistics-group-zero {display:none;}

/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */

ol.references > li:target {
 background-color: #DEF;
}

sup.reference:target {
 background-color: #DEF;
}

/* prettytable und wikitable für schöne Tabellen */
 
table.prettytable, table.wikitable {
 margin: 1em 1em 1em 0;
 font-size:95%;
 background: #f9f9f9;
 color: black;
 border: 1px #aaaaaa solid;
 border-collapse: collapse;
 empty-cells: show;
}
 
table.prettytable th, table.prettytable td, table.wikitable th, table.wikitable td {
 border: 1px #aaaaaa solid;
 padding: 0.2em 0.6em;
}
 
table.prettytable th, table.wikitable th {
 background: #ddddff;
 text-align: left;
}
 
table.prettytable caption, table.wikitable caption {
 margin-left: inherit;
 margin-right: inherit;
 font-size: larger;
 font-weight: bold;
}

table.wikitable.zebra tr:nth-child(even) {
 background: white;
}

.toptextcells td {
 vertical-align: top;
}

div.float-left,
table.float-left,
.float-left {
 float: left;
 clear: left;
}

div.float-right,
table.float-right,
.float-right {
 float: right;
 clear: right;
 margin: 1em 0 1em 1em;
}

div.centered,
table.centered,
.centered {
 margin-left: auto;
 margin-right: auto;
}

.collapsible.changecolor.selected .title,
.collapsible.changecolor.selected tr:first-child th,
.collapsible.changecolor.selected tr:first-child td,
.collapsible.selected .title .changecolor,
.collapsible.selected tr:first-child th .changecolor,
.collapsible.selected tr:first-child td .changecolor {
 color:#0645AD;
}

@media print {
 .forceprint_block {
  display: block !important;
 }
 .forceprint_inline {
  display: inline !important;
 }
}

/* <syntaxhighlight> errors without border. */
.mw-highlight .err{
 border: none;
}

/* nötigenfalls seitwärtsscrolling statt Zeilenumbruch */
.mw-highlight{
 clear: both;
}

pre, .mw-code{
 white-space: pre;
 overflow: auto;
 clear: both;
}

/* do not select line numbers in <syntaxhighlight> */
.mw-highlight .lineno {
 -ms-user-select: none;
 -moz-user-select: none;
 -webkit-user-select: none;
 user-select: none;
 background: #EEE;
 display: inline-block;
 padding-left: 0.5em;
 margin-right: 0.5em;
}

/* Ergänzung zu Common.js - #specialchars oberhalb des Edit-Fensters anzeigen
   gemäß Verbesserungsvorschlägen "Hilfen bei der Texteingabe"  */
#specialchars {
   clear: both;
}