diff options
| author | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
|---|---|---|
| committer | Veit Olschinski <veit@olschinski.de> | 2010-04-05 10:29:41 +0000 |
| commit | 5bc7b36708d272081ffd2df5658ddf12275447dd (patch) | |
| tree | 7884d88bd634f62d94e0239c911305ac4349dba8 /themes/cloudy | |
| parent | 5dbb23df7f03aeb32c6c5a3fa6139dd479f9c0b4 (diff) | |
| download | webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.gz webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.tar.bz2 webtrees-5bc7b36708d272081ffd2df5658ddf12275447dd.zip | |
Diffstat (limited to 'themes/cloudy')
177 files changed, 4339 insertions, 0 deletions
diff --git a/themes/cloudy/footer.php b/themes/cloudy/footer.php new file mode 100644 index 0000000000..06d46a8906 --- /dev/null +++ b/themes/cloudy/footer.php @@ -0,0 +1,181 @@ +<?php +/** + * Footer for Cloudy 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +global $footerscriptshown, $BROWSERTYPE; +if (!$footerscriptshown) { + + echo <<<JSCRIPT + <script type="text/javascript" language="javascript" > +<!-- +function hidebar() +{ // hides the loading message + loadbar = document.getElementById("ProgBar"); + if (loadbar) loadbar.style.display = "none"; +} +JSCRIPT; + $onload ="hidebar();"; + if (WT_SCRIPT_NAME!='individual.php') + { + if (WT_SCRIPT_NAME=='pedigree.php' || + WT_SCRIPT_NAME=='descendancy.php' || + WT_SCRIPT_NAME=='timeline.php' || + WT_SCRIPT_NAME=='relationship.php') + { + echo "\n", <<<JSCRIPT +function resize_content_div() +{ // resizes the container table to fit data + if (document.getElementById('footer')) + { + var foot =document.getElementById('footer'); + var head =document.getElementById('header'); + var cont =document.getElementById('container'); + + var browserWidth = Math.max(document.body.clientWidth, 200); +JSCRIPT; + $onload .="\n\tresize_content_div();"; + if (WT_SCRIPT_NAME=='pedigree.php' || WT_SCRIPT_NAME=='descendancy.php') + { // pedigree and descendancy height + echo "\t\ty = foot.offsetTop;\n"; + //echo "\t\tz = parseInt(y);\n"; + echo "\t\tz=(y-70);\n"; + //echo "\t\talert(y);\n"; + echo "\t\tcont.style.height=(z.toString()+'px');\n"; + + } else if (WT_SCRIPT_NAME=='timeline.php') + { // timeline height + global $endoffset; + if (!$endoffset) $endoffset=270; + echo "\t\ty='", $endoffset, "px';\n"; + echo "\t\tcont.style.height=(y);\n"; + } else if (WT_SCRIPT_NAME=='relationship.php') + { // relationship height and width + global $maxyoffset, $xoffset, $Dbwidth, $xs; + $xoffset += $Dbwidth+$xs; + echo "\t\ty='", ($maxyoffset-70), "px';\n"; + echo "\t\tcont.style.height=(y);\n"; + // check if xoffset is lower then default screensize + echo "\t\tx=", $xoffset, ";\n"; + echo "\t\tif (x < (browserWidth))\n"; + echo "\t\t\tx= (browserWidth);"; + echo "\t\tcont.style.width=x.toString()+'px';\n"; + echo "\t\thead.style.width=x.toString()+'px';\n"; + } + if (WT_SCRIPT_NAME=='pedigree.php') + { // pedigree width + global $bwidth, $bxspacing, $PEDIGREE_GENERATIONS, $talloffset, $Darrowwidth; + $xoffset = ($PEDIGREE_GENERATIONS * ($bwidth+(2*$bxspacing))) + (2*$Darrowwidth); + if ($talloffset==0) { $xoffset = floor($xoffset /1.4); } + echo "\t\tx=", $xoffset, ";\n"; + echo "\t\tif (x < (browserWidth))\n"; + echo "\t\t\tx= (browserWidth);\n"; + //echo "alert(x);"; + echo "\t\tcont.style.width=(x).toString()+'px';\n"; + echo "\t\thead.style.width=(x).toString()+'px';\n"; + + } // descendancy width + if (WT_SCRIPT_NAME=='descendancy.php') + { + global $maxxoffset; + $xoffset = ($maxxoffset+60); + echo "\t\tx=", $xoffset, ";\n"; + echo "\t\tif (x < (browserWidth))\n"; + echo "\t\t\tx= (browserWidth);\n"; + echo "\t\tcont.style.width=x.toString()+'px';\n"; + echo "\t\thead.style.width=x.toString()+'px';\n"; + } // + echo "\n\t}\n}\n"; + } else if (WT_SCRIPT_NAME=='index.php') + { + echo "\n"; + echo "function resize_content_div()\n"; + echo "{ // resizes the index divs to fit page \n"; + echo "\tif (document.getElementById('index_title'))\n"; + echo "\t{\n"; + echo "\t\tvar head = document.getElementById('index_title');\n"; + echo "\t\tvar smallblocks = document.getElementById('index_small_blocks');\n"; + echo "\t\tvar blocks = document.getElementById('index_main_blocks');\n"; + echo "\t\t// blocks are hidden while loading to prevent blocks flying all over the place..\n"; + echo "\t\tsmallblocks.style.display = 'inline';\n"; + echo "\t\tblocks.style.display = 'inline';\n"; + + echo "\t\tvar left = document.getElementById('index_main_blocks');\n"; + $my_width = 280; + echo "\t\tvar browserWidth = Math.max(document.body.clientWidth, 200)-$my_width;\n"; + if ($BROWSERTYPE == "netscape") { // don't we love the netscape // + echo "\t\tvar cont = document.getElementById('container');\n"; + echo "\t\tcont.style.width = (browserWidth+$my_width-6).toString()+'px';\n"; + $my_width=20; + } else if ($BROWSERTYPE == "msie") $my_width=-20; + else $my_width="0"; + + echo "\t\thead.style.width = (browserWidth-($my_width)).toString()+'px';\n"; + echo "\t\tleft.style.width = (browserWidth-($my_width)).toString()+'px';\n"; + echo "\t}\n\t}\n"; + echo "\nwindow.onresize = function() {\n\tresize_content_div();\n}"; + + $onload .="\n\tresize_content_div();"; + + } + } else { // individual page -> main code on page is triggered here.. + // parameter defines which tab whould be checked. + $onload.="\n\tresize_content_div(1);"; + } + + echo "\nwindow.onload = function() {\n\t"; + echo $onload, "\n"; + echo "if (window.sizeLines) sizeLines();\n"; + echo "}\n-->\n"; + echo "</script>\n"; + $footerscriptshown=true; +} +echo "</div> <!-- closing div id=\"content\" -->\n";//FIXME uncomment as soon as ready +echo "</td></tr></table>"; // Close table started in toplinks.html +echo "<div id=\"footer\" class=\"$TEXT_DIRECTION\">"; +echo "\n\t<br /><div align=\"center\" style=\"width:99%;\">"; +echo contact_links(); +echo '<br /><a href="', WT_WEBTREES_URL, '" target="_blank"><img src="', $WT_IMAGE_DIR, '/', $WT_IMAGES['gedview']['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 />"; +echo '<a href="', WT_SCRIPT_NAME, '?view=preview&', get_query_string(), '">', i18n::translate('Printer-friendly Version'), '</a>'; +echo help_link('preview'); +echo "<br />"; +if ($SHOW_STATS || WT_DEBUG) { + echo execution_stats(); +} +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"; +?> diff --git a/themes/cloudy/header.php b/themes/cloudy/header.php new file mode 100644 index 0000000000..41eb068b96 --- /dev/null +++ b/themes/cloudy/header.php @@ -0,0 +1,270 @@ +<?php +/** + * Header for Cloudy 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$menubar = new MenuBar(); +?> +<!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" <?php echo i18n::html_markup(); ?>> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + <?php if (isset($_GET["pgvaction"]) && $_GET["pgvaction"]=="places_edit") { ?> + <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php } + ?> + <?php if ($FAVICON) { ?><link rel="shortcut icon" href="<?php echo $FAVICON; ?>" type="image/x-icon" /> <?php } ?> + + <title><?php echo $title; ?></title> + <?php if ($ENABLE_RSS && !$REQUIRE_AUTHENTICATION) { ?> + <link href="<?php echo encode_url("{$SERVER_URL}rss.php?ged={$GEDCOM}"); ?>" rel="alternate" type="<?php echo $applicationType; ?>" title=" <?php echo htmlspecialchars($GEDCOM_TITLE); ?>" /> + <?php } ?> + <link rel="stylesheet" href="<?php echo $stylesheet; ?>" 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 } ?> + <?php if ($use_alternate_styles && $BROWSERTYPE != "other") { ?> + <link rel="stylesheet" href="<?php echo WT_THEME_DIR.$BROWSERTYPE; ?>.css" type="text/css" media="all" /> + <?php } + // Additional css files required + if (WT_USE_LIGHTBOX) { + if ($TEXT_DIRECTION=='rtl') { + echo '<link rel="stylesheet" href="modules/lightbox/css/clearbox_music_RTL.css" type="text/css" />'; + echo '<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" />'; + echo '<link rel="stylesheet" href="modules/lightbox/css/album_page.css" type="text/css" media="screen" />'; + } + } ?> + + <link rel="stylesheet" href="<?php echo $print_stylesheet; ?>" type="text/css" media="print" /> + <?php if ($BROWSERTYPE == "msie") { ?> + <style type="text/css"> + FORM { margin-top: 0px; margin-bottom: 0px; } + </style> + <?php } + if ($view!="preview" && $view!="simple") { ?> + <?php if (!empty($META_AUTHOR)) { ?><meta name="author" content="<?php echo htmlspecialchars($META_AUTHOR); ?>" /><?php } ?> + <?php if (!empty($META_PUBLISHER)) { ?><meta name="publisher" content="<?php echo htmlspecialchars($META_PUBLISHER); ?>" /><?php } ?> + <?php if (!empty($META_COPYRIGHT)) { ?><meta name="copyright" content="<?php echo ($META_COPYRIGHT); ?>" /><?php } ?> + <meta name="keywords" content="<?php echo htmlspecialchars($META_KEYWORDS); ?>" /> + <?php if (!empty($META_DESCRIPTION)) { ?><meta name="description" content="<?php echo htmlspecialchars($META_DESCRIPTION); ?>" /><?php } ?> + <?php if (!empty($META_PAGE_TOPIC)) { ?><meta name="page-topic" content="<?php echo htmlspecialchars($META_PAGE_TOPIC); ?>" /><?php } ?> + <?php if (!empty($META_AUDIENCE)) { ?><meta name="audience" content="<?php echo htmlspecialchars($META_AUDIENCE); ?>" /><?php } ?> + <?php if (!empty($META_PAGE_TYPE)) { ?><meta name="page-type" content="<?php echo htmlspecialchars($META_PAGE_TYPE); ?>" /><?php } ?> + <?php if (!empty($META_ROBOTS)) { ?><meta name="robots" content="<?php echo htmlspecialchars($META_ROBOTS); ?>" /><?php } ?> + <?php if (!empty($META_REVISIT)) { ?><meta name="revisit-after" content="<?php echo htmlspecialchars($META_REVISIT); ?>" /><?php } ?> + <meta name="generator" content="<?php echo WT_WEBTREES, ' - ', WT_WEBTREES_URL; ?>" /> + <?php } ?> + <?php echo $javascript; ?> + <?php echo $head; //-- additional header information ?> + <script type="text/javascript" src="js/jquery/jquery.min.js"></script> + <script type="text/javascript" src="js/jquery/jquery-ui.min.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" /> + <?php if ($TEXT_DIRECTION=='rtl') {?> + <link type="text/css" href="<?php echo WT_THEME_DIR?>jquery/jquery-ui_theme_rtl.css" rel="Stylesheet" /> + <?php }?> + <link type="text/css" href="<?php echo WT_THEME_DIR?>modules.css" rel="Stylesheet" /> +</head> +<body id="body" <?php echo $bodyOnLoad; ?>> +<!-- begin header section --> +<?php +if ($view!='simple') +if ($view=='preview') include($print_headerfile); +else { ?> +<div id="header" class="<?php echo $TEXT_DIRECTION; ?>"> + <?php if (empty($SEARCH_SPIDER)) { ?> + <img src="<?php echo $WT_IMAGE_DIR; ?>/loading.gif" width="70" height="25" id="ProgBar" name="ProgBar" style="position:absolute;margin-left:auto;margin-right:auto;left:47%;top:48%;margin-bottom:auto;margin-top:auto;" alt="loading..." /> + <?php } ?> + <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-left:1px solid #003399;border-top:1px solid #003399;border-right:1px solid #003399;" > + <tr> + <td> + <table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:url('<?php echo $WT_IMAGE_DIR; ?>/clouds.gif');height:38px;white-space: nowrap;" > + <tr> + <td width="10" > + <img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /> + </td> + <td align="<?php echo $TEXT_DIRECTION=="ltr"?"left":"right"; ?>" valign="middle" > + <div class="title" style="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>"> + <?php print_gedcom_title_link(TRUE);?> + </div> + </td> + <?php if (empty($SEARCH_SPIDER)) { ?> + <td valign="middle" align="center"> + <div class="blanco" style="COLOR: #6699ff;" > + <?php print_user_links(); ?> + </div> + </td> + <td> + <table width="100%" border="0" cellspacing="0" cellpadding="0" > + <tr> + <td align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" valign="middle" > + <?php print_theme_dropdown(); ?> + </td> + <td style="white-space: normal;" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" valign="middle" > + <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> + </td> + </tr> + <tr> + <td colspan="2" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" valign="middle" > + <?php print_favorite_selector(0); ?> + </td> + </tr> + </table> + </td> + <?php } ?> + <td width="10"> + <img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /> + </td> + </tr> + </table> + <table width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor="#aaccff" > + <tr valign="middle" style="height:26px;margin-top:2pt;"> + <td width="10"> + </td> + <td align="left"> + <table cellspacing="0" cellpadding="0" border="0" style="min-width:200px;height:26px;" align="<?php echo $TEXT_DIRECTION=="ltr"?"left":"right"; ?>"> + <tr> + <td> + <img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /> + </td> + + <?php + $menu = $menubar->getGedcomMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getMygedviewMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getChartsMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getListsMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getCalendarMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getReportsMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getSearchMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getOptionalMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menus = $menubar->getModuleMenus(); + foreach ($menus as $menu) { + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + } + $menu = $menubar->getPreviewMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + $menu = $menubar->getHelpMenu(); + if ($menu->link != "") { + echo '<td width="1">'; + $menu->addLabel("", "none"); + $menu->printMenu(); + echo "</td>"; + } + ?> + </tr> + </table> + </td> + <td> + + </td> + <?php if (empty($SEARCH_SPIDER)) { ?> + <td> + <div align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" > + <?php print_lang_form(1); ?> + </div> + </td> + <?php } ?> + <td width="10"> + <img src="<?php echo $WT_IMAGE_DIR; ?>/pixel.gif" width="1" height="1" alt="" /> + </td> + </tr> + </table> +<?php include($toplinks); +} ?> +<!-- end header section --> +<!-- begin content section --> diff --git a/themes/cloudy/images/add.gif b/themes/cloudy/images/add.gif Binary files differnew file mode 100644 index 0000000000..f2a9aa9d3e --- /dev/null +++ b/themes/cloudy/images/add.gif diff --git a/themes/cloudy/images/ancestry.gif b/themes/cloudy/images/ancestry.gif Binary files differnew file mode 100644 index 0000000000..434ca4bc18 --- /dev/null +++ b/themes/cloudy/images/ancestry.gif diff --git a/themes/cloudy/images/background.jpg b/themes/cloudy/images/background.jpg Binary files differnew file mode 100644 index 0000000000..22c8990aae --- /dev/null +++ b/themes/cloudy/images/background.jpg diff --git a/themes/cloudy/images/barra.gif b/themes/cloudy/images/barra.gif Binary files differnew file mode 100644 index 0000000000..dc9bea50ee --- /dev/null +++ b/themes/cloudy/images/barra.gif diff --git a/themes/cloudy/images/blokcontent.gif b/themes/cloudy/images/blokcontent.gif Binary files differnew file mode 100644 index 0000000000..8f2cd4d14d --- /dev/null +++ b/themes/cloudy/images/blokcontent.gif diff --git a/themes/cloudy/images/blokfooter.gif b/themes/cloudy/images/blokfooter.gif Binary files differnew file mode 100644 index 0000000000..3bc602d32e --- /dev/null +++ b/themes/cloudy/images/blokfooter.gif diff --git a/themes/cloudy/images/blokheader.gif b/themes/cloudy/images/blokheader.gif Binary files differnew file mode 100644 index 0000000000..b7319bdbcb --- /dev/null +++ b/themes/cloudy/images/blokheader.gif diff --git a/themes/cloudy/images/buttons/addmedia.gif b/themes/cloudy/images/buttons/addmedia.gif Binary files differnew file mode 100644 index 0000000000..816fecedab --- /dev/null +++ b/themes/cloudy/images/buttons/addmedia.gif diff --git a/themes/cloudy/images/buttons/addnote.gif b/themes/cloudy/images/buttons/addnote.gif Binary files differnew file mode 100644 index 0000000000..e6ae69e484 --- /dev/null +++ b/themes/cloudy/images/buttons/addnote.gif diff --git a/themes/cloudy/images/buttons/addrepository.gif b/themes/cloudy/images/buttons/addrepository.gif Binary files differnew file mode 100644 index 0000000000..ffeee3f0f9 --- /dev/null +++ b/themes/cloudy/images/buttons/addrepository.gif diff --git a/themes/cloudy/images/buttons/addsource.gif b/themes/cloudy/images/buttons/addsource.gif Binary files differnew file mode 100644 index 0000000000..0023855e70 --- /dev/null +++ b/themes/cloudy/images/buttons/addsource.gif diff --git a/themes/cloudy/images/buttons/calendar.gif b/themes/cloudy/images/buttons/calendar.gif Binary files differnew file mode 100644 index 0000000000..d9955da5bd --- /dev/null +++ b/themes/cloudy/images/buttons/calendar.gif diff --git a/themes/cloudy/images/buttons/family.gif b/themes/cloudy/images/buttons/family.gif Binary files differnew file mode 100644 index 0000000000..8a04504c3e --- /dev/null +++ b/themes/cloudy/images/buttons/family.gif diff --git a/themes/cloudy/images/buttons/head.gif b/themes/cloudy/images/buttons/head.gif Binary files differnew file mode 100644 index 0000000000..24cb7f2f8c --- /dev/null +++ b/themes/cloudy/images/buttons/head.gif diff --git a/themes/cloudy/images/buttons/indi.gif b/themes/cloudy/images/buttons/indi.gif Binary files differnew file mode 100644 index 0000000000..581bdd59ad --- /dev/null +++ b/themes/cloudy/images/buttons/indi.gif diff --git a/themes/cloudy/images/buttons/keyboard.gif b/themes/cloudy/images/buttons/keyboard.gif Binary files differnew file mode 100644 index 0000000000..9f39b2c5ea --- /dev/null +++ b/themes/cloudy/images/buttons/keyboard.gif diff --git a/themes/cloudy/images/buttons/media.gif b/themes/cloudy/images/buttons/media.gif Binary files differnew file mode 100644 index 0000000000..f0dca9492e --- /dev/null +++ b/themes/cloudy/images/buttons/media.gif diff --git a/themes/cloudy/images/buttons/note.gif b/themes/cloudy/images/buttons/note.gif Binary files differnew file mode 100644 index 0000000000..7e3da7ccf5 --- /dev/null +++ b/themes/cloudy/images/buttons/note.gif diff --git a/themes/cloudy/images/buttons/place.gif b/themes/cloudy/images/buttons/place.gif Binary files differnew file mode 100644 index 0000000000..4ac65dc184 --- /dev/null +++ b/themes/cloudy/images/buttons/place.gif diff --git a/themes/cloudy/images/buttons/repository.gif b/themes/cloudy/images/buttons/repository.gif Binary files differnew file mode 100644 index 0000000000..88075abe97 --- /dev/null +++ b/themes/cloudy/images/buttons/repository.gif diff --git a/themes/cloudy/images/buttons/source.gif b/themes/cloudy/images/buttons/source.gif Binary files differnew file mode 100644 index 0000000000..23dbaf6232 --- /dev/null +++ b/themes/cloudy/images/buttons/source.gif diff --git a/themes/cloudy/images/cabeza.jpg b/themes/cloudy/images/cabeza.jpg Binary files differnew file mode 100644 index 0000000000..f30edfa685 --- /dev/null +++ b/themes/cloudy/images/cabeza.jpg diff --git a/themes/cloudy/images/calendar.gif b/themes/cloudy/images/calendar.gif Binary files differnew file mode 100644 index 0000000000..1cbf1341ef --- /dev/null +++ b/themes/cloudy/images/calendar.gif diff --git a/themes/cloudy/images/cfamily.gif b/themes/cloudy/images/cfamily.gif Binary files differnew file mode 100644 index 0000000000..7981e499d9 --- /dev/null +++ b/themes/cloudy/images/cfamily.gif diff --git a/themes/cloudy/images/clippings.gif b/themes/cloudy/images/clippings.gif Binary files differnew file mode 100644 index 0000000000..f1ce725981 --- /dev/null +++ b/themes/cloudy/images/clippings.gif diff --git a/themes/cloudy/images/clouds.gif b/themes/cloudy/images/clouds.gif Binary files differnew file mode 100644 index 0000000000..aa0e0d1a5a --- /dev/null +++ b/themes/cloudy/images/clouds.gif diff --git a/themes/cloudy/images/darrow.gif b/themes/cloudy/images/darrow.gif Binary files differnew file mode 100644 index 0000000000..68baeb413e --- /dev/null +++ b/themes/cloudy/images/darrow.gif diff --git a/themes/cloudy/images/darrow2.gif b/themes/cloudy/images/darrow2.gif Binary files differnew file mode 100644 index 0000000000..aee81b129a --- /dev/null +++ b/themes/cloudy/images/darrow2.gif diff --git a/themes/cloudy/images/ddarrow.gif b/themes/cloudy/images/ddarrow.gif Binary files differnew file mode 100644 index 0000000000..4afae07be5 --- /dev/null +++ b/themes/cloudy/images/ddarrow.gif diff --git a/themes/cloudy/images/descendancy.gif b/themes/cloudy/images/descendancy.gif Binary files differnew file mode 100644 index 0000000000..be20b5f99e --- /dev/null +++ b/themes/cloudy/images/descendancy.gif diff --git a/themes/cloudy/images/dline.gif b/themes/cloudy/images/dline.gif Binary files differnew file mode 100644 index 0000000000..8456420b86 --- /dev/null +++ b/themes/cloudy/images/dline.gif diff --git a/themes/cloudy/images/dline2.gif b/themes/cloudy/images/dline2.gif Binary files differnew file mode 100644 index 0000000000..495f2ded9b --- /dev/null +++ b/themes/cloudy/images/dline2.gif diff --git a/themes/cloudy/images/favicon.ico b/themes/cloudy/images/favicon.ico Binary files differnew file mode 100644 index 0000000000..053c0d570b --- /dev/null +++ b/themes/cloudy/images/favicon.ico diff --git a/themes/cloudy/images/fe_male.gif b/themes/cloudy/images/fe_male.gif Binary files differnew file mode 100644 index 0000000000..215d6f1947 --- /dev/null +++ b/themes/cloudy/images/fe_male.gif diff --git a/themes/cloudy/images/female.gif b/themes/cloudy/images/female.gif Binary files differnew file mode 100644 index 0000000000..18fcacded1 --- /dev/null +++ b/themes/cloudy/images/female.gif diff --git a/themes/cloudy/images/gedcom.gif b/themes/cloudy/images/gedcom.gif Binary files differnew file mode 100644 index 0000000000..24454c509c --- /dev/null +++ b/themes/cloudy/images/gedcom.gif diff --git a/themes/cloudy/images/gedview.gif b/themes/cloudy/images/gedview.gif Binary files differnew file mode 100644 index 0000000000..811d1c0366 --- /dev/null +++ b/themes/cloudy/images/gedview.gif diff --git a/themes/cloudy/images/gedview.png b/themes/cloudy/images/gedview.png Binary files differnew file mode 100644 index 0000000000..e166393c86 --- /dev/null +++ b/themes/cloudy/images/gedview.png diff --git a/themes/cloudy/images/go.gif b/themes/cloudy/images/go.gif Binary files differnew file mode 100644 index 0000000000..bbb997ca0b --- /dev/null +++ b/themes/cloudy/images/go.gif diff --git a/themes/cloudy/images/help.gif b/themes/cloudy/images/help.gif Binary files differnew file mode 100644 index 0000000000..18f8420b70 --- /dev/null +++ b/themes/cloudy/images/help.gif diff --git a/themes/cloudy/images/hline.gif b/themes/cloudy/images/hline.gif Binary files differnew file mode 100644 index 0000000000..0f6a93c945 --- /dev/null +++ b/themes/cloudy/images/hline.gif diff --git a/themes/cloudy/images/home.gif b/themes/cloudy/images/home.gif Binary files differnew file mode 100644 index 0000000000..f4c5a49891 --- /dev/null +++ b/themes/cloudy/images/home.gif diff --git a/themes/cloudy/images/indis.gif b/themes/cloudy/images/indis.gif Binary files differnew file mode 100644 index 0000000000..5b479e3a4c --- /dev/null +++ b/themes/cloudy/images/indis.gif diff --git a/themes/cloudy/images/larrow.gif b/themes/cloudy/images/larrow.gif Binary files differnew file mode 100644 index 0000000000..5adfc1c7d7 --- /dev/null +++ b/themes/cloudy/images/larrow.gif diff --git a/themes/cloudy/images/larrow2.gif b/themes/cloudy/images/larrow2.gif Binary files differnew file mode 100644 index 0000000000..7f48c30463 --- /dev/null +++ b/themes/cloudy/images/larrow2.gif diff --git a/themes/cloudy/images/ldarrow.gif b/themes/cloudy/images/ldarrow.gif Binary files differnew file mode 100644 index 0000000000..7b94b5df77 --- /dev/null +++ b/themes/cloudy/images/ldarrow.gif diff --git a/themes/cloudy/images/left1B.gif b/themes/cloudy/images/left1B.gif Binary files differnew file mode 100644 index 0000000000..9a2325cb9b --- /dev/null +++ b/themes/cloudy/images/left1B.gif diff --git a/themes/cloudy/images/left1G.gif b/themes/cloudy/images/left1G.gif Binary files differnew file mode 100644 index 0000000000..b04bfe8ecb --- /dev/null +++ b/themes/cloudy/images/left1G.gif diff --git a/themes/cloudy/images/left1R.gif b/themes/cloudy/images/left1R.gif Binary files differnew file mode 100644 index 0000000000..507da136f2 --- /dev/null +++ b/themes/cloudy/images/left1R.gif diff --git a/themes/cloudy/images/left2.gif b/themes/cloudy/images/left2.gif Binary files differnew file mode 100644 index 0000000000..ae5005f931 --- /dev/null +++ b/themes/cloudy/images/left2.gif diff --git a/themes/cloudy/images/left3.gif b/themes/cloudy/images/left3.gif Binary files differnew file mode 100644 index 0000000000..1b7eedfbf0 --- /dev/null +++ b/themes/cloudy/images/left3.gif diff --git a/themes/cloudy/images/left4.gif b/themes/cloudy/images/left4.gif Binary files differnew file mode 100644 index 0000000000..2406ad9f54 --- /dev/null +++ b/themes/cloudy/images/left4.gif diff --git a/themes/cloudy/images/left5.gif b/themes/cloudy/images/left5.gif Binary files differnew file mode 100644 index 0000000000..00777b5768 --- /dev/null +++ b/themes/cloudy/images/left5.gif diff --git a/themes/cloudy/images/left6.gif b/themes/cloudy/images/left6.gif Binary files differnew file mode 100644 index 0000000000..ff788d2662 --- /dev/null +++ b/themes/cloudy/images/left6.gif diff --git a/themes/cloudy/images/left7.gif b/themes/cloudy/images/left7.gif Binary files differnew file mode 100644 index 0000000000..150503af07 --- /dev/null +++ b/themes/cloudy/images/left7.gif diff --git a/themes/cloudy/images/left8.gif b/themes/cloudy/images/left8.gif Binary files differnew file mode 100644 index 0000000000..4b7dacb5f8 --- /dev/null +++ b/themes/cloudy/images/left8.gif diff --git a/themes/cloudy/images/left9.gif b/themes/cloudy/images/left9.gif Binary files differnew file mode 100644 index 0000000000..32ea9dc3b5 --- /dev/null +++ b/themes/cloudy/images/left9.gif diff --git a/themes/cloudy/images/lgradient.jpg b/themes/cloudy/images/lgradient.jpg Binary files differnew file mode 100644 index 0000000000..44d0e55369 --- /dev/null +++ b/themes/cloudy/images/lgradient.jpg diff --git a/themes/cloudy/images/li.gif b/themes/cloudy/images/li.gif Binary files differnew file mode 100644 index 0000000000..a1413021d9 --- /dev/null +++ b/themes/cloudy/images/li.gif diff --git a/themes/cloudy/images/lists.gif b/themes/cloudy/images/lists.gif Binary files differnew file mode 100644 index 0000000000..10028e5ef7 --- /dev/null +++ b/themes/cloudy/images/lists.gif diff --git a/themes/cloudy/images/loading.gif b/themes/cloudy/images/loading.gif Binary files differnew file mode 100644 index 0000000000..35bf4e04bc --- /dev/null +++ b/themes/cloudy/images/loading.gif diff --git a/themes/cloudy/images/lsdnarrow.gif b/themes/cloudy/images/lsdnarrow.gif Binary files differnew file mode 100644 index 0000000000..03acc3852c --- /dev/null +++ b/themes/cloudy/images/lsdnarrow.gif diff --git a/themes/cloudy/images/lsltarrow.gif b/themes/cloudy/images/lsltarrow.gif Binary files differnew file mode 100644 index 0000000000..e7caf29f12 --- /dev/null +++ b/themes/cloudy/images/lsltarrow.gif diff --git a/themes/cloudy/images/lsrtarrow.gif b/themes/cloudy/images/lsrtarrow.gif Binary files differnew file mode 100644 index 0000000000..ddbe5827f4 --- /dev/null +++ b/themes/cloudy/images/lsrtarrow.gif diff --git a/themes/cloudy/images/lsuparrow.gif b/themes/cloudy/images/lsuparrow.gif Binary files differnew file mode 100644 index 0000000000..ddf8af7e1d --- /dev/null +++ b/themes/cloudy/images/lsuparrow.gif diff --git a/themes/cloudy/images/male.gif b/themes/cloudy/images/male.gif Binary files differnew file mode 100644 index 0000000000..c1f4daf1c6 --- /dev/null +++ b/themes/cloudy/images/male.gif diff --git a/themes/cloudy/images/media.gif b/themes/cloudy/images/media.gif Binary files differnew file mode 100644 index 0000000000..33668e9d04 --- /dev/null +++ b/themes/cloudy/images/media.gif diff --git a/themes/cloudy/images/menu_gallery.gif b/themes/cloudy/images/menu_gallery.gif Binary files differnew file mode 100644 index 0000000000..10252c36d8 --- /dev/null +++ b/themes/cloudy/images/menu_gallery.gif diff --git a/themes/cloudy/images/menu_punbb.gif b/themes/cloudy/images/menu_punbb.gif Binary files differnew file mode 100644 index 0000000000..39bfb3235e --- /dev/null +++ b/themes/cloudy/images/menu_punbb.gif diff --git a/themes/cloudy/images/menu_repository.gif b/themes/cloudy/images/menu_repository.gif Binary files differnew file mode 100644 index 0000000000..9341fd47b2 --- /dev/null +++ b/themes/cloudy/images/menu_repository.gif diff --git a/themes/cloudy/images/menu_research.gif b/themes/cloudy/images/menu_research.gif Binary files differnew file mode 100644 index 0000000000..5a71326c45 --- /dev/null +++ b/themes/cloudy/images/menu_research.gif diff --git a/themes/cloudy/images/menu_source.gif b/themes/cloudy/images/menu_source.gif Binary files differnew file mode 100644 index 0000000000..1d05853d84 --- /dev/null +++ b/themes/cloudy/images/menu_source.gif diff --git a/themes/cloudy/images/minus.gif b/themes/cloudy/images/minus.gif Binary files differnew file mode 100644 index 0000000000..9e250e6fea --- /dev/null +++ b/themes/cloudy/images/minus.gif diff --git a/themes/cloudy/images/move.gif b/themes/cloudy/images/move.gif Binary files differnew file mode 100644 index 0000000000..7feb9f240f --- /dev/null +++ b/themes/cloudy/images/move.gif diff --git a/themes/cloudy/images/my_gedview.gif b/themes/cloudy/images/my_gedview.gif Binary files differnew file mode 100644 index 0000000000..74336813db --- /dev/null +++ b/themes/cloudy/images/my_gedview.gif diff --git a/themes/cloudy/images/notes.gif b/themes/cloudy/images/notes.gif Binary files differnew file mode 100644 index 0000000000..6a36ad8c18 --- /dev/null +++ b/themes/cloudy/images/notes.gif diff --git a/themes/cloudy/images/pedigree.gif b/themes/cloudy/images/pedigree.gif Binary files differnew file mode 100644 index 0000000000..8d2036e03c --- /dev/null +++ b/themes/cloudy/images/pedigree.gif diff --git a/themes/cloudy/images/pin-in.png b/themes/cloudy/images/pin-in.png Binary files differnew file mode 100644 index 0000000000..d71229c249 --- /dev/null +++ b/themes/cloudy/images/pin-in.png diff --git a/themes/cloudy/images/pin-out.png b/themes/cloudy/images/pin-out.png Binary files differnew file mode 100644 index 0000000000..228641e06b --- /dev/null +++ b/themes/cloudy/images/pin-out.png diff --git a/themes/cloudy/images/pixel.gif b/themes/cloudy/images/pixel.gif Binary files differnew file mode 100644 index 0000000000..3a46969559 --- /dev/null +++ b/themes/cloudy/images/pixel.gif diff --git a/themes/cloudy/images/place.gif b/themes/cloudy/images/place.gif Binary files differnew file mode 100644 index 0000000000..9e23be32ad --- /dev/null +++ b/themes/cloudy/images/place.gif diff --git a/themes/cloudy/images/plus.gif b/themes/cloudy/images/plus.gif Binary files differnew file mode 100644 index 0000000000..8d20365780 --- /dev/null +++ b/themes/cloudy/images/plus.gif diff --git a/themes/cloudy/images/printer.gif b/themes/cloudy/images/printer.gif Binary files differnew file mode 100644 index 0000000000..868d69807f --- /dev/null +++ b/themes/cloudy/images/printer.gif diff --git a/themes/cloudy/images/puntos.gif b/themes/cloudy/images/puntos.gif Binary files differnew file mode 100644 index 0000000000..22b0cce58a --- /dev/null +++ b/themes/cloudy/images/puntos.gif diff --git a/themes/cloudy/images/puntos2.gif b/themes/cloudy/images/puntos2.gif Binary files differnew file mode 100644 index 0000000000..8007f57179 --- /dev/null +++ b/themes/cloudy/images/puntos2.gif diff --git a/themes/cloudy/images/rarrow.gif b/themes/cloudy/images/rarrow.gif Binary files differnew file mode 100644 index 0000000000..feb6bc369a --- /dev/null +++ b/themes/cloudy/images/rarrow.gif diff --git a/themes/cloudy/images/rarrow2.gif b/themes/cloudy/images/rarrow2.gif Binary files differnew file mode 100644 index 0000000000..3577cda817 --- /dev/null +++ b/themes/cloudy/images/rarrow2.gif diff --git a/themes/cloudy/images/rdarrow.gif b/themes/cloudy/images/rdarrow.gif Binary files differnew file mode 100644 index 0000000000..36159f0071 --- /dev/null +++ b/themes/cloudy/images/rdarrow.gif diff --git a/themes/cloudy/images/readme.txt b/themes/cloudy/images/readme.txt new file mode 100644 index 0000000000..d0c5e1fa8a --- /dev/null +++ b/themes/cloudy/images/readme.txt @@ -0,0 +1,13 @@ +Cloudy thingie theme +for PHPGedView 3.1 + +author : w.a. bastein (w@bastein.biz) + +some images are taken from the 'xenia' theme and contain elements of the Crystal series by Everaldo Coello. + + +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/cloudy/images/reedme.txt b/themes/cloudy/images/reedme.txt new file mode 100644 index 0000000000..f0e0f12bcb --- /dev/null +++ b/themes/cloudy/images/reedme.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/cloudy/images/relationship.gif b/themes/cloudy/images/relationship.gif Binary files differnew file mode 100644 index 0000000000..03871b6c0c --- /dev/null +++ b/themes/cloudy/images/relationship.gif diff --git a/themes/cloudy/images/remove.gif b/themes/cloudy/images/remove.gif Binary files differnew file mode 100644 index 0000000000..53253a9db4 --- /dev/null +++ b/themes/cloudy/images/remove.gif diff --git a/themes/cloudy/images/report.gif b/themes/cloudy/images/report.gif Binary files differnew file mode 100644 index 0000000000..5698bf73bf --- /dev/null +++ b/themes/cloudy/images/report.gif diff --git a/themes/cloudy/images/repository.gif b/themes/cloudy/images/repository.gif Binary files differnew file mode 100644 index 0000000000..11feef700f --- /dev/null +++ b/themes/cloudy/images/repository.gif diff --git a/themes/cloudy/images/right1B.gif b/themes/cloudy/images/right1B.gif Binary files differnew file mode 100644 index 0000000000..f36dc5c42d --- /dev/null +++ b/themes/cloudy/images/right1B.gif diff --git a/themes/cloudy/images/right1G.gif b/themes/cloudy/images/right1G.gif Binary files differnew file mode 100644 index 0000000000..91ccaeaf80 --- /dev/null +++ b/themes/cloudy/images/right1G.gif diff --git a/themes/cloudy/images/right1R.gif b/themes/cloudy/images/right1R.gif Binary files differnew file mode 100644 index 0000000000..b678acca9d --- /dev/null +++ b/themes/cloudy/images/right1R.gif diff --git a/themes/cloudy/images/right3.gif b/themes/cloudy/images/right3.gif Binary files differnew file mode 100644 index 0000000000..b225ef2b3a --- /dev/null +++ b/themes/cloudy/images/right3.gif diff --git a/themes/cloudy/images/search.gif b/themes/cloudy/images/search.gif Binary files differnew file mode 100644 index 0000000000..6bd5ad7435 --- /dev/null +++ b/themes/cloudy/images/search.gif diff --git a/themes/cloudy/images/sfamily.gif b/themes/cloudy/images/sfamily.gif Binary files differnew file mode 100644 index 0000000000..26a5559772 --- /dev/null +++ b/themes/cloudy/images/sfamily.gif diff --git a/themes/cloudy/images/silhouette_female.gif b/themes/cloudy/images/silhouette_female.gif Binary files differnew file mode 100644 index 0000000000..4d0b38684d --- /dev/null +++ b/themes/cloudy/images/silhouette_female.gif diff --git a/themes/cloudy/images/silhouette_male.gif b/themes/cloudy/images/silhouette_male.gif Binary files differnew file mode 100644 index 0000000000..0650f960a3 --- /dev/null +++ b/themes/cloudy/images/silhouette_male.gif diff --git a/themes/cloudy/images/silhouette_unknown.gif b/themes/cloudy/images/silhouette_unknown.gif Binary files differnew file mode 100644 index 0000000000..265c388f28 --- /dev/null +++ b/themes/cloudy/images/silhouette_unknown.gif diff --git a/themes/cloudy/images/small/admin.gif b/themes/cloudy/images/small/admin.gif Binary files differnew file mode 100644 index 0000000000..3554becef6 --- /dev/null +++ b/themes/cloudy/images/small/admin.gif diff --git a/themes/cloudy/images/small/ancestry.gif b/themes/cloudy/images/small/ancestry.gif Binary files differnew file mode 100644 index 0000000000..8ebe4689e7 --- /dev/null +++ b/themes/cloudy/images/small/ancestry.gif diff --git a/themes/cloudy/images/small/calendar.gif b/themes/cloudy/images/small/calendar.gif Binary files differnew file mode 100644 index 0000000000..1cbf1341ef --- /dev/null +++ b/themes/cloudy/images/small/calendar.gif diff --git a/themes/cloudy/images/small/cfamily.gif b/themes/cloudy/images/small/cfamily.gif Binary files differnew file mode 100644 index 0000000000..7981e499d9 --- /dev/null +++ b/themes/cloudy/images/small/cfamily.gif diff --git a/themes/cloudy/images/small/clippings.gif b/themes/cloudy/images/small/clippings.gif Binary files differnew file mode 100644 index 0000000000..f1ce725981 --- /dev/null +++ b/themes/cloudy/images/small/clippings.gif diff --git a/themes/cloudy/images/small/descendancy.gif b/themes/cloudy/images/small/descendancy.gif Binary files differnew file mode 100644 index 0000000000..cb3b2df657 --- /dev/null +++ b/themes/cloudy/images/small/descendancy.gif diff --git a/themes/cloudy/images/small/edit_fam.gif b/themes/cloudy/images/small/edit_fam.gif Binary files differnew file mode 100644 index 0000000000..02ff99ca71 --- /dev/null +++ b/themes/cloudy/images/small/edit_fam.gif diff --git a/themes/cloudy/images/small/edit_indi.gif b/themes/cloudy/images/small/edit_indi.gif Binary files differnew file mode 100644 index 0000000000..ca4a095bdd --- /dev/null +++ b/themes/cloudy/images/small/edit_indi.gif diff --git a/themes/cloudy/images/small/edit_repo.gif b/themes/cloudy/images/small/edit_repo.gif Binary files differnew file mode 100644 index 0000000000..742da98901 --- /dev/null +++ b/themes/cloudy/images/small/edit_repo.gif diff --git a/themes/cloudy/images/small/edit_sour.gif b/themes/cloudy/images/small/edit_sour.gif Binary files differnew file mode 100644 index 0000000000..3e33413a2d --- /dev/null +++ b/themes/cloudy/images/small/edit_sour.gif diff --git a/themes/cloudy/images/small/fambook.gif b/themes/cloudy/images/small/fambook.gif Binary files differnew file mode 100644 index 0000000000..9b974c906d --- /dev/null +++ b/themes/cloudy/images/small/fambook.gif diff --git a/themes/cloudy/images/small/fanchart.gif b/themes/cloudy/images/small/fanchart.gif Binary files differnew file mode 100644 index 0000000000..04e3a2faac --- /dev/null +++ b/themes/cloudy/images/small/fanchart.gif diff --git a/themes/cloudy/images/small/fav.gif b/themes/cloudy/images/small/fav.gif Binary files differnew file mode 100644 index 0000000000..f376375761 --- /dev/null +++ b/themes/cloudy/images/small/fav.gif diff --git a/themes/cloudy/images/small/fe_male.gif b/themes/cloudy/images/small/fe_male.gif Binary files differnew file mode 100644 index 0000000000..f61de02c16 --- /dev/null +++ b/themes/cloudy/images/small/fe_male.gif diff --git a/themes/cloudy/images/small/female.gif b/themes/cloudy/images/small/female.gif Binary files differnew file mode 100644 index 0000000000..8ff3c20f4e --- /dev/null +++ b/themes/cloudy/images/small/female.gif diff --git a/themes/cloudy/images/small/gedcom.gif b/themes/cloudy/images/small/gedcom.gif Binary files differnew file mode 100644 index 0000000000..24454c509c --- /dev/null +++ b/themes/cloudy/images/small/gedcom.gif diff --git a/themes/cloudy/images/small/help.gif b/themes/cloudy/images/small/help.gif Binary files differnew file mode 100644 index 0000000000..aa2d5ec79b --- /dev/null +++ b/themes/cloudy/images/small/help.gif diff --git a/themes/cloudy/images/small/home.gif b/themes/cloudy/images/small/home.gif Binary files differnew file mode 100644 index 0000000000..f4c5a49891 --- /dev/null +++ b/themes/cloudy/images/small/home.gif diff --git a/themes/cloudy/images/small/hourglass.gif b/themes/cloudy/images/small/hourglass.gif Binary files differnew file mode 100644 index 0000000000..28aa40d477 --- /dev/null +++ b/themes/cloudy/images/small/hourglass.gif diff --git a/themes/cloudy/images/small/indis.gif b/themes/cloudy/images/small/indis.gif Binary files differnew file mode 100644 index 0000000000..548f56e1ce --- /dev/null +++ b/themes/cloudy/images/small/indis.gif diff --git a/themes/cloudy/images/small/lists.gif b/themes/cloudy/images/small/lists.gif Binary files differnew file mode 100644 index 0000000000..cb07a91530 --- /dev/null +++ b/themes/cloudy/images/small/lists.gif diff --git a/themes/cloudy/images/small/male.gif b/themes/cloudy/images/small/male.gif Binary files differnew file mode 100644 index 0000000000..635309ca23 --- /dev/null +++ b/themes/cloudy/images/small/male.gif diff --git a/themes/cloudy/images/small/media.gif b/themes/cloudy/images/small/media.gif Binary files differnew file mode 100644 index 0000000000..1fd12107ec --- /dev/null +++ b/themes/cloudy/images/small/media.gif diff --git a/themes/cloudy/images/small/menu_help.gif b/themes/cloudy/images/small/menu_help.gif Binary files differnew file mode 100644 index 0000000000..18f8420b70 --- /dev/null +++ b/themes/cloudy/images/small/menu_help.gif diff --git a/themes/cloudy/images/small/menu_media.gif b/themes/cloudy/images/small/menu_media.gif Binary files differnew file mode 100644 index 0000000000..10252c36d8 --- /dev/null +++ b/themes/cloudy/images/small/menu_media.gif diff --git a/themes/cloudy/images/small/menu_repository.gif b/themes/cloudy/images/small/menu_repository.gif Binary files differnew file mode 100644 index 0000000000..9341fd47b2 --- /dev/null +++ b/themes/cloudy/images/small/menu_repository.gif diff --git a/themes/cloudy/images/small/menu_source.gif b/themes/cloudy/images/small/menu_source.gif Binary files differnew file mode 100644 index 0000000000..1d05853d84 --- /dev/null +++ b/themes/cloudy/images/small/menu_source.gif diff --git a/themes/cloudy/images/small/my_gedview.gif b/themes/cloudy/images/small/my_gedview.gif Binary files differnew file mode 100644 index 0000000000..74336813db --- /dev/null +++ b/themes/cloudy/images/small/my_gedview.gif diff --git a/themes/cloudy/images/small/notes.gif b/themes/cloudy/images/small/notes.gif Binary files differnew file mode 100644 index 0000000000..6a36ad8c18 --- /dev/null +++ b/themes/cloudy/images/small/notes.gif diff --git a/themes/cloudy/images/small/patriarch.gif b/themes/cloudy/images/small/patriarch.gif Binary files differnew file mode 100644 index 0000000000..533e73d08c --- /dev/null +++ b/themes/cloudy/images/small/patriarch.gif diff --git a/themes/cloudy/images/small/pedigree.gif b/themes/cloudy/images/small/pedigree.gif Binary files differnew file mode 100644 index 0000000000..8d2036e03c --- /dev/null +++ b/themes/cloudy/images/small/pedigree.gif diff --git a/themes/cloudy/images/small/place.gif b/themes/cloudy/images/small/place.gif Binary files differnew file mode 100644 index 0000000000..9e23be32ad --- /dev/null +++ b/themes/cloudy/images/small/place.gif diff --git a/themes/cloudy/images/small/printer.gif b/themes/cloudy/images/small/printer.gif Binary files differnew file mode 100644 index 0000000000..868d69807f --- /dev/null +++ b/themes/cloudy/images/small/printer.gif diff --git a/themes/cloudy/images/small/relationship.gif b/themes/cloudy/images/small/relationship.gif Binary files differnew file mode 100644 index 0000000000..03871b6c0c --- /dev/null +++ b/themes/cloudy/images/small/relationship.gif diff --git a/themes/cloudy/images/small/report.gif b/themes/cloudy/images/small/report.gif Binary files differnew file mode 100644 index 0000000000..5698bf73bf --- /dev/null +++ b/themes/cloudy/images/small/report.gif diff --git a/themes/cloudy/images/small/repository.gif b/themes/cloudy/images/small/repository.gif Binary files differnew file mode 100644 index 0000000000..11feef700f --- /dev/null +++ b/themes/cloudy/images/small/repository.gif diff --git a/themes/cloudy/images/small/search.gif b/themes/cloudy/images/small/search.gif Binary files differnew file mode 100644 index 0000000000..6bd5ad7435 --- /dev/null +++ b/themes/cloudy/images/small/search.gif diff --git a/themes/cloudy/images/small/sfamily.gif b/themes/cloudy/images/small/sfamily.gif Binary files differnew file mode 100644 index 0000000000..26a5559772 --- /dev/null +++ b/themes/cloudy/images/small/sfamily.gif diff --git a/themes/cloudy/images/small/source.gif b/themes/cloudy/images/small/source.gif Binary files differnew file mode 100644 index 0000000000..daba384911 --- /dev/null +++ b/themes/cloudy/images/small/source.gif diff --git a/themes/cloudy/images/small/statistic.gif b/themes/cloudy/images/small/statistic.gif Binary files differnew file mode 100644 index 0000000000..8a26172db1 --- /dev/null +++ b/themes/cloudy/images/small/statistic.gif diff --git a/themes/cloudy/images/small/timeline.gif b/themes/cloudy/images/small/timeline.gif Binary files differnew file mode 100644 index 0000000000..e757628404 --- /dev/null +++ b/themes/cloudy/images/small/timeline.gif diff --git a/themes/cloudy/images/sombra.gif b/themes/cloudy/images/sombra.gif Binary files differnew file mode 100644 index 0000000000..a4bfb2849f --- /dev/null +++ b/themes/cloudy/images/sombra.gif diff --git a/themes/cloudy/images/source.gif b/themes/cloudy/images/source.gif Binary files differnew file mode 100644 index 0000000000..daba384911 --- /dev/null +++ b/themes/cloudy/images/source.gif diff --git a/themes/cloudy/images/spacer.gif b/themes/cloudy/images/spacer.gif Binary files differnew file mode 100644 index 0000000000..634eece7f7 --- /dev/null +++ b/themes/cloudy/images/spacer.gif diff --git a/themes/cloudy/images/stop.gif b/themes/cloudy/images/stop.gif Binary files differnew file mode 100644 index 0000000000..98f89ecb0b --- /dev/null +++ b/themes/cloudy/images/stop.gif diff --git a/themes/cloudy/images/th_5.gif b/themes/cloudy/images/th_5.gif Binary files differnew file mode 100644 index 0000000000..b400098c73 --- /dev/null +++ b/themes/cloudy/images/th_5.gif diff --git a/themes/cloudy/images/th_c4.gif b/themes/cloudy/images/th_c4.gif Binary files differnew file mode 100644 index 0000000000..4ba774e7d3 --- /dev/null +++ b/themes/cloudy/images/th_c4.gif diff --git a/themes/cloudy/images/timeline.gif b/themes/cloudy/images/timeline.gif Binary files differnew file mode 100644 index 0000000000..e757628404 --- /dev/null +++ b/themes/cloudy/images/timeline.gif diff --git a/themes/cloudy/images/uarrow.gif b/themes/cloudy/images/uarrow.gif Binary files differnew file mode 100644 index 0000000000..9cc5f89511 --- /dev/null +++ b/themes/cloudy/images/uarrow.gif diff --git a/themes/cloudy/images/uarrow2.gif b/themes/cloudy/images/uarrow2.gif Binary files differnew file mode 100644 index 0000000000..8f7318c41c --- /dev/null +++ b/themes/cloudy/images/uarrow2.gif diff --git a/themes/cloudy/images/uarrow3.gif b/themes/cloudy/images/uarrow3.gif Binary files differnew file mode 100644 index 0000000000..2873c56ea0 --- /dev/null +++ b/themes/cloudy/images/uarrow3.gif diff --git a/themes/cloudy/images/udarrow.gif b/themes/cloudy/images/udarrow.gif Binary files differnew file mode 100644 index 0000000000..45f16b9596 --- /dev/null +++ b/themes/cloudy/images/udarrow.gif diff --git a/themes/cloudy/images/vline.gif b/themes/cloudy/images/vline.gif Binary files differnew file mode 100644 index 0000000000..7e987f1783 --- /dev/null +++ b/themes/cloudy/images/vline.gif diff --git a/themes/cloudy/images/zoomin.gif b/themes/cloudy/images/zoomin.gif Binary files differnew file mode 100644 index 0000000000..ca27b35773 --- /dev/null +++ b/themes/cloudy/images/zoomin.gif diff --git a/themes/cloudy/images/zoomout.gif b/themes/cloudy/images/zoomout.gif Binary files differnew file mode 100644 index 0000000000..fa12c4addd --- /dev/null +++ b/themes/cloudy/images/zoomout.gif diff --git a/themes/cloudy/jquery/jquery-ui_theme.css b/themes/cloudy/jquery/jquery-ui_theme.css new file mode 100644 index 0000000000..cc06ab69c3 --- /dev/null +++ b/themes/cloudy/jquery/jquery-ui_theme.css @@ -0,0 +1,101 @@ +/* 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 .ui-tabs-nav { padding: .3em .3em 0 .3em; border-color:#888888; }
+.ui-tabs .ui-tabs-nav li { font-size:1em; bottom:0px; margin:0 0.15em 0 0.1em; border-color:#888888; background: #eff8f8;}
+.ui-tabs .ui-tabs-nav li a { color:#555555; padding: .2em .3em .2em .3em; }
+.ui-tabs .ui-tabs-nav li:hover { color:red; background: #dfe8e8;}
+.ui-tabs .ui-tabs-nav li a:hover { color:red;}
+
+.ui-tabs-nav li.ui-tabs-selected { color:blue; padding-top:0px; top:1px; bottom:0px; border-color: #888888; border-bottom-width: 0 !important; background:#f8f8f8;}
+.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; background:#f8f8f8; }
+.ui-tabs-nav li.ui-tabs-selected:hover { background:#f8f8f8; }
+.ui-tabs .ui-tabs-panel { background:#f8f8f8; }
+
+.static_tab_content {
+ border-color: #999999;
+ border-style:none solid solid solid;
+ background: #eff8f8;
+}
+.static_tab_ltr {
+ float: right;
+ margin-right: 0px;
+ border-color: #cccccc;
+}
+.static_tab_content_ltr {
+ position: absolute;
+ z-index: 100;
+ right: 0px;
+ background: #eff8f8;
+ margin-top:0px;
+ margin-right:42px;
+}
+.static_tab_rtl { display: none; }
+
+/* ------- Sidebar ------- */
+#sidebar {
+ margin-left:0px;
+ margin-top: 8px;
+ margin-right: 41px;
+ background-color: transparent;
+ height: 500;
+}
+#sidebar_controls {
+ height: 21px;
+}
+#sidebar_open img {
+ padding-top: 3px;
+ padding-bottom: 3px;
+ margin-left: 0px;
+}
+
+/* Navigator & Flyout menu Styles --------*/
+.nam a:hover{
+color:red;
+}
+.nav_content {
+ width:240px;
+ background:#eff8f8;
+ padding-left:5px;
+ padding-right:5px;
+ padding-top:3px;
+}
+.flyout {
+ color:#000000;
+ text-align: left;
+ margin-top: -20px;
+ right: 210px;
+ padding: 3px;
+}
+.flyout2 {
+ color:#000000;
+ text-align: left;
+ margin-top: -2px;
+ left: 64px;
+ padding: 3px;
+}
+.flyout2 a:hover{
+ color:red;
+}
+.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;
+}
+/* End of Flyout Menu styles*/
diff --git a/themes/cloudy/jquery/jquery-ui_theme_rtl.css b/themes/cloudy/jquery/jquery-ui_theme_rtl.css new file mode 100644 index 0000000000..7d34d78a1b --- /dev/null +++ b/themes/cloudy/jquery/jquery-ui_theme_rtl.css @@ -0,0 +1,75 @@ +/* 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; }
+
+.static_tab_rtl {
+ float: left;
+ margin-left: 1px;
+ border-color: #cccccc;
+}
+
+.static_tab_content_rtl {
+ position: absolute;
+ z-index: 100;
+ left: 0px;
+ background: #eff8f8;
+ margin-top:0px;
+ margin-left:41px;
+}
+.static_tab_rtl { display: none; }
+
+/* ----- Sidebar (rtl) ----- */
+#sidebar {
+ position: absolute;
+ left: 1px;
+ width: 0px;
+ height: 450px;
+ z-index: 50;
+ margin-top: 8px;
+ margin-left: 41px;
+ background-color: #dddddd;
+}
+#sidebar_controls {
+ position: absolute;
+ float: right;
+ right: -22px;
+ margin-top: 0px;
+ margin-right: 5px;
+ height: 21px;
+ width: 16px;
+ z-index: 10;
+}
+#sidebar_open img {
+ padding-top: 2px;
+ padding-bottom: 3px;
+ margin-right: 1px;
+ height: 15px;
+ background-color: #ffffff;
+}
+
+/* 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;
+}
\ No newline at end of file diff --git a/themes/cloudy/modules.css b/themes/cloudy/modules.css new file mode 100644 index 0000000000..ec59cdac34 --- /dev/null +++ b/themes/cloudy/modules.css @@ -0,0 +1,258 @@ +/** + * 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$ + */ + +/* GEDFact_assistant - Census - module ===================================== */ +/* Date Drop-down menu (census_asst_date.php) */ +.UK { + background-color:#aaffaa; + color:black; + } +.USA { + background-color:#aaccff; + color:black; + } +/* Indi Page - Shared Note column headers/cells (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: 37.0em; + 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: 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: 74.1em; +} +.cens_textinput_left { + float: left; + width: 90%; + text-align: center; +} +.cens_textinput_right { + float: right; + font-size: 1em; + margin-right: 2.2em; +} +/* Census Add Rows Area */ +.cens_addrows { + clear: both; + /*border: 0em outset;*/ + float: left; + margin: 0; + width: 100%; +} +/* Census data Input area */ +.cens_data { + width:100%; + height:14.0em; + overflow:scroll; +} +.cens_data table { + width: 100%; + border: 0; + margin: 0; + padding: 0; +} + +/* xxxxxxxxxx - module ===================================================== */ + +/* yyyyyyyyyy - module ===================================================== */
\ No newline at end of file diff --git a/themes/cloudy/mozilla.css b/themes/cloudy/mozilla.css new file mode 100644 index 0000000000..73baca3d16 --- /dev/null +++ b/themes/cloudy/mozilla.css @@ -0,0 +1,12 @@ +/* + * @version $Id$ + */ +#content,#container{ + padding:0; + margin:0; +} + +.door dd { + -moz-border-radius-topleft: 0.6em; + -moz-border-radius-topright: 0.6em; +} diff --git a/themes/cloudy/msie.css b/themes/cloudy/msie.css new file mode 100644 index 0000000000..b599daeda4 --- /dev/null +++ b/themes/cloudy/msie.css @@ -0,0 +1,30 @@ +/* + * @version $Id$ + */ +.small_inner_block { + height: expression( this.scrollHeight > 159 ? "160px" : "auto" ); +} + +.normal_inner_block { + width: 100%; +} + +/* + * The following style definitions can be removed when IE supports the "opacity" + * specification in place of its proprietary and non-standard method. + */ +.flag, .activeflag, .brightflag { + filter: alpha(opacity=100); +} + +.dimflag { + filter: alpha(opacity=50); +} + +.rela { + filter: alpha(opacity=67); +} + +a.showit:hover span { + filter: alpha(opacity=85); +} diff --git a/themes/cloudy/netscape.css b/themes/cloudy/netscape.css new file mode 100644 index 0000000000..33fad9b5b3 --- /dev/null +++ b/themes/cloudy/netscape.css @@ -0,0 +1,3 @@ +#index_small_blocks .blockhc .icon{ +left:-14px; +} diff --git a/themes/cloudy/opera.css b/themes/cloudy/opera.css new file mode 100644 index 0000000000..e993361e0f --- /dev/null +++ b/themes/cloudy/opera.css @@ -0,0 +1,10 @@ +/* + * @version $Id$ + */ +#container { + padding:10px; +} + +.block { + overflow: hidden; +} diff --git a/themes/cloudy/print.css b/themes/cloudy/print.css new file mode 100644 index 0000000000..bcabe7f568 --- /dev/null +++ b/themes/cloudy/print.css @@ -0,0 +1,1010 @@ +/** + * Print for Cloudy theme + * + * Use this stylesheet to customize the display of your site. + * To learn more about CSS visit http://www.w3.org/TR/REC-CSS2/ + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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 + * + * $Id$ + * + * @package webtrees + * @subpackage Themes + */ + +.something { +/*empty style to make sure that the BODY style is not ignored */ +} +#backprint { + display:none; +} +body { +padding: 5pt 5pt 0pt 5pt; +COLOR: #000066; +background-color:#c8e7ff; +background-image: url('images/background.jpg'); +background-attachment: fixed; +background-position: top left; +background-repeat: repeat-x; +font-family: Verdana, Helvetica, sans-serif; +font-size:11px; +} +ul,div,p,form,span,tr,td,table,br,hr,BR,SPAN,LI,TR,TD,TABLE,P,FORM,DIV { +margin: 0px; +padding: 0px; +} +.blockcontent{ +margin-left:auto; +border:1pt solid #999; +margin-right:5px; +margin-bottom:10px; +font-size: 12px; +} +#content { +width:100%; +background:#ffffff; +} +#header{ +} +#footer { +} +/*-- should header and footer of this theme also display: none? --*/ +.noprint {display:none !important;} +#container{ +border:1px solid #003399; +background:white; +padding:10px; +} +#cellcontainer{ +display: block; +border:1pt solid #003399; +} +#index_small_blocks { +width: 220px; +float: right; +display: none; /* flashing floats work around */ +} +#index_small_blocks .blockheader { +width: 222px; +caption-side: top; +margin:0; +padding:0; +} +#index_small_blocks .blockh2 { +width: 190px; +} +#index_small_blocks .blockhc .icon{ +text-align: right; +caption-side: right; +position: relative; +margin-left:172px; +top:-21px; +} +#index_small_blocks .blockcontent{ +width:219px; +caption-side: right; +margin-right:2px; +} +#index_main_blocks { +width:auto; +display: none; /* flashing floats work around */ +} +#index_main_blocks.blockheader { +caption-side: left; +} +#index_main_blocks .blockh2 { +white-space: nowrap; +overflow: hidden; +} +#index_main_blocks .blockh2 .icon{ +text-align:right; +position: relative; +top:3px; +} +#index_main_blocks .blockcontent{ +padding:5px; +margin-left:0; +margin-right:2px; +} +.small_inner_block { +overflow: auto; +FONT: normal 10px tahoma, verdana, arial, Helvetica, sans-serif; +text-decoration: none; +height:150px; +max-height: 170px; +max-width: 218px; +width:210px; +padding:0pt 5px 0pt 5px; +} +.blockheader{ +table-layout: fixed; +padding:0px; +margin:0px; +height: 25px; +max-height:25px; +line-height:25px; +vertical-align: top; +width: 100%; +} +.blockh1{ +background-image: url(images/left1B.gif); +width:26px; +height:24px; +} +.blockh2{ +background-image: url(images/left2.gif); +background-repeat: repeat-x; +font-family: "arial narrow", arial, sans-serif; +font-weight:bold; +font-size:13px; +height:24px; +max-height:24px; +line-height:25px; +margin:0; +} +.blockh3{ +background-image: url(images/left3.gif); +background-repeat: no-repeat; +width:8px; +height:24px; +} +.blockhc{ +height:25px; +max-height:25px; +padding-right:15px; +overflow: hidden; +} +#login_block .blockh1{ background-image: url(images/left1R.gif);} +#index_small_blocks .person_box , #index_small_blocks .person_boxNN , #index_small_blocks .person_boxF { +margin:0; +padding:0; +border:0pt solid white; +width:120px; +max-width:180px; +height:auto; +} +#index_small_blocks .name1 { +font: bold 10px tahoma, verdana, arial, helvetica, sans-serif; +color:#003399; +} +#index_small_blocks .person_box IMG, #index_small_blocks .person_boxF IMG, #index_small_blocks .person_boxNN IMG{ +display: none; +visibility: hidden; +} +/* exclude thumbs */ +#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 #cccccc;} +#index_title { +float: left; +margin: 0px 0px 10px 0px; +padding: 0px; +font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, Helvetica, sans-serif; +} +#index_main_blocks { +font-family: monospace; +float:left; +width:73%; +} +#index_main_blocks .person_box, #index_main_blocks .person_boxF, #index_main_blocks .person_boxNN{ +margin-bottom:10pt; +} +#index_main_blocks .name2{ +font: bold 9pt monospace; +color:#003399; +} +#index_main_blocks .details2{ +font: normal 9pt monospace; +color:#333; +} +#facts, #relatives { +max-width:95%; +} +#random_picture #small_inner_block{ +width:220px; +max-width:220px; +} +#random_picture_box{ +width:190px; +padding:0; +margin:0; +} +#random_picture .blockheader .ltr{ +text-align:left; +} +#random_picture .blockheader .rtl{ +text-align:right; +} +#pedigree_chart { +position: absolute; +top: 120px; +left: 15pt; +} +#pedigree_chart_rtl { +position: absolute; +float: right; +top: 120px; +right: 22pt; +} + +/*-- descendancy chart specific stylesheets --*/ +#descendancy_chart ul { + list-style: none; + margin: 0px 0px 5px 15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ + border-left: thin solid #84beff; +} +#descendancy_chart li { + list-style: none; + margin: 0px 0px 2px -15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +/*-- descendancy chart rtl specific stylesheets --*/ +#descendancy_chart_rtl ul { + list-style: none; + margin: 0px 15px 5px 0px; /* top right bottom left */ + padding: 0px auto 0px 0px; /* top right bottom left */ + border-right: thin solid #84beff; +} +#descendancy_chart_rtl li { + list-style: none; + margin: 0px -16px 2px 0px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ +} + +#relationship_chart { +position: relative; +top: -40px; +left: 0px; +} +#relationship_chart_rtl { +position: relative; +top: -40px; +right: 10px; +} + +/*-- ancestry chart specific stylesheets --*/ +#ancestry_chart ul { + border-left: thin solid #84beff; + list-style: none; + margin: 0px 0px 0px 15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +#ancestry_chart li { + list-style: url(images/spacer.gif); + margin: 0px 0px 2px -15px; /* top right bottom left */ + padding: 0px 0px 0px auto; /* top right bottom left */ +} +/*-- ancestry chart rtl specific stylesheets --*/ +#ancestry_chart_rtl ul { + border-right: thin solid #84beff; + list-style: none; + margin: 0px 15px 0px 0px; /* top right bottom left */ + padding: 0px auto 0px 0px; /* top right bottom left */ +} +#ancestry_chart_rtl li { + list-style: url(images/spacer.gif); + margin: 0px -18px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +A.link:link{COLOR: #6699ff; FONT-FAMILY: verdana, arial, sans-serif; } +A.link:active{COLOR: #6699ff; FONT-FAMILY: verdana, arial, sans-serif; } +A.link:visited {COLOR: #6699ff; FONT-FAMILY: verdana, arial, sans-serif; } +A.link:hover {COLOR: #333366; FONT-FAMILY: verdana, arial, sans-serif; } +A { COLOR: #003399;text-decoration: none;} + +.topheader{ +color:#fff; +margin:0; +white-space: nowrap; +} +A:hover{ +COLOR: #FF0000; +text-decoration: underline; +} +ul{ +padding-left: 15px; +padding-right: 15px; +margin: 8px; +} +.center { +text-align: center; +} +table.center { + margin-left: auto; + margin-right: auto; +} +th { +font-weight: 100; +} +.button { +width: 60px +} +.person_box { +/*background-color: #f0F9FF; +border: 1px solid #84beff; */ +background-color:white; +border: 1px solid #84beff; +padding: 3pt; + } +.person_boxF { +/*background-color: #fff0f0; +border: 1px solid #ff2080; */ +background-color:white; +border:1px solid #84beff; +padding: 3pt; +} +.person_boxNN { +background-color: #fff; +border: 1px dashed #cccccc; + padding: 3pt; +} +.list_table { +margin:auto; +width:96%; +} +.list_label { +COLOR: #FFFFFF; +border:1px solid #3399cc; +background-color: #95B8E0; +font-family: Arial, sans-serif; +font-size: 13px; +font-weight: bold; +text-align: center; +vertical-align: text-top; +white-space: nowrap; +} +.list_label_wrap { +COLOR: #FFFFFF; +border:1px solid #3399cc; +background-color: #95B8E0; +font-family: Arial, sans-serif; +font-size: 13px; +font-weight: bold; +text-align: center; +vertical-align: text-top; +} +.list_label IMG{ +width:22px; +text-align: left; +position: relative; +top:1px; +} +.list_value { +COLOR: #000066; +font-size: 1.20 em; +vertical-align: top; +white-space: nowrap; +} +.list_value_wrap { +COLOR: #000066; +font-size: 1.20 em; +vertical-align: top; +} +.list_item { +font-size:11px; +} +.facts_table { +width:90%; +} +.tabs_table { +max-width:99%; +margin-right:0pt; + margin-left:0pt; +} +.tab_page{ +max-width:95%; +width:100%; +margin-right:30pt; +} +.facts_label { +COLOR: #FFFFFF; +border:1px solid #3399cc; +background-color: #95B8E0; +font-family: Verdana, Helvetica, sans-serif; +font-size: 12px; +padding: 4px 4px 4px 4px; +width: 20%; +text-align: center; +} +.facts_label02 { +COLOR: #FFFFFF; +background-color: #84beff; +font-family: Verdana, Helvetica, sans-serif; +font-size: 12px; +padding: 4px 4px 4px 4px; +text-align: center; +font-weight: bold; +} +.facts_label03 { +COLOR: #FFFFFF; +background-color: #84beff; +font-family: Verdana, Helvetica, sans-serif; +font-size: 12px; +padding: 4px 4px 4px 4px; +text-align: center; +font-weight: bold; +} +.facts_value { +background-color: #ffffff; +border:1pt solid #aaccff; +COLOR: #000066; +font-family: arial, sans-serif; +padding: 4px 4px 4px 4px; +} +.facts_value02 { +background-color: #F2F5F9; +COLOR: #000066; +font-family: arial, sans-serif; +padding: 4px 4px 4px 4px; +} +.facts_labelred { +COLOR: #000066; +border: solid red 2px; +background-color: #9DD8FF; +font-size: 14px; +font-family: Verdana, Helvetica, sans-serif; +padding: 4px 4px 4px 4px; +width: 20%; +text-align: center; +} +.facts_valuered { +background-color: #FBFDFF; +border: solid red 2px; +COLOR: #000066; +font-size: 14px; +font-family: arial, sans-serif; +padding: 4px 4px 4px 4px; +} +.facts_labelblue { +COLOR: #000066; +border: solid blue 2px; +background-color: #9DD8FF; +font-family: Verdana, Helvetica, sans-serif; +font-size: 14px; +padding: 4px 4px 4px 4px; +width: 20%; +text-align: center; +} +.facts_valueblue { +background-color: #FBFDFF; +border: solid blue 2px; +COLOR: #000066; +font-size: 14px; +font-family: arial, sans-serif; +padding: 4px 4px 4px 4px; +} +.tab_cell_active { +background:#ECF5FF url('images/th_c4.gif') no-repeat; +font-family: Verdana, Helvetica, sans-serif; +font-weight:bolder; +border-right: 1pt solid #84beff; +text-align: center; +width:20%; +padding:2pt; +font-size: 10px; +} +.tab_cell_inactive { +background-color: #FFFFFF; +background: #FFFFFF url('images/th_5.gif') no-repeat; +font-family: Verdana, Helvetica, sans-serif; +border-top: none; +border-right: 1pt solid #cccccc; +text-align: center; +width:20%; +padding:2px; +font-size: 10px; +} +.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 #cccccc; +height: 5px; +} +.tab_inactive_bottom_right { +border-left: none; +border-right: none; +border-top: 1pt solid #cccccc; +width: 35%; +height: 5px; +} +.tab_cell_inactive_empty { +background-color: #efefef; +background: #FFFFFF url('images/th_5.gif') no-repeat; +border-top: none; +border-right: 1pt solid #cccccc; +text-align: center; +width:20%; +padding:2px; +font-size: 10px; +} +.tab_cell_inactive_empty A { +color: #77aaff; +} +.name1 { +COLOR: #000066; +FONT:bold 11px tahoma, verdana, arial, helvetica, sans-serif; +} +.namered { +border: solid red 1px; +} +.nameblue { +border: solid blue 1px; +} +.details1 { + color: #000066; + font: normal 10px tahoma, verdana, arial, helvetica, sans-serif; +} +.name2 { +COLOR: #000066; +FONT: bold 11px verdana, arial, helvetica, sans-serif; +} +.details2 { + color: #000066; + font: normal 11px tahoma, verdana, arial, helvetica, sans-serif; +} +.nameZoom { +COLOR: #000066; +FONT: bold 16pxtahoma, verdana, arial, helvetica, sans-serif; +} +.detailsZoom { +FONT: 13px arial, helvetica, sans-serif; +text-decoration: none; +} +.name_head { +COLOR: #000066; +FONT: bold 11pt verdana, helvetica, arial, sans-serif; +letter-spacing: .2px; +} +.date { +} +.label { +COLOR: #000066; +FONT: bold 11px verdana, helvetica, arial, sans-serif; +} +.field { +COLOR: #000066; +FONT: 11px verdana, helvetica, arial, sans-serif; +} +.error { +COLOR: #DD0000; +font-family: verdana, helvetica, arial, sans-serif; +} +.warning { +COLOR: red; +font-family: verdana, helvetica, arial, sans-serif; +font-weight: bold; +} +.indent { +padding-left: 7px; +} +.indent_rtl { +padding-right: 7px; +} +.image { +height: 150px; +padding: 5px; +border: solid black 1px; +} +.gender_image { +height: 9px; +width: 9px; +margin-right: 3px; +} +.pedigree_image_portrait { +float: left; +height: 50px; +border: solid black 1px; +margin-right: 3px; +} +.pedigree_image_portrait_rtl { +float: right; +height: 50px; +border: solid black 1px; +margin-left: 3px; +} +.pedigree_image_landscape { +float: left; +width: 50px; +border: solid black 1px; +margin-right: 3px; +} +.pedigree_image_landscape_rtl { +float: right; +width: 50px; +border: solid black 1px; +margin-left: 3px; +} +.pedigree_form { +width: 60px; +} +.thumbnail { +height: auto; +padding: 5px; +} +.icon { +border: none; +padding-top:1pt; +padding-left:3pt; +padding-right:5pt; +} +.link { +font-size: 11px; +text-align: center; +} +.sublinks_table { +border: solid #84beff 1px; +margin-bottom:20px;} +.sublinks_cell{ +font-size: 11px; +background-color: #95B8E0; +} +.sublinks_cell a{ +color:white; +} +.subheaders { +font-size: 16px; +font-weight: bold; +padding: 10px; +margin-top: 15px; +vertical-align: bottom; +font-family: Arial, sans-serif; +} +.age { +font-size: 9px; +} +.source_citations { +display: none; +} +.footer { +COLOR: #000066; +font-family: arial, Helvetica, sans-serif; +font-size: 12px; +width: 99%; +} +.contact_links { +text-align: center; +} +.flag { +width: 15px; +border: solid black 1px; +} +.header_select { +font-size: 10px; +} +.lang_form { +margin-top: 3px; +} +.selected-option { +background-color: #c8e7ff; +} +.favorites_form { +margin-top: 0px; +font-size: 14px; +font-family: Arial, sans-serif; +color: white; +} +.favmenuitem { +COLOR: white; +FONT-SIZE: 9px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +text-align: right; +padding: 1px; +} +.favmenuitem A { +COLOR: white; +} +.favmenuitem_hover{ +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +text-align: right; +padding: 1px; +} +.favsubmenu { +COLOR: #000000; +text-decoration: none; +font-family: Arial, sans-serif; +font-size: 9px; +text-align: center; +background-color: #ECF5FF; +border: solid #84beff 1px; +white-space: nowrap; +} +.favsubmenuitem { +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +background-color: #ECF5FF; +white-space: nowrap; +text-align: left; +} +.favsubmenuitem A { +COLOR: #000000; +} +.favsubmenuitem_hover{ +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +background-color: #ffffff; +white-space: nowrap; +text-align: left; +} +.help { +font-weight: bold; +cursor: help; +} +.menuitem { +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +text-align: center; +} +.menuitem_hover{ +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +text-align: center; +} +.submenu { +min-width:180px; +COLOR: #000000; +text-decoration: none; +font-family: Arial, sans-serif; +font-size: 11px; +text-align: center; +background-color: #ECF5FF; +border: solid #84beff 1px; +white-space: nowrap; +direction:ltr; +} +.submenuitem .icon{ +padding: 0px 5px 0px 5px; +} +.submenuitem { +min-width:155px; +COLOR: #000000; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +line-height: 22px; +border:1pt solid #ECF5FF; +background-color: #ECF5FF; +white-space: nowrap; +text-align: left; +padding:1px; +padding-right:1px; +margin-right:15px; +} +.submenuitem_hover .icon{ +padding: 0px 5px 0px 5px; +} +.submenuitem_hover{ +min-width:155px; +background-color: #ffffff; +FONT-SIZE: 11px; +FONT-FAMILY: Verdana, Helvetica, sans-serif; +FONT-WEIGHT: normal; +text-decoration: none; +border:1pt solid #aaccff; +line-height: 22px; +padding-right:5px; +white-space: nowrap; +text-align: left; +COLOR: #003399; +padding: 1px; +padding-right:15px; +margin-right:1px; +} +.menuitem A { + COLOR: #003399; +} +.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: bold; +} +.helpheader { +font-family: Arial, sans-serif; +color: black; +font-size: 16px; +font-weight: bold; +} +.helpstart { +font-family: Arial, sans-serif; +color: Blue; +font-size: 14px; +font-weight : bold; +text-decoration : none; +} +.helptext { +font-family: Arial, sans-serif; +color: black; +font-size: 12px; +} +.block { +COLOR: #333; +font-family: monospace; +font-size: normal; +vertical-align: top; +} +.news_title { +color: black; +font-size: 1.10em; +font-weight: bold; +} +.news_date { +font-family: Arial, sans-serif; +color: black; +font-size: 12px; +} +.timeline_table { +} +.person0{ +background-color: #ECF5FF; +border: outset #84beff 1px; +vertical-align: top; +padding: 3px; +} +.person1{ +background-color: #AAFFAA; +border: outset #AAFFAA 1px; +vertical-align: top; +padding: 3px; +} +.person2{ +background-color: #FFAAAA; +border: outset #FFAAAA 1px; +vertical-align: top; +padding: 3px; +} +.person3{ +background-color: #5555FF; +border: outset #5555FF 1px; +vertical-align: top; + padding: 3px; +} +.person4{ +background-color: #FF5555; +border: outset #FF5555 1px; +vertical-align: top; +padding: 3px; +} +.person5{ +background-color: #55FF55; +border: outset #55FF55 1px; +vertical-align: top; +padding: 3px; +} +.listlog{ +line-height: 20pt; +color: #555555; +font-family: Arial, sans-serif; +} +.barra{COLOR: #000000; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-WEIGHT: normal} +.blanco{COLOR: #FFFFFF; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold} +INPUT {BORDER-TOP-COLOR: #ffffff; BORDER-LEFT-COLOR: #ffffff; BORDER-RIGHT-COLOR: #000066; BORDER-BOTTOM-COLOR: #000066; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px} +TEXTAREA{BORDER-TOP-COLOR: #ffffff; BORDER-LEFT-COLOR: #ffffff; BORDER-RIGHT-COLOR: #000066; BORDER-BOTTOM-COLOR: #000066; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px} +SELECT {BORDER-TOP-COLOR: #84beff; BORDER-LEFT-COLOR: #84beff; BORDER-RIGHT-COLOR: #84beff; BORDER-BOTTOM-COLOR: #84beff; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana,Helvetica; BORDER-RIGHT-WIDTH: 1px} +FORM {FONT-FAMILY: Verdana, Helvetica, san-serif; FONT-SIZE: 10px} +H2 {COLOR: #000066; FONT-FAMILY: arial, Helvetica, sans-serif; FONT-SIZE: 18px; FONT-WEIGHT: normal} +.formField { +font-family: Arial, sans-serif; +font-size: 12px; +} +@media all { + a img { color: inherit; + border: none; + } +} + +/* Colors */ +.red { + color: #FF0000; +} + +/* Text direction */ +.ltr { + text-align: left; +} +.rtl { + text-align: right; +} + +/* Width settings */ +.width20 { + width: 20%; +} +.width40 { + width: 40%; +} +.width60 { + width: 60%; +} +.width80 { + width: 80%; +} +.width100 { + width: 100%; +} + +/* Font sizes */ +.font11 { + font-size: 11px; +} + +.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; +} + +#header, #footer, .submenu, .sublinks_table, .door, .help, .alpha_index, .noprint {display:none !important;} +form, button, input, tfoot>tr>td>label {display: none;} /* buttons and input are used out of forms in sortable tables*/ diff --git a/themes/cloudy/print_footer.php b/themes/cloudy/print_footer.php new file mode 100644 index 0000000000..2e3824997d --- /dev/null +++ b/themes/cloudy/print_footer.php @@ -0,0 +1,50 @@ +<?php +/** + * Footer for print-friendly Cloudy theme pages + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<script type="text/javascript" language="javascript" > + function show_divs(){ + if (document.getElementById('index_small_blocks')) + { + var smallblocks = document.getElementById('index_small_blocks'); + var blocks = document.getElementById('index_main_blocks'); + smallblocks.style.visibility = 'visible'; + smallblocks.style.display = 'inline'; + blocks.style.visibility = 'visible'; + blocks.style.display = 'inline'; + } +} +window.onload = function() { show_divs(); } +</script> diff --git a/themes/cloudy/print_header.php b/themes/cloudy/print_header.php new file mode 100644 index 0000000000..5a0576a503 --- /dev/null +++ b/themes/cloudy/print_header.php @@ -0,0 +1,40 @@ +<?php +/** + * Header for print-friendly Cloudy theme pages + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +<script type="text/javascript" language="javascript" > +document.body.style.background='#FFFFFF'; +</script> + diff --git a/themes/cloudy/style.css b/themes/cloudy/style.css new file mode 100644 index 0000000000..e96a1dc7ff --- /dev/null +++ b/themes/cloudy/style.css @@ -0,0 +1,1737 @@ +/** + * Style for Cloudy theme + * + * Use this stylesheet to customize the display of your site. + * To learn more about CSS visit http: //www.w3.org/TR/REC-CSS2/ + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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$ + */ + + +.something { +/*empty style to make sure that the BODY style is not ignored */ +} + +html { + padding: 3px; margin: 0; +} + +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; +} + +fieldset { + margin: 8px 8px 4px 8px; +} + +legend { + font-weight: bold; +} + +ul { + list-style: url(images/li.gif); +} + +.blockcontent { + margin-left: auto; + border: 1pt solid #999; + margin-right: 5px; + margin-bottom: 10px; + font-size: 12px; +} + +#content { + width: auto; + background: white; +} + +#header { +} + +#footer { + text-align: left; +} + +#container { + border: 1px solid #003399; + background: white; + padding: 0px; +} + +#cellcontainer { + display: table; + margin: 0; + padding: 0; +} + +#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 .blockheader { + width: 100%; + caption-side: top; + margin: 0; + padding: 0; + overflow: hidden; +} + +#index_small_blocks .blockh2 { + width: auto; +} + +#index_small_blocks .blockhc .help .icon { + text-align: right; + position: relative; + top: 3px; +} + +#index_small_blocks .blockhc .adminicon { + text-align: right; + position: relative; + 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 { + white-space: nowrap; + overflow: hidden; +} + +#index_small_blocks .blockhc { + white-space: nowrap; + overflow: hidden; +} + +#index_main_blocks .blockh2 .icon { + text-align: right; + position: relative; + top: 3px; +} + +#index_main_blocks .blockh2 .adminicon { + text-align: right; + position: relative; + top: 3px; +} + +#index_main_blocks .blockcontent { + padding: 5px; + margin-left: 0; + margin-right: 2px; +} + +.small_inner_block { + overflow: auto; + font: normal 10px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + max-height: 160px; + width: auto; + padding: 0pt 5px 0pt 5px; +} + +.normal_inner_block { + overflow: auto; +} + +.blockheader { + table-layout: fixed; + padding: 0px; + margin: 0px; + 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; + margin: 0; +} + +.blockh2 { + background-image: url(images/left2.gif); + background-repeat: repeat-x; + font: bold 13px tahoma, arial, helvetica, sans-serif; + height: 24px; + max-height: 24px; + line-height: 25px; + margin: 0; +} + +.blockh3 { + background-image: url(images/left3.gif); + background-repeat: no-repeat; + width: 8px; + height: 24px; + margin: 0; +} + +.blockhc { + height: 25px; + max-height: 25px; + padding-right: 15px; + padding-left: 5px; + overflow: hidden; +} + +#login_block .blockh1 { + background-image: url(images/left1G.gif); +} + +#logout_block .blockh1 { + background-image: url(images/left1R.gif); +} + +#index_small_blocks .name1 { + font: bold 10px tahoma, arial, helvetica, sans-serif; + color: #003399; +} + +/* exclude thumbs */ +#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 #cccccc; +} + +#index_title { + font-family: 'Lucida Grande', 'Lucida Sans Unicode', tahoma, arial, helvetica, sans-serif; +} + +#index_main_blocks { + font-family: tahoma, arial, helvetica, sans-serif; + float: left; +} + +#index_main_blocks .name2 { + font: bold 12px tahoma, arial, helvetica, sans-serif; + color: #003399; +} + +#index_main_blocks .details2 { + font: normal 12px tahoma, arial, helvetica, sans-serif; + color: #333; +} + +#facts, #relatives { + max-width: 100%; + width: 100%; +} + +#random_picture { + height: auto; +} + +#random_picture_box { + width: 99%; + padding: 0; + margin: 0; +} + +#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 specific stylesheets --*/ +#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; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +#descendancy_chart li { + list-style: url(images/spacer.gif); + margin: 0px 0px 2px -15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +/*-- descendancy chart rtl specific stylesheets --*/ +#descendancy_chart_rtl ul { + background-image: url(images/vline.gif); + background-repeat: repeat-y; + background-position: right top; + list-style: none; + margin: 0px 15px 5px 0px; /* top right bottom left */ + padding-top: 0px; + padding-bottom: 0px; + padding-left: 0px; +} + +#descendancy_chart_rtl li { + list-style: url(images/spacer.gif); + margin: 0px -15px 2px 0px; /* top right bottom left */ + padding: 0px 0px 0px 0px; /* top right bottom left */ +} + +#relationship_chart { + position: relative; + top: -40px; + left: 0px; +} + +#relationship_chart_rtl { + position: relative; + top: -40px; + right: 10px; +} + +/*-- ancestry chart specific stylesheets --*/ +#ancestry_chart ul { + background-image: url(images/vline.gif); + background-repeat: repeat-y; + background-position: left top; + list-style: none; + margin: 0px 0px 0px 15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +#ancestry_chart li { + list-style: url(images/spacer.gif); + margin: 0px 0px 2px -15px; /* top right bottom left */ + padding-top: 0px; + padding-right: 0px; + padding-bottom: 0px; +} + +/*-- ancestry chart rtl specific stylesheets --*/ +#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; /* top right bottom left */ + padding-top: 0px; + padding-bottom: 0px; + padding-left: 0px; +} + +#ancestry_chart_rtl li { + list-style: url(images/spacer.gif); + margin: 0px -15px 2px 0px; /* top right bottom left */ + padding: 0px 2px 0px 0px; /* top right bottom left */ +} + +a.link: link, a.link: active, a.link: visited { + color: #6699ff; + font-family: tahoma, arial, helvetica, sans-serif; +} + +a { + color: #003399; + text-decoration: none; +} + +.topheader { + color: #808080; + margin: 0; + white-space: nowrap; +} + +a:hover { + color: red; + text-decoration: none; +} + +ul { + padding-left: 15px; + padding-right: 15px; + margin: 8px; +} + +.center { + text-align: center; +} + +table.center { + margin-left: auto; + margin-right: auto; + border: 1px solid #84beff; + background-color: #f0f9ff; +} + +th { + font-weight: 100; +} + +.button { + width: 60px; +} + +.gedcom_table { + border: 1px solid #84beff; + margin: 0; + width: 99%; +} + +.person_box { + background-color: #f0f9ff; + border: 1px solid #84beff; + padding: 3pt; +} + +.person_boxF { + background-color: #fff0f0; + border: 1px solid #ff2080; + padding: 3pt; +} + +.person_boxNN { + background-color: #fff; + border: 1px dashed #cccccc; + padding: 3pt; +} + +.person_box:target, .news_box:target, #gedcom_stats:target { + background-color: #ffffcc; +} + +.list_table { + margin: 0; + margin-left: auto; + margin-right: auto; +} + +.list_label, .list_label_wrap { + color: white; + border: 1px solid #84beff; + background-color: #95b8e0; + font: bold 12px tahoma, arial, helvetica, sans-serif; + text-align: center; + vertical-align: text-top; +} + +.list_value, .list_value_wrap { + background-color: #ecf5ff; + border: solid #84beff 1px; + color: #000066; + font: 12px tahoma, arial, helvetica, sans-serif; + vertical-align: top; +} + +.list_label, .list_value { + white-space: nowrap; +} + +.list_label_wrap, .list_value_wrap { + white-space: normal; +} + +.list_item { + font-size: 12px; +} + +.facts_table { + width: 100%; +} + +.facts_table_rtl { + width: 100%; +} + +.tabs_table { + max-width: 99%; + margin-right: 0pt; + margin-left: 0pt; +} + +.tab_page { + max-width: 100%; + width: 100%; +} + +.facts_label { + color: white; + border: 1px solid #3399cc; + background-color: #95b8e0; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + width: 20%; + text-align: center; +} + +.facts_label02, .facts_label03 { + color: white; + background-color: #84beff; + font: bold 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + text-align: center; +} + +.facts_value { + background-color: white; + border: 1px solid #aaccff; + color: #000066; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; +} + +.facts_value02 { + background-color: #fbfdff; + border: 1px solid #aaccff; + color: #000066; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 5px; +} + +.facts_labelred, .facts_labelblue { + color: #000066; + background-color: #9dd8ff; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; + width: 20%; + text-align: center; +} + +.facts_valuered, .facts_valueblue { + background-color: #fbfdff; + color: #000066; + font: 12px tahoma, arial, helvetica, sans-serif; + padding: 4px 4px 4px 4px; +} + +.facts_labelred, .facts_valuered { + border: solid red 2px; +} + +.facts_labelblue, .facts_valueblue { + border: solid blue 2px; +} + +.tab_cell_active { + background: #ecf5ff url('images/th_c4.gif') no-repeat; + font: bold 10px tahoma, arial, helvetica, sans-serif; + border-right: 1pt solid #84beff; + text-align: center; + width: 20%; + padding: 2pt; +} + +.tab_cell_inactive { + background-color: white; + background: white url('images/th_5.gif') no-repeat; + font-family: tahoma, arial, helvetica, sans-serif; + border-top: none; + border-right: 1pt solid #cccccc; + text-align: center; + width: 20%; + padding: 2px; + font-size: 10px; +} + +.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 #cccccc; + height: 5px; +} + +.tab_inactive_bottom_right { + border-left: none; + border-right: none; + border-top: 1pt solid #cccccc; + width: 35%; + height: 5px; +} + +.tab_cell_inactive_empty { + background-color: #efefef; + background: white url('images/th_5.gif') no-repeat; + border-top: none; + border-right: 1pt solid #cccccc; + text-align: center; + width: 20%; + padding: 2px; + font-size: 10px; +} + +.tab_cell_inactive_empty a { + color: #77aaff; +} + +.name1 { + color: #000066; + font: bold 11px tahoma, arial, helvetica, sans-serif; +} + +.name1Hover { + color: red; + font: bold 11px tahoma, arial, helvetica, sans-serif; +} + +.namered { + border: solid red 1px; +} + +.nameblue { + border: solid blue 1px; +} + +.details1 { + color: #000066; + font: normal 10px tahoma, arial, helvetica, sans-serif; +} + +.name2 { + color: #000066; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +.name2Hover { + color: red; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +.details2 { + color: #000066; + font: normal 11px tahoma, arial, helvetica, sans-serif; +} + +.nameZoom { + color: #000066; + font: bold 16px tahoma, arial, helvetica, sans-serif; +} + +.detailsZoom { + font: 13px tahoma, arial, helvetica, sans-serif; + text-decoration: none; +} + +.name_head { + color: #000066; + font: bold 11pt tahoma, arial, helvetica, sans-serif; + letter-spacing: .2px; +} + +.date { + color: #003399; + font-weight: bold; +} + +.label, .field { + color: #000066; + font: 11px tahoma, arial, helvetica, sans-serif; +} + +.label { + font-weight: bold; +} + +.error { + color: #dd0000; + font-family: tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.largeError { + color: #dd0000; + font: large tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.warning { + color: red; + font-family: tahoma, arial, helvetica, sans-serif; + font-weight: bold; +} + +.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; + border: solid black 1px; + 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; +} + +.icon, .adminicon { + border: none; + padding-left: 0pt; + padding-right: 5pt; +} + +.link { + font-size: 11px; + text-align: center; +} + +.sublinks_table { + border: solid #84beff 1px; + margin: 2px; + margin-bottom: 20px; + padding: 5px; +} + +.sublinks_cell { + font-size: 12px; + background-color: #95b8e0; +} + +.sublinks_cell .submenuitem { + padding: 0px; + margin: 0px; +} + +.sublinks_cell .submenuitem_hover { + padding: 0px; + margin: 0px; +} + +.menuitem .icon { + width: 22px; + height: 22px; +} + +.menuitem_hover .icon { + width: 22px; + height: 22px; +} + +.sublinks_table .icon { + vertical-align: middle; + width: 25px; + height: 25px; +} + +.submenu .icon { + vertical-align: middle; + width: 22px; + height: 22px; +} + +.subheaders { + font: bold 16px tahoma, arial, helvetica, sans-serif; + padding: 10px; + margin-top: 15px; + vertical-align: bottom; +} + +.age { + font-size: 9px; +} + +.parentdeath { + border: thin solid #808080; + padding: 1px; +} + +.source_citations { + display: none; +} + +.footer { + color: #000066; + font: 12px tahoma, arial, helvetica, sans-serif; + width: 99%; + direction: ltr; + caption-side: left; + text-align: center; +} + +.contact_links { + text-align: center; + font-family: tahoma, arial, helvetica, sans-serif; /* should only be defined in style_rtl.css */ +} + +.hit-counter { + background: black; + color: white; + font-weight: bold; +} + +/* This is the original. + * It's not used, but it's left in in case you want to go back to it. */ +.flag { + width: 15px; + border: solid black 1px; +} + +/* This one is for a place flag */ +.brightflag { + height: 15px; + border: none; + opacity: 1; /* IE's support is different */ +} + +.border1 { + border: solid black 1px; +} + +.header_select { + font-size: 12px; +} + +.lang_form { + margin-top: 3px; +} + +.selected-option { + background-color: #c8e7ff; +} + +.favorites_form { + margin-top: 0px; + font: 14px tahoma, arial, helvetica, sans-serif; + color: white; +} + +.favmenuitem { + color: white; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + text-align: right; + padding: 1px; +} + +.favmenuitem a { + color: white; +} + +.favmenuitem_hover { + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + text-align: right; + padding: 1px; +} + +.favsubmenu { + color: black; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + text-align: center; + background-color: #ECF5FF; + border: solid #84beff 1px; + white-space: nowrap; +} + +.favsubmenuitem, .favsubmenuitem_selected { + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + background-color: #ecf5ff; + white-space: nowrap; + text-align: left; +} + +.favsubmenuitem_selected { + background-color: aqua; +} + +.favsubmenuitem a, .favsubmenuitem_selected a { + color: black; +} + +.favsubmenuitem_selected a { + background-color: aqua; +} + +.favsubmenuitem_hover { + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + background-color: white; + white-space: nowrap; + text-align: left; +} + +.help { + font-weight: bold; + cursor: help; +} + +.menuitem, .menuitem_hover { + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + text-align: left; + clear: both; +} + +.menuitem_rtl, .menuitem_hover_rtl { + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + text-align: right; + clear: both; +} + +.submenu, .submenu_rtl { + visibility: hidden; + position: absolute; + z-index: 100; + color: black; + text-decoration: none; + font: 11px tahoma, arial, helvetica, sans-serif; + background-color: #ecf5ff; + border: solid #84beff 1px; + white-space: normal; +} + +.submenu { + text-align: left; + direction: ltr; +} + +.submenu_rtl { + text-align: right; + direction: rtl; +} + +.submenuitem a, .submenuitem_rtl a { + color: #003399; +} + +.submenuitem, .submenuitem_rtl { + vertical-align: middle; + height: 22px; + color: black; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + border: 1pt solid #ecf5ff; + background-color: #ecf5ff; + white-space: nowrap; +} + +.submenuitem, .submenuitem_hover { + direction: ltr; + text-align: left; +} + +.submenuitem_rtl, .submenuitem_hover_rtl { + direction: rtl; + text-align: right; +} + +.submenuitem .icon, .submenuitem_rtl .icon, .submenuitem_hover .icon, .submenuitem_hover_rtl .icon { + padding: 0px 5px 0px 5px; +} + +.submenuitem_hover, .submenuitem_hover_rtl { + background-color: white; + font: normal 11px tahoma, arial, helvetica, sans-serif; + text-decoration: none; + height: 22px; + border: 1pt solid #aaccff; + white-space: nowrap; + color: #003399; +} + +.submenuitem a, .submenuitem_rtl a, .submenuitem_hover a, .submenuitem_hover_rtl a { + display: inline-block; + vertical-align: middle; + padding: 0px; +} + +.menuitem a { + color: #003399; +} + +.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: bold; +} + +.helpcontent { + margin-left: 10px; + margin-right:10px; +} + +.helpfooter { + margin: 10px; +} + +.helpheader { + margin: 10px; + font-size: 18px; + font-weight: bold; + color: black; +} + +.helpstart { + margin: 10px; + font: bold 14px tahoma, arial, helvetica, sans-serif; + color: blue; + text-decoration: none; +} + +.helptext { + font: 12px tahoma, arial, helvetica, sans-serif; + color: black; +} + +.block { + color: #030303; + font-family: tahoma, arial, helvetica, sans-serif; + vertical-align: top; +} + +.news_box { + background-color: #f0f9ff; + border: 1px solid #84beff; + padding: 3pt; +} + +.news_title { + color: black; + font-size: 1.10em; + font-weight: bold; +} + +.news_date { + font-family: tahoma, arial, helvetica, sans-serif; + color: black; + font-size: 12px; +} + +.timeline_table { +} + +#timeline_chart { + position: relative; + top: 50px; + left: 0px; +} + +#timeline_chart_rtl { + position: relative; + top: 50px; + right: 0px; +} + +.person0 { + background-color: #ecf5ff; + border: outset #84beff 1px; + vertical-align: top; +} + +.person1 { + background-color: #aaffaa; + border: outset #aaffaa 1px; + vertical-align: top; +} + +.person2 { + background-color: #ffaaaa; + border: outset #ffaaaa 1px; + vertical-align: top; +} + +.person3 { + background-color: #aaaadd; + border: outset #5555ff 1px; + vertical-align: top; +} + +.person4 { + background-color: #ff5555; + border: outset #ff5555 1px; + vertical-align: top; +} + +.person5 { + background-color: #55ff55; + border: outset #55ff55 1px; + vertical-align: top; +} + +.listlog { + line-height: 20pt; + color: #555555; + font-family: tahoma, arial, helvetica, sans-serif; +} + +.barra { + color: black; + font: normal 12px tahoma, arial, helvetica, sans-serif; +} + +.blanco { + color: white; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +input, button, textarea { + border-top-color: white; + border-left-color: white; + border-right-color: #000066; + border-bottom-color: #000066; + border-top-width: 1px; + border-left-width: 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + border-bottom-width: 1px; + border-right-width: 1px; +} + +input, textarea { + padding-left: 3px; + padding-right: 3px; +} + +select { + border-top-color: #84beff; + border-left-color: #84beff; + border-right-color: #84beff; + border-bottom-color: #84beff; + border-top-width: 1px; + border-left-width: 1px; + font: 12px tahoma, arial, helvetica, sans-serif; + border-bottom-width: 1px; + border-right-width: 1px; +} + +form { + font: 12px tahoma, arial, helvetica, sans-serif; +} + +h2 { + color: #000066; + font: bold 18px tahoma, arial, helvetica, sans-serif; +} + +h4 { + color: #000066; + font: bold 12px tahoma, arial, helvetica, sans-serif; +} + +.formField { + font: 12px tahoma, arial, helvetica, sans-serif; +} + +@media all { + a img { + color: inherit; + border: none; + } +} + +.starredname { + text-decoration: underline; +} + +.search_hit { + background-color: yellow; + color: black; +} + +.title { + font: 20px tahoma, arial, helvetica, sans-serif; +} + +.details_label { + font-weight: bold; +} + +/* Styles for the option boxes */ + +/* Style for the top and bottom bar */ +.topbottombar { + color: white; + background-color: #84beff; + font: bold 12px tahoma, arial, helvetica, sans-serif; + padding: 4px; + text-align: center; +} + +/* Style for the subbar */ +.subbar { + background-color: white; + border: 1pt solid #aaccff; + color: #000066; + font: 11px tahoma, arial, helvetica, sans-serif; + padding: 3px; + white-space: nowrap; + vertical-align: top; +} + +/* Style for the descriptionbox */ +.descriptionbox { + color: white; + border: 1px solid #84beff; + background-color: #95b8e0; + font: 12px tahoma, arial, helvetica, sans-serif; + vertical-align: top; + white-space: nowrap; + padding: 3px; +} + +/* Style for the optionbox */ +.optionbox { + background-color: #ecf5ff; + border: solid #84beff 1px; + color: #000066; + font: 11px tahoma, arial, helvetica, sans-serif; + vertical-align: top; + white-space: normal; + padding: 3px; +} + +.vmiddle { + vertical-align: middle +} + +/* Colors */ +.red { + color: red; +} + +.rela { + opacity: 0.67; + color: black; +} + +/* Text direction */ +.ltr { + text-align: left; +} + +.rtl { + text-align: right; + direction: rtl; +} + +/* Width settings */ +.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%; +} + +/* Font sizes */ +.font11 { + font-size: 11px; +} + +.font9 { + font-size: 9px; +} + +/* Chart styles */ +.pedigree_table { + margin: 0; +} + +/* Message box */ +.messagebox { + background-color: #dfeeff; +} + +/* Change indicators */ +.change_new { + border: solid blue 2px; +} + +.change_old { + border: solid red 2px; +} + +.door { + margin: 0px 0px 0px 0px; + padding: 0px 0px 0px 0px; +} + +.door dd { + margin: 2px 2px 2px 2px; + padding: 2px 6px 2px 6px; + height: 100%; float: left; + font-weight: bold; + display: none; +} + +.note_details { + display: none; +} + +a.showit { + position: relative; + z-index: 24; + color: black; + text-decoration: none; +} + +a.showit:hover { + z-index: 25; + background-color: #ffff9b; + cursor: crosshair; +} + +a.showit span { + display: none; +} + +a.showit:hover span { + display: block; + position: absolute; + top: 22px; + left: 0px; + width: 225px; + border-style: outset; + border-left: 15px outset #1f1f1f; + border-top: 2px solid #1f1f1f; + border-bottom: 2px solid black; + border-right: 2px solid black; + padding: 3px; + background: #4f4f4f; + color: white; + font: 15px tahoma, arial, helvetica, sans-serif; + text-align: left; + opacity: .85; + z-index: 5; + white-space: normal; +} + +.lifespan_people span:first-letter { + font: bold 16px tahoma, arial, helvetica, sans-serif; + font-variant: small-caps; + padding: 1px; +} + +.lifespan_outer { + position: relative; + width: 99.5%; + height: 600px; + overflow: hidden; + border: solid blue 1px; +} + +.lifespan_outer a { + color: black; +} + +.lifespan_outer a:hover { + color: red; + text-decoration: none; +} + +.lifespan_timeline { + position: absolute; + width: 100%; + left: -10px; + top: -65px; + z-index: 2; + background-color: white +} + +.lifespan_people { + position: absolute; + width: 500px; + left: -10px; + top: -60px; + z-index: 1; +} +.iwstyle { + width:360px; + /*background-color: #FFFFFF;*/ +} +.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 + { + margin: 0; + padding: 0; + font-family: Arial; + font-size: 10px; + list-style: none; + } + #map_type li + { + display: block; + width: 70px; + text-align: center; + padding: 2px; + border: 1px solid black; + cursor: pointer; + float: left; + margin-left: 2px; + } + #map_type li.non_active + { + background: white; + color: black; + font-weight: normal; + } + #map_type li.active + { + background: gray; + color: white; + font-weight: bold; + } + #map_type li:hover + { + background: #ddd; + } + +/* Tag Cloud styles*/ +.tag_cloud_table { + width:70%; + margin-left: auto; + margin-right: auto; +} + +.tag_cloud { + font-family: tahoma, arial, helvetica, sans-serif; + text-align: justify; + padding: 10px 5px 10px 15px; /* top right bottom left */ +} + +.tag_cloud_sub { + font-family: tahoma, arial, helvetica, sans-serif; + font-size: 8px; + color:#808080; +} +/* End of Tag Cloud styles*/ + +/* Autocomplete styles*/ +.ac_input { + background-color: #EEE8AA; +} + +.ac_results { + padding: 0px; + border: 1px solid black; + background-color: white; + overflow: hidden; + z-index: 99999; +} + +.ac_results ul { + width: 100%; + list-style-position: outside; + list-style: none; + padding: 0; + margin: 0; +} + +.ac_results li { + margin: 0px; + padding: 2px 5px; + cursor: default; + display: block; + /* + if width will be 100% horizontal scrollbar will apear + when scroll mode will be used + */ + /*width: 100%;*/ + font: menu; + font-size: 12px; + /* + it is very important, if line-height not setted or setted + in relative units scroll will be broken in firefox + */ + line-height: 14px; + overflow: hidden; +} + +.ac_loading { + background: white url(../../images/indicator.gif) right center no-repeat; +} + +.ac_odd { + background-color: #eee; +} + +.ac_over { + background-color: #0A246A; + color: white; +} +/* End of Autocomplete styles*/ + +/* Flyout menu Styles */ +.flyout { + color:#000066; + text-align: left; + margin-top: -20px; + right: 210px; + padding: 3px; +} +.flyoutrtl { + color:#000066; + text-align: right; + margin-top: -20px; + left: 210px; + padding: 3px; +} +/* End of Flyout Menu styles*/ + +/* The following two overriding classes MUST appear at the end of the entire CSS file. */ +.nowrap { + white-space: nowrap; +} + +.wrap { + white-space: normal; +} + +ul.clist { + list-style-image: none; + margin: 0px; +} + +.menu_separator img { + height: 3px; + width: 8em; +} + +.statistics_chart { + text-align: center; +} + +.gchart{ + border: 1px solid #84beff; +} + +.execution_stats { + padding-top: 12px; + text-align: center; +} + +dl { + margin-bottom:20px; +} + +dt { + float:left; + font-weight:bold; + margin-right:10px; + clear:both; +} + +#indi_details dt:after { content: ":"; } + +#facts_content dd { + float:left; + width: 70%; +} + +#indi_mainimage, #nameparts1, #nameparts2, #nameparts3, #nameparts4, #sex, #mainfacts { + float:left; + margin-right:15px; +} + +#hitcounter { + display: block; + width: 100%; + margin-bottom:10px; +} + +.clearfloat { + clear: both; +} + +#indi_details { + display: block; + width: 100%; +} diff --git a/themes/cloudy/style_rtl.css b/themes/cloudy/style_rtl.css new file mode 100644 index 0000000000..74a9eab847 --- /dev/null +++ b/themes/cloudy/style_rtl.css @@ -0,0 +1,70 @@ +/** + * Styles for rtl + * + * needed to fix some of the RTL theme problems + * + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ +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; +} + +.icon, .adminicon { + border: none; + padding-left: 5pt; + 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); +} + diff --git a/themes/cloudy/templates/block_main_temp.php b/themes/cloudy/templates/block_main_temp.php new file mode 100644 index 0000000000..9eac4af719 --- /dev/null +++ b/themes/cloudy/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) 2008 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$ + */ + +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/cloudy/templates/block_small_temp.php b/themes/cloudy/templates/block_small_temp.php new file mode 100644 index 0000000000..51cff34228 --- /dev/null +++ b/themes/cloudy/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) 2008 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$ + */ + +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/cloudy/templates/personbox_template.php b/themes/cloudy/templates/personbox_template.php new file mode 100644 index 0000000000..e6f7904b5f --- /dev/null +++ b/themes/cloudy/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) 2008 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$ + */ + +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/cloudy/theme.php b/themes/cloudy/theme.php new file mode 100644 index 0000000000..c2c4317b6b --- /dev/null +++ b/themes/cloudy/theme.php @@ -0,0 +1,243 @@ +<?php +/** + * Cloudy theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (C) 2002 to 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +$theme_name = "cloudy"; //-- the name of this theme + +$stylesheet = WT_THEME_DIR."style.css"; //-- CSS level 2 stylesheet to use +$rtl_stylesheet = WT_THEME_DIR."style_rtl.css"; //-- CSS level 2 stylesheet to use +$print_stylesheet = WT_THEME_DIR."print.css"; //-- CSS level 2 print stylesheet to use +$toplinks = WT_THEME_DIR."toplinks.php"; //-- File to display the icons and links to different sections +$headerfile = WT_THEME_DIR."header.php"; //-- Header information for the site +$footerfile = WT_THEME_DIR."footer.php"; //-- Footer information for the site +$print_footerfile = WT_THEME_DIR."print_footer.php"; //-- Print Preview Footer information for the site +$print_headerfile = WT_THEME_DIR."print_header.php"; //-- Print Preview Header 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 i18n::translate('?') + +//-- variables for image names +//- PGV 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["mygedview"]["large"] = "my_gedview.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"; + +//- 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["clippings"]["small"] = "small/clippings.gif"; +$WT_IMAGES["descendant"]["small"] = "small/descendancy.gif"; +$WT_IMAGES["edit_fam"]["small"] = "small/edit_fam.gif"; +$WT_IMAGES["edit_indi"]["small"] = "small/edit_indi.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["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["mygedview"]["small"] = "small/my_gedview.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["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["favorites"]["small"] = "small/gedcom.gif"; + +//- 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["calendar"]["button"] = "buttons/calendar.gif"; +$WT_IMAGES["family"]["button"] = "buttons/family.gif"; +$WT_IMAGES["indi"]["button"] = "buttons/indi.gif"; +$WT_IMAGES["keyboard"]["button"] = "buttons/keyboard.gif"; +$WT_IMAGES["media"]["button"] = "buttons/media.gif"; +$WT_IMAGES["place"]["button"] = "buttons/place.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"; + +// 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["gedview"]["other"] = "gedview.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'] = "ldarrow.gif"; +$WT_IMAGES['slide_close']['other'] = "rdarrow.gif"; + +// - 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"; + +$ONLOADFUNCTION = "loadHandler();"; //-- function that should be called in the <body onload=" + +// 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/cloudy/toplinks.php b/themes/cloudy/toplinks.php new file mode 100644 index 0000000000..2d8b23cd85 --- /dev/null +++ b/themes/cloudy/toplinks.php @@ -0,0 +1,48 @@ +<?php +/** + * Top-of-page links for Cloudy theme + * + * webtrees: Web based Family History software + * Copyright (C) 2010 webtrees development team. + * + * Derived from PhpGedView + * Copyright (c) 2002 to 2008 John Finlay and others. 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 + * + * @author w.a. bastein http://genealogy.bastein.biz + * @package webtrees + * @subpackage Themes + * @version $Id$ + */ + +if (!defined('WT_WEBTREES')) { + header('HTTP/1.0 403 Forbidden'); + exit; +} + +?> +</td></tr> +</table> +</div><!-- close div for div id="header" --> +<?php +// stupid browsers ;) +if ($BROWSERTYPE == "opera") + print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" id=\"cellcontainer\"><tr><td valign=\"top\" width=\"100%\" colspan=\"5\" id=\"container\">"; +else + print "<table border=\"0\" cellpadding=\"0\" cellspacing=\"10\" id=\"container\" width=\"100%\" ><tr><td valign=\"top\" width=\"100%\" id=\"cellcontainer\">"; +?> + +<div id="content"> |
