Merge branch 'master' of git://github.com/openlibrary/bookreader
[bookreader.git] / GnuBook / GnuBook.css
1 #GnuBook {
2  border:1px solid black;
3  position:absolute;
4 }
5
6 #GBtoolbar {
7     height:25px;
8     width:100%;
9     background-color: rgb(241, 239, 237);    
10 }
11
12 #GBcontainer {
13     /*height:95%;*/
14     top:25px;
15     bottom:0px;
16     width:100%;
17     overflow-x:auto;
18     overflow-y:scroll;    
19     /*text-align: center;*/
20     background-color: #625E25;
21     position:absolute;
22 }
23
24 .GBpagediv1up {
25     background-color: #ccc;
26     overflow:hidden;
27     border-right:3px solid #333;
28     border-bottom:3px solid #333;    
29 }
30
31 .GBpagediv2up {
32     background-color: rgb(234, 226, 205);
33     overflow:hidden;
34 }
35
36 /* search sidebar */
37 #GnuBookSearch {
38     border:1px solid black;
39     position:absolute;
40     background-color: #625E25;    
41 }
42
43 #GnuBookSearchResults {
44     background-color: #f8f8f8;  
45     top: 25px;
46     bottom: 0px;
47     overflow:auto;    
48     position: absolute;
49     left: 0px;
50     right: 0px;    
51     font-size: 0.85em; 
52     padding: 2px;
53 }
54
55 .GnuBookSearchHilite {
56     opacity: 0.20; 
57     filter: alpha(opacity = 20);
58     background-color: #00f;
59     position:absolute;
60 }
61
62 .GBpageform {
63     float: right; 
64 }
65
66 .GBicon {
67     width: 24px;
68     height: 24px;
69     padding: 0px;
70     vertical-align: middle;
71     border: none;
72 }
73
74 /* footer stuff, from Rebecca's demo */
75 #GBfooter { 
76     position:absolute;
77     bottom: 1px;        /* ensure no vertical scroll bar in FF */
78     left: 0px;
79     /*width: 100%;*/    /* this causes horizontal scroll bar in FF */
80     right: 0px;
81     clear: both; 
82     color: #FFF; 
83     padding: 0px 0px 0px 10px; 
84     background: #625E25; 
85     height: 2em; 
86     line-height: 25px; 
87     vertical-align: middle; 
88     font-size: 12px; 
89 }
90
91 .GBlogotype {
92     float:left;
93     font-weight: bold; 
94     height: 25px; 
95     line-height: 25px; 
96     vertical-align: middle; 
97 }
98
99 a.GBwhite                       { color: #fff }
100 a.GBwhite:hover                 { text-decoration: none; }
101 a.GBwhite:visited               { color: #fff }
102
103 .GBnavlinks {
104     float:right; 
105     padding: 0px 20px 0px 0px; 
106     margin: 0px; 
107     height: 25px; 
108     line-height: 25px; 
109     vertical-align: middle;
110 }
111
112 /* thumnail view, from Rebecca's demo */
113 .GBpdstatus-footer {
114     position:absolute;
115     height: 65px;
116     bottom: 25px;
117     width: 100%;
118     background-color: #f8f8f8;
119     border-top: 1px solid #ccc; 
120     text-align: right; 
121     padding: 0px 0px 0px 0px; 
122 }
123
124 .GBwidgetlabel { 
125     color: #919070; 
126     padding: 8px 8px 4px 8px; 
127     font-family: verdana, arial, helvetica, sans-serif; 
128     font-size: 10px; 
129     float: left; 
130 }
131
132 .GBicon#zoom_out { background: url(images/zoom_out.png) no-repeat; }
133 .GBicon#zoom_in { background: url(images/zoom_in.png) no-repeat; }
134 .GBicon#script { background: url(images/script.png) no-repeat; }
135 .GBicon#book_open { background: url(images/book_open.png) no-repeat; }
136 .GBicon#page_code { background: url(images/page_code.png) no-repeat; }
137 .GBicon#book_previous { background: url(images/book_previous.png) no-repeat; }
138 .GBicon#book_next { background: url(images/book_next.png) no-repeat; }
139
140 .GBicon.play { background: url(images/control_play_blue.png) no-repeat; }
141 .GBicon.pause { background: url(images/control_pause_blue.png) no-repeat; }