[Adium-commits] www/adiumx.com 166:5ff7e80275d0: global s/adiumbanner/titleconta...

adium-commits at adiumx.com adium-commits at adiumx.com
Tue Apr 28 21:04:20 UTC 2009


details:	http://hg.adiumx.com/www/adiumx.com/rev/5ff7e80275d0
revision:	166:5ff7e80275d0
author:		Zachary West <zacw at adiumx.com>
date:		Tue Apr 28 17:04:14 2009 -0400

global s/adiumbanner/titlecontainer/

diffstat:

 beta/index.php                            |    2 +-
 blog/wp-content/themes/default/header.php |    2 +-
 blog/wp-content/themes/default/style.css  |    6 +-
 changelogs/1.0.1.html                     |    4 +-
 changelogs/1.0.2.html                     |    4 +-
 changelogs/1.0.3.html                     |    4 +-
 changelogs/1.0.4 copy.html                |    4 +-
 changelogs/1.0.4b4.html                   |    4 +-
 changelogs/1.0.5.html                     |    4 +-
 changelogs/1.0.5b2.html                   |    4 +-
 changelogs/1.0.5b3.html                   |    4 +-
 changelogs/1.0.5b4.html                   |    4 +-
 changelogs/1.0.6.html                     |    4 +-
 changelogs/1.1.1.html                     |    4 +-
 changelogs/1.1.2.html                     |    4 +-
 changelogs/1.1.2b1.html                   |    4 +-
 changelogs/1.1.3.html                     |    4 +-
 changelogs/1.1.3b1.html                   |    4 +-
 changelogs/1.1.3b5.html                   |    4 +-
 changelogs/1.1.4.html                     |    4 +-
 changelogs/1.1.html                       |    4 +-
 changelogs/1.1b3.html                     |    4 +-
 changelogs/1.1b6.html                     |    4 +-
 changelogs/1.2.2.html                     |    4 +-
 changelogs/1.2.2b1.html                   |    4 +-
 changelogs/1.2.3.html                     |    4 +-
 changelogs/1.2.3b1.html                   |    4 +-
 changelogs/1.2.4b2.html                   |    4 +-
 changelogs/1.2.4b3.html                   |    4 +-
 changelogs/1.2.5b2 copy.html              |    4 +-
 changelogs/1.2.5b2.html                   |    4 +-
 changelogs/1.2.6.html                     |    4 +-
 changelogs/1.2.7.html                     |    4 +-
 changelogs/1.2.html                       |    4 +-
 changelogs/1.3.html                       |    4 +-
 changelogs/1.3b12.html                    |    4 +-
 changelogs/1.3b6.html                     |    4 +-
 changelogs/1.3b8.html                     |    4 +-
 index.php                                 |    2 +-
 screencasts/index.php                     |    2 +-
 screenshots/index.html                    |    2 +-
 sparkle/templates/header.tpl              |    2 +-
 styles/defaultstyle.css                   |    4 +-
 styles/layoutstyle.css                    |    2 +-
 trac_templates/htdocs/adium.css           |  152 -----------
 trac_templates/htdocs/doxygen.css         |  431 ---------------------------------
 trac_templates/htdocs/robots.txt          |   14 -
 trac_templates/htdocs/tab_b.gif           |      
 trac_templates/htdocs/tab_l.gif           |      
 trac_templates/htdocs/tab_r.gif           |      
 trac_templates/htdocs/tabs.css            |   91 -------
 trac_templates/site.html                  |   40 ---
 trac_templates/site_css.cs                |    6 -
 trac_templates/site_footer.cs             |   19 -
 trac_templates/site_header.cs             |   18 -
 trac_templates/site_newticket.cs          |    9 -
 56 files changed, 82 insertions(+), 862 deletions(-)

diffs (truncated from 1692 to 1000 lines):

diff -r 694c5f31f631 -r 5ff7e80275d0 beta/index.php
--- a/beta/index.php	Sat Apr 25 19:51:03 2009 -0400
+++ b/beta/index.php	Tue Apr 28 17:04:14 2009 -0400
@@ -68,7 +68,7 @@
 	if(!$noTemplate) {
 ?>
 	<div id="container">
-		<div id="adiumbanner">
+		<div id="titlecontainer">
 			<a href="http://www.adiumx.com/">Adium</a>
 		</div>
 		<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 blog/wp-content/themes/default/header.php
--- a/blog/wp-content/themes/default/header.php	Sat Apr 25 19:51:03 2009 -0400
+++ b/blog/wp-content/themes/default/header.php	Tue Apr 28 17:04:14 2009 -0400
@@ -11,7 +11,7 @@
 </head>
 <body>
 	<div id="container">
-	    <div id="adiumbanner">
+	    <div id="titlecontainer">
 			<a href="/">Adium</a>
         </div>
 		<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 blog/wp-content/themes/default/style.css
--- a/blog/wp-content/themes/default/style.css	Sat Apr 25 19:51:03 2009 -0400
+++ b/blog/wp-content/themes/default/style.css	Tue Apr 28 17:04:14 2009 -0400
@@ -20,14 +20,14 @@
 }
 
 /* Banner */
-#adiumbanner {
+#titlecontainer {
 	background: #336699;
 	color: white;
 	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 	font-size: 44px;
 	text-shadow: 2px 2px 3px gray;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; }
+#titlecontainer a:link, #titlecontainer a:visited { color: white; }
 
 /* Tabs */
 #navcontainer{
@@ -112,7 +112,7 @@
 }
 
 /* Banner */
-#adiumbanner {
+#titlecontainer {
 	height: 24px;
 	padding-top: 1px;
 	padding-left: 16px;
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.1.html
--- a/changelogs/1.0.1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.2.html
--- a/changelogs/1.0.2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.3.html
--- a/changelogs/1.0.3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.4 copy.html
--- a/changelogs/1.0.4 copy.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.4 copy.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.4b4.html
--- a/changelogs/1.0.4b4.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.4b4.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.5.html
--- a/changelogs/1.0.5.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.5.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.5b2.html
--- a/changelogs/1.0.5b2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.5b2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.5b3.html
--- a/changelogs/1.0.5b3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.5b3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.5b4.html
--- a/changelogs/1.0.5b4.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.5b4.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.0.6.html
--- a/changelogs/1.0.6.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.0.6.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.1.html
--- a/changelogs/1.1.1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.2.html
--- a/changelogs/1.1.2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.2b1.html
--- a/changelogs/1.1.2b1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.2b1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.3.html
--- a/changelogs/1.1.3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.3b1.html
--- a/changelogs/1.1.3b1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.3b1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.3b5.html
--- a/changelogs/1.1.3b5.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.3b5.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.4.html
--- a/changelogs/1.1.4.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.4.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1.html
--- a/changelogs/1.1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1b3.html
--- a/changelogs/1.1b3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1b3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.1b6.html
--- a/changelogs/1.1b6.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.1b6.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.2.html
--- a/changelogs/1.2.2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.2b1.html
--- a/changelogs/1.2.2b1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.2b1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.3.html
--- a/changelogs/1.2.3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.3b1.html
--- a/changelogs/1.2.3b1.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.3b1.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.4b2.html
--- a/changelogs/1.2.4b2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.4b2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.4b3.html
--- a/changelogs/1.2.4b3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.4b3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.5b2 copy.html
--- a/changelogs/1.2.5b2 copy.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.5b2 copy.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.5b2.html
--- a/changelogs/1.2.5b2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.5b2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.6.html
--- a/changelogs/1.2.6.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.6.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.7.html
--- a/changelogs/1.2.7.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.7.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.2.html
--- a/changelogs/1.2.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.2.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.3.html
--- a/changelogs/1.3.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.3.html	Tue Apr 28 17:04:14 2009 -0400
@@ -79,7 +79,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -88,7 +88,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.3b12.html
--- a/changelogs/1.3b12.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.3b12.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.3b6.html
--- a/changelogs/1.3b6.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.3b6.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 changelogs/1.3b8.html
--- a/changelogs/1.3b8.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/changelogs/1.3b8.html	Tue Apr 28 17:04:14 2009 -0400
@@ -78,7 +78,7 @@
 .centernav li.last { border-right: none }
 
 /* CSS for Adium header */
-#adiumbanner {
+#titlecontainer {
         background: #336699;
         color: #FFFFFF;
         font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
@@ -87,7 +87,7 @@
         height: 24px;
         padding: 1px 16px 0px 16px;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
+#titlecontainer a:link, #titlecontainer a:visited { color: white; background: none; border: none;}
 
 /* Tabs */
 #navcontainer {
diff -r 694c5f31f631 -r 5ff7e80275d0 index.php
--- a/index.php	Sat Apr 25 19:51:03 2009 -0400
+++ b/index.php	Tue Apr 28 17:04:14 2009 -0400
@@ -57,7 +57,7 @@
 	</head>
 	<body>
 		<div id="container">
-			<div id="adiumbanner">
+			<div id="titlecontainer">
 				<a href="/">Adium</a>
 	        </div>
 			<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 screencasts/index.php
--- a/screencasts/index.php	Sat Apr 25 19:51:03 2009 -0400
+++ b/screencasts/index.php	Tue Apr 28 17:04:14 2009 -0400
@@ -138,7 +138,7 @@
 </head>
 <body>    
 	<div id="container">
-	   	<div id="adiumbanner">
+	   	<div id="titlecontainer">
 			<a href="/index.php">Adium</a>
         </div>
 		<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 screenshots/index.html
--- a/screenshots/index.html	Sat Apr 25 19:51:03 2009 -0400
+++ b/screenshots/index.html	Tue Apr 28 17:04:14 2009 -0400
@@ -14,7 +14,7 @@
 </head>
 <body>    
 	<div id="container">
-	   	<div id="adiumbanner">
+	   	<div id="titlecontainer">
 			<a href="/">Adium</a>
         </div>
 		<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 sparkle/templates/header.tpl
--- a/sparkle/templates/header.tpl	Sat Apr 25 19:51:03 2009 -0400
+++ b/sparkle/templates/header.tpl	Tue Apr 28 17:04:14 2009 -0400
@@ -9,7 +9,7 @@
 </head>
 <body>
 	<div id="container">
-		<div id="adiumbanner">
+		<div id="titlecontainer">
 			<a href="/index.php">Adium</a>
         </div>
 		<div id="navcontainer">
diff -r 694c5f31f631 -r 5ff7e80275d0 styles/defaultstyle.css
--- a/styles/defaultstyle.css	Sat Apr 25 19:51:03 2009 -0400
+++ b/styles/defaultstyle.css	Tue Apr 28 17:04:14 2009 -0400
@@ -28,14 +28,14 @@
 }
 
 /* Banner */
-#adiumbanner {
+#titlecontainer {
 	background: #336699;
 	color: white;
 	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
 	font-size: 44px;
 	text-shadow: 2px 2px 3px gray;
 }
-#adiumbanner a:link, #adiumbanner a:visited { color: white; }
+#titlecontainer a:link, #titlecontainer a:visited { color: white; }
 
 /* Tabs */
 #navcontainer{
diff -r 694c5f31f631 -r 5ff7e80275d0 styles/layoutstyle.css
--- a/styles/layoutstyle.css	Sat Apr 25 19:51:03 2009 -0400
+++ b/styles/layoutstyle.css	Tue Apr 28 17:04:14 2009 -0400
@@ -22,7 +22,7 @@
 }
 
 /* Banner */
-#adiumbanner {
+#titlecontainer {
 	height: 24px;
 	padding-top: 1px;
 	padding-left: 16px;
diff -r 694c5f31f631 -r 5ff7e80275d0 trac_templates/htdocs/adium.css
--- a/trac_templates/htdocs/adium.css	Sat Apr 25 19:51:03 2009 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,152 +0,0 @@
-
-/* Override links*/
-a:link, a:visited {
-		color: #00008b;
-}
-a:link:hover, a:visited:hover {
-		color: red;
-        text-decoration: underline;
-        border-bottom: none;
-}
-
-/* Remove margins and fix the navigation bar */
-body {
-        margin: 0px;
-        font: inherit;
-}
-#content {
-        margin: 0px 10px 0px 10px;
-}
-#mainnav {
-        background: rgb(233,238,249);
-        border: none;
-        border-bottom: 1px solid #d7d7d7;
-        margin-top: 0px;
-}
-#mainnav :link, #mainnav :visited {
-         background: none;
-        border: none;
-        padding: .2em 10px;
-		font-size: 12px;
-}
-#mainnav :link:hover, #mainnav :visited:hover {
-         background-color: inherit;
-         border: none;
-         text-decoration: underline;
-        color: black;
-}
-#mainnav .active:link, #mainnav .active:visited {
-        background: none;
-         border: none;
-         color: black;
-        font-weight: bold;
-         text-decoration: none;
-}
-#mainnav .active:link:hover, #mainnav .active:visited:hover {
-         border: none;
-}
-
-#ctxtnav li { font-size: 12px; }
-
-
-/* Hide the top banner, login info, search field */
-#banner {
-        display: none;
-}
-
-/* Accommodate our login info at the bottom of the page */
-#footer {
-        border-bottom: 1px solid;
-        padding-left: 10px;
-        padding-right: 10px;
-}
-#bottomnav {
-        margin: 10px 0px 10px 0px;
-}
-.centernav h2, .centernav hr { display: none }
-.centernav ul { font-size: 12px; list-style: none; margin: 0; text-align: center }
-.centernav li {
-        border-right: 1px solid #d7d7d7;
-        display: inline;
-        padding: 0 .75em;
-        white-space: nowrap;
-}
-.centernav li.last { border-right: none }
-
-/* CSS for Adium header */
-#adiumbanner {
-        background: #336699;
-        color: #FFFFFF;
-        font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
-        font-size: 44px;
-        text-shadow: 2px 2px 3px gray;
-        height: 24px;
-        padding: 1px 16px 0px 16px;
-}
-#adiumbanner a:link, #adiumbanner a:visited { color: white; background: none; border: none;}
-
-/* Tabs */
-#navcontainer {
-        background: #336699;
-        text-align: right;
-        padding: 4px 16px 5px 0px;
-
-        font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
-}
-.navtab, .navtabtraccurrent {
-        width: 60px;
-        height: 22px;
-        padding: 3px 12px 4px 12px;
-        margin: 0px -2px 0px -2px;
-        border: none;
-        border: 1px solid #cccccc;
-        text-align: center;
-        font-size: 12px;
-        font-size: 12px;
-}
-.navtab {
-        background: #fff url(http://adiumx.com/images/tab_off_bg.gif) repeat-x;
-        text-decoration: none;
-}
-.navtab:link, .navtab:visited { color: black; text-decoration: none; border: 1px solid #cccccc; }
-.navtab:hover, .navtab:visited:hover { color:black; text-decoration: none; background: white; border: 1px solid #cccccc;}
-
-.navtabtraccurrent, .navtabtraccurrent:link, .navtabtraccurrent:visited, .navtabtraccurrent:hover, .navtabtraccurrent:visited:hover {
-        color: black;
-        border-bottom: 1px solid rgb(233,238,249);
-        background: rgb(233,238,249);
-        text-decoration: none;
-}
-
-/* Custom font for Trac */
-#traccontent {
- font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
-}
-
-/* Styles for TracNav */
-.wiki-toc.trac-nav h4 { margin: 0; padding: 0; }
-/*.wiki-toc.trac-nav ul > li:first-child { margin-right: 4ex; }*/




More information about the commits mailing list