Benutzer:ElBe/styles.css: Unterschied zwischen den Versionen

Aus Cowboy’s Wiki
Zur Navigation springen Zur Suche springen
Die Seite wurde neu angelegt: „ .elbe-bot-text, .elbe-text { display: none; } .elbe-header { text-align:right; } .noborderradius { border-radius: unset !important; } .Vorlage_Überschriftensimulation_2 { border-radius: unset !important; } div, table, img, tr, td, th { border-radius: 10px; } .bot-ping { display: none; }“
 
Cowboy änderte das Inhaltsmodell der Seite Benutzer:ElBe/styles.css von „CSS“ nach „Bereinigtes CSS“
 
(kein Unterschied)

Aktuelle Version vom 12. April 2026, 12:02 Uhr

.elbe-bot-text,
.elbe-text {
  display: none;
}
.elbe-header {
  text-align:right;
}
.noborderradius {
  border-radius: unset !important;
}
.Vorlage_Überschriftensimulation_2 {
  border-radius: unset !important;
}
div,
table,
img,
tr,
td,
th {
  border-radius: 10px;
}
.bot-ping {
  display: none;
}