]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/record_result.css
*** empty log message ***
[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 }
24
25 .record_result_cell { 
26         vertical-align: top;
27         width: 100%;
28 }
29
30 /* we hold a single title, author, etc. */
31 .record_result_row_box { width: 100%;}
32 .record_result_row_table{ width: 100%; }
33
34 /* we hold a title, copy count */
35 .record_result_title_row_box    { width: 100%;}
36 .record_result_title_box                { width: 90%; }
37 .record_result_copy_count_box { width: 8%;}
38
39 .record_result_xul_button_box { 
40         width: 100%;    
41         text-align: left;
42 }
43
44 /* we hold the author */
45 .record_result_author_box               { 
46         width: 100%; 
47         text-align: left; 
48         vertical-align:top;
49         padding-left: 20px;
50 }
51
52 /* style the odd and even results */
53 .result_odd {}
54 .result_even { background: #CCF; border: 2px solid #CCF; }
55
56 .record_sidebar_wrapper_box { 
57         width: 200px;
58         margin-left: 10px;
59 }
60
61 /*
62 .record_sidebar_cell {
63         width: 30%;
64 }
65 */
66
67 .record_sidebar_box { 
68         margin-left: 10px;
69         padding: 2px;
70 }
71
72
73 .record_sidebar_content_box {
74         /*-moz-border-radius: 10px;*/
75         border: 2px dashed #99C;
76         font-size: 95%;
77         padding: 2px;
78 }
79
80 .sidebar_label {
81         background: #FCC;
82 }
83
84
85 .record_next_prev_links_box {
86         width: 100%;
87         -moz-border-radius: 10px;
88 }
89
90 .record_prev_button {
91         -moz-border-radius: 10px;
92         background: #99C;
93         width: 32%;
94         float: left;
95         text-align: center;
96         border: 2px solid #666666;
97 }
98
99
100 .record_next_button {
101         -moz-border-radius: 10px;
102         background: #99C;
103         width: 32%;
104         float: right;
105         text-align: center;
106         border: 2px solid grey;
107 }
108
109
110 .record_sidebar_wrapper_visible {
111         visibility: visible;
112         display: block;
113 }
114
115 .record_sidebar_wrapper_hidden {
116         visibility: hidden;
117         display: none;
118 }
119
120 .hit_count_cell { 
121         padding-left: 10px;
122 }
123
124 .copy_count_cell {
125         vertical-align: middle;
126         text-align: center;
127 }
128
129 .record_result_thead_header{ 
130         padding: 5px;
131         text-align: center;
132         font-weight: bold;
133 }
134
135 .record_context_menu_box {
136         background: #FFF;
137         border: 1px solid black;
138         border-style: outset;
139         font-weight: bold;
140         width: 100px;
141         z-index: 2;
142         position:absolute;
143         top: 100px;
144         left: 200px;
145 }
146
147 .sidebar_box {
148 /*width: 400px;*/
149 }
150
151
152 .relevance_box {
153         width: 43px;
154         border: 1px solid black;
155         height: 5px;
156 }
157
158 .relevance {
159         height: 100%;
160         background: green;
161         font-size: .1em;
162 }
163
164