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