Styling for categories #27
authorStefan Imhoff <stefan@imhoff.name>
Wed, 6 Aug 2014 08:03:24 +0000 (10:03 +0200)
committerStefan Imhoff <stefan@imhoff.name>
Wed, 6 Aug 2014 08:03:24 +0000 (10:03 +0200)
gitweb.css

index 1f224f6456e51022d6c42a29345d01ed522831ec..6d65c2425f5cf6f12b293168abfce12cc63d5a46 100644 (file)
@@ -611,6 +611,20 @@ div.chunk_block div.new {
   border-left: 5px solid #EAF2F5;
 }
 
   border-left: 5px solid #EAF2F5;
 }
 
+/* Category
+---------------------------------------------------------------------------- */
+
+td.category {
+  background: #E6F1F6; /* old browsers */
+  background: -moz-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); /* firefox */
+  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8D8E7), color-stop(100%,#E6F1F3)); /* webkit */
+  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8D8E7', endColorstr='#E6F1F3',GradientType=0 ); /* ie */
+  background: -o-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%);
+       font-weight: bold;
+  border-bottom: 1px solid #D1D1D1;
+  border-top: 1px solid #D1D1D1;
+}
+
 /* Age
 ---------------------------------------------------------------------------- */
 
 /* Age
 ---------------------------------------------------------------------------- */