]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/record_result.css
ab12cc2d905f34e2cdb251c437592e171f63a7aa
[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 }
107
108 .copy_count_cell {
109         vertical-align: middle;
110         text-align: center;
111         border-bottom: 1px solid #FFF;
112 }
113
114 .record_result_thead_header{ 
115         padding: 5px;
116         text-align: center;
117         font-weight: bold;
118 }
119
120 .record_context_menu_box {
121         background: #FFF;
122         border: 1px solid black;
123         border-style: outset;
124         font-weight: bold;
125         width: 100px;
126         z-index: 2;
127         position:absolute;
128         top: 100px;
129         left: 200px;
130 }
131
132
133 .relevance_box {
134         border: 1px solid lightgreen;
135         float: right;
136         background: lightgreen;
137         height: 36px;
138         width: 4px;
139 }
140
141 .relevance {
142         width: 100%;
143         font-size: .1em;
144         background: #EFE;
145 }
146
147 .record_image {
148         float: left;
149 }
150
151 .record_image_cell {
152         vertical-align: top;
153 }
154
155 .record_misc_cell {
156         border-bottom: 1px dashed #99C;
157         padding-bottom: 3px;
158 }
159
160 .record_resource_pic {
161         margin-right: 3px;
162 }
163
164 .record_resource_div {
165         width: 20px;
166         border-collapse: collapse;
167         float:left;
168         border-left: 1px dotted #CCF;
169         height: 20px;
170 }
171
172
173 .record_title_row {
174 }
175
176 .record_misc_row {
177         padding-bottom: 4px;
178 }
179
180 .hit_count_selector_div {
181         text-align: right;
182         width: 100%;
183         margin: 3px;
184 }
185
186 .record_image_big {
187         z-index: 10;
188         position: absolute;
189 }
190
191 .record_box_descriptor {
192         font-weight: bold;
193         text-align: center;
194 }