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