| /template/sprintdoc/tpl/ |
| H A D | favicon_tiles.php | 26 foreach(array(57, 60, 72, 76, 114, 120, 144, 152, 180) as $size) { 31 'sizes' => $size . 'x' . $size, 32 …'href' => array('wiki:logo-' . $size . 'x' . $size . '.png', 'wiki:logo-square.png', 'wiki:favicon… 34 $size, $size 39 foreach(array(32, 96, 192) as $size) { 44 'sizes' => $size . 'x' . $size, 45 …'href' => array('wiki:logo-' . $size . 'x' . $size . '.png', 'wiki:logo-square.png', 'wiki:favicon… 47 $size, $size 52 foreach(array(70, 310) as $size) { 56 'name' => 'msapplication-square' . $size . 'x' . $size . 'logo', [all …]
|
| /template/strap/vendor/hidehalo/nanoid-php/src/ |
| H A D | Client.php | 16 * @param integer $size number of symbols in ID. 19 protected $size; variable in Hidehalo\\Nanoid\\Client 34 * @param integer $size 37 public function __construct($size = 21, GeneratorInterface $generator = null) argument 39 $this->size = $size > 0 ? $size : 21; 48 * @param integer $size 52 public function generateId($size = 0, $mode = self::MODE_NORMAL) argument 54 $size = $size>0? $size: $this->size; 57 return $this->core->random($this->generator, $size, $this->alphbet); 59 return $this->normalRandom($size); [all …]
|
| /template/breeze/bower_components/gumby/sass/functions/ |
| D | _typography.scss | 5 @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;
|
| D | _forms.scss | 1 @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;
|
| D | _button-size.scss | 1 @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 …]
|
| /template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
| D | _modular-scale.scss | 6 $base-size: 16px !default; 10 @function modular-scale($multiple, $base-size: $base-size, $ratio: $ratio, $round-pixels: $round-pi… 12 // return the $base-size if $multiple is zero 14 @if type-of($base-size) == "list" { 15 $base-size: sort_list($base-size); 16 @return nth($base-size, 1); 19 // return just the simple $base-size value if it's not a list 20 @return $base-size; 25 // calculate values in using each base-size / ratio combination 26 @if type-of($base-size) == "list" and type-of($ratio) == "list" { [all …]
|
| /template/sprintdoc/css/ |
| H A D | base_design.less | 41 font-size: @font-size-small; 82 font-size: @font-size-small; 88 font-size: @font-size-small; 93 font-size: @font-size-default; 97 font-size: @font-size-small; 101 font-size: inherit; 147 font-size: @font-size-head1; 148 margin: 0 0 @font-size-head1; 153 font-size: @font-size-head2; 154 margin: 0 0 @font-size-head2; [all …]
|
| H A D | area_main-sidebar-nav.less | 6 @icon-size: @font-size-big; 7 @menu-margin: @icon-size + @margin-small * 2; 82 min-height: @icon-size + @margin-small; 90 min-height: @icon-size + @margin-small; 95 font-size: @font-size-head6; 193 height: @icon-size; 223 width: @icon-size * 0.98; 224 height: @icon-size * 0.98; 229 font-size: @icon-size * 0.5; 230 line-height: @icon-size * 0.9; [all …]
|
| /template/twentyfifteen/css/ |
| D | responsive.less | 20 font-size: 19px; 21 font-size: 1.9rem; 42 font-size: 22px; 43 font-size: 2.2rem; 55 font-size: 19px; 56 font-size: 1.9rem; 76 font-size: 19px; 77 font-size: 1.9rem; 89 font-size: 16px; 90 font-size: 1.6rem; [all …]
|
| /template/sprintdoc/css/plugins/ |
| H A D | magic-matcher.less | 55 font-size: @font-size-default; 64 font-size: @font-size-default; 88 font-size: @font-size-default; 99 font-size: @font-size-default; 110 font-size: @font-size-default; 113 font-size: @font-size-default; 117 font-size: @font-size-small; 126 font-size: (@font-size-small - .06); 129 font-size: inherit; 140 font-size: (@font-size-small - .06); [all …]
|
| H A D | tagging.less | 13 font-size: .88rem; 17 font-size: 1rem; 21 font-size: 1.1rem; 25 font-size: 1.2rem; 29 font-size: 1.3rem; 33 font-size: 1.4rem; 37 font-size: 1.5rem; 41 font-size: 1.6rem; 45 font-size: 1.7rem; 49 font-size: 1.8rem; [all …]
|
| /template/typowiki/typowiki/scss/ |
| D | _typography.scss | 4 font-size: $font-size-base; 39 font-size: $font-size-h1; 45 font-size: $font-size-h2; 51 font-size: $font-size-h3; 57 font-size: $font-size-h4; 63 font-size: $font-size-h5; 69 font-size: $font-size-h6; 84 font-size: $font-size-base; 93 font-size: $font-size-base; 105 font-size: $font-size-base; [all …]
|
| /template/argon-alt/assets/css/ |
| D | modifications.scss | 2 font-size: 14px; 6 font-size: 2.3rem; 12 font-size: 2rem; 17 font-size: 1.5rem; 22 font-size: 1.3rem; 27 font-size: 1.15rem; 32 font-size: 1rem; 36 font-size: 0.8rem; 50 font-size: 0.875rem; 66 font-size: 84%; [all …]
|
| /template/strap/resources/theme/default/components/css/ |
| H A D | display-bs-4.css | 1 .display-1 { font-size: calc(1.625rem + 4.5vw); } 2 .display-2 { font-size: calc(1.575rem + 3.9vw); } 3 .display-3 { font-size: calc(1.525rem + 3.3vw); } 4 .display-4 { font-size: calc(1.475rem + 2.7vw); } 7 .display-1 { font-size: 5rem; } 8 .display-2 { font-size: 4.5rem; } 9 .display-3 { font-size: 4rem; } 10 .display-4 { font-size: 3.5rem; }
|
| /template/cowboy/css/nashville/specimen_files/ |
| D | specimen_stylesheet.css | 16 font-size: 100%;vertical-align: baseline; 42 font-size: 32px; 49 font-size: 18px; 60 font-size: 36px; 117 font-size: 300px; 124 font-size: 72px; 128 .size10{ font-size: 10px; } 129 .size11{ font-size: 11px; } 130 .size12{ font-size: 12px; } 131 .size13{ font-size: 13px; } [all …]
|
| /template/breeze/sass/ |
| D | _custom.scss | 4 h1 { @include font-size($xlarge);} 5 h2 { @include font-size($larger);} 6 h3 { @include font-size($large);} 7 h4 { @include font-size($med);} 8 h5 { @include font-size($norm);} 11 h1 { @include font-size($xlarge);} 12 h2 { @include font-size($larger);} 22 @include font-size($base-font-size); 44 font-size: $small; 57 font-size: $small; [all …]
|
| /template/neolaoresources/ |
| D | print.css | 9 font-size: 100%; 27 font-size:70%; 44 font-size: 90%; 50 font-size: 90%; 56 font-size: 90%; 72 font-size: 100%; 87 h1 {font-size: 160%; font-weight: bold;} 88 h2 {font-size: 150%; } 89 h3 {font-size: 140%; border-bottom: none; } 90 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/simpleclean/css/ |
| D | print.css | 19 font-size: 100%; 37 font-size:70%; 54 font-size: 90%; 60 font-size: 90%; 66 font-size: 90%; 82 font-size: 100%; 97 h1 {font-size: 160%; font-weight: bold;} 98 h2 {font-size: 150%; } 99 h3 {font-size: 140%; border-bottom: none; } 100 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/darkclean/css/ |
| D | print.css | 19 font-size: 100%; 37 font-size:70%; 54 font-size: 90%; 60 font-size: 90%; 66 font-size: 90%; 82 font-size: 100%; 97 h1 {font-size: 160%; font-weight: bold;} 98 h2 {font-size: 150%; } 99 h3 {font-size: 140%; border-bottom: none; } 100 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/nucleus/ |
| D | print.css | 9 font-size: 100%; 27 font-size:70%; 44 font-size: 90%; 50 font-size: 90%; 56 font-size: 90%; 72 font-size: 100%; 87 h1 {font-size: 160%; font-weight: bold;} 88 h2 {font-size: 150%; } 89 h3 {font-size: 140%; border-bottom: none; font-weight: bold;} 90 h4 {font-size: 120%; border-bottom: none; font-weight: bold;} [all …]
|
| /template/mmkanso/css/ |
| D | print.css | 19 font-size: 100%; 37 font-size:70%; 54 font-size: 90%; 60 font-size: 90%; 66 font-size: 90%; 82 font-size: 100%; 97 h1 {font-size: 160%; font-weight: bold;} 98 h2 {font-size: 150%; } 99 h3 {font-size: 140%; border-bottom: none; } 100 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/myown/css/ |
| D | print.css | 19 font-size: 100%; 37 font-size:70%; 54 font-size: 90%; 60 font-size: 90%; 66 font-size: 90%; 82 font-size: 100%; 97 h1 {font-size: 160%; font-weight: bold;} 98 h2 {font-size: 150%; } 99 h3 {font-size: 140%; border-bottom: none; } 100 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/mmclean/css/ |
| D | print.css | 19 font-size: 100%; 37 font-size:70%; 54 font-size: 90%; 60 font-size: 90%; 66 font-size: 90%; 82 font-size: 100%; 97 h1 {font-size: 160%; font-weight: bold;} 98 h2 {font-size: 150%; } 99 h3 {font-size: 140%; border-bottom: none; } 100 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/sxs/ |
| D | print.css | 9 font-size: 100%; 28 font-size:70%; 45 font-size: 90%; 51 font-size: 90%; 57 font-size: 90%; 73 font-size: 100%; 88 h1 {font-size: 160%; font-weight: bold;} 89 h2 {font-size: 150%; } 90 h3 {font-size: 140%; border-bottom: none; } 91 h4 {font-size: 120%; border-bottom: none; } [all …]
|
| /template/cherokee-based/ |
| D | print.css | 9 font-size: 100%; 27 font-size:70%; 44 font-size: 90%; 50 font-size: 90%; 56 font-size: 90%; 72 font-size: 100%; 87 h1 {font-size: 160%; font-weight: bold;} 88 h2 {font-size: 150%; } 89 h3 {font-size: 140%; border-bottom: none; } 90 h4 {font-size: 120%; border-bottom: none; } [all …]
|