From c159888c5888ffd61d35e6a3a33ace8299faac62 Mon Sep 17 00:00:00 2001
From: moodler <moodler>
Date: Sat, 2 Apr 2005 15:23:11 +0000
Subject: [PATCH] Will be needing these

---
 theme/standardblue/gradients.css  | 19 +++++++++++++++++++
 theme/standardgreen/gradients.css | 19 +++++++++++++++++++
 theme/standardred/gradients.css   | 19 +++++++++++++++++++
 3 files changed, 57 insertions(+)
 create mode 100644 theme/standardblue/gradients.css
 create mode 100644 theme/standardgreen/gradients.css
 create mode 100644 theme/standardred/gradients.css

diff --git a/theme/standardblue/gradients.css b/theme/standardblue/gradients.css
new file mode 100644
index 00000000000..1f66d8f5c3f
--- /dev/null
+++ b/theme/standardblue/gradients.css
@@ -0,0 +1,19 @@
+/**
+  *  Adds all the nice finish to the standard theme
+  *
+  */
+
+th.header,
+td.header,
+div.header {     
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+
+.navbar {
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+
diff --git a/theme/standardgreen/gradients.css b/theme/standardgreen/gradients.css
new file mode 100644
index 00000000000..1f66d8f5c3f
--- /dev/null
+++ b/theme/standardgreen/gradients.css
@@ -0,0 +1,19 @@
+/**
+  *  Adds all the nice finish to the standard theme
+  *
+  */
+
+th.header,
+td.header,
+div.header {     
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+
+.navbar {
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+
diff --git a/theme/standardred/gradients.css b/theme/standardred/gradients.css
new file mode 100644
index 00000000000..1f66d8f5c3f
--- /dev/null
+++ b/theme/standardred/gradients.css
@@ -0,0 +1,19 @@
+/**
+  *  Adds all the nice finish to the standard theme
+  *
+  */
+
+th.header,
+td.header,
+div.header {     
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+
+.navbar {
+    background-image:url(gradient.jpg);     
+    background-position:top;    
+    background-repeat:repeat-x;     
+}
+