/webtrees/public/ckeditor-4.15.1-custom/skins/moono/ |
H A D | dialog.css | 5 …top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
|
H A D | dialog_ie7.css | 5 …top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
|
H A D | dialog_ie.css | 5 …top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
|
H A D | dialog_ie8.css | 5 …top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
|
H A D | dialog_iequirks.css | 5 …top:2px solid rgba(102,102,102,0.2);border-right:2px solid rgba(102,102,102,0.2);border-bottom:2px…
|
H A D | editor_ie7.css | 5 …top:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;background:#cfd1cf;background-image:linear-gra…
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …top:1px solid;border-top:var(--bs-border-width) solid;margin:1rem 0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,… 11 …top:none;margin-bottom:0!important;margin-top:0!important}[dir] div.dt-scroll-body>table>tbody>tr:…
|
H A D | fab.min.css | 1 …top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
|
H A D | minimal.min.css | 1 …top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
|
H A D | clouds.min.css | 1 …top}[dir] #tv_tree table.tv_tree td.tv_vline_b{background-image:url("data:image/gif;base64,R0lGODl…
|
/webtrees/resources/css/ |
H A D | fab.css | 179 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 D | clouds.css | 89 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 D | minimal.css | 94 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 D | webtrees.css | 122 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.css | 43 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 D | xenea.css | 180 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.css | 45 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 D | ReportHtmlTextbox.php | 135 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 D | ReportPdfCell.php | 106 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 D | ReportBaseTextbox.php | 44 public float $top; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox 83 * @param float $top 97 float $top, argument 112 $this->top = $top;
|
H A D | ReportBaseCell.php | 92 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 D | ReportHtmlCell.php | 67 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 D | PdfRenderer.php | 412 * @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 D | wsc.css | 4 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 D | treeview.js | 52 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…
|