Home
last modified time | relevance | path

Searched refs:size (Results 301 – 325 of 1777) sorted by path

1...<<11121314151617181920>>...72

/template/breeze/bower_components/gumby/css/
H A Dgumby.css645 h1 { font-size: 68px; font-size: 4.25rem; }
646 h1.xlarge { font-size: 110px; font-size: 6.875rem; }
647 h1.xxlarge { font-size: 126px; font-size: 7.875rem; }
648 h1.absurd { font-size: 177px; font-size: 11.0625rem; }
650 h2 { font-size: 42px; font-size: 2.625rem; }
652 h3 { font-size: 30px; font-size: 1.875rem; }
654 h4 { font-size: 26px; font-size: 1.625rem; }
656 h5 { font-size: 18px; font-size: 1.125rem; }
658 h6 { font-size: 16px; font-size: 1rem; }
661 h2 { font-size: 36px; font-size: 2.25rem; } }
[all …]
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.js6 …ient"+e])):i===t?x.css(n,r,s):x.style(n,r,i,s)},n,a?i:t,a,null)}})}),x.fn.size=function(){return t… function
H A Djquery-1.10.1.min.map1 …nt","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","module"…
H A Djquery-2.0.2.min.js6 …ndefined?x.css(t,n,s):x.style(t,n,r,s)},t,o?r:undefined,o,null)}})}),x.fn.size=function(){return t… function
H A Djquery-2.0.2.min.map1 …nt","parentOffset","scrollTo","Height","Width","defaultExtra","funcName","size","andSelf","module"…
/template/breeze/bower_components/gumby/sass/
H A D_base.scss17 -webkit-text-size-adjust: none;
18 -ms-text-size-adjust: none;
H A D_grid.scss36 /* To fix the grid into a different size, set max-width to your desired width */
286 -webkit-text-size-adjust: none;
287 -ms-text-size-adjust: none;
H A D_typography.scss23 @include font-size($xxxlarge);
31 @include font-size($absurd);
37 h5 { @include font-size($med);}
38 h6 { @include font-size($norm);}
62 @include font-size($base-font-size);
70 @include font-size($base-font-size * 1.1);
136 @include font-size($norm);
158 font-size: 56.4%;
180 font-size: 12px;
181 font-size: 1.2rem;
[all …]
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss6 $base-size: 16px !default;
10 @function modular-scale($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pi…
15 $base-size: sort_list($base-size);
16 @return nth($base-size, 1);
20 @return $base-size;
59 @function ms-multibase-multiratio($multiple, $base-size: $base-size, $ratio: $ratio) {
65 $base-size: sort_list($base-size);
124 @function ms-multibase($multiple, $base-size: $base-size, $ratio: $ratio) {
130 $base-size: sort_list($base-size);
183 @function ms-multiratio($multiple, $base-size: $base-size, $ratio: $ratio) {
[all …]
/template/breeze/bower_components/gumby/sass/functions/
H A D_button-size.scss1 @mixin button-size($size) { parameter
3 @if $size == xlarge {
4 $n: $xlarge-button-font-size;
6 @if $size == large {
7 $n: $large-button-font-size;
9 @if $size == medium {
10 $n: $medium-button-font-size;
12 @if $size == small {
13 $n: $small-button-font-size;
15 $button-font-size: $n;
[all …]
H A D_em.scss3 @function em($size-in-px, $context: 16) {
4 @if not unitless($size-in-px) {
5 $size-in-px: strip-units($size-in-px);
10 @return ($size-in-px / $context) * 1em;
H A D_forms.scss1 @mixin input-size($size) { parameter
2 @if $size == xxwide { $size: 100%; }
3 @if $size == xwide { $size: 82.6666666667%; }
4 @if $size == wide { $size: 65.3333333333%; }
5 @if $size == normal { $size: 48%; }
6 @if $size == narrow { $size: 30.6666666667%; }
7 @if $size == xnarrow { $size: 13.3333333333%; }
9 width: $size;
H A D_height-calc.scss4 @function height-calc($size) { parameter
5 @return ms($ratio, $size) + 1;
H A D_tooltips.scss44 font-size: $norm;
H A D_typography.scss5 @mixin font-size($size, $is-important: false) { parameter
6 $size: if(unitless($size), $size, $size / 1px); variable
9 font-size: $size + px !important;
10 font-size: ($size / strip-units($base-font-size)) + rem !important;
12 font-size: $size + px;
13 font-size: ($size / strip-units($base-font-size)) + rem;
/template/breeze/bower_components/gumby/sass/ui/
H A D_buttons.scss4 @import "../functions/button-size";
30 font-size: 100%;
40 @include button-size(xlarge);
43 @include button-size(large);
46 @include button-size(medium);
52 @include button-size(small);
H A D_forms.scss10 @include font-size($norm);
44 // Font-size 16px for weird form style error
45 font-size: 16px;
61 @include font-size($norm);
70 @include font-size($norm);
86 @include input-size(#{nth($width, 1)});
118 font-size: 0;
174 @include font-size($norm);
226 font-size: $norm;
228 top: percentage((strip-units($base-font-size)) / 100) - 2;
[all …]
H A D_labels.scss51 @include font-size(ms(0, 14px));
57 @include font-size(ms(0, 12px));
68 @include font-size(ms(0, 14px));
H A D_navbar.scss39 @include font-size($larger);
135 @include font-size($norm);
431 font-size: 15px;
H A D_tables.scss10 border: $table-border-size $table-border-style $table-border-color;
14 font-size: $larger;
25 border-top: $table-cell-border-size $table-cell-border-style $table-cell-border-color;
29 font-size: $norm;
41 font-size: $norm;
/template/breeze/bower_components/gumby/sass/var/
H A D_settings.scss50 $base-font-size: 16px !default;
52 $base-size: $base-font-size $importantNum;
58 $norm: ms(0); // $base-font-size (16px == default)
110 $xlarge-button-font-size: $larger;
111 $large-button-font-size: $large;
112 $medium-button-font-size: $norm;
113 $small-button-font-size: $small;
148 $table-border-size: 1px;
151 $table-cell-border-size: 1px;
/template/breeze/bower_components/modular-scale/
H A Dreadme.md5 …f values that share the same relationship. These values are often used to size type and create a s…
9size or 1em. Optionally you can add another value to create a double standard modular scale which …
51 …lace with your other site wide variables. `$ms-base` is usually your font size or `1em` and can ha…
61 font-size: ms(2); // two up the modular scale
62 font-size: ms(2, 16px); // two up the modular scale with a base size of 16px, default is 1em
63 font-size: ms(2, 1em, $octave); // Same as above but on an octave scale
139 3. Rename `$base-size` to `$ms-base`.
/template/breeze/css/
H A Dbasic.css55 font-size: 2.25em;
59 font-size: 1.5em;
63 font-size: 1.125em;
67 font-size: 1em;
71 font-size: .875em;
75 font-size: .75em;
153 font-size: 100%;
304 font-size: 1em;
332 font-size: .8em;
343 font-size: .8em;
[all …]
H A Dcontent.css33 /* hx margin-left = (1 / font-size) * .levelx-margin */
H A Ddesign.css25 font-size: 1.5em;
37 font-size: 1.125em;
235 font-size: 93.75%;

1...<<11121314151617181920>>...72