Home
last modified time | relevance | path

Searched refs:size (Results 276 – 300 of 1777) sorted by path

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

/template/bootstrap3/css/
H A Dcallouts.less146 i.bs-callout-icon { font-size: 2em; }
H A Ddiff.less60 font-size: small;
76 font-size: small;
H A Dtemplate.less82 h1 { font-size: 1.8em; }
83 h2 { font-size: 1.6em; }
84 h3 { font-size: 1.4em; }
85 h4 { font-size: 1.2em; }
86 h5 { font-size: 1em; }
154 font-size: 0.6em;
167 font-size: 80%;
174 font-size: 85%;
239 font-size: 1.2em;
248 font-size
[all...]
/template/bootstrap3/css/core/
H A D_admin.less8 font-size: 1.125em;
H A D_edit.css69 /* size and wrap controls */
132 font-size: 75%;
H A D_fileuploader.css21 font-size: 100%;
51 font-size: 120%;
90 .qq-upload-size,
92 font-size: 85%;
H A D_media_fullscreen.css109 font-size: 1em;
126 font-size: 1em;
224 font-size: 90%;
284 #mediamanager__page .filelist .thumbs li .size,
339 #mediamanager__page .filelist .rows li .size,
349 [dir=rtl] #mediamanager__page .filelist .rows li .size,
361 #mediamanager__page .filelist .rows li .size,
451 font-size: 90%;
495 font-size: 90%;
H A D_media_popup.css52 font-size: 1.5em;
122 font-size: .9em;
H A D_modal.css6 font-size: 100%;
H A D_search.less56 font-size: smaller;
177 font-size: .9em;
/template/bootstrap3/css/plugins/
H A Doverlay.less13 font-size: small;
/template/bootstrap3/
H A Ddetail.php371 <?php echo iconify('mdi:image-size-select-large'); ?> <?php echo tpl_getLang('preview_size') ?>: <a href="<?php echo ml($IMG, array('cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $w, 'h' => $h), true, '&'); ?>"><?php echo $w; ?> × <?php echo $h; ?></a> pixels.
372 <?php echo tpl_getLang('other_resolutions') ?>: <?php foreach ($other_sizes as $size): ?> <a href="<?php echo ml($IMG, array('cache' => $INPUT->str('cache'), 'rev' => $REV, 'w' => $size['w'], 'h' => $size['h']), true, '&'); ?>" title="<?php echo floor($size['ratio'] * 100); ?>%"><?php echo $size['w']; ?> × <?php echo $size['h']; ?></a> pixels &nbsp; <?php endforeach; ?>
/template/bootstrap3/inc/
H A Dsimple_html_dom.php1393 public $size; variable in simple_html_dom
1521 $this->size = strlen($this->doc);
1629 $this->size = strlen($this->doc);
1630 $this->original_size = $this->size; // original size of the html
1643 if ($this->size > 0) { $this->char = $this->doc[0]; }
1814 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1818 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1901 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1930 $this->char = (++$this->pos < $this->size)
[all...]
/template/boozurk/css/
H A Dadaptive.css143 font-size:23px;
H A Dbasic.css25 -webkit-text-size-adjust: 100%;
56 font-size: 2.25em;
60 font-size: 1.5em;
64 font-size: 1.125em;
68 font-size: 1em;
72 font-size: .875em;
76 font-size: .75em;
155 font-size: 100%;
306 font-size: 1em;
334 font-size: .8em;
[all …]
H A Dboozurk-inline.css45 font-size: 15px;
54 font-size: 14px;
H A Dboozurk.css4 font-size: 14px;
106 font-size: 15px;
178 font-size: 1.1em;
206 font-size: .9em;
333 font-size: 24px;
341 font-size: 32px;
349 font-size: 48px;
357 font-size: 64px;
550 font-size: .8em;
743 font-size: .8em;
[all …]
H A Dcontent.css33 /* hx margin-left = (1 / font-size) * .levelx-margin */
H A Ddesign.css22 font-size: 1.5em;
34 font-size: 1.125em;
220 font-size: 93.75%;
H A Dfont-awesome.css54 font-size: 1.3333333333333333em;
63 /* increased font size for icon-large */
105 font-size: 2em;
114 font-size: 3em;
123 font-size: 4em;
132 font-size: 5em;
260 font-size: 1em;
265 font-size: 2em;
H A Dfont-awesome.min.css24size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [clas…
H A Dprint.css71 font-size: 90%;
145 font-size: 1.5em;
/template/boozurk/tinynav/
H A DREADME.md6 …gin to do this and it doesn't provides a lot of options, but it might be the smallest (file size).
/template/breeze/bower_components/gumby-fittext/
H A DREADME.md31 …an be used to customize the behaviour. Specify the rate at which the font size changes using `gumb…
H A Dgumby.fittext.js51 var size = this.calculateSize(),
54 this.$el.css('font-size', size);
59 Gumby.debug('Updated font size to '+size+'px', scope.$el);

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