Home
last modified time | relevance | path

Searched refs:blue (Results 26 – 50 of 289) sorted by relevance

12345678910>>...12

/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css152 background: url("../image/jplayer.blue.monday.jpg") 0 0 no-repeat; }
155 background: url("../image/jplayer.blue.monday.jpg") -41px 0 no-repeat; }
158 background: url("../image/jplayer.blue.monday.jpg") 0 -42px no-repeat; }
169 background: url("../image/jplayer.blue.monday.jpg") 0 -83px no-repeat;
176 background: url("../image/jplayer.blue.monday.jpg") 0 -112px no-repeat; }
182 background: url("../image/jplayer.blue.monday.jpg") 0 -141px no-repeat; }
213 background: url("../image/jplayer.blue.monday.jpg") 0 -202px repeat-x;
219 background: url("../image/jplayer.blue.monday.jpg") 0 -218px repeat-x;
225 background: url("../image/jplayer.blue.monday.seeking.gif"); }
282 background: url("../image/jplayer.blue.monday.jpg") 0 -250px repeat-x;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss165 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 0 no-repeat;
168 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") -41px 0 no-repeat;
171 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -42px no-repeat;
184 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -83px no-repeat;
193 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -112px no-repeat;
200 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -141px no-repeat;
234 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -202px repeat-x;
240 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -218px repeat-x ;
247 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.seeking.gif");
312 background: url("#{$jplayer-images-base-url}jplayer.blue.monday.jpg") 0 -250px repeat-x;
[all …]
/plugin/struct/types/
H A DColor.php123 $blue = hexdec(substr($color, 5, 2));
125 $min = min([$red, $green, $blue]);
126 $max = max([$red, $green, $blue]);
129 $hue = ($green - $blue) / ($max - $min);
132 $hue = 2 + ($blue - $red) / ($max - $min);
134 if ($max === $blue) {
/plugin/combo/ComboStrap/
H A DColorRgb.php26 'blue',
63 'blue' => '#0000FF',
247 private $blue; variable in ComboStrap\\ColorRgb
309 public static function createFromRgbChannels(int $red, int $green, int $blue): ColorRgb argument
312 ->setRgbChannels([$red, $green, $blue]);
371 $blue = $this->blue / 255;
373 $max = max($red, $green, $blue);
374 $min = min($red, $green, $blue);
387 $hue = 60 * fmod((($green - $blue) /
[all...]
/plugin/barcodes/lib/
H A DColor.php29 private $blue; variable in DokuWiki\\Barcodes\\Color
36 $this->blue = hexdec(substr($matches[1], 4, 2));
52 return sprintf("%02X%02X%02X", $this->red, $this->green, $this->blue);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-shared.css12 --color-blue-205-100-45: hsl(205, 100%, 45%);
13 --color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);
14 --color-blue-205-100-50: hsl(205, 100%, 50%);
15 --color-blue-205-100-80: hsl(205, 100%, 80%);
16 --color-blue-205-100-95: hsl(205, 100%, 95%);
26 --hint-button-color: var(--color-blue-205-100-50);
27 --hint-button-hover-color: var(--color-blue-205-100-45);
32 --input-focus-border-color: var(--color-blue-205-100-50);
33 --input-focus-box-shadow-color: var(--color-blue-205-100-80);
39 --select-option-selected-color: var(--color-blue-205-100-45);
H A Ddiagram-js.css15 --color-blue-205-100-45: hsl(205, 100%, 45%);
16 --color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);
17 --color-blue-205-100-50: hsl(205, 100%, 50%);
18 --color-blue-205-100-50-opacity-15: hsla(205, 100%, 50%, 15%);
19 --color-blue-205-100-70: hsl(205, 100%, 75%);
20 --color-blue-205-100-95: hsl(205, 100%, 95%);
36 --bendpoint-fill-color: var(--color-blue-205-100-45);
42 --element-dragger-color: var(--color-blue-205-100-50);
47 --lasso-fill-color: var(--color-blue-205-100-50-opacity-15);
51 --palette-entry-hover-color: var(--color-blue-205-100-45);
[all …]
/plugin/animation/styles/
H A Dscianimator.css12 @import url('scianimator.blue.css');
94 background: blue;
95 box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px blue;
96 -o-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px blue;
97 -webkit-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px blue;
98 -moz-box-shadow: 0 0 3px 1px #666666 inset, 0 0 1px blue;
H A DshThemeDefault.css52 color: blue !important;
57 color: blue !important;
80 color: blue !important;
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Dbpmn-js.css14 --color-blue-205-100-45: hsl(205, 100%, 45%);
15 --color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);
16 --color-blue-205-100-50: hsl(205, 100%, 50%);
17 --color-blue-205-100-95: hsl(205, 100%, 95%);
32 --breadcrumbs-item-color: var(--color-blue-205-100-50);
35 --drilldown-background-color: var(--color-blue-205-100-50);
H A Ddiagram-js.css15 --color-blue-205-100-45: hsl(205, 100%, 45%);
16 --color-blue-205-100-45-opacity-30: hsla(205, 100%, 45%, 30%);
17 --color-blue-205-100-50: hsl(205, 100%, 50%);
18 --color-blue-205-100-50-opacity-15: hsla(205, 100%, 50%, 15%);
19 --color-blue-205-100-70: hsl(205, 100%, 75%);
20 --color-blue-205-100-95: hsl(205, 100%, 95%);
36 --bendpoint-fill-color: var(--color-blue-205-100-45);
42 --element-dragger-color: var(--color-blue-205-100-50);
47 --lasso-fill-color: var(--color-blue-205-100-50-opacity-15);
51 --palette-entry-hover-color: var(--color-blue-205-100-45);
[all …]
/plugin/fontcolor/images/
H A Dcolor-icon.php7 list($red, $green, $blue) = str_split($_GET['color'], 2);
10 imagefill($img, 0, 0, imagecolorallocate($img, hexdec($red), hexdec($green), hexdec($blue)));
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Ddiagram-js.css5 --blue-base-65: #4d90ff;
6 --blue-base-65-opacity-30: rgba(77, 144, 255, 0.3);
7 --blue-darken-48: #005df7;
8 --blue-darken-55: #1a70ff;
9 --blue-lighten-82: #a2c5ff;
30 --bendpoint-fill-color: var(--blue-base-65-opacity-30);
31 --bendpoint-stroke-color: var(--blue-base-65);
36 --element-dragger-color: var(--blue-base-65);
44 --palette-entry-hover-color: var(--blue-darken-48);
45 --palette-entry-selected-color: var(--blue-base-65);
[all …]
/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css7 pre .typ, code .typ { color: #89bdff; } /* type - light blue */
8 pre .lit, code .lit { color: #3387CC; } /* literal - blue */
11 pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
14 pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php19 list($red, $green, $blue) = str_split($_GET['color'], 2);
21 … imagefill($img, 0, 0, imagecolorallocate($img, hexdec($red), hexdec($green), hexdec($blue)));
/plugin/mediasyntax/test/
H A Ddokusyntax-test.txt10 | ::: | blue | ::: |
13 | BMW 3 | blue | BMW |
/plugin/gil/
H A Dstyle.css14 border-bottom: 1px dotted blue;
33 border: 1px solid blue;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.gif.php102 $blue = getid3_lib::LittleEndian2Int(substr($GIFcolorTable, $offset++, 1));
103 $info['gif']['global_color_table'][$i] = (($red << 16) | ($green << 8) | ($blue));
104 $info['gif']['global_color_table_rgb'][$i] = sprintf('%02X%02X%02X', $red, $green, $blue);
/plugin/revealjs/css/theme/source/
H A Dmoon.scss40 $blue: #268bd2; variable
49 $linkColor: $blue;
H A Dsolarized.scss41 $blue: #268bd2; variable
50 $linkColor: $blue;
/plugin/quickstats/
H A Dstyle.css32 color:blue;
39 …a.quickstats_sort_title { /*color: blue !important; */} /* this will change the color etc of th…
74 #qs_query_intro { border: 1px blue solid; padding:10px; margin-top: 10px; display: none;}
H A Dstyle.wide.css32 color:blue;
39 …a.quickstats_sort_title { /*color: blue !important; */} /* this will change the color etc of th…
75 #qs_query_intro { border: 1px blue solid; padding:10px; margin-top: 10px; display: none;}
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DShadowBorder.java87 int blue = c1.getBlue() + (c2.getBlue() - c1.getBlue()) / 2; in average() local
88 return new Color(red, green, blue); in average()
/plugin/bootswrapper/exe/help/
H A Dcallout.txt134 <callout icon="fa fa-user" color="blue" title="Custom color + icon">
135 This is callout with custom color (''blue'') and icon (''fa fa-user'')
139 <callout icon="fa fa-user" color="blue" title="Custom color + icon"> [...] </callout>
149 | ''color'' | | W3C Color name (eg. ''blue'', ''orange'', etc) or HEX (eg. ''#FF3300'', ''#777'') |…
/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php367 $blue = $this->LittleEndian2Int($BMPpalette[ $paletteoffset++ ]);
375 $thisfile_bmp['palette'][$i] = (($red << 16) | ($green << 8) | $blue);
666 …$blue = (int) round(((($pixelvalue & $thisfile_bmp_header_raw[ 'blue_mask']) >> $blueshift) / (…
667 $thisfile_bmp['data'][$row][$col] = (($red << 16) | ($green << 8) | $blue);
695 $blue = ($color & 0x000000FF);
696 return array($red, $green, $blue);
737 list($red, $green, $blue) = $this->IntColor2RGB($color);
739 $pixelcolor = imagecolorallocate($gd, $red, $green, $blue);
741 $pixelcolor = imagecolorclosest($gd, $red, $green, $blue);

12345678910>>...12