themes/enanium/css/babygrand.css
changeset 958 3dafe0969e5a
parent 955 de4f81abc5e3
child 965 72b37471cce0
--- a/themes/enanium/css/babygrand.css	Sun May 10 14:41:51 2009 -0400
+++ b/themes/enanium/css/babygrand.css	Sun May 10 14:42:18 2009 -0400
@@ -215,7 +215,7 @@
   background-color: #292929;
 }
 
-div.sidebar.right a.closebtn {
+div.sidebar a.closebtn {
   display: block;
   float: right;
   margin-right: 10px;
@@ -226,11 +226,24 @@
   cursor: pointer;
 }
 
+div.sidebar.left a.closebtn {
+  color: #f0f0f0;
+  background-color: #404040;
+  margin-right: 0px;
+  -moz-border-radius: 0 0 0 4px;
+  line-height: 19px;
+}
+
 div.right-sidebar-hidden {
   margin-left: 10px;
   display: none;
 }
 
+div.left-sidebar-hidden {
+  display: none;
+  position: absolute;
+}
+
 div.right-sidebar-hidden a.openbtn {
   display: block;
   float: right;
@@ -242,6 +255,17 @@
   cursor: pointer;
 }
 
+div.left-sidebar-hidden a.openbtn {
+  display: block;
+  float: left;
+  margin-top: 1.8em;
+  color: #456798;
+  background-color: #f0f0f0;
+  padding: 5px 4px;
+  -moz-border-radius: 0 4px 4px 0;
+  cursor: pointer;
+}
+
 div.slider {
   margin-bottom: 7px;
 }
@@ -394,3 +418,12 @@
 ul.userpage_links li a:visited, ul.userpage_links li a:hover {
   color: #202020 !important;
 }
+
+/*
+ * Some table stuff
+ */
+
+div.tblholder th a {
+  text-decoration: underline;
+  color: #f0f0f0 !important;
+}