Home
last modified time | relevance | path

Searched refs:color (Results 76 – 100 of 1682) sorted by relevance

12345678910>>...68

/plugin/syntaxhighlighter4/dist/
H A Dtheme-django.css133 color: black !important; }
139 color: black !important; }
143 color: blue !important; }
145 color: #006699 !important;
148 color: gray !important; }
160 color: gray !important; }
164 color: red !important; }
166 color: black !important; }
177 color: white !important; }
182 color: #f8f8f8; }
[all …]
H A Dtheme-emacs.css133 color: black !important; }
139 color: black !important; }
143 color: blue !important; }
145 color: #006699 !important;
148 color: gray !important; }
160 color: gray !important; }
164 color: red !important; }
182 color: #d3d3d3; }
203 color: #fff !important;
218 color: aqua !important; }
[all …]
H A Dtheme-fadetogrey.css133 color: black !important; }
139 color: black !important; }
143 color: blue !important; }
145 color: #006699 !important;
148 color: gray !important; }
160 color: gray !important; }
164 color: red !important; }
166 color: black !important; }
177 color: white !important; }
182 color: white; }
[all …]
H A Dtheme-mdultra.css133 color: black !important; }
143 color: blue !important; }
148 color: gray !important; }
160 color: gray !important; }
164 color: red !important; }
179 color: lime !important; }
182 color: lime; }
211 color: lime !important; }
215 color: lime !important; }
222 color: aqua !important; }
[all …]
H A Dtheme-eclipse.css133 color: black !important; }
139 color: black !important; }
143 color: blue !important; }
148 color: gray !important; }
160 color: gray !important; }
164 color: red !important; }
177 color: #fff !important; }
182 color: black; }
234 color: gray !important; }
238 color: red !important; }
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshCoreEclipse.css63 .syntaxhighlighter{background-color:#fff !important;}
68 .syntaxhighlighter table caption{color:black !important;}
70 .syntaxhighlighter .gutter{color:#787878 !important;}
72 .syntaxhighlighter .gutter .line.highlighted{background-color:#d4d0c8 !important;color:#fff !import…
79 .syntaxhighlighter .toolbar a{color:#a0a0a0 !important;}
84 .syntaxhighlighter .keyword{color:#7f0055 !important;}
86 .syntaxhighlighter .variable{color:#aa7700 !important;}
87 .syntaxhighlighter .value{color:#009900 !important;}
88 .syntaxhighlighter .functions{color:#ff1493 !important;}
89 .syntaxhighlighter .constants{color:#0066cc !important;}
[all …]
H A DshCoreDjango.css63 .syntaxhighlighter{background-color:#0a2b1d !important;}
68 .syntaxhighlighter table caption{color:#f8f8f8 !important;}
70 .syntaxhighlighter .gutter{color:#497958 !important;}
72 .syntaxhighlighter .gutter .line.highlighted{background-color:#41a83e !important;color:#0a2b1d !imp…
79 .syntaxhighlighter .toolbar a{color:#fff !important;}
84 .syntaxhighlighter .keyword{color:#96dd3b !important;}
86 .syntaxhighlighter .variable{color:#ffaa3e !important;}
87 .syntaxhighlighter .value{color:#f7e741 !important;}
88 .syntaxhighlighter .functions{color:#ffaa3e !important;}
89 .syntaxhighlighter .constants{color:#e0e8ff !important;}
[all …]
/plugin/combo/resources/theme/default/components/css/
H A Danchor.css2 color: var(--bs-link-color)
6 color: var(--bs-link-hover-color)
10 color: var(--bs-link-color)
14 color: var(--bs-link-hover-color)
18 color: var(--bs-link-color)
[all...]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css13 color: #333;
21 color: rgb(0,100,200);
30 color: rgb(0,80,160);
50 color: #ccc;
63 background-color: #ddd;
67 border-color: #666;
73 color: #c8c8c8;
87 color: rgb(0,100,200);
96 color: rgb(0,80,160);
114 color: #ccc;
[all …]
/plugin/mikioplugin/assets/
H A Dstyles.less71 @color: var(~'--mikiop-@{type}-text-color');
72 @background: var(~'--mikiop-@{type}-background-color');
73 @border: var(~'--mikiop-@{type}-border-color');
74 @hovercolor: var(~'--mikiop-@{type}-text-hover-color');
75 @hoverbackground: var(~'--mikiop-@{type}-background-hover-color');
76 @hoverborder: var(~'--mikiop-@{type}-border-hover-color');
78 color: @color;
79 background-color
[all...]
/plugin/advrack/
H A Dstyle.css111 color: #555;
121 color: #777;
126 color: #111;
135 color: #454545;
147 color: #f3f3f3;
167 color: #A27D35;
183 color: #912323;
207 color: #3F6219;
267 color: white;
356 color: #111;
[all …]
/plugin/statdisplay/pchart/
H A DGDCanvas.php87 $C_Rectangle = imagecolorallocate( $this->Layers [0], $color->r, $color->g, $color->b);
111 $color,
118 $color,
125 $color,
132 $color,
166 $color,
173 $color,
180 $color,
187 $color,
476 $color = $color->addRGBIncrement($Factor);
[all …]
/plugin/statistics/inc/pchart/
H A DGDCanvas.php14 function drawFilledRectangle(Point $corner1, Point $corner2, Color $color, argument
47 $shadowProperties->color,
61 $shadowProperties->color,
72 $shadowProperties->color,
80 $C_Rectangle = $this->allocateColor($color);
91 $C_Rectangle = imagecolorallocate($this->Layers [0], $color->r, $color->g, $color->b);
102 $color,
110 public function drawRectangle(Point $corner1, Point $corner2, Color $color, argument
153 drawRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
220 drawFilledRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties) global() argument
360 drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
403 drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowProperties $shadowProperties, Point $boundingBoxMin = null, Point $boundingBoxMax = null) global() argument
445 drawAntialiasPixel(Point $point, Color $color, ShadowProperties $shadowProperties, $alpha = 100) global() argument
515 drawAlphaPixel(Point $point, $alpha, Color $color) global() argument
541 allocateColor(Color $color, $Factor = 0, $alpha = 100) global() argument
582 drawText($fontSize, $angle, Point $point, Color $color, $fontName, $text, ShadowProperties $shadowProperties) global() argument
604 drawCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
623 drawFilledCircle(Point $center, $height, Color $color, ShadowProperties $shadowProperties, $width = null) global() argument
654 drawFilledPolygon(array $points, $numPoints, Color $color, $alpha = 100) global() argument
[all...]
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgithub-gist.min.css1color:#333333;overflow-x:auto}.hljs-comment,.hljs-meta{color:#969896}.hljs-string,.hljs-variable,.…
H A Dgrayscale.min.css1color:#333;background:#fff}.hljs-comment,.hljs-quote{color:#777;font-style:italic}.hljs-keyword,.h…
H A Dgooglecode.min.css1color:black}.hljs-comment,.hljs-quote{color:#800}.hljs-keyword,.hljs-selector-tag,.hljs-section,.h…
/plugin/codehighlight/cp/languages/
H A Dhtml.css2 * CodePress color styles for HTML syntax highlighting
5 b {color:#000080;} /* tags */
6 ins, ins b, ins s, ins em {color:gray;} /* comments */
7 s, s b {color:#7777e4;} /* attribute values */
8 a {color:green;} /* links */
9 u {color:#E67300;} /* forms */
10 big {color:#db0000;} /* images */
11 em, em b {color:#800080;} /* style */
12 strong {color:#800000;} /* script */
13 tt i {color:darkblue;font-weight:bold;} /* script reserved words */
H A Dvbscript.css8 color:#000080;
12 color:gray;
17 color:gray;
22 color:#5656fa ;
27 color:#009900;
31 color:#000000;
36 color:#0000FF;
41 color:#990099;
46 color:#FF0000;
50 color:#990000;
[all …]
H A Dasp.css8 color:#000080;
12 color:gray;
17 color:gray;
22 color:#5656fa ;
27 color:#009900;
31 color:#000000;
36 color:#0000FF;
41 color:#990099;
46 color:#FF0000;
50 color:#990000;
[all …]
H A Dautoit.css2 * CodePress color styles for AutoIt syntax highlighting
5 u {font-style:normal;color:#000090;font-weight:bold;font-family:Monospace;}
6 var {color:#AA0000;font-weight:bold;font-style:normal;}
7 em {color:#FF33FF;}
8 ins {color:#AC00A9;}
9 i {color:#F000FF;}
10 b {color:#FF0000;}
11 a {color:#0080FF;font-weight:bold;}
12 s, s u, s b {color:#9999CC;font-weight:normal;}
13 cite, cite *{color:#009933;font-weight:normal;}
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php8 * Handles color output on (Linux) terminals
15 // these constants make IDE autocompletion easier, but color names can also be passed as strings
34 /** @var array known color names */
76 * enable color output
84 * disable color output
92 * @return bool is color support enabled?
100 * Convenience function to print a line in a given color
103 * @param string $color one of the available color names
108 public function ptln($line, $color, argument
123 wrap($text, $color) global() argument
135 getColorCode($color) global() argument
154 set($color, $channel = STDOUT) global() argument
[all...]
/plugin/code2/
H A Dsyntax_plugin_code.css33 color: #000;
44 color: #000;
48 color: #000;
52 color: #000;
59 color: #369;
81 color: #666;
85 color: #c09;
89 color: #909;
93 color: #903;
97 color: #036;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php39 public function convert($color, array &$PDFAXwarnings = []) argument
41 $color = strtolower(trim($color));
43 if ($color === 'transparent' || $color === 'inherit') {
47 if (isset(NamedColors::$colors[$color])) {
48 $color = NamedColors::$colors[$color];
51 if (!isset($this->cache[$color])) {
52 $c = $this->convertPlain($color,
171 convertPlain($color, array& $PDFAXwarnings = []) global() argument
195 processHashColor($color) global() argument
314 restrictColorSpace($c, $color, & $PDFAXwarnings = []) global() argument
322 ensureBinaryColorFormat($color) global() argument
[all...]
/plugin/amcharts/assets/amcharts/themes/
H A Dblack.js6 color: "#e7e7e7", property in AmCharts.themes.black.AmChart
56 color: "#000000", property in AmCharts.themes.black.ChartCursor
61 color: "#e7e7e7" property in AmCharts.themes.black.AmLegend
70 color: "#FFFFFF", property in AmCharts.themes.black.GaugeArrow
99 color: "#666666", property in AmCharts.themes.black.AreasSettings
115 color: "#555555", property in AmCharts.themes.black.LinesSettings
122 color: "#FFFFFF", property in AmCharts.themes.black.ImagesSettings
143 color: "#e7e7e7" property in AmCharts.themes.black.PeriodSelector
147 color: "#e7e7e7", property in AmCharts.themes.black.PeriodButton
159 color: "#e7e7e7", property in AmCharts.themes.black.PeriodButtonSelected
[all …]
H A Ddark.js55 color: "#000000", property in AmCharts.themes.dark.ChartCursor
60 color: "#e7e7e7" property in AmCharts.themes.dark.AmLegend
69 color: "#FFFFFF", property in AmCharts.themes.dark.GaugeArrow
98 color: "#FFFFFF", property in AmCharts.themes.dark.AreasSettings
114 color: "#FFFFFF", property in AmCharts.themes.dark.LinesSettings
121 color: "#FFFFFF", property in AmCharts.themes.dark.ImagesSettings
142 color: "#e7e7e7" property in AmCharts.themes.dark.PeriodSelector
146 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodButton
158 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodButtonSelected
170 color: "#e7e7e7", property in AmCharts.themes.dark.PeriodInputField
[all …]

12345678910>>...68