CSS cleanup
[bookreader.git] / BookReader / BookReader.css
index fe267b6..1f98a8b 100644 (file)
@@ -45,6 +45,7 @@ h3 {
     overflow-x:auto;
     overflow-y:scroll;    
     position:absolute;
+    background-color: #939598;
 }
 
 #BRpageview {
@@ -82,12 +83,14 @@ h3 {
 }
 
 #BRbookcover {
-    border: 1px solid rgb(68, 25, 17);
+    /* border: 1px solid rgb(68, 25, 17); */
     background-color: #663929;
-    -moz-border-radius: 6px;
-    -moz-box-shadow: 3px 3px 8px #222;
-    -webkit-border-radius: 6px;
-    -webkit-box-shadow: 2px 2px 8px #222;
+    position: absolute;
+    backgroundImage: url(images/back_pages.png);
+    /* -moz-border-radius: 6px; */
+    -moz-box-shadow: 0 0 2px #000;
+    /* -webkit-border-radius: 6px; */
+    -webkit-box-shadow: 0 0 2px #000;
 }
 
 .BRpageimage {
@@ -95,17 +98,21 @@ h3 {
 }
 
 .BRleafEdgeR {
+    /*
     border-style: solid solid solid none;
     border-color: rgb(51, 51, 34);
     border-width: 1px 1px 1px 0px;
-    background: transparent url(images/right_edges.png) repeat scroll 0% 0%;
+    */
+    background: transparent url(images/back_pages.png) repeat scroll 0% 0%;
     position: absolute;
 }
 
 .BRleafEdgeL {
+    /*
     border-style: solid none solid solid;
     border-color: rgb(51, 51, 34);
     border-width: 1px 0px 1px 1px;
+    */
     /* background: transparent url(images/left_edges.png) repeat scroll 0% 0%; */
     background: transparent url(images/back_pages.png) repeat scroll 0% 0%; /* XXXmang replace file */
     position: absolute;
@@ -120,8 +127,8 @@ h3 {
     position: absolute;
 }
 
-#BRbookspine {
-    border: 1px solid rgb(68, 25, 17);
+#BRbookspine {    
+    /* border: 1px solid rgb(68, 25, 17); */
     background-color: rgb(68, 25, 17);
     position: absolute;
 }
@@ -152,6 +159,7 @@ h3 {
     filter: alpha(opacity = 20);
     background-color: #00f;
     position:absolute;
+}
 
 .hidden {
   display: none;
@@ -184,7 +192,6 @@ h3 {
     background-repeat: no-repeat;
 }
 
-/* Absolute path used since the html might be generated at /stream/id or elsewhere */
 .BRicon.logo {background-position:0 0;}
 .BRicon.fit {background-position:-50px 0;}
 .BRicon.fit:hover {background-position:-100px 0;}