Wechseln zu:Navigation, Suche
Wiki
(Die Seite wurde neu angelegt: „.wikitable3 > tbody > tr > td { float: left; text-align:left; padding-left: 2px; vertical-align: top; width: 33.3%; border-left: 1px solid #a2a9b1;…“)
 
(Lauritzl änderte das Inhaltsmodell der Seite Vorlage:Test-Styles.css von „Wikitext“ nach „Bereinigtes CSS“)
Markierung: Änderung des Inhaltsmodells
(kein Unterschied)

Version vom 27. Juni 2019, 08:08 Uhr

.wikitable3 > tbody > tr > td {
  float: left;
  text-align:left;
  padding-left: 2px;
  vertical-align: top;
  width: 33.3%;
  border-left: 1px solid #a2a9b1; /* Rand links zeichnen */
  border-right: 1px solid #a2a9b1; /* Rand rechts zeichnen */
  border-top: 1px solid #a2a9b1; /* Rand oben dünn zeichnen */
  border-bottom: 1px solid #a2a9b1; /* Rand unten durch Hintergrundfarbe ausblenden */
  }