Fix updating of share embed code
[bookreader.git] / BookReader / BookReader.css
index a24f493..2ab7f71 100644 (file)
@@ -88,10 +88,12 @@ a {
 }
 
 /* Must come after .BRpagedivthumb rules in order to override them */
+/*
 .BRpagedivthumb_highlight {
     background-color: #9A9B9D;
     overflow:hidden;
 }
+*/
 
 .BRpagediv2up {
     background-color: rgb(234, 226, 205);
@@ -103,9 +105,9 @@ a {
     /* background-color: #663929; */
     position: absolute;
     background-image: url(images/back_pages.png);
-    -moz-box-shadow: 1px 0 12px #111;
-    -webkit-box-shadow: 1px 0 12px #111;
-    box-shadow: 1px 0 12px #111;
+    -moz-box-shadow: 1px 0 10px #111;
+    -webkit-box-shadow: 1px 0 10px #111;
+    box-shadow: 1px 0 10px #111;
     /* -moz-border-radius: 6px; */
     /* -webkit-border-radius: 6px; */
 }
@@ -152,10 +154,11 @@ a {
     position: absolute;
 }
 
-#BRbookspine {    
+#BRgutter {    
     /* border: 1px solid rgb(68, 25, 17); */
-    background-color: rgb(68, 25, 17);
     position: absolute;
+    z-index: 6;
+    background: transparent url(images/booksplit.png) repeat scroll 0% 0%;
 }
 
 .BookReaderSearchHilite {
@@ -361,7 +364,8 @@ a.BRgrey:visited   { color: #666; }
 }
 
 .BRfliparea {
-    background-image: url(images/transparent.png); # Required to capture mouse on IE
+    /* Required to capture mouse on IE */
+    background-image: url(images/transparent.png);
 }
 
 .BRtwoPagePopUp {
@@ -501,8 +505,9 @@ a.BRgrey:visited   { color: #666; }
 }
 .BRfloatCover {
     float: left;
-    padding: 0 20px 80px 0;
+    padding: 0 20px 30px 0;
 }
+
 .BRfloatTitle {
     font-size: 1.2em;
 }
@@ -560,7 +565,7 @@ a.BRgrey:visited   { color: #666; }
 }
 div#BRpage {
     float: right;
-    width: 320px;
+    width: 280px;
     padding-left:12px;
     text-align: right;
 }
@@ -579,7 +584,7 @@ div#BRnav {
 }
 div#BRnavpos {
     position: relative;
-    margin-right: 320px;
+    margin-right: 280px;
     height: 40px;
 }
 div#BRpager {