Home
last modified time | relevance | path

Searched refs:blue (Results 1 – 25 of 202) sorted by relevance

123456789

/template/strap/ComboStrap/
H A DColorHsl.php94 $blue = 0;
98 $blue = 0;
102 $blue = $x;
106 $blue = $chroma;
110 $blue = $chroma;
114 $blue = $x;
119 $blue = ($blue + $m) * 255;
128 intval(round($blue))
H A DColorRgb.php247 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) / $d), 6);
388 if ($blue > $green) {
394 $hue = 60 * (($blue - $red) / $d + 2);
398 case $blue:
[all …]
/template/roundbox/themes/yuk/
Dstyle.css12 background: transparent url(themes/@{ini_theme}/blue.jpg) center;
24 background: transparent url(themes/@{ini_theme}/blue.jpg) center;
/template/incognitek/
Dstyle.ini12 ; dark blue background (footer, trace): #bbddd4
13 ; light blue background (buttons): #eff6f4
77 ; these are the shades of blue
/template/a_free_worldic/
D_layout.css89 .blue.awesome, .blue.awesome:visited {
93 .blue.awesome:hover {
/template/breeze/sass/var/
D_settings.scss85 $blue: #268bd2; variable
96 $body-link-color: $blue !default;
97 $body-link-hover-color: $blue !default;
109 $primary-color: $blue;
/template/darkblue/
Dtemplate.info.txt6 desc Based on DokuWiki's default template, dark with blue nuances
/template/doogiestpl/
Dtemplate.info.txt6 desc Clean and uncluttered blue look that nicely resizes. With configurable tab navigation.
/template/desertcalm/
Dstyle.ini8 ; * blue/gray colour scheme
92 ; these are the shades of blue
/template/mantinedoku/css/
Dbasic.less29 --color-blue-3: #74c0fc;
30 --color-blue-4: #4dabf7;
31 --color-blue-8: #1971c2;
32 --color-blue-9: #1864ab;
33 --color-blue-light: rgba(34,139,230,.15);
34 --color-blue-light-hover: rgba(34,139,230,.2);
457 border-color: var(--color-blue-8);
468 accent-color: var(--color-blue-4);
480 background-color: var(--color-blue-8);
486 border: solid 1px var(--color-blue-8);
[all …]
D_search.less48 color: var(--color-blue-3);
54 color: var(--color-blue-3);
/template/sugna/
Dstyle.ini20 ;skin.blue.css = screen
/template/cutopillar/css/monopillar/
Dreset.css22 a img { border:none } /* Gets rid of IE's blue borders */
/template/sxs/
Dstyle.ini30 ; these are the shades of blue
/template/r7throot6/
Dstyle.ini63 ; these are the shades of blue
/template/r7throot8/
Dstyle.ini66 ; these are the shades of blue
/template/r7throot7/
Dstyle.ini66 ; these are the shades of blue
/template/gtopia/
Dstyle.ini56 ; these are the shades of blue
/template/r7thblog1/
Dstyle.ini66 ; these are the shades of blue
/template/imm/
Dstyle.ini53 ; these are the shades of blue
/template/dokumobile/
Dstyle.ini62 ; these are the shades of blue
/template/freechred/
Dstyle.ini64 ; these are the shades of blue
/template/dokubook2/
Dstyle.ini.dist62 ; these are the shades of blue
/template/r7throot3/
Dstyle.ini63 ; these are the shades of blue
/template/masa/
Dstyle.ini62 ; these are the shades of blue

123456789