Zum Inhalt springen

MediaWiki:Vector-2022.css: Unterschied zwischen den Versionen

Aus dem Infinite Adventures Wiki von Tobias Frei, infiniteadventures.de
Die Seite wurde neu angelegt: „body { background: url("/files/img/ia/ia-background.png") fixed center center / cover; color: rgba(0, 0, 0, 1); }“
 
+avif
 
Zeile 1: Zeile 1:
body {
body {
   background: url("/files/img/ia/ia-background.png") fixed center center / cover;
   background: image-set(url("/files/img/ia/ia-background.avif") type("image/avif"),
                        url("/files/img/ia/ia-background.png") type("image/png"))
              fixed center center / cover;
   color:      rgba(0, 0, 0, 1);
   color:      rgba(0, 0, 0, 1);
}
}

Aktuelle Version vom 2026-08-31, 10:09:13 Uhr

body {
  background: image-set(url("/files/img/ia/ia-background.avif") type("image/avif"),
                        url("/files/img/ia/ia-background.png")  type("image/png"))
              fixed center center / cover;
  color:      rgba(0, 0, 0, 1);
}