[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3257: More trac css tweaks. (website/branches/z3d/trac)



Author: z3d
Date: 2008-10-26 17:39:47 -0400 (Sun, 26 Oct 2008)
New Revision: 3257

Modified:
   website/branches/z3d/trac/timeline.css
   website/branches/z3d/trac/trac.css
Log:
More trac css tweaks.

Modified: website/branches/z3d/trac/timeline.css
===================================================================
--- website/branches/z3d/trac/timeline.css	2008-10-26 20:24:02 UTC (rev 3256)
+++ website/branches/z3d/trac/timeline.css	2008-10-26 21:39:47 UTC (rev 3257)
@@ -11,7 +11,7 @@
 	border-right: 1px solid #001100;
 	border-bottom: 1px solid #001100;
 	border-left: 1px solid #003300;
-}
+}	
 
 dl { line-height: 1.3em; margin-left: 1em }
 dt { background: 3px 4px no-repeat; padding: 0 }

Modified: website/branches/z3d/trac/trac.css
===================================================================
--- website/branches/z3d/trac/trac.css	2008-10-26 20:24:02 UTC (rev 3256)
+++ website/branches/z3d/trac/trac.css	2008-10-26 21:39:47 UTC (rev 3257)
@@ -8,8 +8,9 @@
 	
 	}
 	body, th, td {
-		font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, verdana, 'Bitstream Vera Sans', arial, helvetica, sans-serif;
-		text-align: justify;
+	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, verdana, 'Bitstream Vera Sans', arial, helvetica, sans-serif;
+	text-align: justify;
+
 	
 	}
 	h1, h2, h3, h4 {
@@ -18,23 +19,50 @@
 	letter-spacing: -0.018em;
 	page-break-after: avoid;
 	margin-top: 2px;
+
 	}
 	h1 {
-		font-size: 16px;
+	font-size: 16px;
+	margin-bottom: 16px;
+	letter-spacing: 0.2em;
+	word-spacing: 0.1em;
+
+
+
+
+
+
 	}
 	h2 {
 	font-size: 14px;
 	background-color: #001100;
 	background-image: url(../images/title_bg.png);
-	margin-top: 0px;
+	margin-top: 8px;
 	margin-right: 8px;
-	margin-bottom: 0px;
+	margin-bottom: 8px;
 	margin-left: 8px;
+	padding: 4px;
+	border-top-width: 1px;
+	border-right-width: 1px;
+	border-bottom-width: 1px;
+	border-left-width: 1px;
+	border-top-style: solid;
+	border-right-style: solid;
+	border-bottom-style: solid;
+	border-left-style: solid;
+	border-top-color: #003300;
+	border-right-color: #001100;
+	border-bottom-color: #001100;
+	border-left-color: #003300;
 
 
 
+
 	}
-	h3 { font-size: 13px}
+	h3 {
+	font-size: 13px;
+	margin-top: 16px;
+}
 	hr {
 		border-top: 1px solid #003300;
 		margin: 2em 0;
@@ -61,7 +89,7 @@
 	:link:hover, :visited:hover {color: #fff}
 	h1 :link, h1 :visited ,h2 :link, h2 :visited, h3 :link, h3 :visited,
 	h4 :link, h4 :visited, h5 :link, h5 :visited, h6 :link, h6 :visited {
-	 color: #ffffff;
+	 color: #009900;
 	}
 	
 	/* Heading anchors */