MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus LuLuWiki
Die Seite wurde neu angelegt: „→‎Das folgende CSS wird für alle Benutzeroberflächen geladen.: .noautonum .tocnumber { display: none; }“
 
Keine Bearbeitungszusammenfassung
 
Zeile 2: Zeile 2:


.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }
table.progresstable td.red { background-color: rgba(255,0,0,0.3) }
table.progresstable td.yellow { background-color: rgba(255,255,0,0.3) }
table.progresstable td.green { background-color: rgba(0,255,0,0.7); color: rgb(255,255,255) }

Aktuelle Version vom 25. April 2019, 20:36 Uhr

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

.noautonum .tocnumber { display: none; }

table.progresstable td.red { background-color: rgba(255,0,0,0.3) }
table.progresstable td.yellow { background-color: rgba(255,255,0,0.3) }
table.progresstable td.green { background-color: rgba(0,255,0,0.7); color: rgb(255,255,255) }