Home
last modified time | relevance | path

Searched refs:hsl (Results 1 – 25 of 2286) sorted by relevance

12345678910>>...92

/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/test/bat/
H A Dcheck_extract.bat8 …k-hsl-1-000-alvy.tga %right_folder%\black-hsl-1-000-alvy.tga …
116hsl-1-000-hsl-ref.tga %right_folder%\saturation-hsl-1-000-hsl-ref.tga …
117hsl-1-000-hsl-rgb.tga %right_folder%\saturation-hsl-1-000-hsl-rgb.tga …
125hsl-1-025-hsl-ref.tga %right_folder%\saturation-hsl-1-025-hsl-ref.tga …
126hsl-1-025-hsl-rgb.tga %right_folder%\saturation-hsl-1-025-hsl-rgb.tga …
134hsl-1-050-hsl-ref.tga %right_folder%\saturation-hsl-1-050-hsl-ref.tga …
135hsl-1-050-hsl-rgb.tga %right_folder%\saturation-hsl-1-050-hsl-rgb.tga …
143hsl-1-075-hsl-ref.tga %right_folder%\saturation-hsl-1-075-hsl-ref.tga …
144hsl-1-075-hsl-rgb.tga %right_folder%\saturation-hsl-1-075-hsl-rgb.tga …
152hsl-1-100-hsl-ref.tga %right_folder%\saturation-hsl-1-100-hsl-ref.tga …
[all …]
H A Dcheck_extract_satur.bat9 …folder%\saturation-hsl-1-000-hsi-ref.tga %right_folder%\saturation-hsl-1-000-hsi-rgb.tga …
10 …r%\saturation-hsl-1-000-hsl-ref.tga %right_folder%\saturation-hsl-1-000-hsl-rgb.tga …
11 …folder%\saturation-hsl-1-000-hsv-ref.tga %right_folder%\saturation-hsl-1-000-hsv-rgb.tga …
12 …folder%\saturation-hsl-1-025-hsi-ref.tga %right_folder%\saturation-hsl-1-025-hsi-rgb.tga …
13 …r%\saturation-hsl-1-025-hsl-ref.tga %right_folder%\saturation-hsl-1-025-hsl-rgb.tga …
14 …folder%\saturation-hsl-1-025-hsv-ref.tga %right_folder%\saturation-hsl-1-025-hsv-rgb.tga …
15 …folder%\saturation-hsl-1-050-hsi-ref.tga %right_folder%\saturation-hsl-1-050-hsi-rgb.tga …
16 …r%\saturation-hsl-1-050-hsl-ref.tga %right_folder%\saturation-hsl-1-050-hsl-rgb.tga …
17 …folder%\saturation-hsl-1-050-hsv-ref.tga %right_folder%\saturation-hsl-1-050-hsv-rgb.tga …
19 …r%\saturation-hsl-1-075-hsl-ref.tga %right_folder%\saturation-hsl-1-075-hsl-rgb.tga …
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/libsass/color-functions/
H A Dsaturate.hrx3 c0: saturate(hsl(100, 0%, 50%), 0%);
4 c1: saturate(hsl(100, 0%, 50%), 1%);
5 c2: saturate(hsl(100, 0%, 50%), 2%);
6 c3: saturate(hsl(100, 0%, 50%), 3%);
7 c4: saturate(hsl(100, 0%, 50%), 4%);
8 c5: saturate(hsl(100, 0%, 50%), 5%);
9 c6: saturate(hsl(100, 0%, 50%), 6%);
10 c7: saturate(hsl(100, 0%, 50%), 7%);
11 c8: saturate(hsl(100, 0%, 50%), 8%);
12 c9: saturate(hsl(100, 0%, 50%), 9%);
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/hsl/three_args/
H A Dw3c.hrx118 step-1: hsl(0, 100%, 50%);
119 step-2: hsl(12, 100%, 50%);
120 step-3: hsl(24, 100%, 50%);
121 step-4: hsl(36, 100%, 50%);
122 step-5: hsl(48, 100%, 50%);
123 step-6: hsl(60, 100%, 50%);
124 step-7: hsl(72, 100%, 50%);
125 step-8: hsl(84, 100%, 50%);
126 step-9: hsl(96, 100%, 50%);
244 step-1: hsl(0, 20%, 50%);
[all …]
H A Dspecial_functions.hrx8 calc-1: hsl(calc(1), 2%, 3%);
9 calc-2: hsl(1, calc(2%), 3%);
10 calc-3: hsl(1, 2%, calc(3%));
13 var-2: hsl(1, var(--foo), 3%);
14 var-3: hsl(1, 2%, var(--foo));
20 min-1: hsl(min(1), 2%, 3%);
21 min-2: hsl(1, min(2%), 3%);
22 min-3: hsl(1, 2%, min(3%));
24 max-1: hsl(max(1), 2%, 3%);
25 max-2: hsl(1, max(2%), 3%);
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/hsl/one_arg/
H A Dspecial_functions.hrx10 a {b: hsl(calc(1) 2% 3%)}
14 b: hsl(calc(1), 2%, 3%);
20 a {b: hsl(1 calc(2%) 3%)}
24 b: hsl(1, calc(2%), 3%);
30 a {b: hsl(1 2% calc(3%))}
34 b: hsl(1, 2%, calc(3%));
100 a {b: hsl(min(1) 2% 3%)}
110 a {b: hsl(1 min(2%) 3%)}
120 a {b: hsl(1 2% min(3%))}
211 a {b: hsl(var(--foo))}
[all …]
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/color/hsl/four_args/
H A Dspecial_functions.hrx9 a {b: hsl(calc(1), 2%, 3%, 0.4)}
13 b: hsl(calc(1), 2%, 3%, 0.4);
19 a {b: hsl(1, calc(2%), 3%, 0.4)}
23 b: hsl(1, calc(2%), 3%, 0.4);
29 a {b: hsl(1, 2%, calc(3%), 0.4)}
33 b: hsl(1, 2%, calc(3%), 0.4);
39 a {b: hsl(1, 2%, 3%, calc(0.4))}
43 b: hsl(1, 2%, 3%, calc(0.4));
133 b: hsl(min(1), 2%, 3%, 0.4);
143 b: hsl(1, min(2%), 3%, 0.4);
[all …]
/dports/www/limesurvey/limesurvey/assets/packages/questions/5pointchoice/css/
H A Dstar-rating.css16 .star-1.star-drained{color: hsl(66, 80%, 65%)}
19 .star-2.star-rated-on:not(.star-stub){color: hsl(60,80%,50%)}
20 .star-2.star-drained{color: hsl(60,60%,65%)}
24 .star-3.star-drained{color: hsl(54,60%,65%)}
28 .star-4.star-drained{color: hsl(48,60%,65%)}
32 .star-5.star-drained{color: hsl(42,60%,65%)}
36 .star-6.star-drained{color: hsl(36,60%,65%)}
40 .star-7.star-drained{color: hsl(30,60%,65%)}
44 .star-8.star-drained{color: hsl(24,60%,65%)}
48 .star-9.star-drained{color: hsl(18,60%,65%)}
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.GuiGtk3/Mono.Addins.Gui/
H A DHslColor.cs52 if (hsl.L > 1) hsl.L = 1; in operator Color()
53 if (hsl.L < 0) hsl.L = 0; in operator Color()
54 if (hsl.H > 1) hsl.H = 1; in operator Color()
55 if (hsl.H < 0) hsl.H = 0; in operator Color()
56 if (hsl.S > 1) hsl.S = 1; in operator Color()
57 if (hsl.S < 0) hsl.S = 0; in operator Color()
61 if (hsl.L == 0) in operator Color()
64 if (hsl.S == 0) { in operator Color()
65 r = g = b = hsl.L; in operator Color()
67 double temp2 = hsl.L <= 0.5 ? hsl.L * (1.0 + hsl.S) : hsl.L + hsl.S -(hsl.L * hsl.S); in operator Color()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.Gui/Mono.Addins.Gui/
H A DHslColor.cs52 if (hsl.L > 1) hsl.L = 1; in operator Color()
53 if (hsl.L < 0) hsl.L = 0; in operator Color()
54 if (hsl.H > 1) hsl.H = 1; in operator Color()
55 if (hsl.H < 0) hsl.H = 0; in operator Color()
56 if (hsl.S > 1) hsl.S = 1; in operator Color()
57 if (hsl.S < 0) hsl.S = 0; in operator Color()
61 if (hsl.L == 0) in operator Color()
64 if (hsl.S == 0) { in operator Color()
65 r = g = b = hsl.L; in operator Color()
67 double temp2 = hsl.L <= 0.5 ? hsl.L * (1.0 + hsl.S) : hsl.L + hsl.S -(hsl.L * hsl.S); in operator Color()
[all …]
/dports/www/mythplugin-mythweb/mythweb-31.0/skins/haze_light/
H A Dprogramming.css11 .scheduled { background-color: #E5EEFF; !important; } /*hsl(220,100%,95%)*/
12 .conflict { background-color: #FFE5E5; !important; } /*hsl(0,100%,95%)*/
56 .cat_Action { background-color: #FBCEC4; } /*hsl(10,90%,88%)*/
57 .cat_Adult { background-color: #F8CBB3; } /*hsl(21,85%,84%)*/
58 .cat_Animals { background-color: #FBE2C4; } /*hsl(32,90%,88%)*/
59 .cat_Art_Music { background-color: #F8E5B3; } /*hsl(43,85%,84%)*/
60 .cat_Business { background-color: #FBF7C4; } /*hsl(55,90%,88%)*/
61 .cat_Children { background-color: #F1F8B3; } /*hsl(66,85%,84%)*/
62 .cat_Comedy { background-color: #ECFBC4; } /*hsl(77,90%,88%)*/
63 .cat_Crime_Mystery { background-color: #D8F8B3; } /*hsl(88,85%,84%)*/
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/Xwt.Drawing/
H A DHslColor.cs61 if (hsl.L > 1) hsl.L = 1; in operator Color()
62 if (hsl.L < 0) hsl.L = 0; in operator Color()
63 if (hsl.H > 1) hsl.H = 1; in operator Color()
64 if (hsl.H < 0) hsl.H = 0; in operator Color()
65 if (hsl.S > 1) hsl.S = 1; in operator Color()
66 if (hsl.S < 0) hsl.S = 0; in operator Color()
70 if (hsl.L == 0) in operator Color()
73 if (hsl.S == 0) { in operator Color()
74 r = g = b = hsl.L; in operator Color()
76 double temp2 = hsl.L <= 0.5 ? hsl.L * (1.0 + hsl.S) : hsl.L + hsl.S -(hsl.L * hsl.S); in operator Color()
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/include/themes/midwinter/
H A Dcolors.css8 --text-color-normal: hsl(var(--hue), 7%, 50%);
9 --text-color-light: hsl(var(--hue), 7%, 75%);
10 --text-color-lighter: hsl(var(--hue), 7%, 95%);
11 --text-color-richer: hsl(var(--hue), 50%, 72%);
13 --background: hsl(var(--hue), 19%, 17%);
15 --background-filter: hsl(var(--hue), 23%, 14%);
21 --scrollbar-thumb: hsl(var(--hue), 7%, 50%);
27 --text-color-normal: hsl(var(--hue), 0%, 0%);
28 --text-color-light: hsl(var(--hue), 7%, 53%);
30 --background: hsl(var(--hue), 0%, 100%);
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark.css18 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
20 background: fixed -webkit-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
21 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
22 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
23 background: fixed linear-gradient(to bottom, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
144 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
145 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
155 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
166 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
167 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark.css18 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
20 background: fixed -webkit-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
21 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
22 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
23 background: fixed linear-gradient(to bottom, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
144 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
145 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
155 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
166 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
167 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
[all …]
/dports/www/mythplugin-mythweb/mythweb-31.0/skins/haze_dark/
H A Dprogramming.css52 .type_movie { background-color: #A31418; } /*hsl(358,78%,36%)*/
56 .cat_Action { background-color: #6B1E0F; } /*hsl(10,75%,24%)*/
57 .cat_Adult { background-color: #A34614; } /*hsl(21,78%,36%)*/
58 .cat_Animals { background-color: #6B400F; } /*hsl(32,75%,24%)*/
59 .cat_Art_Music { background-color: #A37A14; } /*hsl(43,78%,36%)*/
60 .cat_Business { background-color: #6B630F; } /*hsl(55,75%,24%)*/
61 .cat_Children { background-color: #95A314; } /*hsl(66,78%,36%)*/
62 .cat_Comedy { background-color: #516B0F; } /*hsl(77,75%,24%)*/
63 .cat_Crime_Mystery { background-color: #60A314; } /*hsl(88,78%,36%)*/
64 .cat_Documentary { background-color: #2D6B0F; } /*hsl(100,75%,24%)*/
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dcolor_utils.cc104 hsl->h = hsl->s = 0; in SkColorToHSL()
119 ++hsl->h; in SkColorToHSL()
152 DCHECK(hsl.h >= 0 && hsl.h <= 1) << hsl.h; in IsWithinHSLRange()
153 DCHECK(hsl.s >= 0 && hsl.s <= 1) << hsl.s; in IsWithinHSLRange()
154 DCHECK(hsl.l >= 0 && hsl.l <= 1) << hsl.l; in IsWithinHSLRange()
180 if (hsl->h < 0 || hsl->h > 1) in MakeHSLShiftValid()
182 if (hsl->s < 0 || hsl->s > 1) in MakeHSLShiftValid()
184 if (hsl->l < 0 || hsl->l > 1) in MakeHSLShiftValid()
191 return hsl.h != -1 || (hsl.s != -1 && hsl.s != 0.5) || in IsHSLShiftMeaningful()
192 (hsl.l != -1 && hsl.l != 0.5); in IsHSLShiftMeaningful()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dcolor_utils.cc104 hsl->h = hsl->s = 0; in SkColorToHSL()
119 ++hsl->h; in SkColorToHSL()
151 DCHECK(hsl.h >= 0 && hsl.h <= 1) << hsl.h; in IsWithinHSLRange()
152 DCHECK(hsl.s >= 0 && hsl.s <= 1) << hsl.s; in IsWithinHSLRange()
153 DCHECK(hsl.l >= 0 && hsl.l <= 1) << hsl.l; in IsWithinHSLRange()
179 if (hsl->h < 0 || hsl->h > 1) in MakeHSLShiftValid()
181 if (hsl->s < 0 || hsl->s > 1) in MakeHSLShiftValid()
183 if (hsl->l < 0 || hsl->l > 1) in MakeHSLShiftValid()
190 return hsl.h != -1 || (hsl.s != -1 && hsl.s != 0.5) || in IsHSLShiftMeaningful()
191 (hsl.l != -1 && hsl.l != 0.5); in IsHSLShiftMeaningful()
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark-bigtext.css20 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
23 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
24 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
146 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
147 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
157 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
158 background: -ms-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
168 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
169 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
179 background: -o-linear-gradient(top, hsl(202,12%,18%) 0%,hsl(208,5%,48%) 100%);
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark-bigtext.css20 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
23 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
24 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
146 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
147 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
157 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
158 background: -ms-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
168 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
169 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
179 background: -o-linear-gradient(top, hsl(202,12%,18%) 0%,hsl(208,5%,48%) 100%);
[all …]
H A Ddark.css18 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
20 background: fixed -webkit-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
21 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
22 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
23 background: fixed linear-gradient(to bottom, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
144 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
145 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
155 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
166 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
167 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
[all …]
/dports/net-im/tut/tut-0.0.17/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark-bigtext.css20 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
23 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
24 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
146 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
147 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
157 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
158 background: -ms-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
168 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
169 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
179 background: -o-linear-gradient(top, hsl(202,12%,18%) 0%,hsl(208,5%,48%) 100%);
[all …]
H A Ddark.css18 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
20 background: fixed -webkit-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
21 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
22 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
23 background: fixed linear-gradient(to bottom, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
144 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
145 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
155 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
166 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
167 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/smartystreets/goconvey/web/client/resources/css/themes/
H A Ddark-bigtext.css20 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
23 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
24 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
146 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
147 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
157 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
158 background: -ms-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
168 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
169 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
179 background: -o-linear-gradient(top, hsl(202,12%,18%) 0%,hsl(208,5%,48%) 100%);
[all …]
H A Ddark.css18 background: fixed -moz-linear-gradient(top, hsl(200,27%,2%) 0%, hsl(203,29%,26%) 100%);
20 background: fixed -webkit-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
21 background: fixed -o-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
22 background: fixed -ms-linear-gradient(top, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
23 background: fixed linear-gradient(to bottom, hsl(200,27%,2%) 0%,hsl(203,29%,26%) 100%);
144 background: -o-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
145 background: -ms-linear-gradient(top, hsl(75,100%,16%) 0%,hsl(76,100%,28%) 100%);
155 background: -o-linear-gradient(top, hsl(37,100%,25%) 0%,hsl(37,100%,43%) 100%);
166 background: -o-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
167 background: -ms-linear-gradient(top, hsl(0,100%,20%) 0%,hsl(0,100%,33%) 100%);
[all …]

12345678910>>...92