summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-11-13 21:43:59 +0000
committerNathan Kinkade <nath@nkinka.de>2012-11-13 21:43:59 +0000
commit7d94d6ca60753296efc812e21a585edf09dbfff4 (patch)
treecd2fafe994819b3ee9115fc36a25d6ecfc3e6acc
parente456470c020a42c6bc0b04170c3deda7ea71388c (diff)
Round header corners, change some colors and add a tag line.
-rw-r--r--css/2ColumnLayout.css3
-rw-r--r--css/3column.css4
-rw-r--r--css/site.css1
-rw-r--r--templates/header.tpl4
4 files changed, 9 insertions, 3 deletions
diff --git a/css/2ColumnLayout.css b/css/2ColumnLayout.css
index fd3b1c1..5eae720 100644
--- a/css/2ColumnLayout.css
+++ b/css/2ColumnLayout.css
@@ -17,7 +17,8 @@
float: left;
width: 20%;
margin-left: -100%;
- background-color: #009999;
+ /*background-color: #009999;*/
+ background-color: #b5e7bd;
}
#rightColumn {
diff --git a/css/3column.css b/css/3column.css
index 57b1abb..571d351 100644
--- a/css/3column.css
+++ b/css/3column.css
@@ -18,7 +18,9 @@ http://www.positioniseverything.net/articles/onetruelayout/example/equalheightop
float: left;
width: 19%;
margin-left: -85%;
- background-color: #009999;
+ background-color: #329443;
+ opacity: 0.5;
+ /*background-color: #009999;*/
/*background-color: #568fc4;*/
}
diff --git a/css/site.css b/css/site.css
index 7d2ffd4..a81b4c7 100644
--- a/css/site.css
+++ b/css/site.css
@@ -51,6 +51,7 @@ a:hover.whiteLink {
position: relative;
width: 100%;
background-color: #ccb8a6;
+ border-radius: 10px;
}
#headerLeft {
diff --git a/templates/header.tpl b/templates/header.tpl
index 1b20920..28e79bd 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -12,7 +12,9 @@
<div id='header'>
<div id='headerLeft'>
- <a href='{$config->_rootUri}/' style='color: #000000;'>Nutrition Information Database</a>
+ <a href='{$config->_rootUri}/' style='color: #ffffff;'>Nutri<span style="color: #b5e7bd;">DB</a>
+ <span style="font-size: 75%;">... an online food and recipe nutrition calculator</span>
+
</div>
{if isset($isLoggedIn)}