Searched refs:blue (Results 1 – 25 of 202) sorted by relevance
123456789
| /template/strap/ComboStrap/ |
| H A D | ColorHsl.php | 94 $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 D | ColorRgb.php | 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) / $d), 6); 388 if ($blue > $green) { 394 $hue = 60 * (($blue - $red) / $d + 2); 398 case $blue: [all …]
|
| /template/roundbox/themes/yuk/ |
| D | style.css | 12 background: transparent url(themes/@{ini_theme}/blue.jpg) center; 24 background: transparent url(themes/@{ini_theme}/blue.jpg) center;
|
| /template/incognitek/ |
| D | style.ini | 12 ; 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.css | 89 .blue.awesome, .blue.awesome:visited { 93 .blue.awesome:hover {
|
| /template/breeze/sass/var/ |
| D | _settings.scss | 85 $blue: #268bd2; variable 96 $body-link-color: $blue !default; 97 $body-link-hover-color: $blue !default; 109 $primary-color: $blue;
|
| /template/darkblue/ |
| D | template.info.txt | 6 desc Based on DokuWiki's default template, dark with blue nuances
|
| /template/doogiestpl/ |
| D | template.info.txt | 6 desc Clean and uncluttered blue look that nicely resizes. With configurable tab navigation.
|
| /template/desertcalm/ |
| D | style.ini | 8 ; * blue/gray colour scheme 92 ; these are the shades of blue
|
| /template/mantinedoku/css/ |
| D | basic.less | 29 --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.less | 48 color: var(--color-blue-3); 54 color: var(--color-blue-3);
|
| /template/sugna/ |
| D | style.ini | 20 ;skin.blue.css = screen
|
| /template/cutopillar/css/monopillar/ |
| D | reset.css | 22 a img { border:none } /* Gets rid of IE's blue borders */
|
| /template/sxs/ |
| D | style.ini | 30 ; these are the shades of blue
|
| /template/r7throot6/ |
| D | style.ini | 63 ; these are the shades of blue
|
| /template/r7throot8/ |
| D | style.ini | 66 ; these are the shades of blue
|
| /template/r7throot7/ |
| D | style.ini | 66 ; these are the shades of blue
|
| /template/gtopia/ |
| D | style.ini | 56 ; these are the shades of blue
|
| /template/r7thblog1/ |
| D | style.ini | 66 ; these are the shades of blue
|
| /template/imm/ |
| D | style.ini | 53 ; these are the shades of blue
|
| /template/dokumobile/ |
| D | style.ini | 62 ; these are the shades of blue
|
| /template/freechred/ |
| D | style.ini | 64 ; these are the shades of blue
|
| /template/dokubook2/ |
| D | style.ini.dist | 62 ; these are the shades of blue
|
| /template/r7throot3/ |
| D | style.ini | 63 ; these are the shades of blue
|
| /template/masa/ |
| D | style.ini | 62 ; these are the shades of blue
|
123456789