MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Herwig (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/* Stammbaum */ | |||
table.mystammbaum | table.mystammbaum | ||
{ | { | ||
| Zeile 28: | Zeile 29: | ||
{ | { | ||
border: 0px ; | border: 0px ; | ||
} | |||
/* Kategoriebaum */ | |||
#Kategoriebaum { | |||
float:right; | |||
width:200px; | |||
} | } | ||
Version vom 25. Oktober 2015, 16:34 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Stammbaum */
table.mystammbaum
{
border:0px;
}
.mystammbaum>tbody>tr:nth-child(odd)>td
{
background-color:transparent;
}
.mystammbaum>thead>tr>th,
.mystammbaum>tbody>tr>th,
.mystammbaum>tfoot>tr>th,
.mystammbaum>thead>tr>td,
.mystammbaum>tbody>tr>td,
.mystammbaum>tfoot>tr>td
{
border: 0px ;
}
table .table-bordered>thead>tr>th,
table .table-bordered>tbody>tr>th,
table .table-bordered>tfoot>tr>th,
table .table-bordered>thead>tr>td,
table .table-bordered>tbody>tr>td,
table .table-bordered>tfoot>tr>td
{
border: 0px ;
}
/* Kategoriebaum */
#Kategoriebaum {
float:right;
width:200px;
}