/webtrees/resources/css/ |
H A D | fab.css | 190 text-align: center; 262 vertical-align: top; 382 text-align: center; 422 text-align: center; 428 vertical-align: top; 453 text-align: center; 547 vertical-align: bottom; 554 text-align: start; 567 vertical-align: top; 572 vertical-align: top; [all …]
|
H A D | clouds.css | 191 /* Space between icons and align with submenu icons */ 200 vertical-align: text-top; 220 text-align: center; 409 text-align: center; 481 vertical-align: top; 617 text-align: center; 626 vertical-align: middle; 633 vertical-align: middle; 662 text-align: center; 669 vertical-align: top; [all …]
|
H A D | webtrees.css | 177 text-align: center; 195 /* Space between icons and align with submenu icons */ 201 vertical-align: text-top; 390 text-align: center; 565 text-align: center; 574 vertical-align: middle; 581 vertical-align: middle; 612 text-align: center; 619 vertical-align: top; 645 text-align: center; [all …]
|
H A D | xenea.css | 178 text-align: center; 200 vertical-align: top; 385 text-align: center; 564 text-align: center; 570 vertical-align: middle; 603 text-align: center; 611 vertical-align: top; 637 text-align: center; 735 vertical-align: bottom; 742 text-align: start; [all …]
|
H A D | _chart-interactive.css | 35 align-items: center; 120 vertical-align: bottom; 124 vertical-align: top; 129 vertical-align: middle; 187 vertical-align: top; 275 text-align: center; 276 vertical-align: middle; 302 text-align: center; 303 vertical-align: middle;
|
H A D | minimal.css | 175 text-align: center; 329 vertical-align: top; 347 text-align: center; 352 text-align: center; 361 vertical-align: top; 396 text-align: center; 397 vertical-align: top; 576 text-align: center; 613 vertical-align: bottom; 618 vertical-align: top; [all …]
|
H A D | administration.css | 74 text-align: center; 78 text-align: start; 81 text-align: center; 86 vertical-align: baseline;
|
/webtrees/app/Report/ |
H A D | PdfRenderer.php | 408 * @param string $align Text alignment 422 …public function createCell(float $width, float $height, string $border, string $align, string $bgc… argument 424 …return new ReportPdfCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $fi… 495 * @param string $align L:left, C:center, R:right or empty to use x/y 500 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s… argument 502 return new ReportPdfImage($file, $x, $y, $w, $h, $align, $ln); 513 * @param string $align L:left, C:center, R:right or empty to use x/y 524 string $align, argument 527 return new ReportPdfImage('@' . $media_file->fileContents(), $x, $y, $w, $h, $align, $ln);
|
H A D | HtmlRenderer.php | 225 * @param string $align Text alignement 239 …public function createCell(float $width, float $height, string $border, string $align, string $bgc… argument 241 …return new ReportHtmlCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $f… 312 * @param string $align L:left, C:center, R:right or empty to use x/y 317 …public function createImage(string $file, float $x, float $y, float $w, float $h, string $align, s… argument 319 return new ReportHtmlImage($file, $x, $y, $w, $h, $align, $ln); 330 * @param string $align L:left, C:center, R:right or empty to use x/y 341 string $align, argument 344 …ew ReportHtmlImage($media_file->imageUrl((int) $w, (int) $h, 'crop'), $x, $y, $w, $h, $align, $ln);
|
H A D | ReportBaseImage.php | 43 public string $align; variable in Fisharebest\\Webtrees\\Report\\ReportBaseImage 56 * @param string $align Placement of the image. L: left, C:center, R:right 59 …public function __construct(string $file, float $x, float $y, float $w, float $h, string $align, s… argument 66 $this->align = $align;
|
H A D | ReportBaseCell.php | 32 public string $align = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell 109 * @param string $align Text alignment 125 string $align, argument 137 $this->align = $align;
|
H A D | AbstractRenderer.php | 185 * @param string $align Text alignment 203 string $align, argument 279 * @param string $align L:left, C:center, R:right or empty to use x/y 284 …createImage(string $file, float $x, float $y, float $w, float $h, string $align, string $ln): Repo… argument 294 * @param string $align L:left, C:center, R:right or empty to use x/y 305 string $align, argument
|
H A D | ReportParserGenerate.php | 527 $align = $attrs['align'] ?? ''; 529 if ($align === 'rightrtl') { 531 $align = 'left'; 533 $align = 'right'; 535 } elseif ($align === 'leftrtl') { 537 $align = 'right'; 539 $align = 'left'; 606 if ($align === 'left') { 607 $align = 'L'; 608 } elseif ($align === 'right') { [all …]
|
/webtrees/public/css/ |
H A D | vendor.min.css | 6 …align:var(--bs-body-text-align)}hr{color:inherit;opacity:.25}[dir] hr{border:0;border-top:1px soli… 11 …align:left}[dir=rtl] div.dt-container div.dt-length label{text-align:right}div.dt-container div.dt…
|
H A D | fab.min.css | 1 …align-items:center;display:flex;height:50vh;justify-content:center;max-height:95vh;min-height:25vh…
|
H A D | clouds.min.css | 1 …align-items:center;display:flex;height:50vh;justify-content:center;max-height:95vh;min-height:25vh…
|
H A D | minimal.min.css | 1 …align-items:center;display:flex;height:50vh;justify-content:center;max-height:95vh;min-height:25vh…
|
H A D | webtrees.min.css | 1 …align-items:center;display:flex;height:50vh;justify-content:center;max-height:95vh;min-height:25vh…
|
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/ |
H A D | dialog.css | 5 …align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;bor…
|
H A D | dialog_ie7.css | 5 …align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;bor…
|
H A D | dialog_ie.css | 5 …align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;bor…
|
H A D | dialog_ie8.css | 5 …align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;bor…
|
H A D | dialog_iequirks.css | 5 …align:right;position:relative;border:0;outline:1px solid #bfbfbf;box-shadow:0 1px 0 #fff inset;bor…
|
H A D | editor_ie7.css | 5 …align:baseline;box-sizing:content-box;position:static;transition:none}.cke_reset_all,.cke_reset_al…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 12 …mon.generalTab,title:h.lang.common.generalTab,padding:0,align:"top",elements:[{type:"hbox",align:"… property 13 {type:"hbox",align:"top",widths:["100%"],children:[{type:"vbox",align:"top",children:[{type:"html",… property
|