Colours
[bookreader.git] / GnuBook / GnuBook.css
1 #GnuBook {
2  border:1px solid black;
3  position:absolute;
4  font-family: arial, sans-serif;
5 }
6
7 #GBtoolbar {
8     height:25px;
9     width:100%;
10     background-color: #E6E4E1;
11 }
12
13 #GBtoolbar .label {
14     font-size: 0.9em;
15 }
16
17 #GBcontainer {
18     /*height:95%;*/
19     top:25px;
20     bottom:0px;
21     width:100%;
22     overflow-x:auto;
23     overflow-y:scroll;    
24     /*text-align: center;*/
25     background-color: #FCFCFC;
26     position:absolute;
27 }
28
29 #GBpageview {
30     background-color: #FCFCFC;
31 }
32
33 .GBpagediv1up {
34     background-color: #FFFFEE;
35     overflow:hidden;
36     border-right: 2px solid #717171;
37     border-bottom: 2px solid #717171;
38     border-left: 1px solid #909090;
39     border-top: 1px solid #909090;
40 }
41
42 .GBpagediv2up {
43     background-color: rgb(234, 226, 205);
44     overflow:hidden;
45 }
46
47 /* search sidebar */
48 #GnuBookSearch {
49     border:1px solid black;
50     position:absolute;
51     background-color: #E6E4E1;
52     font-family: arial, sans-serif;
53 }
54
55 #GnuBookSearchResults {
56     background-color: #FCFCFC;
57     top: 25px;
58     bottom: 0px;
59     overflow:auto;    
60     position: absolute;
61     left: 0px;
62     right: 0px;    
63     font-family: arial, san-serif;
64     font-size: 0.85em; 
65     padding: 2px;
66 }
67
68 .GnuBookSearchHilite {
69     opacity: 0.20; 
70     filter: alpha(opacity = 20);
71     background-color: #00f;
72     position:absolute;
73 }
74
75 .GBpageform {
76     display: inline; 
77 }
78
79 .GBicon {
80     width: 24px;
81     height: 24px;
82     padding: 0px;
83     vertical-align: middle;
84     border: none;
85 }
86
87 /* footer stuff, from Rebecca's demo */
88 #GBfooter { 
89     position:absolute;
90     bottom: 1px;        /* ensure no vertical scroll bar in FF */
91     left: 0px;
92     /*width: 100%;*/    /* this causes horizontal scroll bar in FF */
93     right: 0px;
94     clear: both; 
95     color: #000000; 
96     padding: 0px 0px 0px 10px; 
97     background: #CCCCCC; 
98     height: 2em; 
99     line-height: 25px; 
100     vertical-align: middle; 
101     font-family: arial, sans-serif;
102     font-size: 12px;
103 }
104
105 .GBlogotype {
106     float:left;
107     font-weight: bold; 
108     height: 25px; 
109     line-height: 25px; 
110     vertical-align: middle; 
111 }
112
113 a.GBwhite                       { color: #fff }
114 a.GBwhite:hover                 { text-decoration: none; }
115 a.GBwhite:visited               { color: #fff }
116
117 a.GBblack           { color: #000000 }
118 a.GBblack:hover     { text-decoration: none; }
119 a.GBblack:visited   { color: #000000 }
120
121 .GBnavlinks {
122     float:right; 
123     padding: 0px 20px 0px 0px; 
124     margin: 0px; 
125     height: 25px; 
126     line-height: 25px; 
127     vertical-align: middle;
128 }
129
130 /* thumnbail view, from Rebecca's demo */
131 .GBpdstatus-footer {
132     position:absolute;
133     height: 65px;
134     bottom: 25px;
135     width: 100%;
136     background-color: #f8f8f8;
137     border-top: 1px solid #ccc; 
138     text-align: right; 
139     padding: 0px 0px 0px 0px; 
140 }
141
142 .GBwidgetlabel { 
143     color: #919070; 
144     padding: 8px 8px 4px 8px; 
145     font-family: verdana, arial, helvetica, sans-serif; 
146     font-size: 10px; 
147     float: left; 
148 }
149
150 .GBicon.logo { background: url(images/logo_base.png) no-repeat; }
151 .GBicon.zoom_out { background: url(images/zoom_out_base.png) no-repeat; }
152 .GBicon.zoom_in { background: url(images/zoom_in_base.png) no-repeat; }
153 .GBicon.script { background: url(images/one_page_mode_base.png) no-repeat; }
154 .GBicon.book_open { background: url(images/two_page_mode_base.png) no-repeat; }
155 .GBicon.page_code { background: url(images/embed_base.png) no-repeat; }
156 .GBicon.book_left { background: url(images/book_left_base.png) no-repeat; }
157 .GBicon.book_right { background: url(images/book_right_base.png) no-repeat; }
158 .GBicon.book_up { background: url(images/book_up_base.png) no-repeat; }
159 .GBicon.book_down { background: url(images/book_down_base.png) no-repeat; }
160
161 .GBicon.play { background: url(images/control_play_base.png) no-repeat; }
162 .GBicon.pause { background: url(images/control_pause_base.png) no-repeat; }