aboutsummaryrefslogtreecommitdiff
path: root/mod/less/vendors/lessphp/tests/outputs/colors.css
blob: 51eb152b51d3369b99bde6689eeebb94afb15557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
body {
  color:#996d33;
  color:rgba(153,109,51,0.3);
  lighten:#fff;
  lighten:#7c8df2;
  lighten:rgba(222,140,129,0.5);
  darken:#d6d6d6;
  darken:#0d1e81;
  darken:rgba(18,42,185,0.5);
  saturate:#f1eded;
  saturate:#0025fe;
  saturate:rgba(10,44,244,0.5);
  desaturate:#efefef;
  desaturate:#3349cb;
  desaturate:rgba(36,62,218,0.5);
  spin:#efefef;
  spin:#2d17e7;
  spin:rgba(59,23,231,0.5);
  spin:#efefef;
  spin:#1769e7;
  spin:rgba(23,119,231,0.5);
  one:#abcdef;
  one:#abcdef;
  two:rgba(2,159,35,0.9);
  two:rgba(2,159,35,0.9);
  three:rgba(1,2,3,0.6);
  three:rgba(1,2,3,0.6);
  four:rgba(1,2,3,0);
  four:rgba(1,2,3,0);
  hue:282;
  sat:33;
  lit:12;
  what:#dff1da;
  zero:#343434;
  zero:#003468;
  zero:#000;
  zero:#fff;
  zero:#000;
  zero:#fff;
  zero:#fff;
  zero:#fff;
  zero:#1d5612;
  zero:#56124b;
  zero:#000;
  zero:#fff;
}
alpha {
  g:0;
  g:1;
}
fade {
  f:rgba(255,0,0,0.5);
  f:rgba(255,255,255,0.2);
  f:rgba(34,23,64,0.5);
}
.mix { color:#808080; }
.percent { per:50%; }
.colorz {
  color:#ebebeb;
  color:#ff9100;
}
body {
  start:#fcf8e3;
  spin:#fcf4e3;
  chained:#fbeed5;
  direct:#fbefd5;
}
pre { spin:#f2dee1; }
dd { background-color:#f5f5f5; }