Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Gnome/testsuite/css/parser/   (Gnome Linux Desktop Version 4.23.2©)  Datei vom 30.5.2026 mit Größe 393 B image not shown  

Quelle  currentcolor-everywhere.css   Sprache: unbekannt

 
rahmenlose Ansicht.css DruckansichtUnknown {[0] [0] [0]}Entwicklung

@define-color some-color currentColor;

a {
  color: currentColor;
}

b {
  color: shade(currentColor, 1.5);
}

c {
  color: alpha(currentColor, 0.5);
}

d {
  color: mix(currentColor, @some-color, 0.5);
}

e {
  color: mix(@some-color, currentColor, 0.5);
}

f {
  color: color-mix(in srgb, red 40%, currentColor 60%);
}

g {
  color: color(from currentcolor srgb r g b / calc(alpha / 2));
}

[Dauer der Verarbeitung: 0.1 Sekunden, vorverarbeitet 2026-07-11]