source: Dev/trunk/src/client/util/less/test/css/functions.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 2.0 KB
Line 
1#functions {
2  color: #660000;
3  width: 16;
4  height: undefined("self");
5  border-width: 5;
6  variable: 11;
7  background: linear-gradient(#000000, #ffffff);
8}
9#built-in {
10  escaped: -Some::weird(#thing, y);
11  lighten: #ffcccc;
12  darken: #330000;
13  saturate: #203c31;
14  desaturate: #29332f;
15  greyscale: #2e2e2e;
16  spin-p: #bf6a40;
17  spin-n: #bf4055;
18  luma-white: 100%;
19  luma-black: 0%;
20  luma-black-alpha: 0%;
21  luma-red: 21%;
22  luma-green: 72%;
23  luma-blue: 7%;
24  luma-yellow: 93%;
25  luma-cyan: 79%;
26  luma-white-alpha: 50%;
27  contrast-filter: contrast(30%);
28  contrast-white: #000000;
29  contrast-black: #ffffff;
30  contrast-red: #ffffff;
31  contrast-green: #000000;
32  contrast-blue: #ffffff;
33  contrast-yellow: #000000;
34  contrast-cyan: #000000;
35  contrast-light: #111111;
36  contrast-dark: #eeeeee;
37  contrast-light-thresh: #111111;
38  contrast-dark-thresh: #eeeeee;
39  contrast-high-thresh: #eeeeee;
40  contrast-low-thresh: #111111;
41  format: "rgb(32, 128, 64)";
42  format-string: "hello world";
43  format-multiple: "hello earth 2";
44  format-url-encode: "red is %23ff0000";
45  eformat: rgb(32, 128, 64);
46  unitless: 12;
47  unit: 14em;
48  hue: 98;
49  saturation: 12%;
50  lightness: 95%;
51  red: 255;
52  green: 255;
53  blue: 255;
54  rounded: 11;
55  rounded-two: 10.67;
56  roundedpx: 3px;
57  roundedpx-three: 3.333px;
58  rounded-percentage: 10%;
59  ceil: 11px;
60  floor: 12px;
61  percentage: 20%;
62  color: #ff0011;
63  tint: #898989;
64  tint-full: #ffffff;
65  tint-percent: #898989;
66  shade: #686868;
67  shade-full: #000000;
68  shade-percent: #686868;
69  hsv: #4d2926;
70  hsva: rgba(77, 40, 38, 0.2);
71  mix: #ff3300;
72  mix-0: #ffff00;
73  mix-100: #ff0000;
74  mix-weightless: #ff8000;
75}
76#built-in .is-a {
77  color: true;
78  color1: true;
79  color2: true;
80  keyword: true;
81  number: true;
82  string: true;
83  pixel: true;
84  percent: true;
85  em: true;
86}
87#alpha {
88  alpha: rgba(153, 94, 51, 0.6);
89}
90#blendmodes {
91  multiply: #ed0000;
92  screen: #f600f6;
93  overlay: #ed0000;
94  softlight: #ff0000;
95  hardlight: #0000ed;
96  difference: #f600f6;
97  exclusion: #f600f6;
98  average: #7b007b;
99  negation: #d73131;
100}
Note: See TracBrowser for help on using the repository browser.