X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=BookReader%2FBookReader.css;h=8be29d8cbbd9c92eedb0bc723eb5f6aa8a1429f0;hb=6b730fcaf98dd4cf1d99cc664a168d3d37c056be;hp=fb232c60a2386460a5d43530869b7690506fd91e;hpb=13cefcae36000952d3f681e7e289f7d0fd6bc0e5;p=bookreader.git diff --git a/BookReader/BookReader.css b/BookReader/BookReader.css index fb232c6..8be29d8 100644 --- a/BookReader/BookReader.css +++ b/BookReader/BookReader.css @@ -1,5 +1,6 @@ body { - background-color: #939598; + /* XXX we shouldn't change the body CSS, just within our container */ + background-color: #9A9B9D; /* Pantone Cool Grey 7 C */ font-size: 67.5%; margin: 0; padding: 0; @@ -30,6 +31,9 @@ a { width: 100%; z-index: 100; background-color: #e2dcc5; + -webkit-box-shadow: 0 1px 3px #999; + /* Shadow here on FF causes scroll bars */ + overflow: hidden; } #BRtoolbar .label { font-size: 1.1em; @@ -43,18 +47,19 @@ a { float: right; } #BRcontainer { - top:5px; - bottom:5px; + top:0; + bottom:0; width:100%; z-index: 1; overflow-x:auto; overflow-y:scroll; position:absolute; - background-color: #939598; + background-color: #9A9B9D; } #BRpageview { - background-color: #939598; + /* XXX page view div is not being placed correctly */ + background-color: #9A9B9D; } .BRpagediv1up { @@ -84,10 +89,12 @@ a { } /* Must come after .BRpagedivthumb rules in order to override them */ +/* .BRpagedivthumb_highlight { - background-color: #939598; + background-color: #9A9B9D; overflow:hidden; } +*/ .BRpagediv2up { background-color: rgb(234, 226, 205); @@ -99,9 +106,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; */ } @@ -148,10 +155,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 { @@ -170,7 +178,7 @@ a { } #BRpagenum { border: none; - background-color: #939598; + background-color: #9A9B9D; color: #ccc; font-family: arial, sans-serif; font-size: 12px; @@ -182,7 +190,8 @@ a { /* margin: 0 10px 0 5px; */ font-family: "Lucida Grande","Arial",sans-serif; color: #333; - height: 20px; + height: 100%; + line-height: 38px; } #BRreturn span { font-size: 11px; @@ -191,10 +200,10 @@ a { padding-top: 3px; } #BRreturn a { - font-size: 14px; + font-size: 15px; display: block; color: #036daa; - height: 18px; + /* height: 18px; */ overflow: hidden; } .BRicon { @@ -357,7 +366,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 { @@ -366,7 +376,7 @@ a.BRgrey:visited { color: #666; } font-family: Arial, sans-serif; font-size: 11px; color: white; - background-color: #939598; + background-color: #9A9B9D; opacity: 0.85, -webkit-border-radius: 4px; -moz-border-radius: 4px; @@ -497,8 +507,9 @@ a.BRgrey:visited { color: #666; } } .BRfloatCover { float: left; - padding: 0 20px 80px 0; + padding: 0 20px 30px 0; } + .BRfloatTitle { font-size: 1.2em; } @@ -556,7 +567,7 @@ a.BRgrey:visited { color: #666; } } div#BRpage { float: right; - width: 320px; + width: 280px; padding-left:12px; text-align: right; } @@ -569,10 +580,13 @@ div#BRnav { overflow: visible; z-index: 100; background-color: #e2dcc5; + + -webkit-box-shadow: 1px 1px 2px #333; + /* No shadow for FF, to be consistent with toolbar */ } div#BRnavpos { position: relative; - margin-right: 320px; + margin-right: 280px; height: 40px; } div#BRpager {