8015c328ad2a

Style tweaks
[view raw] [browse files]
author Justin Sippel <jsippel@fool.com>
date Fri, 21 Sep 2012 18:39:03 -0400
parents 09bb5670eec6
children b1916af5efd3
branches/tags (none)
files templates/static/tmf.css

Changes

--- a/templates/static/tmf.css	Mon Sep 24 21:46:22 2012 +0100
+++ b/templates/static/tmf.css	Fri Sep 21 18:39:03 2012 -0400
@@ -15,11 +15,16 @@
 	color: #4183C4;
 }
 
-div#top {
-	background: linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
-	background: -moz-linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
-	background: -webkit-linear-gradient(center top , #1C4871 1%, #0E365C 100%) repeat scroll 0 0 transparent;
-    
+div#top {	
+	background: #1c4871; /* Old browsers */
+	background: -moz-linear-gradient(top, #1c4871 0%, #1c4871 0%, #0e365c 100%); /* FF3.6+ */
+	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c4871), color-stop(0%,#1c4871), color-stop(100%,#0e365c)); /* Chrome,Safari4+ */
+	background: -webkit-linear-gradient(top, #1c4871 0%,#1c4871 0%,#0e365c 100%); /* Chrome10+,Safari5.1+ */
+	background: -o-linear-gradient(top, #1c4871 0%,#1c4871 0%,#0e365c 100%); /* Opera 11.10+ */
+	background: -ms-linear-gradient(top, #1c4871 0%,#1c4871 0%,#0e365c 100%); /* IE10+ */
+	background: linear-gradient(to bottom, #1c4871 0%,#1c4871 0%,#0e365c 100%); /* W3C */
+	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c4871', endColorstr='#0e365c',GradientType=0 ); /* IE6-9 */
+		
 	box-shadow: 0 0 10px #555555;    
 	-moz-box-shadow: 0 0 10px #555555;
     -webkit-box-shadow: 0 0 10px #555555;
@@ -42,7 +47,7 @@
 	width: 40px;
     text-align: center;
 	border: 1px solid #fff;
-	text-shadow: 0 1px 1px #444
+	text-shadow: 1px 1px 1px #444
 }
 
 div#container {
@@ -239,19 +244,19 @@
 	background: #4183C4;	
 	border: 1px solid #4183C4;
 	color: #fff;	
-	text-shadow: 0 1px 0 #444;
+	text-shadow: 1px 1px 1px #444;
 }
 span.logtags span.tagtag {
 	background: #FCFCE2;	
 	border: 1px solid #FFEE00;
 	color: #666;
-	text-shadow: 0 1px 0 white;
+	text-shadow: 1px 1px 1px white;
 }
 span.logtags span.inbranchtag {
     background: #D5DDE6;    
 	border: 1px solid #babef2;
 	color: #444;
-	text-shadow: 0 1px 0 white;
+	text-shadow: 1px 1px 1px white;
 }
 
 div#readme {