Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/template/strap/ComboStrap/
H A DMath.php18 public static function unlerp($x, $y, $weight): float argument
20 $x2 = ($weight / 100) * $x;
21 return ($y - $x2) / (1 - $weight / 100);
31 public static function lerp($x, $y, $weight) argument
34 $X = ($weight / 100) * $x;
35 $Y = (1 - $weight / 100) * $y;
H A DColorRgb.php417 * @param int|null $weight
430 function mix($color, ?int $weight = 50): ColorRgb argument
432 if ($weight === null) {
433 $weight = 50;
437 $targetRed = self::round(Math::lerp($color2->getRed(), $this->getRed(), $weight));
438 $targetGreen = self::round(Math::lerp($color2->getGreen(), $this->getGreen(), $weight));
439 $targetBlue = self::round(Math::lerp($color2->getBlue(), $this->getBlue(), $weight));
447 function unmix($color, ?int $weight = 50): ColorRgb argument
449 if ($weight === null) {
450 $weight = 50;
[all …]
/template/breeze/bower_components/gumby/sass/var/
D_settings.scss27 $font-weight-bold: 700;
28 $font-weight-semibold: 600;
29 $font-weight-medium: 400;
30 $font-weight-regular: 400;
31 $font-weight-light: 300;
32 $font-weight-thin: 300;
34 $header-font-weight: $font-weight-thin;
35 $body-font-weight: $font-weight-regular;
36 $type-font-weight: $font-weight-regular;
37 $link-font-weight: $font-weight-regular;
[all …]
/template/ghw/css/
Dfont-style.css8 font-weight: 300;
15 font-weight: 400;
22 font-weight: 500;
28 font-weight: 500;
34 font-weight: 500;
41 font-weight: 600;
48 font-weight: 400;
54 font-weight: 600;
60 font-weight: 400;
66 font-weight: 500;
[all …]
/template/breeze/sass/var/
D_settings.scss29 $font-weight-bold: 700;
30 $font-weight-semibold: 600;
31 $font-weight-medium: 400;
32 $font-weight-regular: 400;
33 $font-weight-light: 300;
34 $font-weight-thin: 300;
36 $header-font-weight: $font-weight-thin;
37 $body-font-weight: $font-weight-regular;
38 $type-font-weight: $font-weight-regular;
39 $orange-font-weight: $font-weight-regular;
[all …]
/template/dokui/css/
Dhighlight.css30 font-weight: bold
49 font-weight: bold
56 font-weight: normal
64 font-weight: bold
72 font-weight: normal
87 font-weight: bold
110 font-weight: bold
/template/cherokee-based/
Dsidebar.css30 font-weight: normal;
47 font-weight: bold;
59 font-weight: bold;
69 font-weight: bold;
76 font-weight: bold;
84 font-weight: bold;
110 font-weight: normal;
127 font-weight: bold;
139 font-weight: bold;
149 font-weight: bold;
[all …]
/template/typowiki/typowiki/scss/
Dfonts.scss4 font-weight: 300;
11 font-weight: 300;
18 font-weight: 300;
25 font-weight: 700;
32 font-weight: 700;
/template/typowiki/typowiki/css/
Dfonts.css1weight:300;font-style:normal;font-display:swap}@font-face{font-family:'inter-web';src:url("assets/…
/template/tr-twitter/
Dstyle.css140 font-weight: normal;
148 div.dokuwiki h1 {margin-left: 0px; font-weight: bold; font-size: 19px; padding-top: 0px;}
149 div.dokuwiki h2 {margin-left: 15px;font-weight: bold;}
150 div.dokuwiki h3 {margin-left: 30px; font-weight: bold;}
151 div.dokuwiki h4 {margin-left: 45px; font-weight: bold;}
152 div.dokuwiki h5 {margin-left: 60px; font-weight: bold;}
198 font-weight: bold;
212 font-weight: bolder;
238 font-weight: normal;
244 font-weight: bold;
[all …]
/template/parabola/fonts/
H A Dfontfaces.css8 font-weight: normal;
20 font-weight: normal;
32 font-weight: normal;
44 font-weight: normal;
56 font-weight: normal;
70 font-weight: normal;
82 font-weight: normal;
95 font-weight: normal;
107 font-weight: normal;
119 font-weight: normal;
[all …]
/template/parabola/css/
H A Dfonts.css8 font-weight: normal;
20 font-weight: normal;
32 font-weight: normal;
44 font-weight: normal;
56 font-weight: normal;
70 font-weight: normal;
82 font-weight: normal;
95 font-weight: normal;
107 font-weight: normal;
119 font-weight: normal;
[all …]
/template/h6e-minimal/h6e-minimal/
Dh6e-typography.css22 h1,h2,h3,h4,h5,h6 { font-weight: normal; }
28 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
29 h6 { font-size: 1em; font-weight: bold; }
50 strong { font-weight: bold; }
52 dfn { font-weight: bold; }
75 dl dt { font-weight: bold; }
83 th { font-weight: bold; }
/template/nucleus/
Dprint.css73 font-weight: normal;
87 h1 {font-size: 160%; font-weight: bold;}
89 h3 {font-size: 140%; border-bottom: none; font-weight: bold;}
90 h4 {font-size: 120%; border-bottom: none; font-weight: bold;}
91 h5 {font-size: 100%; border-bottom: none; font-weight: bold;}
124 font-weight: bold;
129 font-weight: normal;
184 font-weight:bold;
/template/usable/blueprint/src/
Dtypography.css21 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
27 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
28 h6 { font-size: 1em; font-weight: bold; }
48 strong { font-weight: bold; }
50 dfn { font-weight: bold; }
73 dl dt { font-weight: bold; }
81 th { font-weight: bold; background: #C3D9FF; }
/template/quickjump/blueprint/src/
Dtypography.css21 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
27 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
28 h6 { font-size: 1em; font-weight: bold; }
48 strong { font-weight: bold; }
50 dfn { font-weight: bold; }
73 dl dt { font-weight: bold; }
81 th { font-weight: bold; background: #C3D9FF; }
/template/comicslate/css/
Ddiff.less14 font-weight: normal;
16 font-weight: bold;
23 font-weight: bold;
42 font-weight: bold;
63 font-weight: bold;
123 font-weight: bold;
/template/bootstrap3/assets/fonts/
Dyeti.fonts.css4 font-weight: 300;
16 font-weight: 400;
28 font-weight: 700;
40 font-weight: 400;
52 font-weight: 300;
64 font-weight: 700;
/template/wikimagination/
Dmain.css40 Font-weight: bold;
54 Font-weight: bold;
81 Font-weight: bold;
92 Font-weight: bold;
144 Font-weight: bold;
204 dt { Font-weight: bold; }
213 Font-weight: bold;
238 Font-weight: bold;
273 Font-weight: bold;
311 Font-weight: bold;
/template/apricot/css/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;
/template/doogiestpl/css/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;
/template/writers/css/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;
/template/monobook/static/3rd/dokuwiki/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;
/template/taratasy/css/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;
/template/vector20/static/3rd/dokuwiki/
D_diff.css25 font-weight: normal;
28 font-weight: bold;
35 font-weight: bold;
46 font-weight: bold;
64 font-weight: bold;

12345678910>>...73