Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 131) sorted by relevance

123456

/webtrees/public/ckeditor-4.15.1-custom/skins/moono/
H A Ddialog.css5top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
H A Ddialog_ie7.css5top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
H A Ddialog_ie.css5top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
H A Ddialog_ie8.css5top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
H A Ddialog_iequirks.css5top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
H A Deditor_ie7.css5top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gra…
/webtrees/public/css/
H A Dvendor.min.css6top:1px solid;border-top:var(--bs-border-width) solid;margin:1rem 0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,…
11top:none;margin-bottom:0!important;margin-top:0!important}[dir] div.dt-scroll-body>table>tbody>tr:…
H A Dfab.min.css1top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
H A Dminimal.min.css1top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
H A Dclouds.min.css1top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
/webtrees/resources/css/
H A Dfab.css179 padding-top: 1rem;
204 border-top: 1px solid #ddd;
210 margin-top: 1rem;
262 vertical-align: top;
428 vertical-align: top;
447 caption-side: top;
515 border-top: none;
556 top: 20px;
561 top: auto;
567 vertical-align: top;
[all …]
H A Dclouds.css89 background: #c8e7ff url(clouds/images/background.png) repeat-x fixed top left;
105 margin-top: 0.5rem;
200 vertical-align: text-top;
398 padding-top: 1rem;
428 margin-top: 1rem;
481 vertical-align: top;
515 border-top: solid #999 1px;
649 margin-top: 5px;
669 vertical-align: top;
693 caption-side: top;
[all …]
H A Dminimal.css94 margin-top: 1rem;
164 padding-top: 1rem;
179 margin-top: 1rem;
245 border-top: solid #000 1px;
329 vertical-align: top;
361 vertical-align: top;
378 border-top: solid #555 1px;
397 vertical-align: top;
409 caption-side: top;
503 margin-top: 5px;
[all …]
H A Dwebtrees.css122 top: -0.75rem;
169 border-top: 2px solid #81a9cb;
201 vertical-align: text-top;
376 padding-top: 1rem;
414 margin-top: 1rem;
486 border-top: solid #81a9cb 1px;
619 vertical-align: top;
639 caption-side: top;
712 border-top: solid #81a9cb 1px;
751 top: 20px;
[all …]
H A D_chart-pedigree.css43 top: 25%;
53 top: 12.5%;
61 top: 25%;
71 top: 12.5%;
98 /* Pedigree chart with oldest at the top */
104 top: 0;
108 border-top: none;
H A Dxenea.css180 padding-top: 0.25rem;
200 vertical-align: top;
374 padding-top: 1rem;
408 margin-top: 1rem;
480 border-top: solid #81a9cb 1px;
611 vertical-align: top;
631 caption-side: top;
704 border-top: solid #81a9cb 1px;
744 top: 20px;
749 top: auto;
[all …]
H A D_charts.css45 top: 0;
55 top: 0;
73 top: 50%;
74 border-top: var(--chart-line);
94 top: 50%;
95 border-top: var(--chart-line);
/webtrees/app/Report/
H A DReportHtmlTextbox.php135 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
136 $this->top = $renderer->getY();
138 $renderer->setY($this->top);
225 $renderer->addMaxY($this->top + $cH);
228 echo '<div style="position:absolute;top:', $this->top, 'pt;';
277 $renderer->setXy($cX + $this->width, $this->top);
280 $renderer->setXy(0, $this->top + $cH + $cP * 2);
H A DReportPdfCell.php106 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
107 $this->top = $renderer->tcpdf->GetY();
109 $renderer->tcpdf->setY($this->top);
129 $this->top = $renderer->tcpdf->GetY();
143 $this->top,
158 $renderer->tcpdf->Link($cX, $this->top, $this->width, $this->height, $this->url);
H A DReportBaseTextbox.php44 public float $top; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
83 * @param float $top
97 float $top, argument
112 $this->top = $top;
H A DReportBaseCell.php92 public float $top; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
113 * @param float $top Y-position
129 float $top, argument
147 $this->top = $top;
H A DReportHtmlCell.php67 if ($this->top === ReportBaseElement::CURRENT_POSITION) {
68 $this->top = $renderer->getY();
70 $renderer->setY($this->top);
74 echo '<div class="', $this->styleName, '" style="position:absolute;top:', $this->top, 'pt;';
170 $renderer->setXy($this->left + $this->width, $this->top);
H A DPdfRenderer.php412 * @param float $top Y-position
422 …ng $border, string $align, string $bgcolor, string $style, int $ln, float $top, float $left, bool … argument
424 …return new ReportPdfCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $fi…
436 * @param float $top
452 float $top, argument
459 …return new ReportPdfTextBox($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck,…
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/skins/moono-lisa/
H A Dwsc.css4 top: 39px !important;
9 margin-top: 4px;
25 margin-top: 1px;
31 margin-top: 0;
37 margin-top: 4px !important;
/webtrees/resources/js/
H A Dtreeview.js52 drag_start_y = tv.treeview.offset().top - pageY;
66 top: pageY + drag_start_y, property
102 …if (pos.left >= tv.leftMin && pos.left <= tv.leftMax && pos.top >= tv.topMin && pos.top <= tv.topM…
151 tv.topMin = offset.top;
175 …if (pos.left >= tv.leftMin && pos.left <= tv.leftMax && pos.top >= tv.topMin && pos.top <= tv.topM…

123456