Slight shadow for thumbnails
[bookreader.git] / BookReader / BookReader.css
index c29358b..e045256 100644 (file)
@@ -30,7 +30,6 @@ a {
     width: 100%;
     z-index: 100;
     background-color: #e2dcc5;
-    overflow: hidden;
 }
 #BRtoolbar .label {
     font-size: 1.1em;
@@ -59,14 +58,18 @@ a {
 }
 
 .BRpagediv1up {
-    background-color: #939598;
     overflow:hidden;
     cursor: move;
+    background-color: #FEFDEB;
 }
 
 .BRpagedivthumb {
-    background-color: #939598;
+    background-color: #FEFDEB;
     overflow:hidden;
+    -webkit-box-shadow: 2px 1px 2px #333;
+    -moz-box-shadow: 1px 1px 2px #333;
+    box-shadow: 2px 1px 2px #333;
+
 }
 
 .BRpagedivthumb a {
@@ -100,7 +103,15 @@ a {
 }
 
 .BRpageimage {
-    background-color: rgb(234, 226, 205);
+    /* Bird Book */
+    background-color: #FEFDEB;
+}
+
+/* Disable selection on Firefox and WebKit */
+.BRnoselect {
+    -moz-user-select: none;
+    -webkit-user-select: none;
+    -webkit-user-drag: none;
 }
 
 .BRleafEdgeR {
@@ -801,7 +812,7 @@ div#BRzoomcontrol {
     top: 40px;
     left:3px;
     width: 23px;
-    height: 110px;    
+    height: 110px;
 }
 div#BRzoomstrip {
     position: absolute;
@@ -823,17 +834,18 @@ div#BRzoombtn {
 
 .BRprogresspopup {
     position: absolute;
-    background-color: #fff;
+    background-color: #e6e4e1;
+    border: none!important;
     font-size: 1.5em; 
     z-index: 3;   
-    padding: 5px;
-    border:10px solid #615132;
-    -webkit-border-radius:12px;
-    -moz-border-radius:12px;
-    border-radius:12px;
-    -moz-box-shadow: 1px 3px 10px #000;
-    -webkit-box-shadow: 1px 3px 10px #000;
-    box-shadow: 1px 3px 10px #000;
+    padding: 20px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+    border-radius: 8px;
+    -moz-box-shadow: 1px 0 3px #000;
+    -webkit-box-shadow: 1px 0 3px #000;
+    box-shadow: 1px 0 3px #333;
+    min-width: 300px;
 }
 
 .BRprogressbar {
@@ -857,13 +869,25 @@ div#BRzoombtn {
     -moz-border-radius-topleft: 8px;
     -webkit-border-top-left-radius: 8px;
 }
+#BRnavCntlTop {
+    top: 40px;
+    -moz-border-radius-bottomright: 8px;
+    -webkit-border-bottom-right-radius: 8px;
+    -moz-border-radius-bottomleft: 8px;
+    -webkit-border-bottom-left-radius: 8px;
+    display: none;
+}
 .BRup {
     background-image: url("images/nav_control-up.png");
-    background-position: 8px 4px;
     background-repeat: no-repeat;
 }
 .BRdn {
     background-image: url("images/nav_control-dn.png");
-    background-position: 8px 4px;
     background-repeat: no-repeat;
+}
+#BRnavCntlBtm.BRup,#BRnavCntlBtm.BRdn {
+    background-position: 8px 4px;
+}
+#BRnavCntlTop.BRup,#BRnavCntlTop.BRdn {
+    background-position: 8px 4px;
 }
\ No newline at end of file