Added jquery ui built with only Core and Effects Core
[bookreader.git] / BookReader / BookReader.css
index 24191c4..4e6312e 100644 (file)
@@ -8,6 +8,7 @@
     height:25px;
     width:100%;
     background-color: #E6E4E1;
+    overflow: hidden;
 }
 
 #BRtoolbar .label {
     border: 1px solid #909090;
 }
 
+.BRpagedivthumb a {
+    border: 0;
+}
+
+.BRpagedivthumb img {
+    border: 0;
+}
+
+/* Must come after .BRpagedivthumb rules in order to override them */
 .BRpagedivthumb_highlight {
     background-color: #FFFFEE;
     overflow:hidden;
     overflow:hidden;
 }
 
+#BRbookcover {
+    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;
+}
+
+.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%;
+    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%;
+    position: absolute;
+}
+
+.BRleafEdgeTmp {
+    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%;
+    position: absolute;
+}
+
+#BRbookspine {
+    border: 1px solid rgb(68, 25, 17);
+    background-color: rgb(68, 25, 17);
+    position: absolute;
+}
+
 /* search sidebar */
 #BookReaderSearch {
     border:1px solid black;
@@ -157,9 +206,9 @@ a.BRicon {
     vertical-align: middle; 
 }
 
-a.BRwhite                      { color: #fff }
-a.BRwhite:hover                { text-decoration: none; }
-a.BRwhite:visited              { color: #fff }
+a.BRwhite               { color: #fff }
+a.BRwhite:hover         { text-decoration: none; }
+a.BRwhite:visited       { color: #fff }
 
 a.BRblack           { color: #000000 }
 a.BRblack:hover     { text-decoration: none; }
@@ -197,3 +246,13 @@ a.BRblack:visited   { color: #000000 }
 .BRfliparea {
     background-image: url(images/transparent.png); # Required to capture mouse on IE
 }
+
+.BRtwoPagePopUp {
+    border: 1px solid black;
+    padding: 2px 6px;
+    position: absolute;
+    font-family: sans-serif;
+    font-size: 14px;
+    background-color: rgb(255, 255, 238);
+    opacity: 0.85;
+}
\ No newline at end of file