]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/css/layout.css
added some style for overdue dates, etc.
[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 /*
11 input:focus:not(.invalid_value) { background: #E0F0E0; color: darkblue;}
12 */
13 input:focus { background: #E0F0E0; color: darkblue;}
14 /*select:focus { background: #E0F0E0; color: darkblue;}*/ /* this was causing strange behavior */
15 a:focus { background: #E0F0E0; color: darkblue;}
16
17 table { border-collapse: collapse; }
18
19 /* generic CSS for a table with data */
20 .data_grid { font-weight: 500; border-collapse: collapse;}
21 .data_grid thead tr { background: #E0F0E0; color: #000000; }
22 .data_grid thead td { border: 1px solid #808080; padding-right: 5px; padding-left: 5px;}
23 .data_grid tbody td { border: 1px solid #E0E0E0; padding: 5px; }
24 .data_grid_center { text-align: center; }
25
26 .data_grid_nb { font-weight: 500; border-collapse: collapse;}
27 .data_grid_nb thead tr { background: #E0F0E0; color: #000000; }
28 .data_grid_nb thead td { border: none; padding-right: 5px; padding-left: 5px;}
29 .data_grid_nb tbody td { border: none; padding: 5px; }
30
31
32 .classic_link { text-decoration: underline; color: black;}
33 .classic_link:visited { text-decoration: underline; color: black;}
34 .classic_link_col { text-decoration: underline; color: red;}
35
36 .adv_quick_search { background-color: #E0F0E0; padding: 3px;}
37 /*
38 .adv_quick_search_submit { background-color: #F0E0E0; padding: 3px;}
39 */
40 .adv_quick_search_submit { border-bottom: 3px solid #A0A0A0; padding: 3px;}
41
42 .encircled { border: 1px solid black; }
43
44 .light_border { border: 1px solid #E0E0E0; }
45
46 /*.overdue { color: red; font-size: 110%; background: #F0F0E0; }*/
47 .overdue { color: red; font-weight: bold;}
48
49 /*
50 #main_table { border-collapse: collapse; width: 100%; height: 100%; }
51 #main_left_cell { height: 100%; width: 20%; vertical-align: top;margin: 0px; padding: 0px;}
52 #main_right_cell { height: 100%; width: 80%; vertical-align: top; margin: 0px; padding:0px;}
53 */
54
55 #main_table { border-collapse: collapse; width: 100%;  }
56 #main_left_cell { width: 20%; vertical-align: top;margin: 0px; padding: 0px;}
57 #main_right_cell { width: 80%; vertical-align: top; margin: 0px; padding:0px;}
58
59
60 .canvas { min-height: 300px; }
61 #not_the_canvas {}
62
63 #canvas_main { min-height: 300px; padding-left: 4px; -moz-border-radius: 6px; padding-bottom: 4px; }
64 .non_canvas {  min-height: 300px; padding-left: 4px; -moz-border-radius: 6px;}
65
66
67 #loading_div { width: 100%;}
68
69
70 /* default to image size to avoid image stretching */
71 /*
72 .logo { height: 65px; width: 180px; }
73 */
74
75
76 .shadowed { background: #F0F0E0; }
77 .no_copies { background: #E0E0E0; }
78 .overdue_circ { border: 2px dashed #F0D0E0; }
79
80 /*
81 .org_tree { height: 500px; padding-left: 2px; padding-right: 2px; }            
82 */
83 .org_tree { padding-left: 2px; padding-right: 2px; }            
84 .org_link { padding-right: 15px; }
85 #org_link_container { margin-bottom: 5px; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; width: 100%; }
86 #left_div { float:left; width: 20%; }
87 #statusbar {}
88
89 #frontsearch_table { }
90 #frontsearch_table tr { margin: 6px; }
91
92 /* ---------------------------------------------------------------------- */
93 .sidebar_div { width: 100%; font-size: 9pt; margin-top: 12px; }
94 .sidebar_header { margin-top: 10px; padding-left: 3px; margin-right: 6px; }
95
96 .sidebar_extra_item { padding: 0px; margin-right: 8px;}
97 .side_bar_item { padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; margin-right: 8px; }
98
99 .sidebar_item_active { margin-right: 0px; }
100
101 .sidebar_chunk { width: 100%; }
102
103 /* ---------------------------------------------------------------------- */
104
105 #searchbar { margin-top: 18px; width: 100%; }
106 #searchbar table tr td {font-weight: bold; font-size: 8pt; }
107 #searchbar select, input { border-collapse: collapse; font-size: 9pt; }
108 .searchbar_item { margin: 3px; font-size: 9pt; } 
109 .searchbar_label_span { font-size: 9pt; }
110 #searchbar_table { border-collapse: collapse; }
111
112 .search_box_container { width: 240px; padding: 3px; }/* border: 1px solid #A0A0A0;' class='color_2'>*/
113
114
115 /* ---------------------------------------------------------------------- */
116 #login_box { width: 70%; padding: 5px;}
117 .login_text { margin-left: 8px; }
118
119 /* ---------------------------------------------------------------------- */
120 #result_table_div { text-align: left; width: 100%; }
121
122 #search_nav_links { width: 100%; }
123 #result_info_box { text-align: left; }
124 #next_prev_links { padding-left: 2px; padding-right: 2px; text-align: left;}
125 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
126
127 #next_prev_links_dead {padding-left: 5px; padding-right: 5px;}
128
129 #res_table { width: 100%; }
130
131 .result_table_pic_cell { width: 43px;}
132 .result_table_pic { height: 50px; width: 40px;  border: none;}
133 .result_table_pic_header { width: 43px; }
134
135 .result_table_row { text-align: left; width: 100%;}
136 .result_table_subtable { width: 100%; border-collapse: collapse; vertical-align: top;}
137 .result_table_subtbody { height: 100%; width: 100%; }
138 .result_table_title_cell { text-align: left; }
139
140 .copy_count_cell { width: 12%; vertical-align: middle; text-align: center; }
141 .copy_count_div { width:  4em; height: 99%; vertical-align: middle; text-align: center; }
142
143 .search_page_nav_link { margin-right: 5px; }
144
145 .np_nav_link { margin-right: 5px; }
146
147 /* ---------------------------------------------------------------------- */
148
149 #rdetail_detail_main { width: 100%; }
150 #rdetail_details_table { padding-top: 10px; width: 100%; padding: 30px; border-collapse: collapse;}
151 .rdetail_header { padding: 3px; padding-left: 10px;}
152 .rdetail_desc { padding: 2px; padding-left: 2px; padding-right: 2px;}
153 .rdetail_item { width: 75%; padding-left: 10px; }
154 #rdetail_image { padding-right: 10px; }
155 #rdetail_copy_info_table { padding: 4px; width: 100%; border-collapse: collapse; }
156 .rdetail_copy_info_header_cell { padding: 2px; }
157 .rdetail_copy_count_cell { text-align: center; }
158
159
160 .tor_pic { width: 17px; height: 17px; border: none;}
161
162 .dim2_border { border: 1px solid #F06000; -moz-border-radius: 3px;}
163
164 .dim2 { 
165         filter:alpha(opacity=50); 
166         -moz-opacity:0.5; 
167         opacity: 0.5; 
168         text-decoration: none; }
169
170 .dim { 
171         filter:alpha(opacity=10); 
172         -moz-opacity:0.1; 
173         opacity: 0.1; 
174         text-decoration: none; }
175
176 /* ---------------------------------------------------------------------- */
177
178 .myopac_link { 
179         width: 12%; margin: 3px; padding: 3px; 
180         text-align: center; vertical-align: middle; 
181         border-bottom: 1px solid #808080; 
182         border: 1px solid #808080; }
183
184 .myopac_link_active { background: #E0F0E0; font-weight: 700;}
185 .myopac_table thead tr td { padding: 2px; font-weight: 500; border: 1px solid #808080;}
186 .myopac_table td { padding: 3px; }
187 .myopac_form_pic { width: 20px; height: 20px; }
188
189 .tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; -moz-border-radius: 3px; width: 99%; }
190
191 .holds_cell { border: 1px solid #E0E0E0; padding: 5px; width: 50%;}
192 .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;}
193 .myopac_update_span { padding: 5px;}
194
195 #result_low_hits { border-top: 2px solid #A7EA9D }
196
197 .lowhits_div { width: 100%; border-top: 1px solid #E0E0E0; text-align: center; 
198         padding-top: 8px; padding-bottom: 8px; }
199
200 .rdetail_extras_div {
201         border-top: 3px solid #E0E0E0;margin-top: 3px; padding-top: 5px; width: 100%;}
202
203 .copy_info_region_row {
204         padding: 6px;
205         border: 2px solid #E0E0E0;
206         font-weight: 600;
207         /*background: #F0F0F0;*/
208 }
209
210 .rdetail_extras_td { padding-right: 15px; padding-left: 15px; border-right: 1px solid #888; }
211 .rdetail_extras_selected { background: #E0F0E0;} 
212 .rdetails_extra_links { border: 1px solid #808080; padding-right: 5px; padding-left: 5px; }
213
214
215 .cn_browse_item { height: 190px; }
216 .cn_browse_info { padding: 4px; border-bottom: 1px dashed #E0E0E0;}
217
218 .bookshelf {
219          /*background-image: url(http://10.4.0.10/woodgrain.jpeg);*/
220          /*
221          background-image: url(http://dev.gapines.org/opac/images/woodgrain.jpg);
222          background-repeat: repeat;
223          */
224          border-bottom: 1px solid black;
225 }
226
227 .cn_browse_loading { width: 95%; padding: 15px; text-align: center; background: #E0F0E0; }
228
229 .cn_browse_home_cn { border: 2px solid #E0F0E0; background: green; font-weight: 700;}
230
231 .rdetail_context_row { background: #F0E0E0; }
232
233 .unadorned_link { text-decoration: none; vertical-align: bottom; }
234
235
236 /* ie does not support disabling <option> elements */
237 .disabled_option { color: #808080; }
238
239 .copy_more_info { padding-left: 6px; color: #804070; }
240
241
242 .invalid_hold { background: #F0F0D0; }
243 .myopac_summary_table td { padding : 3px; }