/webtrees/resources/css/ |
H A D | xenea.css | 511 * +--- wt-chart-box-icon 514 * +--- wt-chart-box-icon 1072 .wt-icon-anniversary { 1076 .wt-icon-arrow-down { 1080 a > .wt-icon-arrow-down:hover { 1084 .wt-icon-arrow-left { 1088 a > .wt-icon-arrow-left:hover { 1092 .wt-icon-arrow-right { 1096 a > .wt-icon-arrow-right:hover { 1100 .wt-icon-arrow-up { [all …]
|
H A D | minimal.css | 276 * +--- wt-chart-box-icon 279 * +--- wt-chart-box-icon 684 .wt-icon-anniversary { 687 .wt-icon-arrow-down { 690 a > .wt-icon-arrow-down:hover { 693 .wt-icon-arrow-left { 696 a > .wt-icon-arrow-left:hover { 699 .wt-icon-arrow-right { 702 a > .wt-icon-arrow-right:hover { 705 .wt-icon-arrow-up { [all …]
|
H A D | fab.css | 312 * +--- wt-chart-box-icon 315 * +--- wt-chart-box-icon 898 .wt-icon-anniversary { 901 .wt-icon-arrow-down { 904 a > .wt-icon-arrow-down:hover { 907 .wt-icon-arrow-left { 910 a > .wt-icon-arrow-left:hover { 913 .wt-icon-arrow-right { 916 a > .wt-icon-arrow-right:hover { 919 .wt-icon-arrow-up { [all …]
|
H A D | clouds.css | 201 /* Space between icon and text */ 546 * +--- wt-chart-box-icon 549 * +--- wt-chart-box-icon 1127 [class^="icon-"], 1128 [class*=" icon-"] { 1135 .icon-cfamily { 1139 .icon-childless { 1143 .icon-children { 1147 .icon-edit_indi { 1151 .icon-fam-list { [all …]
|
H A D | webtrees.css | 518 * +--- wt-chart-box-icon 521 * +--- wt-chart-box-icon 1083 .wt-icon-anniversary { 1087 .wt-icon-arrow-down { 1091 a > .wt-icon-arrow-down:hover { 1095 .wt-icon-arrow-left { 1099 a > .wt-icon-arrow-left:hover { 1103 .wt-icon-arrow-right { 1107 a > .wt-icon-arrow-right:hover { 1111 .wt-icon-arrow-up { [all …]
|
H A D | colors.css | 388 * +--- wt-chart-box-icon 391 * +--- wt-chart-box-icon 485 .icon-cfamily { 489 .icon-edit_indi { 493 .icon-fam-list { 497 .icon-indi-list { 501 .icon-mypage { 505 .icon-selected { 510 .icon-silhouette-f { 514 .icon-silhouette-m { [all …]
|
H A D | _base.css | 35 [dir=rtl] .wt-icon-flip-rtl 81 [data-bs-toggle=collapse][aria-expanded=true] > .wt-icon-expand { 83 }[data-bs-toggle=collapse][aria-expanded=false] > .wt-icon-collapse { 138 .wt-icon-exit-fullscreen { 141 .wt-icon-enter-fullscreen { 144 :fullscreen .wt-icon-exit-fullscreen { 147 :fullscreen .wt-icon-enter-fullscreen {
|
H A D | _vendor-patches.css | 32 /* Allow font-awesome icon lists to work on RTL pages */ 45 [dir=rtl] .carousel-control-next-icon, 46 [dir=rtl] .carousel-control-prev-icon {
|
H A D | _chart-interactive.css | 232 #tv_tree div.tv_box .icon-silhouette { 305 #tv_tools ul li a.help img.icon {
|
/webtrees/public/css/ |
H A D | xenea.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | colors.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | clouds.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | webtrees.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | minimal.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | fab.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | administration.min.css | 1 …icon-silhouette{float:left}[dir=rtl] #tv_tree div.tv_box .icon-silhouette{float:right}#tv_tree div…
|
H A D | vendor.min.css | 6 …icon,none);background-repeat:no-repeat;background-size:16px 12px;border:1px solid #dee2e6;border:v… 11 …icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.le…
|
/webtrees/app/Module/ |
H A D | ModuleMapLinkTrait.php | 55 $icon = $this->icon(); 59 … '<a href="' . e($url) . '" rel="nofollow" target="_top" title="' . $title . '">' . $icon . '</a>'; 88 protected function icon(): string function
|
H A D | PedigreeChartModule.php | 267 $icon = view('icons/arrow-' . $style); 274 …return '<a class="px-2" href="' . e($url) . '" title="' . strip_tags($title) . '">' . $icon . '<sp… 288 $icon = view('icons/arrow-' . self::MIRROR_STYLE[$style]); 315 'icon' => $icon,
|
H A D | DescendancyModule.php | 160 $icon = $generations > 0 ? 'icon-minus' : 'icon-plus'; 172 '<i class="plusminus ' . $icon . '"></i>' .
|
H A D | MapLinkGoogle.php | 47 protected function icon(): string function in Fisharebest\\Webtrees\\Module\\MapLinkGoogle
|
H A D | MapLinkOpenStreetMap.php | 47 protected function icon(): string function in Fisharebest\\Webtrees\\Module\\MapLinkOpenStreetMap
|
H A D | MapLinkBing.php | 48 protected function icon(): string function in Fisharebest\\Webtrees\\Module\\MapLinkBing
|
/webtrees/app/Elements/ |
H A D | MultimediaFileReference.php | 75 $icon = view('icons/warning'); 78 …($id, $name, $value, $tree) . '<div class="alert alert-warning mb-0">' . $icon . ' ' . $warning . …
|
/webtrees/resources/views/modules/pedigree-chart/ |
H A D | previous.phtml | 18 <?= $icon ?>
|