MediaWiki:Common.css: Unterschied zwischen den Versionen

K
keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
KKeine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Zeile 114: Zeile 114:
border: 0px solid #9cacbf;
border: 0px solid #9cacbf;
border-collapse: collapse;
border-collapse: collapse;
margin: 5px;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #9cacbf;
  outline-offset: 5px;
}
}
}
table.prettytable > * > tr > th,
table.prettytable > * > tr > th,
table.prettytable > * > tr > td {
table.prettytable > * > tr > td {
Zeile 134: Zeile 137:
border: 0px solid #ED6A0B;
border: 0px solid #ED6A0B;
border-collapse: collapse;
border-collapse: collapse;
margin: 5px;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #ED6A0B;
  outline-offset: 5px;
}
}
}
table.prettytableGoalie > * > tr > th,
table.prettytableGoalie > * > tr > th,
table.prettytableGoalie > * > tr > td {
table.prettytableGoalie > * > tr > td {
Zeile 154: Zeile 160:
border: 0px solid #FFBF00;
border: 0px solid #FFBF00;
border-collapse: collapse;
border-collapse: collapse;
margin: 5px;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #FFBF00;
  outline-offset: 5px;
}
}
}
table.prettytableRef > * > tr > th,
table.prettytableRef > * > tr > th,
table.prettytableRef > * > tr > td {
table.prettytableRef > * > tr > td {
Zeile 175: Zeile 184:
border: 0px solid #FFFFFF;
border: 0px solid #FFFFFF;
border-collapse: collapse;
border-collapse: collapse;
margin: 5px;
  margin: 5px;
  border: 0px solid black;
  outline: 1px solid #FFFFFF;
  outline-offset: 5px;
}
}
}
table.prettytableInfobox > * > tr > th,
table.prettytableInfobox > * > tr > th,
table.prettytableInfobox > * > tr > td {
table.prettytableInfobox > * > tr > td {
Zeile 196: Zeile 208:
border-collapse: collapse;
border-collapse: collapse;
   margin: 5px;
   margin: 5px;
  border: 0px solid black;
  outline: 1px solid #EDC900;
  outline-offset: 5px;
}
}
}
table.prettytableHOF > * > tr > th,
table.prettytableHOF > * > tr > th,
table.prettytableHOF > * > tr > td {
table.prettytableHOF > * > tr > td {
Zeile 386: Zeile 401:
#mw-content-text #editcount,
#mw-content-text #editcount,
#mw-content-text #shortcut,
#mw-content-text #shortcut,
.ns-special #mw-content-text .specialpage-helplink {
body.ns-special #mw-content-text .specialpage-helplink {
display: none;
display: none;
}
}
Zeile 393: Zeile 408:


/* Vererbung von Hervorhebungen auf Einzelnachweise verhindern */
/* Vererbung von Hervorhebungen auf Einzelnachweise verhindern */
.reference {
sup.reference {
font-style: normal;
font-style: normal;
font-weight: normal;
font-weight: normal;
Zeile 399: Zeile 414:


/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
/* Hochgestellte Buchstaben in der Einzelnachweiseliste kursiv setzen */
.references li a[href|="#cite_ref"] {
ol.references li a[href|="#cite_ref"] {
font-style: italic;
font-style: italic;
}
}
Zeile 407: Zeile 422:
  * [[:Kategorie:Vorlage:Schwesterprojektverweis]]
  * [[:Kategorie:Vorlage:Schwesterprojektverweis]]
  */
  */
.references li div.sisterproject {
ol.references li div.sisterproject {
display: inline;
display: inline;
}
}