]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/record_result.css
0cd256b8bd2167b1467e509384ec566132624afb
[Evergreen.git] / Evergreen / css / opac / record_result.css
1 /* ----------------------------------------------------------- */
2 /* Result Page Enclosures */
3
4 .xul {
5         background: #669;
6 }
7
8
9 /* main wrapper box */
10 #record_result_top_box { 
11         width: 99%; 
12         height: 80%;
13         border: 3px solid green;
14 }
15
16 /* we hold the title, author info rows*/
17 #record_result_box { 
18         width: 100%;
19 }
20
21 .big_ol_box {
22         width: 100%;
23         background: #FFF;
24 }
25
26 .record_result_cell { 
27         vertical-align: top;
28         width: 100%;
29 }
30
31 /* we hold a single title, author, etc. */
32 .record_result_row_box { width: 100%;}
33 .record_result_row_table{ width: 100%; }
34
35 /* we hold a title, copy count */
36 .record_result_title_row_box    { 
37         width: 100%;
38 }
39 .record_result_title_box                { 
40         width: 90%; 
41         vertical-align: top;
42         font-weight: 500;
43         font-size: .90em;
44         padding-top: 3px;
45 }
46
47 .record_result_copy_count_box { width: 8%;}
48
49 .record_result_xul_button_box { 
50         width: 100%;    
51         text-align: left;
52 }
53
54 /* we hold the author */
55 .record_result_author_box               { 
56         width: 100%; 
57         text-align: left; 
58         vertical-align:top;
59         padding-left: 20px;
60         vertical-align: top;
61         font-size: 80%;
62 }
63
64 /* style the odd and even results */
65 .result_odd {}
66 /*.result_even { background:#EEF;}*/
67
68 #record_sidebar_box { 
69         vertical-align: top;
70         width: 200px;
71 }
72
73
74
75 .record_next_button {
76 }
77
78 .record_next_button_inactive {
79         color: #888;
80 }
81
82 .record_next_button_inactive:hover {
83         text-decoration: none;
84         color: #888;
85 }
86
87 .record_next_button_inactive:active {
88         text-decoration: none;
89         color: #888;
90 }
91
92 .record_next_button_inactive:visited {
93         text-decoration: none;
94         color: #888;
95 }
96
97 .record_next_button_active {
98         text-decoration: underline;
99 }
100
101
102 .hit_count_cell { 
103         padding-left: 2px;
104         font-weight: bold;
105         float:left;
106         text-align: left;
107         padding-right: 5px;
108         border-right: 2px solid lightgrey;
109 }
110
111 .copy_count_cell {
112         vertical-align: middle;
113         text-align: center;
114         /*border-bottom: 1px solid #FFF;*/
115         border-bottom: 1px dashed #99C;
116 }
117
118 .record_result_thead_header{ 
119         padding: 5px;
120         text-align: center;
121         font-weight: bold;
122 }
123
124 .record_context_menu_box {
125         background: #FFF;
126         border: 1px solid black;
127         border-style: outset;
128         font-weight: bold;
129         width: 100px;
130         z-index: 2;
131         position:absolute;
132         top: 100px;
133         left: 200px;
134 }
135
136
137 .relevance_box {
138         border: 1px solid #556644;
139         float: right;
140                          /*
141         background: lightgreen;
142         */
143         background: #445533;
144         height: 36px;
145         width: 4px;
146 }
147
148 .relevance {
149         width: 100%;
150         font-size: .1em;
151         /*background: #EFE;*/
152         background: #EFF;
153 }
154
155 .record_image {
156         float: left;
157 }
158
159 .record_image_cell {
160         vertical-align: top;
161 }
162
163 .record_misc_cell {
164         border-bottom: 1px dashed #99C;
165         padding-bottom: 3px;
166 }
167
168 .record_resource_pic {
169         margin-right: 3px;
170 }
171
172 .record_resource_div {
173         width: 20px;
174         border-collapse: collapse;
175         float:left;
176         border-left: 1px dotted #CCF;
177         height: 20px;
178 }
179
180
181 .record_title_row {
182 }
183
184 .record_misc_row {
185         padding-bottom: 4px;
186         /*border-bottom: 1px dashed #99C;*/
187 }
188
189 .hit_count_selector_div {
190         text-align: right;
191         width: 95%;
192         margin: 3px;
193         border: 1px solid lightgrey;
194         height: 1.3em;
195 }
196
197 .record_image_big {
198         z-index: 10;
199         position: absolute;
200 }
201
202 .record_box_descriptor {
203         font-weight: bold;
204         text-align: center;
205 }