Home
last modified time | relevance | path

Searched refs:scale (Results 1 – 25 of 182) sorted by relevance

12345678

/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
D_modular-scale.scss2 // https://github.com/scottkellum/modular-scale
10 @function modular-scale($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pi…
62 $scale-values: ();
73 $scale-values: append($scale-values, nth($base-size, $k));
80 // reset $modular-scale for each set
81 $modular-scale: nth($base-size, $k);
83 // do the scale for each base-size using this ratio
87 // and add the result to $scale-values
89 $modular-scale: power(nth($ratio, $j), $i) * nth($base-size, $k);
90 $scale-values: append($scale-values, $modular-scale);
[all …]
/template/breeze/bower_components/modular-scale/stylesheets/
D_modular-scale.scss1 @import "modular-scale/ratios";
6 @import "modular-scale/tests";
8 @import "modular-scale/pow";
9 @import "modular-scale/calc";
10 @import "modular-scale/generate-list";
11 @import "modular-scale/sort-list";
12 @import "modular-scale/function";
13 @import "modular-scale/function-list";
/template/breeze/bower_components/modular-scale/
Dreadme.md3 …ion, Go to [v1.0 documentation here](https://github.com/Team-Sass/modular-scale/blob/1.x/readme.md)
5 A modular scale is a list of values that share the same relationship. These values are often used t…
7 … fine and breakpoints in responsive web design can naturally fall on your scale to create better r…
9scale which might be useful to create more options for in-between values. This base size paired wi…
15 * Terminal: `gem install modular-scale`
16 * Compass config: `require 'modular-scale'`
17 * SCSS: `@import 'modular-scale';`
21 * Terminal: `bower install modular-scale`
22 * SCSS: `@import '../link_to_component_dir/modular-scale';`
26 * [Download the latest zip](https://github.com/Team-Sass/modular-scale/releases/latest)
[all …]
/template/bootie/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/ghw/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/bs4simple/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/binkytestinstance/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/darkblue/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/daily/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/dokuwikibee/dokuwikibee/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/docnavwiki/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/codowik/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/notes/images/
Dpagetools-build.php100 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
102 function imagecolorscale(&$img, $scale){ argument
115 $r = max(min(round($r*$scale),255),0);
116 $g = max(min(round($g*$scale),255),0);
117 $b = max(min(round($b*$scale),255),0);
/template/adoradark/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/ramtop/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/byu_2017_theme/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/lisps/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/dokufreech/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/greensteel/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/kkh/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/flat/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/dokuwikitplacc/dokuwikiBee/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/mantinedoku/images/
Dpagetools-build.php96 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
98 function imagecolorscale(&$img, $scale){ argument
111 $r = max(min(round($r*$scale),255),0);
112 $g = max(min(round($g*$scale),255),0);
113 $b = max(min(round($b*$scale),255),0);
/template/congrid/images/
Dpagetools-build.php98 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
100 function imagecolorscale(&$img, $scale){ argument
113 $r = max(min(round($r*$scale),255),0);
114 $g = max(min(round($g*$scale),255),0);
115 $b = max(min(round($b*$scale),255),0);
/template/20cones/images/
Dpagetools-build.php100 * @param float $scale Scale the colors by this value ( <1 darkens, >1 lightens)
102 function imagecolorscale(&$img, $scale){ argument
115 $r = max(min(round($r*$scale),255),0);
116 $g = max(min(round($g*$scale),255),0);
117 $b = max(min(round($b*$scale),255),0);

12345678