diff options
Diffstat (limited to 'themes/clouds')
203 files changed, 3408 insertions, 0 deletions
diff --git a/themes/clouds/chrome.css b/themes/clouds/chrome.css new file mode 100644 index 0000000000..ed4a1718d6 --- /dev/null +++ b/themes/clouds/chrome.css @@ -0,0 +1,7 @@ +/* + * @version $Id: mozilla.css 7170 2010-03-05 21:35:28Z rob $$ + */ + +#sidebar { + margin-top: 19px; +} diff --git a/themes/clouds/footer.php b/themes/clouds/footer.php new file mode 100644 index 0000000000..6a021c419a --- /dev/null +++ b/themes/clouds/footer.php @@ -0,0 +1,55 @@ +<?php +/** + * Footer for Clouds theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView Cloudy theme + * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: footer.php 8497 2010-05-28 16:10:46Z lucasz $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} +//start Clouds unique code +echo "</div>"; // Close table started in toplinks.html +echo "<br />";echo "<br />";echo "<br />"; +echo "<div id=\"footer\" class=\"$TEXT_DIRECTION\">"; +echo "\n\t<br /><div align=\"center\" style=\"width:99%;\">"; +echo contact_links(); +echo "\n\t<br />"; +echo '<br /><a href="', WT_WEBTREES_URL, '" target="_blank"><img src="', $WT_IMAGE_DIR, '/', $WT_IMAGES['webtrees']['other'], '" width="100" border="0" alt="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" title="', WT_WEBTREES, WT_USER_IS_ADMIN? (" - " .WT_VERSION_TEXT): "", '" /></a><br />'; +echo "\n\t<br />"; + + +if ($SHOW_STATS || WT_DEBUG) { + echo execution_stats(); +} +echo "\n\t<br />"; +if (exists_pending_change()) { + echo "<br />", i18n::translate('Changes have been made to this GEDCOM.'), " <a href=\"javascript:;\" onclick=\"window.open('edit_changes.php', '_blank', 'width=600, height=500, resizable=1, scrollbars=1'); return false;\">", i18n::translate('Accept / Reject Changes'), "</a>\n"; +} +echo "</div>"; +echo "</div> <!-- close div id=\"footer\" -->\n"; +echo "</div> <!-- close div id=\"rapcontainer\" -->\n"; +?> diff --git a/themes/clouds/header.php b/themes/clouds/header.php new file mode 100644 index 0000000000..cb4009c2b2 --- /dev/null +++ b/themes/clouds/header.php @@ -0,0 +1,148 @@ +<?php +/** + * Header for Clouds theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView Cloudy theme + * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: header.php 8681 2010-06-09 22:31:45Z greg $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +// Definitions to simplify logic on pages with right-to-left languages +// TODO: merge this into the trunk? +if ($TEXT_DIRECTION=='ltr') { + define ('WT_CSS_ALIGN', 'left'); + define ('WT_CSS_REVERSE_ALIGN', 'right'); +} else { + define ('WT_CSS_ALIGN', 'right'); + define ('WT_CSS_REVERSE_ALIGN', 'left'); +} + +echo + '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', + '<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>', + '<head>', + '<title>', htmlspecialchars($GEDCOM_TITLE), '</title>', + '<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">'; + +if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION) { + echo '<link href="', WT_SERVER_NAME.WT_SCRIPT_PATH.'rss.php?ged='.urlencode($GEDCOM), '" rel="alternate" type="', $applicationType, '" title="', htmlspecialchars($GEDCOM_TITLE), '" />'; +} + +if (WT_USE_LIGHTBOX) { + if ($TEXT_DIRECTION=='rtl') { + echo + '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music_RTL.css" type="text/css" />', + '<link rel="stylesheet" href="modules/lightbox/css/album_page_RTL_ff.css" type="text/css" media="screen" />'; + } else { + echo + '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music.css" type="text/css" />', + '<link rel="stylesheet" href="modules/lightbox/css/album_page.css" type="text/css" media="screen" />'; + } +} + +echo + '<meta name="description" content="', htmlspecialchars($META_DESCRIPTION), '" />', + '<meta name="robots" content="', htmlspecialchars($META_ROBOTS), '" />', + '<meta name="generator" content="', WT_WEBTREES, ' ', WT_VERSION_TEXT, '" />'; + + +echo + $javascript, $head, + '<script type="text/javascript" src="js/jquery/jquery.min.js"></script>', + '<script type="text/javascript" src="js/jquery/jquery-ui.min.js"></script>', + '<script type="text/javascript" src="js/jquery/jquery.tablesorter.js"></script>', + '<script type="text/javascript" src="js/jquery/jquery.tablesorter.pager.js"></script>', + '<link type="text/css" href="js/jquery/css/jquery-ui.custom.css" rel="Stylesheet" />'; +?> + +<link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme.css" rel="Stylesheet" /> +<link rel="stylesheet" href="<?php echo $print_stylesheet; ?>" type="text/css" media="print" /> + +<?php +if ($TEXT_DIRECTION=='rtl') { ?> + <link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme_rtl.css" rel="Stylesheet" /> +<?php } + +echo + '<link type="text/css" href="themes/clouds/modules.css" rel="Stylesheet" />', + '<link rel="stylesheet" href="', $stylesheet, '" type="text/css" media="all" />'; + +if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> + <link rel="stylesheet" href="<?php echo $THEME_DIR.$BROWSERTYPE; ?>.css" type="text/css" media="all" /> +<?php +} + + +if ((!empty($rtl_stylesheet))&&($TEXT_DIRECTION=="rtl")) {?> + <link rel="stylesheet" href="<?php echo $rtl_stylesheet; ?>" type="text/css" media="all" /> +<?php } + echo + '</head><body id="body" ', $bodyOnLoad, '>'; +flush(); // Allow the browser to start fetching external stylesheets, javascript, etc. +?> + +<!-- Remove header for edit windows --> +<?php if ($view!='simple') {?> + +<!-- begin header section --> +<div id="rapcontainer"> + +<div id="header" class="<?php echo $TEXT_DIRECTION; ?>"> +<!-- begin Style code --> +<table class="header" style="background:url('<?php echo $WT_IMAGE_DIR; ?>/clouds.gif')" > + + <tr> + <td align="<?php echo $TEXT_DIRECTION=="ltr"?"left":"right" ?>"> + <div class="title"> + <?php print_gedcom_title_link(TRUE);?> + +<?php if(empty($SEARCH_SPIDER)) { ?> + <td valign="middle" align="center"> + <div class="blanco" style="COLOR: #6699ff;" > + <?php print_user_links(); ?> + </div> + </td> + <td align="<?php echo $TEXT_DIRECTION=="ltr"?"right":"left" ?>"> + <div style="white-space: normal;" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right" ?>"> + <form action="search.php" method="post"> + <input type="hidden" name="action" value="general" /> + <input type="hidden" name="topsearch" value="yes" /> + <input type="text" class="formbut" name="query" size="15" value="<?php echo i18n::translate('Search')?>" onfocus="if (this.value == '<?php echo i18n::translate('Search')?>') this.value=''; focusHandler();" onblur="if (this.value == '') this.value='<?php echo i18n::translate('Search')?>';" /> + <input type="image" src="<?php echo $WT_IMAGE_DIR ?>/go.gif" align="top" title="<?php echo i18n::translate('Search')?>" /> + </form> + </div> + <?php } ?> + </td> + </tr> +</table> +</div> +<!--end Style code --> +<?php include($toplinks); +} ?> +<!-- end header section --> +<!-- begin content section --> diff --git a/themes/clouds/images/add.gif b/themes/clouds/images/add.gif Binary files differnew file mode 100644 index 0000000000..f2a9aa9d3e --- /dev/null +++ b/themes/clouds/images/add.gif diff --git a/themes/clouds/images/ancestry.gif b/themes/clouds/images/ancestry.gif Binary files differnew file mode 100644 index 0000000000..434ca4bc18 --- /dev/null +++ b/themes/clouds/images/ancestry.gif diff --git a/themes/clouds/images/background.jpg b/themes/clouds/images/background.jpg Binary files differnew file mode 100644 index 0000000000..22c8990aae --- /dev/null +++ b/themes/clouds/images/background.jpg diff --git a/themes/clouds/images/barra.gif b/themes/clouds/images/barra.gif Binary files differnew file mode 100644 index 0000000000..dc9bea50ee --- /dev/null +++ b/themes/clouds/images/barra.gif diff --git a/themes/clouds/images/blokcontent.gif b/themes/clouds/images/blokcontent.gif Binary files differnew file mode 100644 index 0000000000..8f2cd4d14d --- /dev/null +++ b/themes/clouds/images/blokcontent.gif diff --git a/themes/clouds/images/blokfooter.gif b/themes/clouds/images/blokfooter.gif Binary files differnew file mode 100644 index 0000000000..3bc602d32e --- /dev/null +++ b/themes/clouds/images/blokfooter.gif diff --git a/themes/clouds/images/blokheader.gif b/themes/clouds/images/blokheader.gif Binary files differnew file mode 100644 index 0000000000..b7319bdbcb --- /dev/null +++ b/themes/clouds/images/blokheader.gif diff --git a/themes/clouds/images/buttons/addmedia.gif b/themes/clouds/images/buttons/addmedia.gif Binary files differnew file mode 100644 index 0000000000..816fecedab --- /dev/null +++ b/themes/clouds/images/buttons/addmedia.gif diff --git a/themes/clouds/images/buttons/addnote.gif b/themes/clouds/images/buttons/addnote.gif Binary files differnew file mode 100644 index 0000000000..e6ae69e484 --- /dev/null +++ b/themes/clouds/images/buttons/addnote.gif diff --git a/themes/clouds/images/buttons/addrepository.gif b/themes/clouds/images/buttons/addrepository.gif Binary files differnew file mode 100644 index 0000000000..ffeee3f0f9 --- /dev/null +++ b/themes/clouds/images/buttons/addrepository.gif diff --git a/themes/clouds/images/buttons/addsource.gif b/themes/clouds/images/buttons/addsource.gif Binary files differnew file mode 100644 index 0000000000..0023855e70 --- /dev/null +++ b/themes/clouds/images/buttons/addsource.gif diff --git a/themes/clouds/images/buttons/autocomplete.gif b/themes/clouds/images/buttons/autocomplete.gif Binary files differnew file mode 100644 index 0000000000..ca3ff39587 --- /dev/null +++ b/themes/clouds/images/buttons/autocomplete.gif diff --git a/themes/clouds/images/buttons/calendar.gif b/themes/clouds/images/buttons/calendar.gif Binary files differnew file mode 100644 index 0000000000..d9955da5bd --- /dev/null +++ b/themes/clouds/images/buttons/calendar.gif diff --git a/themes/clouds/images/buttons/family.gif b/themes/clouds/images/buttons/family.gif Binary files differnew file mode 100644 index 0000000000..8a04504c3e --- /dev/null +++ b/themes/clouds/images/buttons/family.gif diff --git a/themes/clouds/images/buttons/find_facts.png b/themes/clouds/images/buttons/find_facts.png Binary files differnew file mode 100644 index 0000000000..a74698d7e7 --- /dev/null +++ b/themes/clouds/images/buttons/find_facts.png diff --git a/themes/clouds/images/buttons/head.gif b/themes/clouds/images/buttons/head.gif Binary files differnew file mode 100644 index 0000000000..24cb7f2f8c --- /dev/null +++ b/themes/clouds/images/buttons/head.gif diff --git a/themes/clouds/images/buttons/indi.gif b/themes/clouds/images/buttons/indi.gif Binary files differnew file mode 100644 index 0000000000..581bdd59ad --- /dev/null +++ b/themes/clouds/images/buttons/indi.gif diff --git a/themes/clouds/images/buttons/keyboard.gif b/themes/clouds/images/buttons/keyboard.gif Binary files differnew file mode 100644 index 0000000000..9f39b2c5ea --- /dev/null +++ b/themes/clouds/images/buttons/keyboard.gif diff --git a/themes/clouds/images/buttons/media.gif b/themes/clouds/images/buttons/media.gif Binary files differnew file mode 100644 index 0000000000..f0dca9492e --- /dev/null +++ b/themes/clouds/images/buttons/media.gif diff --git a/themes/clouds/images/buttons/note.gif b/themes/clouds/images/buttons/note.gif Binary files differnew file mode 100644 index 0000000000..7e3da7ccf5 --- /dev/null +++ b/themes/clouds/images/buttons/note.gif diff --git a/themes/clouds/images/buttons/place.gif b/themes/clouds/images/buttons/place.gif Binary files differnew file mode 100644 index 0000000000..4ac65dc184 --- /dev/null +++ b/themes/clouds/images/buttons/place.gif diff --git a/themes/clouds/images/buttons/refresh.gif b/themes/clouds/images/buttons/refresh.gif Binary files differnew file mode 100644 index 0000000000..b397e18d28 --- /dev/null +++ b/themes/clouds/images/buttons/refresh.gif diff --git a/themes/clouds/images/buttons/repository.gif b/themes/clouds/images/buttons/repository.gif Binary files differnew file mode 100644 index 0000000000..88075abe97 --- /dev/null +++ b/themes/clouds/images/buttons/repository.gif diff --git a/themes/clouds/images/buttons/source.gif b/themes/clouds/images/buttons/source.gif Binary files differnew file mode 100644 index 0000000000..23dbaf6232 --- /dev/null +++ b/themes/clouds/images/buttons/source.gif diff --git a/themes/clouds/images/buttons/target.gif b/themes/clouds/images/buttons/target.gif Binary files differnew file mode 100644 index 0000000000..796ee0d164 --- /dev/null +++ b/themes/clouds/images/buttons/target.gif diff --git a/themes/clouds/images/buttons/view_all.gif b/themes/clouds/images/buttons/view_all.gif Binary files differnew file mode 100644 index 0000000000..42c1848d2e --- /dev/null +++ b/themes/clouds/images/buttons/view_all.gif diff --git a/themes/clouds/images/cabeza.jpg b/themes/clouds/images/cabeza.jpg Binary files differnew file mode 100644 index 0000000000..f30edfa685 --- /dev/null +++ b/themes/clouds/images/cabeza.jpg diff --git a/themes/clouds/images/calendar.gif b/themes/clouds/images/calendar.gif Binary files differnew file mode 100644 index 0000000000..1cbf1341ef --- /dev/null +++ b/themes/clouds/images/calendar.gif diff --git a/themes/clouds/images/cfamily.gif b/themes/clouds/images/cfamily.gif Binary files differnew file mode 100644 index 0000000000..7981e499d9 --- /dev/null +++ b/themes/clouds/images/cfamily.gif diff --git a/themes/clouds/images/clippings.gif b/themes/clouds/images/clippings.gif Binary files differnew file mode 100644 index 0000000000..f1ce725981 --- /dev/null +++ b/themes/clouds/images/clippings.gif diff --git a/themes/clouds/images/close.png b/themes/clouds/images/close.png Binary files differnew file mode 100644 index 0000000000..389640f7d5 --- /dev/null +++ b/themes/clouds/images/close.png diff --git a/themes/clouds/images/clouds.gif b/themes/clouds/images/clouds.gif Binary files differnew file mode 100644 index 0000000000..aa0e0d1a5a --- /dev/null +++ b/themes/clouds/images/clouds.gif diff --git a/themes/clouds/images/darrow.gif b/themes/clouds/images/darrow.gif Binary files differnew file mode 100644 index 0000000000..68baeb413e --- /dev/null +++ b/themes/clouds/images/darrow.gif diff --git a/themes/clouds/images/darrow2.gif b/themes/clouds/images/darrow2.gif Binary files differnew file mode 100644 index 0000000000..aee81b129a --- /dev/null +++ b/themes/clouds/images/darrow2.gif diff --git a/themes/clouds/images/ddarrow.gif b/themes/clouds/images/ddarrow.gif Binary files differnew file mode 100644 index 0000000000..4afae07be5 --- /dev/null +++ b/themes/clouds/images/ddarrow.gif diff --git a/themes/clouds/images/descendancy.gif b/themes/clouds/images/descendancy.gif Binary files differnew file mode 100644 index 0000000000..be20b5f99e --- /dev/null +++ b/themes/clouds/images/descendancy.gif diff --git a/themes/clouds/images/dline.gif b/themes/clouds/images/dline.gif Binary files differnew file mode 100644 index 0000000000..8456420b86 --- /dev/null +++ b/themes/clouds/images/dline.gif diff --git a/themes/clouds/images/dline2.gif b/themes/clouds/images/dline2.gif Binary files differnew file mode 100644 index 0000000000..495f2ded9b --- /dev/null +++ b/themes/clouds/images/dline2.gif diff --git a/themes/clouds/images/edit_fam.gif b/themes/clouds/images/edit_fam.gif Binary files differnew file mode 100644 index 0000000000..02ff99ca71 --- /dev/null +++ b/themes/clouds/images/edit_fam.gif diff --git a/themes/clouds/images/edit_indi.gif b/themes/clouds/images/edit_indi.gif Binary files differnew file mode 100644 index 0000000000..ca4a095bdd --- /dev/null +++ b/themes/clouds/images/edit_indi.gif diff --git a/themes/clouds/images/edit_repo.gif b/themes/clouds/images/edit_repo.gif Binary files differnew file mode 100644 index 0000000000..742da98901 --- /dev/null +++ b/themes/clouds/images/edit_repo.gif diff --git a/themes/clouds/images/edit_sour.gif b/themes/clouds/images/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..3e33413a2d --- /dev/null +++ b/themes/clouds/images/edit_sour.gif diff --git a/themes/clouds/images/favicon.ico b/themes/clouds/images/favicon.ico Binary files differnew file mode 100644 index 0000000000..053c0d570b --- /dev/null +++ b/themes/clouds/images/favicon.ico diff --git a/themes/clouds/images/fe_male.gif b/themes/clouds/images/fe_male.gif Binary files differnew file mode 100644 index 0000000000..215d6f1947 --- /dev/null +++ b/themes/clouds/images/fe_male.gif diff --git a/themes/clouds/images/female.gif b/themes/clouds/images/female.gif Binary files differnew file mode 100644 index 0000000000..18fcacded1 --- /dev/null +++ b/themes/clouds/images/female.gif diff --git a/themes/clouds/images/gedcom.gif b/themes/clouds/images/gedcom.gif Binary files differnew file mode 100644 index 0000000000..24454c509c --- /dev/null +++ b/themes/clouds/images/gedcom.gif diff --git a/themes/clouds/images/go.gif b/themes/clouds/images/go.gif Binary files differnew file mode 100644 index 0000000000..bbb997ca0b --- /dev/null +++ b/themes/clouds/images/go.gif diff --git a/themes/clouds/images/help.gif b/themes/clouds/images/help.gif Binary files differnew file mode 100644 index 0000000000..18f8420b70 --- /dev/null +++ b/themes/clouds/images/help.gif diff --git a/themes/clouds/images/hline.gif b/themes/clouds/images/hline.gif Binary files differnew file mode 100644 index 0000000000..19e581f5cc --- /dev/null +++ b/themes/clouds/images/hline.gif diff --git a/themes/clouds/images/home.gif b/themes/clouds/images/home.gif Binary files differnew file mode 100644 index 0000000000..5bd35e0d98 --- /dev/null +++ b/themes/clouds/images/home.gif diff --git a/themes/clouds/images/indis.gif b/themes/clouds/images/indis.gif Binary files differnew file mode 100644 index 0000000000..548f56e1ce --- /dev/null +++ b/themes/clouds/images/indis.gif diff --git a/themes/clouds/images/jquery/asc.gif b/themes/clouds/images/jquery/asc.gif Binary files differnew file mode 100644 index 0000000000..74157867f2 --- /dev/null +++ b/themes/clouds/images/jquery/asc.gif diff --git a/themes/clouds/images/jquery/bg.gif b/themes/clouds/images/jquery/bg.gif Binary files differnew file mode 100644 index 0000000000..fac668fcf4 --- /dev/null +++ b/themes/clouds/images/jquery/bg.gif diff --git a/themes/clouds/images/jquery/desc.gif b/themes/clouds/images/jquery/desc.gif Binary files differnew file mode 100644 index 0000000000..3b30b3c58e --- /dev/null +++ b/themes/clouds/images/jquery/desc.gif diff --git a/themes/clouds/images/jquery/first.png b/themes/clouds/images/jquery/first.png Binary files differnew file mode 100644 index 0000000000..9f38c778d3 --- /dev/null +++ b/themes/clouds/images/jquery/first.png diff --git a/themes/clouds/images/jquery/last.png b/themes/clouds/images/jquery/last.png Binary files differnew file mode 100644 index 0000000000..5cc0c1fed4 --- /dev/null +++ b/themes/clouds/images/jquery/last.png diff --git a/themes/clouds/images/jquery/next.png b/themes/clouds/images/jquery/next.png Binary files differnew file mode 100644 index 0000000000..524fe39391 --- /dev/null +++ b/themes/clouds/images/jquery/next.png diff --git a/themes/clouds/images/jquery/prev.png b/themes/clouds/images/jquery/prev.png Binary files differnew file mode 100644 index 0000000000..0ee6238ae2 --- /dev/null +++ b/themes/clouds/images/jquery/prev.png diff --git a/themes/clouds/images/larrow.gif b/themes/clouds/images/larrow.gif Binary files differnew file mode 100644 index 0000000000..5adfc1c7d7 --- /dev/null +++ b/themes/clouds/images/larrow.gif diff --git a/themes/clouds/images/larrow2.gif b/themes/clouds/images/larrow2.gif Binary files differnew file mode 100644 index 0000000000..ec8d45c1d3 --- /dev/null +++ b/themes/clouds/images/larrow2.gif diff --git a/themes/clouds/images/ldarrow.gif b/themes/clouds/images/ldarrow.gif Binary files differnew file mode 100644 index 0000000000..7b94b5df77 --- /dev/null +++ b/themes/clouds/images/ldarrow.gif diff --git a/themes/clouds/images/left1B.gif b/themes/clouds/images/left1B.gif Binary files differnew file mode 100644 index 0000000000..c97a1870f2 --- /dev/null +++ b/themes/clouds/images/left1B.gif diff --git a/themes/clouds/images/left1G.gif b/themes/clouds/images/left1G.gif Binary files differnew file mode 100644 index 0000000000..6722383480 --- /dev/null +++ b/themes/clouds/images/left1G.gif diff --git a/themes/clouds/images/left1R.gif b/themes/clouds/images/left1R.gif Binary files differnew file mode 100644 index 0000000000..8f5fba838f --- /dev/null +++ b/themes/clouds/images/left1R.gif diff --git a/themes/clouds/images/left2.gif b/themes/clouds/images/left2.gif Binary files differnew file mode 100644 index 0000000000..112cf539f1 --- /dev/null +++ b/themes/clouds/images/left2.gif diff --git a/themes/clouds/images/left3.gif b/themes/clouds/images/left3.gif Binary files differnew file mode 100644 index 0000000000..3ec3b3efed --- /dev/null +++ b/themes/clouds/images/left3.gif diff --git a/themes/clouds/images/left4.gif b/themes/clouds/images/left4.gif Binary files differnew file mode 100644 index 0000000000..2406ad9f54 --- /dev/null +++ b/themes/clouds/images/left4.gif diff --git a/themes/clouds/images/left5.gif b/themes/clouds/images/left5.gif Binary files differnew file mode 100644 index 0000000000..00777b5768 --- /dev/null +++ b/themes/clouds/images/left5.gif diff --git a/themes/clouds/images/left6.gif b/themes/clouds/images/left6.gif Binary files differnew file mode 100644 index 0000000000..ff788d2662 --- /dev/null +++ b/themes/clouds/images/left6.gif diff --git a/themes/clouds/images/left7.gif b/themes/clouds/images/left7.gif Binary files differnew file mode 100644 index 0000000000..150503af07 --- /dev/null +++ b/themes/clouds/images/left7.gif diff --git a/themes/clouds/images/left8.gif b/themes/clouds/images/left8.gif Binary files differnew file mode 100644 index 0000000000..4b7dacb5f8 --- /dev/null +++ b/themes/clouds/images/left8.gif diff --git a/themes/clouds/images/left9.gif b/themes/clouds/images/left9.gif Binary files differnew file mode 100644 index 0000000000..32ea9dc3b5 --- /dev/null +++ b/themes/clouds/images/left9.gif diff --git a/themes/clouds/images/li.gif b/themes/clouds/images/li.gif Binary files differnew file mode 100644 index 0000000000..a1413021d9 --- /dev/null +++ b/themes/clouds/images/li.gif diff --git a/themes/clouds/images/lists.gif b/themes/clouds/images/lists.gif Binary files differnew file mode 100644 index 0000000000..10028e5ef7 --- /dev/null +++ b/themes/clouds/images/lists.gif diff --git a/themes/clouds/images/loading.gif b/themes/clouds/images/loading.gif Binary files differnew file mode 100755 index 0000000000..5bb90fd6a4 --- /dev/null +++ b/themes/clouds/images/loading.gif diff --git a/themes/clouds/images/lsdnarrow.gif b/themes/clouds/images/lsdnarrow.gif Binary files differnew file mode 100644 index 0000000000..03acc3852c --- /dev/null +++ b/themes/clouds/images/lsdnarrow.gif diff --git a/themes/clouds/images/lsltarrow.gif b/themes/clouds/images/lsltarrow.gif Binary files differnew file mode 100644 index 0000000000..e7caf29f12 --- /dev/null +++ b/themes/clouds/images/lsltarrow.gif diff --git a/themes/clouds/images/lsrtarrow.gif b/themes/clouds/images/lsrtarrow.gif Binary files differnew file mode 100644 index 0000000000..ddbe5827f4 --- /dev/null +++ b/themes/clouds/images/lsrtarrow.gif diff --git a/themes/clouds/images/lsuparrow.gif b/themes/clouds/images/lsuparrow.gif Binary files differnew file mode 100644 index 0000000000..ddf8af7e1d --- /dev/null +++ b/themes/clouds/images/lsuparrow.gif diff --git a/themes/clouds/images/male.gif b/themes/clouds/images/male.gif Binary files differnew file mode 100644 index 0000000000..c1f4daf1c6 --- /dev/null +++ b/themes/clouds/images/male.gif diff --git a/themes/clouds/images/media.gif b/themes/clouds/images/media.gif Binary files differnew file mode 100644 index 0000000000..33668e9d04 --- /dev/null +++ b/themes/clouds/images/media.gif diff --git a/themes/clouds/images/media/audio.png b/themes/clouds/images/media/audio.png Binary files differnew file mode 100644 index 0000000000..e479fb2ad9 --- /dev/null +++ b/themes/clouds/images/media/audio.png diff --git a/themes/clouds/images/media/doc.gif b/themes/clouds/images/media/doc.gif Binary files differnew file mode 100644 index 0000000000..0a79098d9b --- /dev/null +++ b/themes/clouds/images/media/doc.gif diff --git a/themes/clouds/images/media/flash.png b/themes/clouds/images/media/flash.png Binary files differnew file mode 100644 index 0000000000..2703e0de00 --- /dev/null +++ b/themes/clouds/images/media/flash.png diff --git a/themes/clouds/images/media/flashrem.png b/themes/clouds/images/media/flashrem.png Binary files differnew file mode 100644 index 0000000000..c328d0bb95 --- /dev/null +++ b/themes/clouds/images/media/flashrem.png diff --git a/themes/clouds/images/media/ged.gif b/themes/clouds/images/media/ged.gif Binary files differnew file mode 100644 index 0000000000..34f58f06b8 --- /dev/null +++ b/themes/clouds/images/media/ged.gif diff --git a/themes/clouds/images/media/globe.png b/themes/clouds/images/media/globe.png Binary files differnew file mode 100644 index 0000000000..734c694502 --- /dev/null +++ b/themes/clouds/images/media/globe.png diff --git a/themes/clouds/images/media/html.gif b/themes/clouds/images/media/html.gif Binary files differnew file mode 100644 index 0000000000..c520975cb9 --- /dev/null +++ b/themes/clouds/images/media/html.gif diff --git a/themes/clouds/images/media/pdf.gif b/themes/clouds/images/media/pdf.gif Binary files differnew file mode 100644 index 0000000000..26523ea6bf --- /dev/null +++ b/themes/clouds/images/media/pdf.gif diff --git a/themes/clouds/images/media/picasa.png b/themes/clouds/images/media/picasa.png Binary files differnew file mode 100644 index 0000000000..4a7112b0a7 --- /dev/null +++ b/themes/clouds/images/media/picasa.png diff --git a/themes/clouds/images/media/tex.gif b/themes/clouds/images/media/tex.gif Binary files differnew file mode 100644 index 0000000000..3975e0f947 --- /dev/null +++ b/themes/clouds/images/media/tex.gif diff --git a/themes/clouds/images/media/wmv.png b/themes/clouds/images/media/wmv.png Binary files differnew file mode 100644 index 0000000000..3848206eb7 --- /dev/null +++ b/themes/clouds/images/media/wmv.png diff --git a/themes/clouds/images/media/wmvrem.png b/themes/clouds/images/media/wmvrem.png Binary files differnew file mode 100644 index 0000000000..cc682b778f --- /dev/null +++ b/themes/clouds/images/media/wmvrem.png diff --git a/themes/clouds/images/menu_gallery.gif b/themes/clouds/images/menu_gallery.gif Binary files differnew file mode 100644 index 0000000000..10252c36d8 --- /dev/null +++ b/themes/clouds/images/menu_gallery.gif diff --git a/themes/clouds/images/menu_punbb.gif b/themes/clouds/images/menu_punbb.gif Binary files differnew file mode 100644 index 0000000000..39bfb3235e --- /dev/null +++ b/themes/clouds/images/menu_punbb.gif diff --git a/themes/clouds/images/menu_repository.gif b/themes/clouds/images/menu_repository.gif Binary files differnew file mode 100644 index 0000000000..9341fd47b2 --- /dev/null +++ b/themes/clouds/images/menu_repository.gif diff --git a/themes/clouds/images/menu_research.gif b/themes/clouds/images/menu_research.gif Binary files differnew file mode 100644 index 0000000000..5a71326c45 --- /dev/null +++ b/themes/clouds/images/menu_research.gif diff --git a/themes/clouds/images/menu_source.gif b/themes/clouds/images/menu_source.gif Binary files differnew file mode 100644 index 0000000000..1d05853d84 --- /dev/null +++ b/themes/clouds/images/menu_source.gif diff --git a/themes/clouds/images/minus.gif b/themes/clouds/images/minus.gif Binary files differnew file mode 100644 index 0000000000..9e250e6fea --- /dev/null +++ b/themes/clouds/images/minus.gif diff --git a/themes/clouds/images/move.gif b/themes/clouds/images/move.gif Binary files differnew file mode 100644 index 0000000000..7feb9f240f --- /dev/null +++ b/themes/clouds/images/move.gif diff --git a/themes/clouds/images/mypage.gif b/themes/clouds/images/mypage.gif Binary files differnew file mode 100644 index 0000000000..74336813db --- /dev/null +++ b/themes/clouds/images/mypage.gif diff --git a/themes/clouds/images/notes.gif b/themes/clouds/images/notes.gif Binary files differnew file mode 100644 index 0000000000..6a36ad8c18 --- /dev/null +++ b/themes/clouds/images/notes.gif diff --git a/themes/clouds/images/open.png b/themes/clouds/images/open.png Binary files differnew file mode 100644 index 0000000000..245b5035b6 --- /dev/null +++ b/themes/clouds/images/open.png diff --git a/themes/clouds/images/pedigree.gif b/themes/clouds/images/pedigree.gif Binary files differnew file mode 100644 index 0000000000..8d2036e03c --- /dev/null +++ b/themes/clouds/images/pedigree.gif diff --git a/themes/clouds/images/pin-in.png b/themes/clouds/images/pin-in.png Binary files differnew file mode 100644 index 0000000000..d71229c249 --- /dev/null +++ b/themes/clouds/images/pin-in.png diff --git a/themes/clouds/images/pin-out.png b/themes/clouds/images/pin-out.png Binary files differnew file mode 100644 index 0000000000..228641e06b --- /dev/null +++ b/themes/clouds/images/pin-out.png diff --git a/themes/clouds/images/pixel.gif b/themes/clouds/images/pixel.gif Binary files differnew file mode 100644 index 0000000000..3a46969559 --- /dev/null +++ b/themes/clouds/images/pixel.gif diff --git a/themes/clouds/images/place.gif b/themes/clouds/images/place.gif Binary files differnew file mode 100644 index 0000000000..9e23be32ad --- /dev/null +++ b/themes/clouds/images/place.gif diff --git a/themes/clouds/images/plus.gif b/themes/clouds/images/plus.gif Binary files differnew file mode 100644 index 0000000000..8d20365780 --- /dev/null +++ b/themes/clouds/images/plus.gif diff --git a/themes/clouds/images/printer.gif b/themes/clouds/images/printer.gif Binary files differnew file mode 100644 index 0000000000..868d69807f --- /dev/null +++ b/themes/clouds/images/printer.gif diff --git a/themes/clouds/images/puntos.gif b/themes/clouds/images/puntos.gif Binary files differnew file mode 100644 index 0000000000..22b0cce58a --- /dev/null +++ b/themes/clouds/images/puntos.gif diff --git a/themes/clouds/images/puntos2.gif b/themes/clouds/images/puntos2.gif Binary files differnew file mode 100644 index 0000000000..8007f57179 --- /dev/null +++ b/themes/clouds/images/puntos2.gif diff --git a/themes/clouds/images/rarrow.gif b/themes/clouds/images/rarrow.gif Binary files differnew file mode 100644 index 0000000000..feb6bc369a --- /dev/null +++ b/themes/clouds/images/rarrow.gif diff --git a/themes/clouds/images/rarrow2.gif b/themes/clouds/images/rarrow2.gif Binary files differnew file mode 100644 index 0000000000..3577cda817 --- /dev/null +++ b/themes/clouds/images/rarrow2.gif diff --git a/themes/clouds/images/rdarrow.gif b/themes/clouds/images/rdarrow.gif Binary files differnew file mode 100644 index 0000000000..36159f0071 --- /dev/null +++ b/themes/clouds/images/rdarrow.gif diff --git a/themes/clouds/images/readme.txt b/themes/clouds/images/readme.txt new file mode 100644 index 0000000000..b59a330ebb --- /dev/null +++ b/themes/clouds/images/readme.txt @@ -0,0 +1,13 @@ +This set of images for the phpGedView project is of free use.
+Author: Cruzul.
+Some elements of the imagens belong to the Crystal series by Everaldo Coello.
+Cruzul: Ricardo Lago Couce
+Homepage: http://www.xenealoxia.org
+
+
+Conectiva Crystal is a contemporary icon design sponsored by (and used by default in) the Conectiva Linux [www.conectiva.com.br] distribution.
+Author: Everaldo Coelho.
+License: GPL.
+Website: http://www.everaldo.com/crystal/index.html
+
+
diff --git a/themes/clouds/images/relationship.gif b/themes/clouds/images/relationship.gif Binary files differnew file mode 100644 index 0000000000..562c2c5890 --- /dev/null +++ b/themes/clouds/images/relationship.gif diff --git a/themes/clouds/images/remove.gif b/themes/clouds/images/remove.gif Binary files differnew file mode 100644 index 0000000000..53253a9db4 --- /dev/null +++ b/themes/clouds/images/remove.gif diff --git a/themes/clouds/images/report.gif b/themes/clouds/images/report.gif Binary files differnew file mode 100644 index 0000000000..5698bf73bf --- /dev/null +++ b/themes/clouds/images/report.gif diff --git a/themes/clouds/images/repository.gif b/themes/clouds/images/repository.gif Binary files differnew file mode 100644 index 0000000000..7a2e56df18 --- /dev/null +++ b/themes/clouds/images/repository.gif diff --git a/themes/clouds/images/right1B.gif b/themes/clouds/images/right1B.gif Binary files differnew file mode 100644 index 0000000000..f36dc5c42d --- /dev/null +++ b/themes/clouds/images/right1B.gif diff --git a/themes/clouds/images/right1G.gif b/themes/clouds/images/right1G.gif Binary files differnew file mode 100644 index 0000000000..91ccaeaf80 --- /dev/null +++ b/themes/clouds/images/right1G.gif diff --git a/themes/clouds/images/right1R.gif b/themes/clouds/images/right1R.gif Binary files differnew file mode 100644 index 0000000000..b678acca9d --- /dev/null +++ b/themes/clouds/images/right1R.gif diff --git a/themes/clouds/images/right3.gif b/themes/clouds/images/right3.gif Binary files differnew file mode 100644 index 0000000000..b225ef2b3a --- /dev/null +++ b/themes/clouds/images/right3.gif diff --git a/themes/clouds/images/search.gif b/themes/clouds/images/search.gif Binary files differnew file mode 100644 index 0000000000..6bd5ad7435 --- /dev/null +++ b/themes/clouds/images/search.gif diff --git a/themes/clouds/images/sfamily.gif b/themes/clouds/images/sfamily.gif Binary files differnew file mode 100644 index 0000000000..26a5559772 --- /dev/null +++ b/themes/clouds/images/sfamily.gif diff --git a/themes/clouds/images/silhouette_female.gif b/themes/clouds/images/silhouette_female.gif Binary files differnew file mode 100644 index 0000000000..4d0b38684d --- /dev/null +++ b/themes/clouds/images/silhouette_female.gif diff --git a/themes/clouds/images/silhouette_male.gif b/themes/clouds/images/silhouette_male.gif Binary files differnew file mode 100644 index 0000000000..0650f960a3 --- /dev/null +++ b/themes/clouds/images/silhouette_male.gif diff --git a/themes/clouds/images/silhouette_unknown.gif b/themes/clouds/images/silhouette_unknown.gif Binary files differnew file mode 100644 index 0000000000..265c388f28 --- /dev/null +++ b/themes/clouds/images/silhouette_unknown.gif diff --git a/themes/clouds/images/small/admin.gif b/themes/clouds/images/small/admin.gif Binary files differnew file mode 100644 index 0000000000..3b976bffc2 --- /dev/null +++ b/themes/clouds/images/small/admin.gif diff --git a/themes/clouds/images/small/ancestry.gif b/themes/clouds/images/small/ancestry.gif Binary files differnew file mode 100644 index 0000000000..880324d840 --- /dev/null +++ b/themes/clouds/images/small/ancestry.gif diff --git a/themes/clouds/images/small/calendar.gif b/themes/clouds/images/small/calendar.gif Binary files differnew file mode 100644 index 0000000000..2362d65948 --- /dev/null +++ b/themes/clouds/images/small/calendar.gif diff --git a/themes/clouds/images/small/cfamily.gif b/themes/clouds/images/small/cfamily.gif Binary files differnew file mode 100644 index 0000000000..8c978db7f5 --- /dev/null +++ b/themes/clouds/images/small/cfamily.gif diff --git a/themes/clouds/images/small/childless.gif b/themes/clouds/images/small/childless.gif Binary files differnew file mode 100644 index 0000000000..5f875d2ddd --- /dev/null +++ b/themes/clouds/images/small/childless.gif diff --git a/themes/clouds/images/small/clippings.gif b/themes/clouds/images/small/clippings.gif Binary files differnew file mode 100644 index 0000000000..f1ce725981 --- /dev/null +++ b/themes/clouds/images/small/clippings.gif diff --git a/themes/clouds/images/small/descendancy.gif b/themes/clouds/images/small/descendancy.gif Binary files differnew file mode 100644 index 0000000000..ea15b9b49d --- /dev/null +++ b/themes/clouds/images/small/descendancy.gif diff --git a/themes/clouds/images/small/edit_fam.gif b/themes/clouds/images/small/edit_fam.gif Binary files differnew file mode 100644 index 0000000000..02ff99ca71 --- /dev/null +++ b/themes/clouds/images/small/edit_fam.gif diff --git a/themes/clouds/images/small/edit_indi.gif b/themes/clouds/images/small/edit_indi.gif Binary files differnew file mode 100644 index 0000000000..ca4a095bdd --- /dev/null +++ b/themes/clouds/images/small/edit_indi.gif diff --git a/themes/clouds/images/small/edit_repo.gif b/themes/clouds/images/small/edit_repo.gif Binary files differnew file mode 100644 index 0000000000..742da98901 --- /dev/null +++ b/themes/clouds/images/small/edit_repo.gif diff --git a/themes/clouds/images/small/edit_sour.gif b/themes/clouds/images/small/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..3e33413a2d --- /dev/null +++ b/themes/clouds/images/small/edit_sour.gif diff --git a/themes/clouds/images/small/fambook.gif b/themes/clouds/images/small/fambook.gif Binary files differnew file mode 100644 index 0000000000..89a917cd32 --- /dev/null +++ b/themes/clouds/images/small/fambook.gif diff --git a/themes/clouds/images/small/fanchart.gif b/themes/clouds/images/small/fanchart.gif Binary files differnew file mode 100644 index 0000000000..b987b8edc7 --- /dev/null +++ b/themes/clouds/images/small/fanchart.gif diff --git a/themes/clouds/images/small/fe_male.gif b/themes/clouds/images/small/fe_male.gif Binary files differnew file mode 100644 index 0000000000..1f947bb9c8 --- /dev/null +++ b/themes/clouds/images/small/fe_male.gif diff --git a/themes/clouds/images/small/female.gif b/themes/clouds/images/small/female.gif Binary files differnew file mode 100644 index 0000000000..8ff3c20f4e --- /dev/null +++ b/themes/clouds/images/small/female.gif diff --git a/themes/clouds/images/small/gedcom.gif b/themes/clouds/images/small/gedcom.gif Binary files differnew file mode 100644 index 0000000000..c15aac57ed --- /dev/null +++ b/themes/clouds/images/small/gedcom.gif diff --git a/themes/clouds/images/small/help.gif b/themes/clouds/images/small/help.gif Binary files differnew file mode 100644 index 0000000000..7edd05c271 --- /dev/null +++ b/themes/clouds/images/small/help.gif diff --git a/themes/clouds/images/small/home.gif b/themes/clouds/images/small/home.gif Binary files differnew file mode 100644 index 0000000000..26e41610fa --- /dev/null +++ b/themes/clouds/images/small/home.gif diff --git a/themes/clouds/images/small/hourglass.gif b/themes/clouds/images/small/hourglass.gif Binary files differnew file mode 100644 index 0000000000..5951b5ad41 --- /dev/null +++ b/themes/clouds/images/small/hourglass.gif diff --git a/themes/clouds/images/small/indis.gif b/themes/clouds/images/small/indis.gif Binary files differnew file mode 100644 index 0000000000..e41bead901 --- /dev/null +++ b/themes/clouds/images/small/indis.gif diff --git a/themes/clouds/images/small/male.gif b/themes/clouds/images/small/male.gif Binary files differnew file mode 100644 index 0000000000..635309ca23 --- /dev/null +++ b/themes/clouds/images/small/male.gif diff --git a/themes/clouds/images/small/media.gif b/themes/clouds/images/small/media.gif Binary files differnew file mode 100644 index 0000000000..696fd4cad5 --- /dev/null +++ b/themes/clouds/images/small/media.gif diff --git a/themes/clouds/images/small/menu_help.gif b/themes/clouds/images/small/menu_help.gif Binary files differnew file mode 100644 index 0000000000..67e1a215b8 --- /dev/null +++ b/themes/clouds/images/small/menu_help.gif diff --git a/themes/clouds/images/small/menu_media.gif b/themes/clouds/images/small/menu_media.gif Binary files differnew file mode 100644 index 0000000000..e7d2864d2c --- /dev/null +++ b/themes/clouds/images/small/menu_media.gif diff --git a/themes/clouds/images/small/menu_repository.gif b/themes/clouds/images/small/menu_repository.gif Binary files differnew file mode 100644 index 0000000000..e7efb23a9a --- /dev/null +++ b/themes/clouds/images/small/menu_repository.gif diff --git a/themes/clouds/images/small/menu_source.gif b/themes/clouds/images/small/menu_source.gif Binary files differnew file mode 100644 index 0000000000..6cadb9bb2c --- /dev/null +++ b/themes/clouds/images/small/menu_source.gif diff --git a/themes/clouds/images/small/mypage.gif b/themes/clouds/images/small/mypage.gif Binary files differnew file mode 100644 index 0000000000..c17cd3c8ad --- /dev/null +++ b/themes/clouds/images/small/mypage.gif diff --git a/themes/clouds/images/small/notes.gif b/themes/clouds/images/small/notes.gif Binary files differnew file mode 100644 index 0000000000..dc7541ae27 --- /dev/null +++ b/themes/clouds/images/small/notes.gif diff --git a/themes/clouds/images/small/patriarch.gif b/themes/clouds/images/small/patriarch.gif Binary files differnew file mode 100644 index 0000000000..326a5e6b71 --- /dev/null +++ b/themes/clouds/images/small/patriarch.gif diff --git a/themes/clouds/images/small/pedigree.gif b/themes/clouds/images/small/pedigree.gif Binary files differnew file mode 100644 index 0000000000..8d2036e03c --- /dev/null +++ b/themes/clouds/images/small/pedigree.gif diff --git a/themes/clouds/images/small/place.gif b/themes/clouds/images/small/place.gif Binary files differnew file mode 100644 index 0000000000..7fc35ea980 --- /dev/null +++ b/themes/clouds/images/small/place.gif diff --git a/themes/clouds/images/small/relationship.gif b/themes/clouds/images/small/relationship.gif Binary files differnew file mode 100644 index 0000000000..8758544b64 --- /dev/null +++ b/themes/clouds/images/small/relationship.gif diff --git a/themes/clouds/images/small/report.gif b/themes/clouds/images/small/report.gif Binary files differnew file mode 100644 index 0000000000..d4716a900b --- /dev/null +++ b/themes/clouds/images/small/report.gif diff --git a/themes/clouds/images/small/repository.gif b/themes/clouds/images/small/repository.gif Binary files differnew file mode 100644 index 0000000000..11feef700f --- /dev/null +++ b/themes/clouds/images/small/repository.gif diff --git a/themes/clouds/images/small/rings.gif b/themes/clouds/images/small/rings.gif Binary files differnew file mode 100644 index 0000000000..776931379e --- /dev/null +++ b/themes/clouds/images/small/rings.gif diff --git a/themes/clouds/images/small/search.gif b/themes/clouds/images/small/search.gif Binary files differnew file mode 100644 index 0000000000..6b047408d9 --- /dev/null +++ b/themes/clouds/images/small/search.gif diff --git a/themes/clouds/images/small/sfamily.gif b/themes/clouds/images/small/sfamily.gif Binary files differnew file mode 100644 index 0000000000..948b51f1ba --- /dev/null +++ b/themes/clouds/images/small/sfamily.gif diff --git a/themes/clouds/images/small/source.gif b/themes/clouds/images/small/source.gif Binary files differnew file mode 100644 index 0000000000..daba384911 --- /dev/null +++ b/themes/clouds/images/small/source.gif diff --git a/themes/clouds/images/small/statistic.gif b/themes/clouds/images/small/statistic.gif Binary files differnew file mode 100644 index 0000000000..e1c09aafb7 --- /dev/null +++ b/themes/clouds/images/small/statistic.gif diff --git a/themes/clouds/images/small/timeline.gif b/themes/clouds/images/small/timeline.gif Binary files differnew file mode 100644 index 0000000000..49e8a63ff8 --- /dev/null +++ b/themes/clouds/images/small/timeline.gif diff --git a/themes/clouds/images/small/w_22.png b/themes/clouds/images/small/w_22.png Binary files differnew file mode 100644 index 0000000000..b1fe285e7d --- /dev/null +++ b/themes/clouds/images/small/w_22.png diff --git a/themes/clouds/images/sombra.gif b/themes/clouds/images/sombra.gif Binary files differnew file mode 100644 index 0000000000..a4bfb2849f --- /dev/null +++ b/themes/clouds/images/sombra.gif diff --git a/themes/clouds/images/source.gif b/themes/clouds/images/source.gif Binary files differnew file mode 100644 index 0000000000..daba384911 --- /dev/null +++ b/themes/clouds/images/source.gif diff --git a/themes/clouds/images/spacer.gif b/themes/clouds/images/spacer.gif Binary files differnew file mode 100644 index 0000000000..634eece7f7 --- /dev/null +++ b/themes/clouds/images/spacer.gif diff --git a/themes/clouds/images/stop.gif b/themes/clouds/images/stop.gif Binary files differnew file mode 100644 index 0000000000..98f89ecb0b --- /dev/null +++ b/themes/clouds/images/stop.gif diff --git a/themes/clouds/images/th_5.gif b/themes/clouds/images/th_5.gif Binary files differnew file mode 100644 index 0000000000..b400098c73 --- /dev/null +++ b/themes/clouds/images/th_5.gif diff --git a/themes/clouds/images/th_c4.gif b/themes/clouds/images/th_c4.gif Binary files differnew file mode 100644 index 0000000000..4ba774e7d3 --- /dev/null +++ b/themes/clouds/images/th_c4.gif diff --git a/themes/clouds/images/timeline.gif b/themes/clouds/images/timeline.gif Binary files differnew file mode 100644 index 0000000000..e757628404 --- /dev/null +++ b/themes/clouds/images/timeline.gif diff --git a/themes/clouds/images/uarrow.gif b/themes/clouds/images/uarrow.gif Binary files differnew file mode 100644 index 0000000000..9cc5f89511 --- /dev/null +++ b/themes/clouds/images/uarrow.gif diff --git a/themes/clouds/images/uarrow2.gif b/themes/clouds/images/uarrow2.gif Binary files differnew file mode 100644 index 0000000000..8f7318c41c --- /dev/null +++ b/themes/clouds/images/uarrow2.gif diff --git a/themes/clouds/images/uarrow3.gif b/themes/clouds/images/uarrow3.gif Binary files differnew file mode 100644 index 0000000000..2873c56ea0 --- /dev/null +++ b/themes/clouds/images/uarrow3.gif diff --git a/themes/clouds/images/udarrow.gif b/themes/clouds/images/udarrow.gif Binary files differnew file mode 100644 index 0000000000..45f16b9596 --- /dev/null +++ b/themes/clouds/images/udarrow.gif diff --git a/themes/clouds/images/vline.gif b/themes/clouds/images/vline.gif Binary files differnew file mode 100644 index 0000000000..7e987f1783 --- /dev/null +++ b/themes/clouds/images/vline.gif diff --git a/themes/clouds/images/webtrees.png b/themes/clouds/images/webtrees.png Binary files differnew file mode 100644 index 0000000000..e166393c86 --- /dev/null +++ b/themes/clouds/images/webtrees.png diff --git a/themes/clouds/images/zoomin.gif b/themes/clouds/images/zoomin.gif Binary files differnew file mode 100644 index 0000000000..ca27b35773 --- /dev/null +++ b/themes/clouds/images/zoomin.gif diff --git a/themes/clouds/images/zoomout.gif b/themes/clouds/images/zoomout.gif Binary files differnew file mode 100644 index 0000000000..fa12c4addd --- /dev/null +++ b/themes/clouds/images/zoomout.gif diff --git a/themes/clouds/jquery/jquery-ui_theme.css b/themes/clouds/jquery/jquery-ui_theme.css new file mode 100644 index 0000000000..4fa733a23a --- /dev/null +++ b/themes/clouds/jquery/jquery-ui_theme.css @@ -0,0 +1,162 @@ +/* jquery css THEME adjustments */
+
+/* Tabs --------------------------------*/
+.ui-widget-content { color:black; border color:#999999; }
+.ui-widget-content a { color:blue; }
+.ui-widget-content a:hover { color: red; }
+
+.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; color:blue; }
+.ui-tabs-nav li.ui-tabs-selected a { font-weight:600; color: blue; }
+.ui-tabs-nav li.ui-tabs-selected a:hover { font-weight:600; color: blue; }
+
+
+/* Navigator and Flyout menu Styles */
+.nam a:hover{
+color:red;
+}
+.nav_content {
+ width: 235px;
+ margin-left: -15px;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 0px;
+}
+.flyout {
+ color:#000000;
+ text-align: left;
+ margin-top: -20px;
+ right: 210px;
+ padding: 3px;
+}
+.flyout2 {
+ color:#000000;
+ text-align: left;
+ margin-top: -2px;
+ left: 70px;
+ padding: 3px;
+}
+.flyout2 a:hover{
+ color:#ff0000;
+}
+.flyout4 {
+ color:#000000;
+ text-align: left;
+ margin-top: 0px;
+ margin-left: 0px;
+ padding: 3px;
+}
+#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse {
+ background:none;
+ border:none;
+ text-decoration:none;
+ text-align: left;
+ margin-top: 0px;
+ left: 0px;
+ padding: 0px;
+}
+ul.clist {
+ list-style-image: none;
+ text-decoration:none;
+ color:#000000;
+ margin: 0px;
+ margin-left: 0px;
+}
+/* End of Flyout Menu styles*/
+
+
+/* Sidebar --------------------------------*/
+.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
+.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: visible; display: none; }
+.ui-accordion .ui-accordion-content-active { display: block; }
+
+#sidebar {
+ position: absolute;
+ right: 0px;
+ width: 0px;
+ background-color: transparent;
+ margin: 9px 35px 15px 15px;
+
+}
+#sidebar_controls {
+ position: absolute;
+ top: 0px;
+ left: -22px;
+ margin: 0;
+ height: 24px;
+ width: 24px;
+ z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
+}
+#sidebar_open img {
+ position: absolute;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ margin-left: 0px;
+ height: 22px;
+ width: 20px;
+ background: transparent;
+}
+#sidebar_pin {
+ position: absolute;
+ margin-top: 4px;
+ margin-left: 225px;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ background: transparent;
+}
+#sidebar_pin img {
+ padding-right: 4px;
+ padding-left: 4px;
+}
+
+.sb_indi_surname_li, .sb_fam_surname_li {
+ list-style-image: url('images/plus.gif');
+ white-space: nowrap;
+}
+.sb_desc_indi_li {
+ list-style-type: none;
+ white-space: nowrap;
+}
+.desc_tree_div {
+ display: none;
+}
+.desc_tree_div ul {
+ padding: 0px;
+ margin-left: 10px;
+ margin-top: 0px;
+ margin-right: 0px;
+}
+#sb_desc_content ul {
+ padding: 0px;
+ margin: 0px;
+}
+.name_tree_div {
+ display: none;
+}
+.name_tree_div li, .name_tree_div_visible li {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+
+.name_tree_div ul, .name_tree_div_visible ul {
+ padding: 0px;
+ margin: 0px;
+}
+
+#sb_clippings_content li {
+ list-style: none;
+ margin: 0px;
+ padding: 0px;
+ white-space: nowrap;
+}
+#sb_clippings_content ul {
+ padding: 0px;
+ margin: 0px;
+}
+
diff --git a/themes/clouds/jquery/jquery-ui_theme_rtl.css b/themes/clouds/jquery/jquery-ui_theme_rtl.css new file mode 100644 index 0000000000..f798bfba52 --- /dev/null +++ b/themes/clouds/jquery/jquery-ui_theme_rtl.css @@ -0,0 +1,87 @@ +/* jquery css THEME adjustments for RTL */
+
+/* Tabs --------------------------------*/
+.ui-tabs { direction: rtl; }
+.ui-tabs .ui-tabs-nav li.ui-tabs-selected,
+.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; }
+.ui-tabs .ui-tabs-nav li a { float: right; }
+
+
+/* ----- Sidebar (rtl) ----- */
+.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
+.ui-accordion .ui-accordion-content { padding: 1em 1em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: visible; display: none; }
+.ui-accordion .ui-accordion-content-active { display: block;}
+
+#sidebar {
+ position: absolute;
+ left: 8px;
+ width: 0px;
+ margin-right:0px;
+ margin-top: 10px;
+ margin-left: 14px;
+ background-color: transparent;
+}
+#sidebar_controls {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ margin: 0;
+ height: 24px;
+ width: 24px;
+ z-index: 10;
+ border: none;
+ background-color: transparent;
+}
+#sidebar_open {
+ padding: 0;
+}
+#sidebar_open img {
+ position: absolute;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ margin-left: 0px;
+ height: 22px;
+ width: 20px;
+ background: transparent;
+}
+#sidebar_pin {
+ position: absolute;
+ margin-top: 4px;
+ margin-right: -30px;
+ padding-top: 1px;
+ padding-bottom: 0px;
+ background: transparent;
+}
+#sidebar_pin img {
+ padding-right: 4px;
+ padding-left: 4px;
+}
+
+/* Navigator & Flyout menu Styles ------*/
+.nav_content {
+ width: 235px;
+ margin-right: 0px;
+ padding-left: 0px;
+ padding-right: 0px;
+ padding-top: 0px;
+}
+.flyoutrtl {
+ color:#000000;
+ text-align: right;
+ margin-top: -20px;
+ left: 210px;
+ padding: 3px;
+}
+.flyout2rtl {
+ color:#000000;
+ text-align: right;
+ margin-top: -2px;
+ right: 70px;
+ padding: 3px;
+}
+.flyout2rtl a:hover{
+ color:#ff0000;
+}
+#flyout3 {
+ text-align: right;
+}
diff --git a/themes/clouds/modules.css b/themes/clouds/modules.css new file mode 100644 index 0000000000..11f6af316d --- /dev/null +++ b/themes/clouds/modules.css @@ -0,0 +1,262 @@ +/** + * Theme specific module CSS for PHPGedView + * + * webtrees: Web based Family History software
+ * Copyright (C) 2010 webtrees development team.
+ *
+ * Derived from PhpGedView + * Copyright (C) 2010 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage module themes + * @version $Id: modules.css 7337 2010-03-11 04:25:05Z nigel $ + */ + +/* GEDFact_assistant - Census - module ===================================== */ +/* Date Drop-down menu (census_asst_date.php) */ +.UK { + background-color:#aaffaa; + color:black; + } +.USA { + background-color:#dddddd; + color:black; + } +/* Indi Page - Shared Note column headers (census_note_decode.php) */ +.note1 { + margin-left: -0.05em; + font-weight: bold; +} +.note2 { + margin-left: -0.25em; + font-weight: bold; +} +.notecell { + white-space: nowrap; +} +/* Navigator */ +.cens_search { + position: relative; + float: left; + margin: 0.5em 0 0 0.5em; + width: 23.1em; + height: 33.9em; /* customize height maybe change to 37.0 */ + overflow: auto; + /*border: 1px solid red; */ +} +#navenclose { + margin-left: -0.4em; + margin-top: -0.4em; + margin-bottom: -0.3em; + border-bottom: 0px; + width: 22.3em; + /* border: 1px solid green; */ +} +.linkcell a { + display: block; + padding: 0.3em 0.3em 0.6em 0.3em; + margin: -0.3em -0.3em -0.6em -0.3em; +} +.linkcell a:hover{ + /* background: #888888; */ +} +a.linka { + padding: 0 0 0 0; + margin: 0 0 0 0; +} +.ltrnav { + position: absolute; + top:-1.6em; + left:5.9em; +} +.rtlnav { + position: absolute; + top:-1.5em; + right:5.5em; +} +.headimg { + margin-top:-4px; + border:0; +} +.headimg2 { + height:17px; + border-style:none; + margin:-3px; + margin-left:0px; +} +/* Container for Census & Source Information Area */ +.cens_container { + clear: both; + float: left; + width: 46.2em; + margin: 0.5em 0 0 0.3em; + padding: 0; + border: 0px solid yellow; + /* border: 1px solid red; */ +} +.cens_container span { + margin: 0 0.5em; +} +/* Header of assistant window */ +.cens_header { + text-align: left; + margin-top: 0.5em; + height: 2.5em; +} +.cens_header_left { + float: left; + margin-left: 1.5em; + font-weight: bold; +} +.cens_header_right { + float: right; + margin: 0 2em 0 0; +} +/* Source Input section */ +.cens_sour { + font-weight: bold; + font-size: 0.9em; + text-align: left; + /*padding: 0.3em; + border: 0.3em outset;*/ + margin-bottom : 0.3em; + overflow: hidden; + width: 50.8em; +} +.cens_sour_country { + float: left; + width: 5.3em; + text-align: left; + padding-bottom: .2em; + margin-left: -0.4em; +} +.cens_sour_sour { + position: absolute; + margin-top: 3.4em; + float: left; + width: 12.5em; + text-align: left; + padding-bottom: 0em; +} +.cens_sour_obje { + position: absolute; + margin-top: 5.2em; + margin-left: 0.37em; + float: left; + width: 12.5em; + text-align: left; + padding-bottom: 0em; +} +.cens_sour_year { + float: left; + width: 3.6em; + text-align: left; + margin-left: .25em; + padding-bottom: .2em; +} +.cens_sour_scs { + float: right; + width: 74%; +} +.cens_sour select { + font-weight: normal; + margin: 0 0.5em; +} +.cens_sour input { + font-weight: normal; + font-size: 0.9em; + margin-top: 0.25em; + width: 78%; +} +.spacer { + padding-top:.5em; +} +.cens_sour_1 { + width: 100%; + margin: 0; + padding: 0; +} +.cens_sour_2 { + width: 17%; + float: left; + margin-top: 0.25em; +} +#notes, #locality { + margin-top: 0.20em; +} +/* Census Text Input Area */ +.cens_text { + font-size: 0.9em; + text-align: left; + padding: 0.3em; + /*border: 0.3em outset;*/ + margin-bottom: 0.3em; + margin-right: -0.17em; +width: 50.7em; +} +.cens_text span { + margin: 0 1em 0 0.3em; +} +textarea#NOTE { + height: 20.6em; + width: 98.5%; + overflow: auto; +} +.cens_textinput { + clear: both; + /*border: 0.3em outset;*/ + float: left; + margin: 0.4em 0 0 0.3em; + width: 69.8em; + /* width: 74.1em */ +} +.cens_textinput_left { + float: left; + width: 90%; + text-align: center; +} +.cens_textinput_right { + float: right; + font-size: 1em; + margin-right: 2em; /* 2.2 */ +} +/* Census Add Rows Area */ +.cens_addrows { + clear: both; + /*border: 0em outset;*/ + float: left; + margin: 0; + width: 69.8em; /* width 100% */ +} +/* Census data Input area */ +.cens_data { + width:100%; + height:12.46em; + overflow:auto; + /* height:14.0em; + overflow:scroll; */ +} +.cens_data table { + width: 68em; /* 100%*/ + border: 0; + margin: 0; + padding: 0; +} + +/* xxxxxxxxxx - module ===================================================== */ + +/* yyyyyyyyyy - module ===================================================== */ diff --git a/themes/clouds/mozilla.css b/themes/clouds/mozilla.css new file mode 100644 index 0000000000..83a3ed362e --- /dev/null +++ b/themes/clouds/mozilla.css @@ -0,0 +1,5 @@ +/* + * @version $Id: mozilla.css 8716 2010-06-12 11:34:19Z rob $$ + */ + + diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css new file mode 100644 index 0000000000..f883d351d1 --- /dev/null +++ b/themes/clouds/msie.css @@ -0,0 +1,19 @@ +/* + * @version $Id: msie.css 8716 2010-06-12 11:34:19Z rob $ + */ + +/* + * The following style definitions can be removed when IE supports the "opacity" + * specification in place of its proprietary and non-standard method. + */ + +.rela { + filter: alpha(opacity=67); +} + +a.showit:hover span { + filter: alpha(opacity=85); +} +#sidebar { + margin-top:9px; +} diff --git a/themes/clouds/netscape.css b/themes/clouds/netscape.css new file mode 100644 index 0000000000..3b7075a877 --- /dev/null +++ b/themes/clouds/netscape.css @@ -0,0 +1,3 @@ +/*
+ * @version $Id:S$
+ */ diff --git a/themes/clouds/opera.css b/themes/clouds/opera.css new file mode 100644 index 0000000000..1605558917 --- /dev/null +++ b/themes/clouds/opera.css @@ -0,0 +1,7 @@ +/*
+ * @version $Id:S$
+ */ + +#sidebar { + margin-top: 9px; +} diff --git a/themes/clouds/print.css b/themes/clouds/print.css new file mode 100644 index 0000000000..0093e045e2 --- /dev/null +++ b/themes/clouds/print.css @@ -0,0 +1,87 @@ +/** + * Clouds print theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: print.css 8048 2010-04-22 11:50:28Z rob $ + */ + +/*-- Clouds style --*/ +#toplinks, #header select, #header input, #footer select, #backprint, #sidebar { display:none; } + +/*-- pedigree chart specific stylesheets --*/ +#pedigree_chart { + position: absolute; + top: 0px; + left: 0px; +} +/*-- pedigree chart rtl specific stylesheets --*/ +#pedigree_chart_rtl { + position: absolute; + float: right; + top: 0px; + right: 0px; +} +/*-- descendancy chart specific stylesheets --*/ +#descendancy_chart ul { + list-style: none; + margin: 0px 0px 5px 15px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ + border-left: thin solid #9CA3D4; +} +#descendancy_chart li { + list-style: none; + margin: 0px 0px 2px -16px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ +} +/*-- descendancy chart rtl specific stylesheets --*/ +#descendancy_chart_rtl ul { + margin: 0px 15px 5px 0px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ + border-right: thin solid #9CA3D4; +} +#descendancy_chart_rtl li { + list-style: none; + margin: 0px -18px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +#header, #footer, .noprint {display:none !important;} + +form, button, input {display: none;} /* buttons and input are used out of forms in sortable tables*/ + +.lifespan_outer { + position: relative; + width: auto; + height: auto; + overflow: visible; + border: none; +} + +.lifespan_people { + position: absolute; + width: auto; + left: -10px; + top: -60px; + z-index:1; +} diff --git a/themes/clouds/style.css b/themes/clouds/style.css new file mode 100644 index 0000000000..aa06373d24 --- /dev/null +++ b/themes/clouds/style.css @@ -0,0 +1,1887 @@ +/** +* Copyright (c) 2010 Rob Peters +* +* Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. +* +* $Id: style.css 8709 2010-06-11 23:35:42Z rob $ +*/ + +.something { +/*empty style to make sure that the BODY style is not ignored */ +} + +body { + color: #000066; + background-color: #c8e7ff; + background-image: url('images/background.jpg'); + background-attachment: fixed; + background-position: top left; + background-repeat: repeat-x; + font: 11px tahoma, arial, helvetica, sans-serif; +} + +#rapcontainer { +margin-top: 10px; +margin-bottom: 10px; +margin-left:10px; +margin-right: 10px; +background-color: #fff; +border: 1px solid #003399; +} + +* { +margin:0px; +padding:0px; +} + background:red; +/* Color settings for the this theme */ +/* Define Header and Light Text Colors */ + +#header { +background:#5d6779; +color: #ffffff; +} +/* Define Tbl hdrs and Light Text Colors */ + +.descriptionbox, +.descriptionbox a, +.topbottombar, +.topbottombar a, +.list_label, +.list_label a, +.facts_label, +.facts_label a, +.facts_label .date, +.facts_label03, +.facts_table h2, +.facts_table .ltr .descriptionbox a, +.blockcontent .facts_label { + background:#95B8E0; + color: #003399; +} + +/* Define TopLink Color */ + +#toplinks { +background:#aaccff; +} + +/* Correct icon link problem */ +.menuitem_hover a:hover, .menuitem_hover_rtl a:hover{ +color: #2A2B2D; +} + +/* Define Base Color */ + +.descriptionbox .submenu a, +.blockcontent, +.list_value, +.list_value_wrap, +.tab_cell_active, +.news_box, optionbox, +.person0, .center .person_box, +.submenuitem_hover, +.submenuitem_hover_rtl { + background:#fff; +} + +.submenuitem_hover, +.submenuitem_hover_rtl { + background:#c8e7ff; +} + +/* Define Link Color */ + +a { + color: #003399; + text-decoration: none; + } + +a.link:link, a.link:visited, a.link:active, a.link:hover, .menuitem a, +.nameZoom { +color:#003399; +} + +a:hover { +color: red; +text-decoration: none; +} + +/* Define Alert Color */ + +.error, .warning, .red { +color:#2a2b2d; +} + +.facts_labelred, .facts_valuered { +border: solid red 2px; +} + +/* Define lite Text Color */ +.descriptionbox { +color: #fff; +} + + + +/* Define Dark Text Color */ + +input,button,textarea { +border-color:#fff #000066 #000066 #fff; +} + +body, +.subheaders { + color:#000066; +} + +#toplinks { +width:100%; +height:26px; +} + +.toplinks_left { +min-width: 200px; +padding-left: 10px; +} + +.toplinks_right { +padding-right: 15px; +} + +.icon, .adminicon { +border:none; +padding-top:1px; +padding-left:0px; +padding-right:4pt; +} + +/* Submenu style */ + +.submenu, .submenu_rtl { +visibility: hidden; +position: absolute; +z-index: 100; +font-size: 11px; +background: #fff; +border: solid #999 1px; +} + +.submenu_rtl { +text-align: right; +} + +/* Submenuitem style */ + +.submenuitem .icon, +.submenuitem_rtl .icon, +.submenuitem_hover .icon, +.submenuitem_hover_rtl .icon { +width: 22px; +height: 22px; +vertical-align: middle; +padding:0px 5px 0px 3px; +} + +.submenuitem, .submenuitem_rtl, +.submenuitem_hover, .submenuitem_hover_rtl { +height: 22px; +padding-right: 5px; +font-size: 11px; +border: 1pt solid white; +white-space: nowrap; +} + +.submenuitem a, .submenuitem_rtl a, +.submenuitem_hover a, .submenuitem_hover_rtl a { +color: #000; +display: inline-block; +vertical-align: middle; +text-decoration:none; +} + +.submenuitem_rtl, .submenuitem_hover_rtl { +direction: rtl; +text-align: right; +} + +/* End Toplinks Section */ + +/* Edit Facts */ + + +td.descriptionbox div a { +color: white; +} + +td.descriptionbox .submenu a { +color: #000; +} + +td.descriptionbox div div div a { +color: #000; +} + +td.descriptionbox div div div a:hover { +color: red; +} + +/* End Edit Facts */ + +.facts_label .submenu a { +background: #fff; +color: #000; +} + +#researchlog_content a { +color: #fff; +} + +tfoot label { +margin-left:5px; +} + +.title .gedcomtitle { +text-decoration:none; + color: #003399; +} + +p.center a { +font-size: 13px; +} + +p.center a:hover, +p.center span.warning, +td.list_label span.warning { +font-size: 13px; +color:#f50; +} + +td .optionbox .help img { +background: inherit; +} + +table.header { +width:100%; +padding:0 10px; +margin:0px 0px 0px 0px; +} + +div.error { +color:#dd0000; +font-weight:600; +} + +p.center .warning, tr td.optionbox span.error, span.error { +color:#f50; +} + +/* Override js/jquery-ui.custom.css */ + +/* Flyout changes */ + +.flyout2 { + margin-left:-40px; /* move popup left */ +} +.flyout2 a:hover{ /* color change and force underline */ + color:#2f416f; + text-decoration:underline !important; +} +#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse { + font-size: 11px; + color: #000; +} + +/* Style specific changes */ +/* Location and behavior of Right Site Tab in/out pin-------*/ + +/* Navigator and Flyout menu Styles -----------*/ + +.nav_content #spouse{ +color: blue; +} +.nav_content .facts_label a{ +color: blue; +} + +/* Start Standard Code */ + +.blockcontent { +margin-left:auto; +border:1pt solid #999; +margin-right:5px; +margin-bottom:10px; +font-size: 13px; +overflow:auto; +} + +#content { +width:auto; +margin:3px; +padding:10px; +background: #fff; +} + + +#pid { +color:#333; +background:#FFC; +} + +#footer { +clear: both; +width: 99%; +} + +#index_main_blocks { +clear:none; + +width:66%; +float:left; +} + +#index_small_blocks { +clear:none; +width:33%; +float:right; +} + +#index_full_blocks { +clear:none; +width:100%; +} + +#index_small_blocks .name1 { +color:#333333; +} + +#index_small_blocks .blockheader { +width:100%; +caption-side:top; +margin:0; +padding:0; +overflow:hidden; +} + +#index_small_blocks .blockh2 { +width:auto; +} + +#index_small_blocks .blockhc .help .icon, +#index_small_blocks .blockhc .adminicon, +#index_main_blocks .blockh2 .icon, +#index_main_blocks .blockh2 .adminicon { +position:relative; +text-align:right; +top:3px; +} + +#index_small_blocks .blockcontent { +width:auto; +caption-side: right; +margin-right:2px; +} + +#index_main_blocks .blockheader { +caption-side: left; +} + +#index_main_blocks .blockh2, +#index_small_blocks .blockhc { +white-space:nowrap; +overflow:hidden; +} + +#index_main_blocks .blockcontent { +padding:5px; +margin-left:0; +margin-right:2px; +} + +.small_inner_block { +overflow:auto; +font-size: 13px; /* changed from 10 to 13 */ +text-decoration:none; +max-height:420px; +width:auto; +padding:0 5px; +} + +.normal_inner_block { +overflow: auto; +} + +.blockheader { +table-layout:fixed; +height:25px; +max-height:25px; +line-height:25px; +vertical-align:top; +width:100%; +} + +.blockh1 { +background-image:url(images/left1B.gif); +background-repeat: no-repeat; +width:26px; +height:24px; +} + +.blockh2 { +background-image:url(images/left2.gif); +background-repeat:repeat-x; +font-size: 13px; +font-weight:bold; +height:24px; +max-height:24px; +line-height:25px; +} + +.blockh3 { +background-image:url(images/left3.gif); +background-repeat:no-repeat; +width:8px; +height:24px; +} + +.blockhc { +padding-right:15px; +padding-left:5px; +overflow:hidden; +} + +.blockhc { +padding-right:15px; +padding-left:5px; +overflow:hidden; +} + +#login_block .blockh1 { +background-image:url(images/left1G.gif); +} + +#logout_block .blockh1 { +background-image:url(images/leftR.gif); +} + +#index_small_blocks .person_box .pedigree_image_portrait, +#index_small_blocks .person_boxF .pedigree_image_portrait, +#index_small_blocks .person_boxNN .pedigree_image_portrait, +#index_small_blocks .person_box .pedigree_image_landscape, +#index_small_blocks .person_boxF .pedigree_image_landscape, +#index_small_blocks .person_boxNN .pedigree_image_landscape, +#index_small_blocks .person_box .pedigree_image_portrait_rtl, +#index_small_blocks .person_boxF .pedigree_image_portrait_rtl, +#index_small_blocks .person_boxNN .pedigree_image_portrait_rtl, +#index_small_blocks .person_box .pedigree_image_landscape_rtl, +#index_small_blocks .person_boxF .pedigree_image_landscape_rtl, +#index_small_blocks .person_boxNN .pedigree_image_landscape_rtl { +display:inline; +visibility:visible; +} + +#calendar_page #day { +border:1px solid #ccc; +} + +#index_title { +float: left; +} + +#random_picture { +height:auto; +} + +#random_picture_box { +width:99%; +} + +#random_picture .blockheader .ltr{ +text-align:left; +} + +#random_picture .blockheader .rtl{ +text-align:right; +} + +#pedigree_chart { +position:relative; +top:-210px; +left:5px; +width:99%; +} + +#pedigree_chart_rtl { +position:relative; +top:-210px; +right:5px; +width:99%; +} + +#descendancy_chart ul { +background-image:url(images/vline.gif); +background-repeat:repeat-y; +background-position:left top; +list-style:none; +margin:0px 0px 5px 15px; +padding-top: 0px; +padding-right: 0px; +padding-bottom: 0px; +} + +#descendancy_chart li { +list-style: none; +margin: 0px 0px 2px -15px; +padding-top: 0px; +padding-right: 0px; +padding-bottom: 0px; +} + +#descendancy_chart_rtl ul { +background-image:url(images/vline.gif); +background-image: url(images/vline.gif); +background-repeat: repeat-y; +background-position: right top; +list-style: none; +margin: 0px 15px 5px 0px; +padding-top: 0px; +padding-bottom: 0px; +padding-left: 0px; +} + +#descendancy_chart_rtl li { +list-style: none; +margin: 0px -15px 2px 0px; +padding: 0px 0px 0px 0px; +} + +#relationship_chart { +position:relative; +top:-40px; +left:0; +} + +#relationship_chart_rtl { +position:relative; +top:-40px; +right:10px; +} + +#ancestry_chart ul { +background-image:url(images/vline.gif); +background-repeat:repeat-y; +background-position:left top; +list-style:none; +margin:0 0 0 15px; +padding-top:0px; +padding-right:0px; +padding-bottom:0px; +} + +#ancestry_chart li { +list-style: none; +margin:0 0 2px -15px; +padding-top:0px; +padding-right:0px; +padding-bottom:0px; +} + +#ancestry_chart_rtl ul { +background-image:url(images/vline.gif); +background-repeat:repeat-y; +background-position:right top; +list-style:none; +margin:0px 15px 0px 0px; +padding-top:0px; +padding-bottom:0px; +padding-left:0px; +} + +#ancestry_chart_rtl li { +list-style: none; +margin:0px -15px 2px 0px; +padding:0px 2px 0px 0px; +} + +.topheader { +color:gray; +margin:0; +white-space:nowrap; +} + +ul { +padding-left: 15px; +padding-right: 15px; +margin: 8px; +font-size: 13px; +} + +.center { +text-align:center; +} + +table.center { +margin-left: auto; +margin-right: auto; +/* border:1px solid #999; */ +} + +th { +font-weight:100; +} + +.button { +width: 60px; +} + +.gedcom_table { +border:1px solid #999; +margin:0; +width:99%; + } + +.person_box { +background:#ddddff; +border:1px solid #999; +padding:3px; +} + +.person_boxF { +background:#ffdddd; +border:1px solid #ff2080; +padding:3px; +} + +.person_boxNN { +background:#fff; +border:1px solid #CCC; +padding:3px; +} + +.person_box:target, +.news_box:target, +#gedcom_stats:target { +background:#FFC; +} + +.list_table { +margin:0 auto; +} + +.list_label, .list_label_wrap { +border:1px solid #999; +font-size: 12px; +font-weight: bold; +text-align:center; +color: #fff !important; +white-space: normal; +vertical-align:text-top; +} + +.list_value, .list_value_wrap { +border:solid #999 1px; +font-size: 12px; +padding:1px; +vertical-align:top; +} + +.list_label, .list_value { +white-space: nowrap; +} + +.list_label_wrap, .list_value_wrap { +background-color: #ECF5FF; +border: 1px solid #84BEFF; +color: #006; +white-space: normal; +} + +.list_item { +font-size: 12px; +} + +.facts_table, .facts_table_rtl { +width:100%; +} + +.tabs_table { +max-width: 98%; +} + +.tab_page { +max-width: 100%; +width: 100%; +} + +.facts_label { +border:1px solid #acf; +font-size: 12px; +padding:4px; +width:20%; +color: #fff !important; +text-align:center; +} + +.facts_label02, .facts_label03 { +font-size: 12px; +font-weight: bold; +padding:4px; +text-align:center; +} + +.facts_value { +background:#fff; +border:1pt solid #acf; +font-size: 12px; +padding:4px; +} + +.facts_value02 { +background:#fbfdff; +border:1pt solid #ddd; +font-size: 12px; +padding:5px; +} + +.facts_labelred, .facts_labelblue { +background: #9dd8ff; +font-size: 12px; +padding: 4px 4px 4px 4px; +width: 20%; +text-align: center; +} + +.facts_valuered, .facts_valueblue { +background: #fbfdff; +font-size: 12px; +padding: 4px 4px 4px 4px; +} + +.facts_labelblue, .facts_valueblue { +border: solid blue 2px; +} + +.tab_cell_active { +font-size: 10px; +border-right:1pt solid #999; +text-align:center; +width:20%; +padding:2pt; +} + +.tab_cell_inactive { +background:#fff; +font-size: 10px; +border-top:none; +border-right:1pt solid #ccc; +text-align:center; +width:20%; +padding:2px; +} + +.tab_active_bottom { +border-top: none; +border-bottom: none; +border-left: none; +border-right: none; +height: 5px; +} + +.tab_inactive_bottom { +border-left: none; +border-right: none; +border-top: 1pt solid #ccc; +height: 5px; +} + +.tab_inactive_bottom_right { +border-left:none; +border-right:none; +border-top:1pt solid #ccc; +width:35%; +height:5px; +} + +.tab_cell_inactive_empty { +background:#efefef; +border-top:none; +border-right:1pt solid #ccc; +text-align:center; +width:20%; +padding:2px; +font-size: 20px; +} + +.tab_cell_inactive_empty a { +color:#7af; +} + +.name1 { +color: #006; +font-size: 11px; +color: #006; +font-weight: bold; +} + +.name2 { +font-size: 12px; +font-weight: bold; +} + +a:hover .name1 { +color: red; +font-size: 11px; +font-weight: bold; +} + +a:hover.name2 { +color: red; +font-size: 12px; +font-weight: bold; +} + +.details1 { +font-size: 10px; +text-decoration:none; +} + +.details2 { +font-size: 11px; +text-decoration:none; +} + +.nameZoom { +font: 14px tahoma, arial, helvetica, sans-serif; +font-weight: bold; +text-decoration:none; +} + + a:hover .nameZoom { +font: bold 14px tahoma, arial, helvetica, sans-serif; +color: red; +} + +.detailsZoom { +font-size: 13px; +text-decoration:none; +} + +.name_head { +font: bold 11pt tahoma, arial, helvetica, sans-serif; +letter-spacing: .2px; +} + +.date { +color: #039; +font-weight: bold; +} + +.label, .field { +font-size: 11px; +} + +.label { +font-weight: bold; +} + +.error, .largeError { + +font-weight: bold; +} + +.largeError { +color: #dd0000; +font-size: large; +} + +.indent { +padding-left: 7px; +} + +.indent_rtl { +padding-right: 7px; +} + +.image { +height: 150px; +padding: 5px; +border: solid black 1px; +margin-right: 15px; +} + +.gender_image { +padding-left: 3px; +padding-right: 3px; +border: none; +vertical-align: middle; +} + +.pedigree_image_portrait, .pedigree_image_landscape { +float: left; +height: 50px; +margin-right: 3px; +} + +.pedigree_image_portrait_rtl, .pedigree_image_landscape_rtl { +float: right; +height: 50px; +border: solid black 1px; +margin-left: 3px; +} + +.pedigree_form { +width: 60px; +} + +.thumbnail { +height:auto; +padding:5px; +} + +.link { +font-size: 11px; +text-align: center; +} + +.sublinks_table { +border:solid #999 1px; +margin: 2px; +margin-bottom: 20px; +padding:5px; +text-align:left; +} + +.sublinks_cell { +font-size: 12px; +background:#95b8e0; +} + +.subheaders { +font-size: 16px; +font-weight: bold; +padding:10px; +margin:15px 0 0 15px; +vertical-align:bottom; +} + +.age { +font-size: 9px; +} + +.parentdeath { +border: thin solid #808080; +padding: 1px; +} + +.source_citations { +display:none; +} + +.footer { +font-size: 12px; +width: 99%; +direction: ltr; +caption-side: left; +text-align: center; +} + +.contact_links { +text-align:center; +} + +.hit-counter { +background: #000; +color: #FFF; +font-weight: bold; +} + +.border1 { +border: solid black 1px; +} + +.header_select { +font-size: 12px; +} + +.theme_form, .lang_form { +margin-top:0; +font-size: 14px; +} + +.theme_form option, .lang_form option, .color_form option { +margin:3px; +} + +.selected-option { +background:#c8e7ff; +} + +.favorites_form { +margin-top:1px; +font-size: 14px; +color:#FFF; +} + +.help { +font-weight:700; +cursor:help; +} + +.current_day { +font-weight:bold; +font-size:16px; +} + +.cal_day { +float:left; +font-weight:bold; +} + +.rtl_cal_day { +direction:rtl; +float:right; +color:blue; +font-weight:700; +} + +.helpheader { +font-size: 16px; +font-weight: bold; +color:#000; +} + +.helpstart { +font-size: 14px; +font-weight: bold; +color:blue; +text-decoration:none; +} + +.helptext { +font-size: 12px; +color:#000; +} + +.block { +color: #030303; +vertical-align: top; +} + +.news_box { +border: 1px solid #000; +padding: 3pt; +} + +.news_title { +color: black; +font-size: 1.10em; +font-weight: bold; +} + +.news_date { +color: black; +font-size: 12px; +margin-bottom: 12px; +} + +.timeline_table { +} + +#timeline_chart { +position: relative; +top: 50px; +left: 0px; +} + +#timeline_chart_rtl { +position: relative; +top: 50px; +right: 0px; +} + +.person0 { +border:outset #999 1px; +vertical-align:top; +} + +.person1 { +background:#afa; +border:outset #afa 1px; +vertical-align:top; +} + +.person2 { +background:#faa; +border:outset #faa 1px; +border-width:1px; +font-size: 12px; +vertical-align:top; +} + +.person3 { +background:#aad; +border:outset #55F 1px; +vertical-align:top; +} + +.person4 { +background:#f55; +border:outset #f55 1px; +vertical-align:top; +} + +.person5 { +background:#5f5; +border:outset #5f5 1px; +vertical-align:top; +} + +.listlog { +line-height:20pt; +color:#555; +} + +.barra { +color:#000; +font-size: 11px; +} + +.blanco { +color:#fff; +font-size: 11px; +font-weight: bold; +} +input, button, textarea { +border-width:1px; +font-family: tahoma,arial,helvetica,sans-serif; +font-size: 14px; +} + +input, textarea { +padding-left: 3px; +padding-right: 3px; +} + +select { +border:1px solid #ccc; +font-family: tahoma, arial, helvetica, sans-serif; +font-size: 12px; +} + +form { +font-size: 12px; +} + +h2 { +font-size: 18px; +font-weight: bold; +} + +h4 { +font-size: 12px; +font-weight: bold; +} + +.formField { +font-size: 12px; +} + +.starredname { +text-decoration:underline; +} + +.search_hit { +background:#FF0; +color:#000; +} + +.title { +font-size: 20px; +vertical-align:middle; +} + +.accesskeys { +width:1px; +height:1px; +overflow:hidden; +} + +.topbottombar { +font-size: 12px; +font-weight: bold; +padding:4px; +text-align:center; +} + +.subbar { +background:#fff; +border:1pt solid #ddd; +font-size: 11px; +padding:3px; +white-space:nowrap; +vertical-align:top; + +} + +.descriptionbox { +border: 1px solid #999; +font-size: 12px; +vertical-align: top; +white-space: nowrap; +padding: 3px; +} + +.optionbox { +background-color: #ECF5FF; +border: 1px solid #84BEFF; +color: #006; +font: normal normal normal 11px/normal tahoma, arial, helvetica, sans-serif; +padding: 3px; +vertical-align: top; +white-space: normal; +} + +.vmiddle { +vertical-align: middle; +} + +.rela { +opacity: 0.67; +} + +#index .user_messages td { +border:1px #999 solid; +padding:2px; +} + +.sex_image { +height:9px; +width:9px; +padding-left:3px; +padding-right:3px; +border:none; +vertical-align:middle; +} + +fieldset { +padding: 30px; +margin:8px 8px 4px 8px; +} + +fieldset ol, fieldset li { +margin:2px 0px 0px 5px; +} + +#header td { +height:3em; +} + +div.blockhc a:hover { +background: transparent; +} + +legend{ +font-weight:bold; +} +.details_label { +font-weight:bold; +} + +ul { +list-style: url(images/li.gif); +} + +form .rtl { +text-align:right; +} + +/* */ +/* Standard PGV Markup */ + +.favmenuitem { +color:#FFF; +font-size: 11px; +font-weight: bold; +text-decoration:none; +padding:1px; +} + +.favmenuitem a { +color:#FFF; +} + +.favmenuitem_hover { +color:black; +font-size: 11px; +text-decoration:none; +padding:1px; +} + +.favsubmenu { +color:#000; +text-decoration:none; +font-size: 11px; +text-align:center; +background:#ecf5ff; +border:solid #84beff 1px; +white-space:nowrap; +} + +.favsubmenuitem a,.favsubmenuitem_selected a { +color:#000; +font-size: 11px; +text-decoration:none; +background:#ecf5ff; +white-space:nowrap; +text-align:left; +} + +.favsubmenuitem_selected a { +background:aqua; +} + +.favsubmenuitem_hover { +color:black; +font-size: 11px; +text-decoration:none; +background:#fff; +white-space:nowrap; +text-align:left; +} + +.favsubmenuitem_hover a { +color:red; +font-size: 11px; +text-decoration:none; +background:#fff; +white-space:nowrap; +text-align:left; +} + +.ltr { +text-align: left; +} + +.rtl { +text-align:right; +direction: rtl; +} + +.width10 {width:10%;} +.width20 {width:20%;} +.width25 {width:25%;} +.width33 {width:33%;} +.width30 {width:30%;} +.width40 {width:40%;} +.width50 {width:50%;} +.width60 {width:60%;} +.width66 {width:66%;} +.width70 {width:70%;} +.width75 {width:75%;} +.width80 {width:80%;} +.width90 {width:90%;} +.width100 {width:100%;} + +.font11 { +font-size:11px; +} + +.font9 { +font-size:9px; +} + +.pedigree_table { +margin: 0; +} + +.messagebox { +background: #dfeeff; +} + +/* Pending edits */ +.change_new, .nameblue { + border: solid blue 2px !important; +} + +.change_old, .namered { + color: black !important; + text-decoration:line-through !important; +} + +.door { +margin: 0px; +padding: 0px; +} + +.door dd { +margin: 2px; +padding: 2px 6px; +height: 100%; float: left; +font-weight: bold; +display: none; +} + +.note_details { +display: none; +} + +a.showit { +position:relative; +z-index:24; +color:#000; +text-decoration:none; +} + +a.showit:hover { +z-index:25; +background:#ffff9b; +cursor:crosshair; +} + +a.showit span { +display: none; +} + +a.showit:hover span { +display:block; +position:absolute; +top:22px; +left:0; +width:225px; +border-style: outset; +border-left:15px outset #1f1f1f; +border-top:2px solid #1f1f1f; +border-bottom:2px solid #000; +border-right:2px solid #000; +padding:3px; +background:#4f4f4f; +color:#FFF; +font-size: 15px; +text-align:left; +opacity:.85; +z-index:5; +white-space:normal; +} + +.lifespan_outer { +position:relative; +width:99.5%; +height:600px; +overflow:hidden; +border:solid blue 1px; +} + +.lifespan_outer a { +color:#000; +} + +.lifespan_outer a:hover { +color:red; +text-decoration:none; +} + +.lifespan_people span:first-letter { +font:small-caps bold 16px tahoma, arial, helvetica, sans-serif; +padding:1px; +} + +.lifespan_people { +position:absolute; +width:500px; +left:-10px; +top:-60px; +z-index:1; +} + +.lifespan_timeline { +position: absolute; +width: 100%; +left: -10px; +top: -65px; +z-index: 2; +background: white +} + +.iwstyle { +width:360px; +} + +.iwstyle a { +} + +.iwstyle a:hover { +} + +#map_nav { +position:relative; +top:-484px; +left:101%; +} + +#tree_nav { +position:relative; +top:-584px; +left:90%; +z-index:100; +} + +#map_type { +font-family:arial; +font-size:10px; +list-style:none; +margin:0; +padding:0; +} + +#map_type li { +display:block; +width:70px; +text-align:center; +border:1px solid #000; +cursor:pointer; +float:left; +margin-left:2px; +padding:2px; +} + +#map_type li:hover { +background:#ddd; +} + +#map_type li.active { +background:gray; +color:#FFF; +font-weight:bold; +} + +#map_type li.non_active { +background:#FFF; +color:#000; +font-weight:400; +} + +.ac_input { +background:#EEE8AA; +} + +.ac_results { +border:1px solid #000; +background:#FFF; +overflow:hidden; +z-index:99999; +padding:0; +} + +.ac_results ul { +width:100%; +list-style-position:outside; +list-style:none; +margin:0; +padding:0; +} + +.ac_results li { +cursor:default; +display:block; +font:menu; +font-size:12px; +line-height:14px; +overflow:hidden; +margin:0; +padding:2px 5px; +} + +.ac_loading { +background:#FFF url(/images/indicator.gif) right center no-repeat; +} + +.ac_odd { +background:#eee; +} + +.ac_over { +background:#0A246A; +color:#FFF; +} + +.sublinks_cell .submenuitem { +background: #fff; +} + +.nowrap { +white-space: nowrap; +} + +.wrap { +white-space: normal; +} + +ul.clist { +list-style-image: none; +} + +.menu_separator img { +height: 3px; +width: 8em; +} + +.statistics_chart{ +text-align: center; +} + +.gchart{ +border: 1px solid #999; +} + +.execution_stats { +padding-top: 12px; +text-align: center; +} + +.clearfloat { + clear: both; +} + +dl { + margin:0; +} + +dt { + float:left; + font-weight:bold; + margin-right:10px; + clear:both; +} + +/* Classes for the INDI page header */ + +#indi_header h1 { + color: #00066; + font-size: 2em; + padding: 0 .5em; + margin: 0.25em 0 0 0; +} + +#indi_header a { + color: #333377; + font-size: .75em; + font-weight: normal; +} + +#indi_header a:hover { + color: red; +} + +#indi_mainimage { + margin-right: 15px; + vertical-align: top; + float: left; +} + +#indi_name_details { + vertical-align: top; + float: left; + margin: 10px 0 0 0; + width: 85%; +} + +#indi_name_details a { + color: #333377; +} + +#indi_name_details dt:after { content: ":"; } + +#indi_note { + margin: 0 0 5px 0; +} + +#nameparts1 { + float: left; + margin-right: 20px; + max-width:50%; +} + +#nameparts2, #nameparts3, #nameparts4, #nameparts5, #nameparts6 { + clear: left; +} + +#name1 { + line-height: 2; + padding-bottom: 2px; +} + +#indi_facts { + float:left; + padding: 3px 15px 0 0; + width: 45%; +} + +#sex, #mainfacts { + vertical-align: top; +} + +#hitcounter { + display: block; + margin-bottom:10px; + padding-left: 10px; +} +/* =================================== */ + +/* tables for Module Admin tab */ +table.tablesorter { + background-color: #E0E0E0; + margin:5px 0pt 15px; + width: 100%; + text-align: left; +} +table.tablesorter thead tr th, table.tablesorter tfoot tr th { + background-color: #E7EEF3; + border: 1px solid #FFF; + padding: 4px; +} +table.tablesorter thead tr .header { + background-image: url(images/jquery/bg.gif); + background-repeat: no-repeat; + background-position: center right; + padding-right:20px; + white-space:nowrap; + cursor: pointer; +} +table.tablesorter tbody td { + color: #3D3D3D; + padding: 4px; + vertical-align: top; +} +table.tablesorter tbody tr.odd td { + background-color:#E7EEF3; +} +table.tablesorter thead tr .headerSortUp { + background-image: url(images/jquery/asc.gif); +} +table.tablesorter thead tr .headerSortDown { + background-image: url(images/jquery/desc.gif); +} +table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { + background-color: #ccc; +} +div.pager { + margin-top: -20px; + text-align: left; +} +div.pager input { + width: 50px; + text-align: center; +} + +/* styles for FindFacts pop-up */ +#layDefinedTags,#tabDefinedTagsShow { + width:450px; +} +#tabDefinedTags { + width:430px; +} +#layDefinedTags { + margin-left:auto; + margin-right:auto; + height:285px; + overflow:auto; + border:inset 2px buttonface; +} +#tabDefinedTags { + border-collapse:collapse; +} +#tabDefinedTags th,#tabDefinedTags td { + border:solid 1px #000; + margin:0; + padding:3px; +} +#tabDefinedTags tbody th { + text-align:left; + font-weight:bold; +} +#tabDefinedTags tr.sel { + background-color:#D1D9EF; + color:#888; +} +#tabDefinedTags tr.unsel { + background-color:#FFFFFF; + color:#888; +} +#tabDefinedTagsShow { + margin-left:auto; + margin-right:auto; +} +#tabDefinedTagsShow td { + width:50%; + text-align:center; +} +#tabFilterAndCustom { + margin-left:auto; + margin-right:auto; +} +#tabAction { + margin-left:auto; + margin-right:auto; +} +#tabAction td { + width:50%; + text-align:center; +} +/* FAQ table styles */ +table.faq { +background-color: #E0E0E0; +margin:5px 0 50px 5px; +width: 98%; +} +table.faq tr.odd td { +background-color:#E7EEF3; +} +div.faq_title { +background-color: #E0E0E0; +margin: 1em 0; +padding: .25em; +font-weight:bold; +width: 98%; +} +div.faq_body { +clear:both; +margin: 1em 0; +padding: 1em; +} +.faq_italic { +font-style: italic; +font-weight: bold; +font-size: 90%; +padding: 0 10px; +} +/* Use CSS menus based on nested <ul> */ +.makeMenu li { + display:inline; + position:relative; + white-space:nowrap; +} + +.makeMenu li ul { + display:none; + position:absolute; + left:0px; + background-color:#FFF; + border:thin solid #AAA; + z-index:999; +} + +.makeMenu li ul li { +/* padding: 2px; */ + display:block; + text-align:left; +} + +.makeMenu, .makeMenu li ul { + list-style:none; + margin:0; + padding:1px; +} + +.makeMenu li:hover > ul { + display:block; +} diff --git a/themes/clouds/style_rtl.css b/themes/clouds/style_rtl.css new file mode 100644 index 0000000000..81912a3819 --- /dev/null +++ b/themes/clouds/style_rtl.css @@ -0,0 +1,104 @@ +/** + * Styles for rtl + * + * needed to fix some of the RTL theme problems + * + * @package webtrees + * @subpackage Themes + * @version $Id: style_rtl.css 7896 2010-04-07 22:08:56Z greg $ + */ +body { + direction: rtl; + text-align: right; +} +html { + direction: rtl; + white-space: normal; +} +#footer { + text-align: center; +} +.person_box, .person_boxF, .person_boxNN { + text-align: right; +} +.footer { + text-align: left; + direction: rtl; +} +.image { + margin-right: 0px; + margin-left: 15px; +} +#header { + width: 100%; + text-align: right; + direction: rtl; + caption-side: left; + display: table; +} +.blockhc { + padding-left: 15px; + padding-right: 5px; +} +.blockh2, .blockhc, .door { + direction: rtl; +} +.door dd { + float: right; +} +.toplinks_right { +padding-left: 15px; +} +.icon, .adminicon { +border:none; +padding-top:1px; +padding-left:6px; +padding-right:0pt; +} + +.blockh1 { + background-image: url(images/right1B.gif); +} + +.blockh3 { + background-image: url(images/right3.gif); +} + +#login_block .blockh1 { + background-image: url(images/right1G.gif); +} + +#logout_block .blockh1 { + background-image: url(images/right1R.gif); +} +/* jquery css THEME adjustments for RTL */ +/* @version $Id: style_rtl.css 7896 2010-04-07 22:08:56Z greg $ */ + +/* Tabs --------------------------------*/ +.ui-tabs { direction: rtl; } + +.ui-tabs .ui-tabs-nav li.ui-tabs-selected, +.ui-tabs .ui-tabs-nav li.ui-state-default {float: right; } +.ui-tabs .ui-tabs-nav li a { float: right; } + +/* Navigator & Flyout menu Styles ------*/ +.flyoutrtl { + color:#000000; + text-align: right; + margin-top: -20px; + left: 210px; + padding: 3px; +} +.flyout2rtl { + color:#000000; + text-align: right; + margin-top: -2px; + right: 64px; + padding: 3px; +} +.flyout2rtl a:hover{ + color:red; +} +#flyout3 { + text-align: right; +} diff --git a/themes/clouds/templates/block_main_temp.php b/themes/clouds/templates/block_main_temp.php new file mode 100644 index 0000000000..ab89a1e3ee --- /dev/null +++ b/themes/clouds/templates/block_main_temp.php @@ -0,0 +1,54 @@ +<?php +/** + * Template for drawing the main blocks on the portal pages + * + * This template expects that the following variables will be set + * $id - the DOM id for the block div + * $title - the title of the block + * $content - the content of the block + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2010 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: block_main_temp.php 7697 2010-03-28 20:53:09Z rob $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<div id="<?php print $id; ?>" class="block" > + <table class="blockheader" cellpadding="0" cellspacing="0" style="padding:0;margin:0;"> + <tr> + <td class="blockh1" ></td> + <td class="blockh2" > + <div class="blockhc"><b><?php print $title ?></b></div> + </td> + <td class="blockh3"></td> + </tr> + </table> + <div class="blockcontent"> + <?php print $content ?> + </div> +</div> diff --git a/themes/clouds/templates/block_small_temp.php b/themes/clouds/templates/block_small_temp.php new file mode 100644 index 0000000000..802b04f35d --- /dev/null +++ b/themes/clouds/templates/block_small_temp.php @@ -0,0 +1,56 @@ +<?php
+/**
+ * Template for drawing the height-restricted blocks on the portal pages
+ *
+ * This template expects that the following variables will be set
+ * $id - the DOM id for the block div
+ * $title - the title of the block
+ * $content - the content of the block
+ *
+ * webtrees: Web based Family History software
+ * Copyright (C) 2010 webtrees development team.
+ *
+ * Derived from PhpGedView
+ * Copyright (C) 2010 PGV Development Team. All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ * @package webtrees
+ * @subpackage Themes
+ * @version $Id: block_small_temp.php 7697 2010-03-28 20:53:09Z rob $
+ */
+
+if (!defined('WT_WEBTREES')) {
+ header('HTTP/1.0 403 Forbidden');
+ exit;
+}
+
+?>
+<div id="<?php print $id; ?>" class="block" >
+ <table class="blockheader" cellpadding="0" cellspacing="0" style="padding:0;margin:0;">
+ <tr>
+ <td class="blockh1" ></td>
+ <td class="blockh2" >
+ <div class="blockhc"><b><?php print $title ?></b></div>
+ </td>
+ <td class="blockh3"></td>
+ </tr>
+ </table>
+ <div class="blockcontent">
+ <div class="small_inner_block">
+ <?php print $content ?>
+ </div>
+ </div>
+</div>
diff --git a/themes/clouds/templates/personbox_template.php b/themes/clouds/templates/personbox_template.php new file mode 100644 index 0000000000..93c9223087 --- /dev/null +++ b/themes/clouds/templates/personbox_template.php @@ -0,0 +1,65 @@ +<?php +/** + * Template for drawing person boxes + * This template expects that the following variables will be set + * $pid, $boxID, $personlinks, $icons, $title, $GEDCOM, $style, + * $name, $classfacts, $genderImage, $BirthDeath, $isF, $outBoxAdd, + * $addname, $showid, $float + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2010 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: personbox_template.php 8345 2010-05-17 11:56:12Z greg $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<div id="I<?php print $boxID; ?>links" + style="position:absolute; left:0px; top:0px; width:<?php print $lbwidth; ?>px; visibility:hidden; z-index:100;"> +<?php print $personlinks; ?></div> +<div id="out-<?php print $boxID; ?>" <?php print $outBoxAdd; ?>> +<!-- table helps to maintain spacing --> +<table width="100%" cellspacing="0" cellpadding="0" border="0"><tr><td valign="top"> + <div id="icons-<?php print $boxID; ?>" + style="<?php print $iconsStyleAdd; ?> width: 25px; height: 50px;"><?php print $icons; ?> + </div> + <?php print $thumbnail; ?> + <a onclick="event.cancelBubble = true;" + href="individual.php?pid=<?php print $pid; ?>&ged=<?php print $GEDCOM; ?>" + title="<?php print $title; ?>"> + <span id="namedef-<?php print $boxID; ?>" class="name<?php print $style; ?> <?php print $classfacts; ?>"> + <?php print $name.$addname; ?> + </span> + <span class="name<?php print $style; ?>"> <?php print $genderImage; ?></span> + <?php print $showid; ?> </a> + <div id="fontdef-<?php print $boxID; ?>" class="details<?php print $style; ?>"> + <div id="inout2-<?php print $boxID; ?>" style="display: block;"><?php print $BirthDeath; ?></div> + </div> + <div id="inout-<?php print $boxID; ?>" style="display: none;"> + <div id="LOADING-inout-<?php print $boxID; ?>"><?php print i18n::translate('Loading...'); ?></div> + </div> +</td></tr></table> +</div> diff --git a/themes/clouds/theme.php b/themes/clouds/theme.php new file mode 100644 index 0000000000..4c7fe43d6f --- /dev/null +++ b/themes/clouds/theme.php @@ -0,0 +1,251 @@ +<?php +/** + * Clouds theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView Cloudy theme + * Copyright (C) 2010 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: theme.php 8687 2010-06-10 17:18:22Z greg $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$theme_name = "clouds"; +$stylesheet = WT_THEME_DIR . "style.css"; +$print_stylesheet = WT_THEME_DIR . "print.css"; //-- CSS level 2 print stylesheet to use +$headerfile = WT_THEME_DIR . "header.php"; //-- Header information for the site +$rtl_stylesheet = WT_THEME_DIR . "style_rtl.css"; //-- CSS level 2 stylesheet to use +$toplinks = WT_THEME_DIR . "toplinks.php"; //-- File to display the icons and links to different sections +$footerfile = WT_THEME_DIR . "footer.php"; //-- Footer information for the site +$WT_IMAGE_DIR = WT_THEME_DIR . "images"; //-- directory to look for images +$FAVICON = $WT_IMAGE_DIR. "/favicon.ico"; +$WT_USE_HELPIMG = true; // set to true to use image for help questionmark, set to false to use $wt_lang["qm"] +$WT_MENU_LOCATION = "top"; + +//-- variables for image names +//- WT main icons +$WT_IMAGES["calendar"]["large"] = "calendar.gif"; +$WT_IMAGES["clippings"]["large"] = "clippings.gif"; +$WT_IMAGES["favorite"]["large"] = "fav.gif"; +$WT_IMAGES["gedcom"]["large"] = "gedcom.gif"; +$WT_IMAGES["help"]["large"] = "help.gif"; +$WT_IMAGES["home"]["large"] = "home.gif"; +$WT_IMAGES["indis"]["large"] = "indis.gif"; +$WT_IMAGES["lists"]["large"] = "lists.gif"; +$WT_IMAGES["media"]["large"] = "media.gif"; +$WT_IMAGES["menu_repository"]["large"] = "menu_repository.gif"; +$WT_IMAGES["menu_source"]["large"] = "menu_source.gif"; +$WT_IMAGES["mypage"]["large"] = "mypage.gif"; +$WT_IMAGES["notes"]["large"] = "notes.gif"; +$WT_IMAGES["pedigree"]["large"] = "pedigree.gif"; +$WT_IMAGES["printer"]["large"] = "printer.gif"; +$WT_IMAGES["reports"]["large"] = "report.gif"; +$WT_IMAGES["repository"]["large"] = "repository.gif"; +$WT_IMAGES["search"]["large"] = "search.gif"; +$WT_IMAGES["sfamily"]["large"] = "sfamily.gif"; +$WT_IMAGES["source"]["large"] = "source.gif"; +$WT_IMAGES["sex"]["large"] = "male.gif"; +$WT_IMAGES["sexf"]["large"] = "female.gif"; +$WT_IMAGES["sexn"]["large"] = "fe_male.gif"; +$WT_IMAGES["edit_source"]["large"] = "small/edit_sour.gif"; + +$WT_IMAGES["edit_fam"]["large"] = "edit_fam.gif"; +$WT_IMAGES["edit_indi"]["large"] = "edit_indi.gif"; +$WT_IMAGES["edit_sour"]["large"] = "edit_sour.gif"; +$WT_IMAGES["edit_repo"]["large"] = "Sedit_repo.gif"; + +//- PGV small icons +$WT_IMAGES["admin"]["small"] = "small/admin.gif"; +$WT_IMAGES["ancestry"]["small"] = "small/ancestry.gif"; +$WT_IMAGES["calendar"]["small"] = "small/calendar.gif"; +$WT_IMAGES["cfamily"]["small"] = "small/cfamily.gif"; +$WT_IMAGES["childless"]["small"] = "small/childless.gif"; +$WT_IMAGES["clippings"]["small"] = "small/clippings.gif"; +$WT_IMAGES["descendant"]["small"] = "small/descendancy.gif"; +$WT_IMAGES["edit_fam"]["small"] = "small/edit_fam.gif"; +$WT_IMAGES["edit_sour"]["small"] = "small/edit_sour.gif"; +$WT_IMAGES["edit_repo"]["small"] = "small/edit_repo.gif"; +$WT_IMAGES["fambook"]["small"] = "small/fambook.gif"; +$WT_IMAGES["fanchart"]["small"] = "small/fanchart.gif"; +$WT_IMAGES["favorite"]["small"] = "small/fav.gif"; +$WT_IMAGES["favorites"]["small"] = "small/gedcom.gif"; +$WT_IMAGES["gedcom"]["small"] = "small/gedcom.gif"; +$WT_IMAGES["help"]["small"] = "small/help.gif"; +$WT_IMAGES["home"]["small"] = "small/home.gif"; +$WT_IMAGES["hourglass"]["small"] = "small/hourglass.gif"; +$WT_IMAGES["indis"]["small"] = "small/indis.gif"; +$WT_IMAGES["lists"]["small"] = "small/lists.gif"; +$WT_IMAGES["media"]["small"] = "small/media.gif"; +$WT_IMAGES["menu_help"]["small"] = "small/menu_help.gif"; +$WT_IMAGES["menu_media"]["small"] = "small/menu_media.gif"; +$WT_IMAGES["menu_repository"]["small"] = "small/menu_repository.gif"; +$WT_IMAGES["menu_source"]["small"] = "small/menu_source.gif"; +$WT_IMAGES["mypage"]["small"] = "small/mypage.gif"; +$WT_IMAGES["notes"]["small"] = "small/notes.gif"; +$WT_IMAGES["patriarch"]["small"] = "small/patriarch.gif"; +$WT_IMAGES["pedigree"]["small"] = "small/pedigree.gif"; +$WT_IMAGES["place"]["small"] = "small/place.gif"; +$WT_IMAGES["printer"]["small"] = "small/printer.gif"; +$WT_IMAGES["relationship"]["small"] = "small/relationship.gif"; +$WT_IMAGES["reports"]["small"] = "small/report.gif"; +$WT_IMAGES["repository"]["small"] = "small/repository.gif"; +$WT_IMAGES["rings"]["small"] = "small/rings.gif"; +$WT_IMAGES["search"]["small"] = "small/search.gif"; +$WT_IMAGES["sex"]["small"] = "small/male.gif"; +$WT_IMAGES["sexf"]["small"] = "small/female.gif"; +$WT_IMAGES["sexn"]["small"] = "small/fe_male.gif"; +$WT_IMAGES["sfamily"]["small"] = "small/sfamily.gif"; +$WT_IMAGES["source"]["small"] = "small/source.gif"; +$WT_IMAGES["statistic"]["small"] = "small/statistic.gif"; +$WT_IMAGES["timeline"]["small"] = "small/timeline.gif"; +$WT_IMAGES["tree"]["small"] = "small/gedcom.gif"; +$WT_IMAGES["wiki"]["small"] = "small/w_22.png"; + +//- PGV buttons for data entry pages +$WT_IMAGES["addmedia"]["button"] = "buttons/addmedia.gif"; +$WT_IMAGES["addrepository"]["button"] = "buttons/addrepository.gif"; +$WT_IMAGES["addsource"]["button"] = "buttons/addsource.gif"; +$WT_IMAGES["addnote"]["button"] = "buttons/addnote.gif"; +$WT_IMAGES["autocomplete"]["button"] = "buttons/autocomplete.gif"; +$WT_IMAGES["calendar"]["button"] = "buttons/calendar.gif"; +$WT_IMAGES["family"]["button"] = "buttons/family.gif"; +$WT_IMAGES["head"]["button"] = "buttons/head.gif"; +$WT_IMAGES["indi"]["button"] = "buttons/indi.gif"; +$WT_IMAGES["keyboard"]["button"] = "buttons/keyboard.gif"; +$WT_IMAGES["media"]["button"] = "buttons/media.gif"; +$WT_IMAGES["note"]["button"] = "buttons/note.gif"; +$WT_IMAGES["place"]["button"] = "buttons/place.gif"; +$WT_IMAGES["refresh"]["button"] = "buttons/refresh.gif"; +$WT_IMAGES["repository"]["button"] = "buttons/repository.gif"; +$WT_IMAGES["source"]["button"] = "buttons/source.gif"; +$WT_IMAGES["note"]["button"] = "buttons/note.gif"; +$WT_IMAGES["head"]["button"] = "buttons/head.gif"; +$WT_IMAGES["find_facts"]["button"] = "buttons/find_facts.png"; + +// Media images +$WT_IMAGES["media"]["audio"] = "media/audio.png"; +$WT_IMAGES["media"]["doc"] = "media/doc.gif"; +$WT_IMAGES["media"]["flash"] = "media/flash.png"; +$WT_IMAGES["media"]["flashrem"] = "media/flashrem.png"; +$WT_IMAGES["media"]["ged"] = "media/ged.gif"; +$WT_IMAGES["media"]["globe"] = "media/globe.png"; +$WT_IMAGES["media"]["html"] = "media/html.gif"; +$WT_IMAGES["media"]["picasa"] = "media/picasa.png"; +$WT_IMAGES["media"]["pdf"] = "media/pdf.gif"; +$WT_IMAGES["media"]["tex"] = "media/tex.gif"; +$WT_IMAGES["media"]["wmv"] = "media/wmv.png"; +$WT_IMAGES["media"]["wmvrem"] = "media/wmvrem.png"; + +//- other images +$WT_IMAGES["add"]["other"] = "add.gif"; +$WT_IMAGES["darrow"]["other"] = "darrow.gif"; +$WT_IMAGES["darrow2"]["other"] = "darrow2.gif"; +$WT_IMAGES["ddarrow"]["other"] = "ddarrow.gif"; +$WT_IMAGES["dline"]["other"] = "dline.gif"; +$WT_IMAGES["dline2"]["other"] = "dline2.gif"; +$WT_IMAGES["webtrees"]["other"] = "webtrees.png"; +$WT_IMAGES["hline"]["other"] = "hline.gif"; +$WT_IMAGES["larrow"]["other"] = "larrow.gif"; +$WT_IMAGES["larrow2"]["other"] = "larrow2.gif"; +$WT_IMAGES["ldarrow"]["other"] = "ldarrow.gif"; +$WT_IMAGES["minus"]["other"] = "minus.gif"; +$WT_IMAGES["note"]["other"] = "notes.gif"; +$WT_IMAGES["plus"]["other"] = "plus.gif"; +$WT_IMAGES["rarrow"]["other"] = "rarrow.gif"; +$WT_IMAGES["rarrow2"]["other"] = "rarrow2.gif"; +$WT_IMAGES["rdarrow"]["other"] = "rdarrow.gif"; +$WT_IMAGES["remove"]["other"] = "remove.gif"; +$WT_IMAGES["spacer"]["other"] = "spacer.gif"; +$WT_IMAGES["uarrow"]["other"] = "uarrow.gif"; +$WT_IMAGES["uarrow2"]["other"] = "uarrow2.gif"; +$WT_IMAGES["uarrow3"]["other"] = "uarrow3.gif"; +$WT_IMAGES["udarrow"]["other"] = "udarrow.gif"; +$WT_IMAGES["vline"]["other"] = "vline.gif"; +$WT_IMAGES["zoomin"]["other"] = "zoomin.gif"; +$WT_IMAGES["zoomout"]["other"] = "zoomout.gif"; +$WT_IMAGES["stop"]["other"] = "stop.gif"; +$WT_IMAGES["pin-out"]["other"] = "pin-out.png"; +$WT_IMAGES["pin-in"]["other"] = "pin-in.png"; +$WT_IMAGES["default_image_M"]["other"] = "silhouette_male.gif"; +$WT_IMAGES["default_image_F"]["other"] = "silhouette_female.gif"; +$WT_IMAGES["default_image_U"]["other"] = "silhouette_unknown.gif"; +$WT_IMAGES['slide_open']['other'] = "open.png"; +$WT_IMAGES['slide_close']['other'] = "close.png"; + +// - lifespan chart arrows +$WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; +$WT_IMAGES["lsrtarrow"]["other"] = "lsrtarrow.gif"; +$WT_IMAGES["lsdnarrow"]["other"] = "lsdnarrow.gif"; +$WT_IMAGES["lsuparrow"]["other"] = "lsuparrow.gif"; + +//-- Variables for the Fan chart +$fanChart = array( + 'font' => WT_ROOT.'includes/fonts/DejaVuSans.ttf', + 'size' => '7px', + 'color' => '#000000', + 'bgColor' => '#eeeeee', + 'bgMColor' => '#b1cff0', + 'bgFColor' => '#e9daf1' +); + +//-- This section defines variables for the pedigree chart +$bwidth = 225; // -- width of boxes on pedigree chart +$bheight = 78; // -- height of boxes on pedigree chart +$baseyoffset = -20; // -- position the entire pedigree tree relative to the top of the page +$basexoffset = 10; // -- position the entire pedigree tree relative to the left of the page +$bxspacing = 4; // -- horizontal spacing between boxes on the pedigree chart +$byspacing = 5; // -- vertical spacing between boxes on the pedigree chart +$brborder = 1; // -- box right border thickness + +// -- global variables for the descendancy chart +$Dbaseyoffset = 20; // -- position the entire descendancy tree relative to the top of the page +$Dbasexoffset = 20; // -- position the entire descendancy tree relative to the left of the page +$Dbxspacing = 0; // -- horizontal spacing between boxes +$Dbyspacing = 10; // -- vertical spacing between boxes +$Dbwidth = 250; // -- width of DIV layer boxes +$Dbheight = 78; // -- height of DIV layer boxes +$Dindent = 15; // -- width to indent descendancy boxes +$Darrowwidth = 30; // -- additional width to include for the up arrows + +$CHARTS_CLOSE_HTML = true; //-- should the charts, pedigree, descendacy, etc close the HTML on the page + +// -- The largest possible area for charts is 300,000 pixels. As the maximum height or width is 1000 pixels +$WT_STATS_S_CHART_X = "440"; +$WT_STATS_S_CHART_Y = "125"; +$WT_STATS_L_CHART_X = "900"; +// -- For map charts, the maximum size is 440 pixels wide by 220 pixels high +$WT_STATS_MAP_X = "440"; +$WT_STATS_MAP_Y = "220"; + +$WT_STATS_CHART_COLOR1 = "ffffff"; +$WT_STATS_CHART_COLOR2 = "95b8e0"; +$WT_STATS_CHART_COLOR3 = "c8e7ff"; + +// Arrow symbol or icon for up-page links on Help pages +// This icon is referred to in Help text by: #GLOBALS[UpArrow]# +if (file_exists($WT_IMAGE_DIR."/uarrow3.gif")) $UpArrow = "<img src=\"{$WT_IMAGE_DIR}/uarrow3.gif\" class=\"icon\" border=\"0\" alt=\"^\" />"; +else $UpArrow = "<b>^^ </b>"; + +?> diff --git a/themes/clouds/toplinks.php b/themes/clouds/toplinks.php new file mode 100644 index 0000000000..2c91ca40e4 --- /dev/null +++ b/themes/clouds/toplinks.php @@ -0,0 +1,136 @@ +<?php +/** + * Toplinks for Clouds theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView Cloudy theme + * Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * @package webtrees + * @subpackage Themes + * @version $Id: toplinks.php 8497 2010-05-28 16:10:46Z lucasz $ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$menubar = new MenuBar(); +?> +<table id="toplinks"> + <tr> + <td class="toplinks_left"> + <table align="<?php print $TEXT_DIRECTION=="ltr"?"left":"right" ?>"> + <tr> +<?php + $menu = $menubar->getGedcomMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getMyPageMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getChartsMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getListsMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getCalendarMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getReportsMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getSearchMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getOptionalMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menus = $menubar->getModuleMenus(); + foreach($menus as $m=>$menu) { + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + } + $menu = $menubar->getHelpMenu(); + if($menu->link != "") { + echo "<td>"; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } +?> + </tr> + </table> + </td> + +<?php if (empty($SEARCH_SPIDER)) { ?> + <td class="toplinks_right"> + <div class="makeMenu" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" > + <?php echo MenuBar::getFavoritesMenu()->getMenuAsList(); + global $ALLOW_THEME_DROPDOWN; + if ($ALLOW_THEME_DROPDOWN && get_site_setting('ALLOW_USER_THEMES')) { + echo ' | ', MenuBar::getThemeMenu()->getMenuAsList(); + } + echo ' | ', MenuBar::getLanguageMenu()->getMenuAsList(); + ?> + </div> + </td> +<?php } ?> + </tr> + </table> +<!-- close div for div id="header" --> +<div id="content"> |
