Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 1330) sorted by relevance

12345678910>>...54

/template/m1/css/
H A Dsidrd.css1 /* line 3, ../../src/scss/sidr/_base.scss */
19 /* line 15, ../../src/scss/sidr/_base.scss */
23 /* line 18, ../../src/scss/sidr/_base.scss */
28 /* line 24, ../../src/scss/sidr/_base.scss */
33 /* line 29, ../../src/scss/sidr/_base.scss */
38 /* line 41, ../../src/scss/sidr/_base.scss */
45 line-height: 24px;
47 /* line 52, ../../src/scss/sidr/_base.scss */
52 /* line 55, ../../src/scss/sidr/_base.scss */
71 line-height: 42px;
[all …]
/template/twentyfifteen/css/
H A Dresponsive.less22 line-height: 1.6842;
44 line-height: 1.8182;
57 line-height: 1.6842;
70 line-height: 1.2632;
82 line-height: 1.6842;
111 line-height: 1.25;
126 line-height: 62px;
143 line-height: 1.5;
186 line-height: 1.5;
190 line-height: 1.5;
[all …]
H A Ddesign.less25 line-height: 1;
83 line-height: 1.3636;
93 line-height: 1.5;
117 line-height: 40px;
251 line-height: 1.1538;
259 line-height: 1.3636;
267 line-height: 1.3333;
277 line-height: 1.2;
303 line-height: 1.5;
370 line-height: 1.5;
/template/sprintdoc/css/plugins/
H A Dpopupviewer.less13 line-height: @line-height-default;
16 line-height: @line-height-default;
23 line-height: @line-height-default;
H A Dstruct.less16 line-height: @line-height-default;
20 line-height: @line-height-default;
61 line-height: 1;
141 line-height: 2.5em;
/template/pinboard/css/
H A Dpinboard-functions.css159 line-height:;
163 line-height:;
172 line-height:;
179 line-height:;
187 line-height:;
194 line-height:;
199 line-height:;
205 line-height:;
210 line-height:;
215 line-height:;
[all …]
/template/usable/blueprint/plugins/fancy-type/
H A Dscreen.css10 /* Indentation instead of line shifts for sibling paragraphs. */
39 follow the 1.5x vertical rhythm -- the line-height is too much.
41 Using this class, it reduces your font size and line-height so that for
47 New line-height value:
48 12px x 1.5 = 18px (old line-height)
50 72px / 5 = 14.4px (new line height)
51 14.4px / 10px = 1.44 (new line height in em's) */
55 line-height: 1.44em;
68 line-height:1%;
/template/quickjump/blueprint/plugins/fancy-type/
H A Dscreen.css10 /* Indentation instead of line shifts for sibling paragraphs. */
39 follow the 1.5x vertical rhythm -- the line-height is too much.
41 Using this class, it reduces your font size and line-height so that for
47 New line-height value:
48 12px x 1.5 = 18px (old line-height)
50 72px / 5 = 14.4px (new line height)
51 14.4px / 10px = 1.44 (new line height in em's) */
55 line-height: 1.44em;
68 line-height:1%;
/template/cowboy/css/nashville/specimen_files/
H A Dspecimen_stylesheet.css118 line-height: 1em;
125 line-height: 1.1em;
156 line-height: 1.3em;
197 line-height: 1.2em;
239 line-height: 90px;
255 line-height: 90px;
279 line-height: 42px;
286 line-height: 23px;
303 line-height: 12px;
308 line-height: 21px;
[all …]
/template/twigstarter/vendor/twig/twig/src/Test/
H A DNodeTestCase.php54 protected function getVariableGetter($name, $line = false) argument
56 $line = $line > 0 ? "// line {$line}\n" : '';
58 return sprintf('%s($context["%s"] ?? null)', $line, $name);
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php107 $line = $stream->getCurrent()->getLine();
139 $line = $token->getLine();
153 return new ArrowFunctionExpression($this->parseExpression(0), new Node($names), $line);
418 public function getFunctionNode($name, $line) argument
431 return new ParentExpression($this->parser->peekBlockStack(), $line);
448 $arguments = new ArrayExpression([], $line);
460 $class = $this->getFunctionNodeClass($name, $line);
462 return new $class($name, $args, $line);
712 private function getTest(int $line): array argument
759 private function getFunctionNodeClass(string $name, int $line): string argument
[all …]
/template/templar/less/
H A Dtype.less16 line-height: @baseLineHeight * 1.5;
63 line-height: @baseLineHeight;
68 line-height: 1;
75 h3 { line-height: @baseLineHeight * 2; }
116 line-height: @baseLineHeight;
126 // Single-line list items
145 line-height: @baseLineHeight;
200 line-height: 1.25;
204 line-height: @baseLineHeight;
246 line-height: @baseLineHeight;
H A Dhero-unit.less11 line-height: @baseLineHeight * 1.5;
18 line-height: 1;
23 line-height: @baseLineHeight * 1.5; // Reset since we specify in type.less
/template/quickjump/blueprint/src/
H A Dtypography.css23 h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
25 h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
26 h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
51 sup, sub { line-height: 0; }
59 pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
91 .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
92 .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
/template/usable/blueprint/src/
H A Dtypography.css23 h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
25 h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
26 h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
51 sup, sub { line-height: 0; }
59 pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
91 .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
92 .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
/template/sprintdoc/css/
H A Dbase_design.less89 line-height: @line-height-default;
122 line-height: 1.2;
133 line-height: 1.2;
185 line-height: @line-height-big;
211 line-height: 140%;
226 margin: 0 0 1.4em; /* bottom margin = line-height */
299 line-height: 140%;
321 line
[all...]
H A Darea_content.less56 line-height: @line-height-default;
61 line-height: @line-height-default;
/template/breeze/bower_components/gumby/sass/functions/
H A D_line-and-height.scss2 // Make line-height equal to an element's height
4 @mixin line-and-height($height) {
6 line-height: $height - 2;
/template/breeze/bower_components/gumby/sass/
H A D_typography.scss63 margin-bottom: $base-line-height / 2;
79 line-height: inherit;
131 line-height: 21px;
149 line-height: inherit;
154 line-height: inherit;
159 line-height: inherit;
169 line-height: 20px;
172 line-height: 20px;
/template/fictive/css/
H A Dfictive.css31 line-height: 1.5em;
140 line-height: 0;
221 line-height: 24px;
426 line-height: 1;
491 line-height: 1;
500 line-height: 1;
509 line-height: 1;
518 line-height: 1;
527 line-height: 1;
536 line-height: 1;
[all …]
/template/cutopillar/css/monopillar/
H A Dstylesheet.css22 line-height: 1.6em;
88 line-height: 1.2em;
100 line-height: 1.8em;
109 line-height: 1.35em;
165 line-height: 1.2em;
190 line-height: 1.4em;
230 line-height:32px;
355 line-height: 1.2em;
373 line-height: 1.5em; /* line-height: 24px; */
375 /*.readingcontent li, .readingcontent dd { line-height: 0.35em; }*/
[all …]
/template/hexa/css/
H A Dhexa.css19 line-height: 1.30909em;
144 line-height: 1.5em;
223 line-height: 1.6em;
251 line-height: 0;
326 line-height: 24px;
544 line-height: 1;
570 line-height: 0.07;
601 line-height: 28px;
884 line-height: 0;
1054 line-height: 1;
[all …]
/template/breeze/sass/
H A D_custom.scss32 margin-bottom: $base-line-height / 2;
45 line-height: 0;
69 margin-bottom: $base-line-height / 2;
94 line-height: $norm;
118 line-height: $small;
/template/h6e-minimal/h6e-minimal/
H A Dh6e-typography.css24 h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
26 h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
27 h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
53 sup, sub { line-height: 0; }
61 pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
/template/dwsimple/dwsimple/
H A Dsimple.php89 $this->line[$id]=new myline($val, $align);
92 $this->line[$id]->val=$val;
99 …$this->box[$id]=new mybox($id, $this->line[$top], $this->line[$right], $this->line[$bottom], $this…

12345678910>>...54