Home
last modified time | relevance | path

Searched refs:size (Results 476 – 500 of 1777) sorted by relevance

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

/template/notes/css/
H A D.rss.xsl.swp24size:12px}.top,.top a{color:#9ea0a6}.head{padding-top:80px;padding-bottom:40px}.head_logo{float:le…
/template/tilus/css/
H A Dtilus.less58 background-size: contain;
84 background-size: contain;
94 background-size: contain;
147 /*background-size: contain;*/
234 /*font-size: 0.8em;*/
287 font-size: 16px;
296 font-size: 16px;
305 font-size: 16px;
325 font-size: 0px;
332 font-size: 16px;
[all …]
/template/bootstrap3/css/
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/peanutbutter/css/
H A Ddesign.css31 font-size: 1.4em;
45 font-size: 1.125em;
53 font-size: 0.85em;
185 font-size: 0.9rem;
189 font-size: 0.8rem;
211 font-size: 93.75%;
238 font-size: 0.8rem;
H A Dbasic.css21 /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
78 font-size: 150%;
82 font-size:135%;}
103 font-size: 125%;
106 font-size: 110%;
109 font-size: 100%;
112 font-size: 80%;
168 font-size: 100%;
332 font-size: 1em;
361 font-size: .8em;
[all …]
H A Dbasic.css.dist21 /* default font size: 100% => 16px; 93.75% => 15px; 87.5% => 14px; 81.25% => 13px; 75% => 12px */
78 font-size: 150%;
82 font-size:135%;}
103 font-size: 125%;
106 font-size: 110%;
109 font-size: 100%;
112 font-size: 80%;
170 font-size: 100%;
334 font-size: 1em;
363 font-size: .8em;
[all …]
/template/arctic/
H A Darctic_layout.css16 font-size: 130%;
22 font-size: 130%;
51 font-size: 100%;
/template/arctictut/
H A Darctictut_layout.css16 font-size: 130%;
22 font-size: 130%;
51 font-size: 100%;
/template/prsnl10/css/
H A Dprsnl10_screen.css149 font-size: 100%;
240 font-size: 1em;
262 font-size: .8em;
336 font-size: 1px;
678 font-size: 93.75%;
856 font-size: 90%;
944 font-size: 10px !important;
1023 font-size: 14px;
1104 font-size: 12px;
1111 font-size: 12px;
[all …]
/template/a_free_worldic/
H A D_design.css101 font-size: 100%;
191 div.dokuwiki h2 {font-size: 170%; }
201 font-size: 100%;
225 font-size: 100%;
231 font-size: 100%;
237 font-size: 100%;
242 font-size: 100%;
271 font-size: 120%;
296 font-size: 85%;
306 font-size: 85%;
[all …]
/template/kkh/css/
H A Dkkh.css16 background-size: cover !important;
20 background-size: auto;
57 font-size:30px;
173 font-size:1.125em;
289 font-size:130%;
305 font-size:110%;
404 font-size:11px;
425 font-size:12px;
/template/gtopia/
H A Dstyle.css80 font-size:0.9em;
504 font-size:1em;
508 font-size:1.2em;
512 font-size:1.4em;
516 font-size:1.6em;
524 font-size:2em;
2123 font-size:1em;
2132 font-size:1em;
2139 font-size:1em;
2144 font-size:1em;
[all …]
H A Dnew.css1size:0.9em;padding:1px;}.advanced-help-topic .content-border{border:1px solid #AAA}.filefield-icon…
/template/sidebar/
H A Dsidebar.css99 font-size:10px;
116 font-size:140%;
124 font-size:120%;
130 font-size:120%;
136 font-size:100%;
142 font-size:100%;
/template/ad-hominem/css/
H A D_modal.css6 font-size: 100%;
33 font-size: small;
51 font-size: 11pt;
65 font-size: medium;
81 background-size: 1em;
123 background-size: 16px;
/template/varicolored/css/
H A Dfordokuwiki.css11 font-size: 1.8em;
39 font-size: 32px;
49 font-size: 12px;
71 #config__manager td.label span.outkey { font-size: 1.15em !important; }
/template/mikio/inc/
H A Dsimple_html_dom.php1397 public $size; variable in simple_html_dom
1527 $this->size = strlen($this->doc);
1635 $this->size = strlen($this->doc);
1636 $this->original_size = $this->size; // original size of the html
1649 if ($this->size > 0) { $this->char = $this->doc[0]; }
1820 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1824 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1907 $this->char = (++$this->pos < $this->size) ? $this->doc[$this->pos] : null; // next
1936 $this->char = (++$this->pos < $this->size)
[all...]
/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/panoramacake/css/
H A Dfordokuwiki.less11 #navcontainer ul { font-size: 0px; margin-right: 30px !important; }
12 #navcontainer ul li { font-size: 16px; margin-right: 4px; }
27 .claim { margin-top: -35px !important; font-size: 0.65em; /* background-color: red; */ }
97 font-size: 1.5rem;
116 font-size: 12.8px;
128 font-size: 12.6px;
155 font-size: 0.8em;
176 /* Go big on the size, and let overflow hide */
190 border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
/template/mnml-blog/css/
H A Dmnml-blog_screen.css167 font-size: 100%;
258 font-size: 1em;
281 font-size: .8em;
355 font-size: 1px;
624 font-size: 10px;
774 font-size: 70%;
1044 font-size: 90%;
1050 font-size: 1em;
1218 font-size: 14px;
1315 font-size: 12px ;
[all …]
/template/icke/css/
H A Dplugin_tagging.less17 font-size: 11px;
28 font-size: 12px;
45 font-size: 1.2em;
/template/rtd_suterdev/css/
H A Dmobileheader.css10 font-size: 100%;
27 font-size: 30px;
69 font-size: 30px;
/template/strap/css/
H A Dconfigmanager.css10 font-size: 100%;
23 font-size: 100%;
36 font-size: 70%;
/template/readthedokus/css/
H A Dmobileheader.css10 font-size: 100%;
27 font-size: 30px;
69 font-size: 30px;
/template/apricot/css/
H A D_fileuploader.css24 font-size: 100%;
60 font-size: 120%;
99 .qq-upload-size,
101 font-size: 85%;

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