MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Archiv
Herwig (Diskussion | Beiträge) K |
Herwig (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
+ | table.mystammbaum | ||
+ | { | ||
+ | border:0px; | ||
+ | } | ||
+ | |||
.mystammbaum>tbody>tr:nth-child(odd)>td | .mystammbaum>tbody>tr:nth-child(odd)>td | ||
{ | { |
Version vom 25. Oktober 2015, 14:37 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
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-top: 0px ;
}
.mystammbaum .table-bordered>thead>tr>th,
.mystammbaum .table-bordered>tbody>tr>th,
.mystammbaum .table-bordered>tfoot>tr>th,
.mystammbaum .table-bordered>thead>tr>td,
.mystammbaum .table-bordered>tbody>tr>td,
.mystammbaum .table-bordered>tfoot>tr>td
{
border: 0px ;
}