]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/skin/default/css/layout.css
LP#1205190: quiet some CSS Mozilla extensions warnings.
[working/Evergreen.git] / Open-ILS / web / opac / skin / default / css / layout.css
1 body { margin: 6px; }
2 body { background-color: white; }
3
4 .main_header    { width: 100%; }
5 .space                  { padding-right:5px; }
6 .vert_space             { padding-top: 82px; width: 100%;}
7 .right                  { position:absolute; right: 0px; }
8 .hide_me                        { display:none; visibility: hidden; }
9
10 table { border-collapse: collapse; }
11
12 /* generic CSS for a table with data */
13 .data_grid { font-weight: 500; border-collapse: collapse;}
14 .data_grid thead tr { }
15 .data_grid thead td { padding-right: 5px; padding-left: 5px;}
16 .data_grid tbody td { padding: 5px; }
17 .data_grid_center { text-align: center; }
18
19 .data_grid_nb { font-weight: 500; border-collapse: collapse;}
20 .data_grid_nb thead tr { color: #000000; }
21 .data_grid_nb thead td { padding-right: 5px; padding-left: 5px;}
22 .data_grid_nb tbody td { padding: 5px; }
23
24
25 .classic_link { text-decoration: underline; color: black;}
26 .classic_link:visited { text-decoration: underline; color: black;}
27 .classic_link_col { text-decoration: underline; color: red;}
28
29 .encircled { border: 1px solid black; }
30
31
32 .adv_quick_search { padding: 3px;}
33 .adv_quick_search_submit { padding: 3px;}
34
35 .overdue { color: red; font-weight: bold;}
36
37 #main_table { border-collapse: collapse; width: 100%;  }
38 #main_left_cell { width: 20%; vertical-align: top;margin: 0px; padding: 0px;}
39 #main_right_cell { width: 80%; vertical-align: top; margin: 0px; padding:0px;}
40
41
42 #content { min-height: 300px; }
43
44 .canvas {  min-height: 300px; padding-left: 4px; border-radius: 6px;}
45 #canvas_main { padding-bottom: 4px; }
46
47 #loading_div { width: 100%;}
48
49
50
51 .shadowed { background: #F0F0E0; }
52 .no_copies { background: #E0E0E0; }
53 .overdue_circ { border: 2px dashed #F0D0E0; }
54
55 .org_tree { padding-left: 2px; padding-right: 2px; }            
56 .org_link { padding-right: 15px; }
57 #org_link_container { margin-bottom: 5px; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; width: 100%; }
58 #left_div { float:left; width: 20%; }
59 #statusbar {}
60
61 #frontsearch_table { }
62 #frontsearch_table tr { margin: 6px; }
63
64 /* ---------------------------------------------------------------------- */
65 .sidebar_div { width: 100%; font-size: 9pt; margin-top: 12px; }
66 .sidebar_header { margin-top: 10px; padding-left: 3px; margin-right: 6px; }
67
68 .sidebar_extra_item { padding: 0px; margin-right: 8px;}
69 .side_bar_item { padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; margin-right: 8px; }
70
71 .sidebar_item_active { margin-right: 0px; }
72
73 .sidebar_chunk { width: 100%; }
74
75 /* ---------------------------------------------------------------------- */
76
77 table.authority-record { width: 48em; background-color: #ddd; margin: 1em; }
78 td.authority-record-right { width: 24em; }
79 td.authority-tag-label { font-style: italic; }
80 .authority-pager { margin: 1ex 0; }
81 .authority-count-holder { padding-left: 1em; font-weight: bold; }
82 a.authority-content { font-weight: bold; }
83
84 #searchbar { margin-top: 22px; width: 100%; }
85 #searchbar table tr td {font-weight: bold; font-size: 8pt; }
86 #searchbar select, input { border-collapse: collapse; font-size: 9pt; }
87 .searchbar_item { margin: 3px; font-size: 9pt; } 
88 .searchbar_label_span { font-size: 9pt; }
89 #searchbar_table { border-collapse: collapse; }
90
91 .search_box_container { width: 240px; padding: 3px; }/* border: 1px solid #A0A0A0;' class='color_2'>*/
92 #search_box { width: 260px; }
93
94
95 /* ---------------------------------------------------------------------- */
96 #login_box { width: 70%; padding: 5px;}
97 .login_text { margin-left: 8px; }
98
99 /* ---------------------------------------------------------------------- */
100 #result_table_div { text-align: left; width: 100%; }
101
102 #search_nav_links { width: 100%; }
103 #result_info_box { text-align: left; }
104 #next_prev_links { padding-left: 2px; padding-right: 2px; text-align: left;}
105 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
106
107 #next_prev_links_dead {padding-left: 5px; padding-right: 5px;}
108
109 #res_table { width: 100%; }
110
111 .result_table_pic_cell { width: 43px;}
112 .result_table_pic { height: 50px; width: 40px;  border: none;}
113 .result_table_pic_header { width: 43px; }
114
115 .result_table_row { text-align: left; width: 100%;}
116 .result_table_subtable { width: 100%; border-collapse: collapse; vertical-align: top;}
117 .result_table_subtbody { height: 100%; width: 100%; }
118 .result_table_title_cell { text-align: left; }
119
120 .copy_count_cell { width: 12%; vertical-align: middle; text-align: center; }
121 .copy_count_div { width:  4em; height: 99%; vertical-align: middle; text-align: center; }
122
123 .search_page_nav_link { margin-right: 5px; }
124
125 .np_nav_link { margin-right: 5px; }
126
127 /* ---------------------------------------------------------------------- */
128
129 #rdetail_detail_main { width: 100%; }
130 #rdetail_details_table { padding-top: 10px; width: 100%; padding: 30px; border-collapse: collapse;}
131 .rdetail_header { padding: 3px; padding-left: 10px;}
132 .rdetail_desc { padding: 2px; padding-left: 2px; padding-right: 2px;}
133 .rdetail_item { width: 75%; padding-left: 10px; }
134 #rdetail_image { padding-right: 10px; }
135 #rdetail_copy_info_table { padding: 4px; width: 100%; border-collapse: collapse; font-size: 8pt; }
136 #rdetail_copy_info_table td { padding: 3px; }
137 .rdetail_copy_info_header_cell { padding: 2px; }
138 .rdetail_copy_count_cell { text-align: center; }
139
140
141 .tor_pic { width: 17px; height: 17px; border: none;}
142
143 .dim2_border { border: 1px solid #F06000; border-radius: 3px;}
144
145 .dim2 { 
146         filter:alpha(opacity=50); 
147         -moz-opacity:0.5; 
148         opacity: 0.5; 
149         text-decoration: none; }
150
151 .dim { 
152         filter:alpha(opacity=10); 
153         -moz-opacity:0.1; 
154         opacity: 0.1; 
155         text-decoration: none; }
156
157 /* ---------------------------------------------------------------------- */
158
159 .myopac_link { width: 12%; margin: 3px; padding: 3px; text-align: center; vertical-align: middle;  }
160 .myopac_link_active { font-weight: 700;}
161 .myopac_table thead tr td { padding: 2px; font-weight: 500; border: 1px solid #808080;}
162 .myopac_table td { padding: 3px; }
163 .myopac_form_pic { width: 20px; height: 20px; }
164
165 .tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; border-radius: 3px; width: 99%; }
166
167 .holds_cell { border: 1px solid #E0E0E0; padding: 5px; width: 50%;}
168 .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;}
169 .myopac_update_span { padding: 5px;}
170
171 .lowhits_div { width: 100%; border-top: 1px solid #E0E0E0; text-align: center; 
172         padding-top: 8px; padding-bottom: 8px; }
173
174 .rdetail_extras_div {
175         border-top: 3px solid #E0E0E0;margin-top: 3px; padding-top: 5px; width: 100%;}
176
177 .copy_info_region_row {
178         padding: 6px;
179         border: 2px solid #E0E0E0;
180         font-weight: 600;
181 }
182
183 .rdetail_extras_td { padding-right: 15px; padding-left: 15px; border-right: 1px solid #888; }
184 .rdetails_extra_links { border: 1px solid #808080; padding-right: 5px; padding-left: 5px; }
185
186
187 .cn_browse_item { height: 190px; }
188 .cn_browse_info { padding: 4px; border-bottom: 1px dashed #E0E0E0;}
189
190 .bookshelf {
191          /*background-image: url(http://10.4.0.10/woodgrain.jpeg);*/
192          /*
193          background-image: url(http://dev.gapines.org/opac/images/woodgrain.jpg);
194          background-repeat: repeat;
195          */
196          border-bottom: 1px solid black;
197 }
198
199 .cn_browse_loading { width: 95%; padding: 15px; text-align: center; background: #E0F0E0; }
200
201 .cn_browse_home_cn { border: 2px solid #E0F0E0; background: green; font-weight: 700;}
202
203 .rdetail_context_row { background: #F0E0E0; }
204
205 .unadorned_link { text-decoration: none; vertical-align: bottom; }
206
207
208 /* ie does not support disabling <option> elements */
209 .disabled_option { color: #808080; }
210
211 .copy_more_info { padding-left: 6px; color: #804070; }
212
213 .invalid_hold { background: #F0F0D0; }
214 .myopac_summary_table td { padding : 3px; }
215
216 .jacket_attrib { font-size: 7pt; }
217
218 /* block that contains footer links and copyright */
219 #copyright_block { 
220     width: 100%; 
221     text-align: center; 
222     vertical-align: bottom; 
223     margin-top: 10px;
224 }
225
226 /* block that contains the footer links */
227 #footer_links {
228     width: 80%;
229     text-align: center;
230     padding: 10px;
231     margin: auto;
232 }
233
234 /* span for each link in the footer */
235 .footer-link {
236     margin-left: 10px;
237     margin-right: 10px;
238 }
239
240 /* block that contains the copyright text */
241 #copyright_text {
242     margin-top: 4px;
243 }
244
245 /* block that contains the logo */
246 #footer_logo {
247     text-align: center;
248     margin: auto;
249 }
250
251 #opac.result.sort { margin-left: 5px; }
252
253 #xul_recipient_me { margin-left: 25px; }
254 #myopac_holds_thaw_date_form {padding: 10px; text-align: center;}
255 #myopac_holds_freeze_select_thaw {margin-right: 100px; margin-left: 100px; }
256
257 tr[name="myopac_invalid_addr_row"] td {
258     background:#e0e0e0;
259     color:red;
260 }
261
262 /* Table of contents layout */
263 td.toc_label { text-align: right; }
264 td.toc_title { text-align: left; padding-left: 1em; padding-right: 2em; }
265 td.toc_page { text-align: right; }
266
267 .oils_AS { font-weight: bold; color: #c00; }
268 .oils_AS_match_term { text-align: left; color: #000; }
269 .oils_AS_match_field {
270     font-size: 75%; padding: 0.65em 0;
271     text-align: right; color: #666;
272 }