summaryrefslogtreecommitdiff
path: root/themes/clouds
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2010-06-22 23:37:01 +0000
committerRob Peters <makitso@gmail.com>2010-06-22 23:37:01 +0000
commitafdf448bdfb3053851f506a170c2650b89f0d3fa (patch)
tree14e75ba286d6f16d7ad728460a886a55f2ad9a61 /themes/clouds
parentbd74d957d64ce061b87a923e7d9dc75bac8ed627 (diff)
downloadwebtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.tar.gz
webtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.tar.bz2
webtrees-afdf448bdfb3053851f506a170c2650b89f0d3fa.zip
Misc color text changes
Diffstat (limited to 'themes/clouds')
-rw-r--r--themes/clouds/header.php2
-rw-r--r--themes/clouds/jquery/jquery-ui_theme.css2
-rw-r--r--themes/clouds/style.css4
3 files changed, 4 insertions, 4 deletions
diff --git a/themes/clouds/header.php b/themes/clouds/header.php
index 8fa4693707..fc4b7112ab 100644
--- a/themes/clouds/header.php
+++ b/themes/clouds/header.php
@@ -47,7 +47,7 @@ echo
'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">',
'<html xmlns="http://www.w3.org/1999/xhtml" ', i18n::html_markup(), '>',
'<head>',
- '<title>', htmlspecialchars($title), '</title>',
+ '<title>', htmlspecialchars($GEDCOM_TITLE), '</title>',
'<link rel="shortcut icon" href="', $FAVICON, '" type="image/x-icon">';
if (WT_USE_LIGHTBOX) {
diff --git a/themes/clouds/jquery/jquery-ui_theme.css b/themes/clouds/jquery/jquery-ui_theme.css
index 4fa733a23a..a938eada60 100644
--- a/themes/clouds/jquery/jquery-ui_theme.css
+++ b/themes/clouds/jquery/jquery-ui_theme.css
@@ -2,7 +2,7 @@
/* Tabs --------------------------------*/
.ui-widget-content { color:black; border color:#999999; }
-.ui-widget-content a { color:blue; }
+.ui-widget-content a { color:#003399; }
.ui-widget-content a:hover { color: red; }
.ui-tabs-nav li.ui-tabs-selected { background: #f8f8f8; color:blue; }
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index 9c965473e4..d3cf6882da 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -300,10 +300,10 @@ color:#f50;
/* Navigator and Flyout menu Styles -----------*/
.nav_content #spouse{
-color: blue;
+color: #003399;
}
.nav_content .facts_label a{
-color: blue;
+color: #003399;
}
/* Start Standard Code */