]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/css/layout.css
moved quick search to the side of the adv page, added TCN searches
[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 .classic_link { text-decoration: underline; color: black;}
27 .classic_link:visited { text-decoration: underline; color: black;}
28 .classic_link_col { text-decoration: underline; color: red;}
29
30 #adv_quick_search_sidebar { background-color: #E0F0E0; }
31
32
33
34 .encircled { border: 1px solid black; }
35
36 .light_border { border: 1px solid #E0E0E0; }
37
38 #main_table { border-collapse: collapse; width: 100%; height: 100%; }
39 #main_left_cell { height: 100%; width: 20%; vertical-align: top;margin: 0px; padding: 0px;}
40 #main_right_cell { height: 100%; width: 80%; vertical-align: top; margin: 0px; padding:0px;}
41
42
43 .canvas { min-height: 300px; }
44 #not_the_canvas {}
45
46 #canvas_main { min-height: 300px; padding-left: 6px; -moz-border-radius: 6px; padding-bottom: 10px; }
47 .non_canvas {  min-height: 300px; padding-left: 6px; -moz-border-radius: 6px;}
48
49
50 #loading_div { width: 100%;}
51
52
53 /* default to image size to avoid image stretching */
54 /*
55 .logo { height: 65px; width: 180px; }
56 */
57
58
59 .shadowed { background: #F0F0E0; }
60 .no_copies { background: #E0E0E0; }
61 .overdue_circ { border: 2px dashed #F0D0E0; }
62
63 /*
64 .org_tree { height: 500px; padding-left: 2px; padding-right: 2px; }            
65 */
66 .org_tree { padding-left: 2px; padding-right: 2px; }            
67 .org_link { padding-right: 15px; }
68 #org_link_container { margin-bottom: 5px; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; width: 100%; }
69 #left_div { float:left; width: 20%; }
70 #statusbar {}
71
72 #frontsearch_table { }
73 #frontsearch_table tr { margin: 6px; }
74
75 /* ---------------------------------------------------------------------- */
76 .sidebar_div { width: 100%; font-size: 9pt; margin-top: 12px; }
77 .sidebar_header { margin-top: 10px; padding-left: 3px; margin-right: 6px; }
78
79 .sidebar_extra_item { padding: 0px; margin-right: 8px;}
80 .side_bar_item { padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; margin-right: 8px; }
81
82 .sidebar_item_active { margin-right: 0px; }
83
84 .sidebar_chunk { width: 100%; }
85
86 /* ---------------------------------------------------------------------- */
87
88 #searchbar { margin-top: 18px; width: 100%; }
89 #searchbar table tr td {font-weight: bold; font-size: 8pt; }
90 #searchbar select, input { border-collapse: collapse; font-size: 9pt; }
91 .searchbar_item { margin: 3px; font-size: 9pt; } 
92 .searchbar_label_span { font-size: 9pt; }
93 #searchbar_table { border-collapse: collapse; }
94
95 .search_box_container { width: 240px; padding: 3px; }/* border: 1px solid #A0A0A0;' class='color_2'>*/
96
97
98 /* ---------------------------------------------------------------------- */
99 #login_box { width: 70%; padding: 5px;}
100 .login_text { margin-left: 8px; }
101
102 /* ---------------------------------------------------------------------- */
103 #result_table_div { text-align: left; width: 100%; }
104
105 #search_nav_links { width: 100%; }
106 #result_info_box { text-align: left; }
107 #next_prev_links { padding-left: 2px; padding-right: 2px; text-align: left;}
108 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
109
110 #next_prev_links_dead {padding-left: 5px; padding-right: 5px;}
111
112 #res_table { width: 100%; }
113
114 .result_table_pic_cell { width: 43px;}
115 .result_table_pic { height: 50px; width: 40px;  border: none;}
116 .result_table_pic_header { width: 43px; }
117
118 .result_table_row { text-align: left; width: 100%;}
119 .result_table_subtable { width: 100%; border-collapse: collapse; vertical-align: top;}
120 .result_table_subtbody { height: 100%; width: 100%; }
121 .result_table_title_cell { text-align: left; }
122
123 .copy_count_cell { width: 12%; vertical-align: middle; text-align: center; }
124 .copy_count_div { width:  4em; height: 99%; vertical-align: middle; text-align: center; }
125
126 .search_page_nav_link { margin-right: 5px; }
127
128 /* ---------------------------------------------------------------------- */
129
130 #rdetail_detail_main { width: 100%; }
131 #rdetail_details_table { padding-top: 10px; width: 100%; padding: 30px; border-collapse: collapse;}
132 .rdetail_header { padding: 3px; padding-left: 10px;}
133 .rdetail_desc { padding: 2px; padding-left: 2px; padding-right: 2px;}
134 .rdetail_item { width: 75%; padding-left: 10px; }
135 #rdetail_image { padding-right: 10px; }
136 #rdetail_copy_info_table { padding: 4px; width: 100%; border-collapse: collapse; }
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; -moz-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 { 
160         width: 12%; margin: 3px; padding: 3px; 
161         text-align: center; vertical-align: middle; 
162         border-bottom: 1px solid #808080; 
163         border: 1px solid #808080; }
164
165 .myopac_link_active { background: #E0F0E0; font-weight: 700;}
166 .myopac_table thead tr td { padding: 2px; font-weight: 500; border: 1px solid #808080;}
167 .myopac_table td { padding: 3px; }
168 .myopac_form_pic { width: 20px; height: 20px; }
169
170 .tips { padding: 2px; text-align: center; border: solid #E0E0E0 3px; -moz-border-radius: 3px; width: 99%; }
171
172 .holds_cell { border: 1px solid #E0E0E0; padding: 5px; width: 50%;}
173 .myopac_update_cell { border: 3px solid #E0E0E0; width:100%; padding-top: 4px; padding-bottom: 4px;}
174 .myopac_update_span { padding: 5px;}
175
176 #result_low_hits { border-top: 2px solid #A7EA9D }
177
178 .lowhits_div { width: 100%; border-top: 1px solid #E0E0E0; text-align: center; 
179         padding-top: 8px; padding-bottom: 8px; }
180
181 .rdetail_extras_div {
182         border-top: 3px solid #E0E0E0;margin-top: 3px; padding-top: 5px; width: 100%;}
183
184 .copy_info_region_row {
185         padding: 6px;
186         border: 2px solid #E0E0E0;
187         font-weight: 600;
188         /*background: #F0F0F0;*/
189 }
190
191 .rdetail_extras_td { padding-right: 15px; padding-left: 15px; border-right: 1px solid #888; }
192 .rdetail_extras_selected { background: #E0F0E0;} 
193 .rdetails_extra_links { border: 1px solid #808080; padding-right: 5px; padding-left: 5px; }
194
195
196 .cn_browse_item { height: 190px; }
197 .cn_browse_info { padding: 4px; border-bottom: 1px dashed #E0E0E0;}
198
199 .bookshelf {
200          /*background-image: url(http://10.4.0.10/woodgrain.jpeg);*/
201          /*
202          background-image: url(http://dev.gapines.org/opac/images/woodgrain.jpg);
203          background-repeat: repeat;
204          */
205          border-bottom: 1px solid black;
206 }
207
208 .cn_browse_loading { width: 95%; padding: 15px; text-align: center; background: #E0F0E0; }
209
210 .cn_browse_home_cn { border: 2px solid #E0F0E0; background: green; font-weight: 700;}
211
212 .rdetail_context_row { background: #F0E0E0; }
213
214