MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Infothek
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 5: Zeile 5:
  border-radius: 10px;
  border-radius: 10px;
font-size: 12px;
font-size: 12px;
-webkit-box-shadow: 5px 5px 15px 5px #8B38FF;
box-shadow: 5px 5px 15px 5px #8B38FF;
}
}

Version vom 3. Mai 2022, 10:28 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

.tableTest {
 background-color: "red";
 border-radius: 10px;
font-size: 12px;
-webkit-box-shadow: 5px 5px 15px 5px #8B38FF; 
box-shadow: 5px 5px 15px 5px #8B38FF;
}