MediaWiki:Common.css: Unterschied zwischen den Versionen

(Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: table.zweispalten { border-spacing: 0; } table.zweispalten td:first-child { border…“)
 
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
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.zweispalten {
+
table.zweispalten, table.abstand {
     border-spacing: 0;
+
     border-collapse: collapse;
 
}
 
}
  
table.zweispalten td:first-child {
+
table.zweispalten td {
     border-top:0.018cm solid #000000;
+
     border: 0.018cm solid #000000;
    border-bottom:0.018cm solid #000000;
+
     padding: 0cm 0.191cm 0cm 0.191cm;
    border-left:0.018cm solid #000000;
 
    border-right:none;
 
    padding-top:0cm;
 
     padding-bottom:0cm;
 
    padding-left:0.191cm;
 
    padding-right:0.191cm;
 
 
}
 
}
  
table.zweispalten td:last-child {
+
table.abstand td {
     border:0.018cm solid #000000;
+
     border: 0.018cm solid #000000;
     padding-top:0cm;
+
     padding: 0.097cm 0.191cm 0.097cm 0.191cm;
    padding-bottom:0cm;
 
    padding-left:0.191cm;
 
    padding-right:0.191cm;
 
 
}
 
}

Aktuelle Version vom 26. Juli 2020, 07:51 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.zweispalten, table.abstand {
    border-collapse: collapse;
}

table.zweispalten td {
    border: 0.018cm solid #000000;
    padding: 0cm 0.191cm 0cm 0.191cm;
}

table.abstand td {
    border: 0.018cm solid #000000;
    padding: 0.097cm 0.191cm 0.097cm 0.191cm;
}