themes/oxygen/css/bleu.css
changeset 672 08a7875258b4
parent 552 400ad5a212a8
child 701 dd80cde96a6c
--- a/themes/oxygen/css/bleu.css	Mon Jul 28 13:10:22 2008 -0600
+++ b/themes/oxygen/css/bleu.css	Mon Jul 28 13:13:09 2008 -0600
@@ -776,3 +776,29 @@
   padding-right: 5px;
 }
 
+/*
+ * Userpage styles
+ */
+
+ul.userpage_links li {
+  background-image: url('../images/buttonbg.gif');
+  background-repeat: repeat-x;
+}
+
+ul.userpage_links li a {
+  color: #202020;
+}
+
+ul.userpage_links li.userpage_tab_active {
+  background-image: url('../images/buttonbg-lite.gif');
+}
+
+ul.userpage_links li:hover {
+  background-image: url('../images/buttonbg-lite.gif');
+  border-color: #404040 #404040 #ffffff #404040;
+  border-bottom-width: 0;
+}
+
+ul.userpage_links li.userpage_tab_active:hover {
+  border-bottom-width: 1px;
+}