]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/record_result.css
aaahhhh, demo
[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_box { 
57         vertical-align: top;
58         width: 200px;
59 }
60
61
62
63 .record_next_button {
64 }
65
66 .record_next_button_inactive {
67         color: #888;
68 }
69
70 .record_next_button_inactive:hover {
71         text-decoration: none;
72         color: #888;
73 }
74
75 .record_next_button_inactive:active {
76         text-decoration: none;
77         color: #888;
78 }
79
80 .record_next_button_inactive:visited {
81         text-decoration: none;
82         color: #888;
83 }
84
85 .record_next_button_active {
86         text-decoration: underline;
87 }
88
89
90 .hit_count_cell { 
91         padding-left: 2px;
92         font-weight: bold;
93 }
94
95 .copy_count_cell {
96         vertical-align: middle;
97         text-align: center;
98 }
99
100 .record_result_thead_header{ 
101         padding: 5px;
102         text-align: center;
103         font-weight: bold;
104 }
105
106 .record_context_menu_box {
107         background: #FFF;
108         border: 1px solid black;
109         border-style: outset;
110         font-weight: bold;
111         width: 100px;
112         z-index: 2;
113         position:absolute;
114         top: 100px;
115         left: 200px;
116 }
117
118
119 .relevance_box {
120         width: 43px;
121         border: 1px solid black;
122         height: 5px;
123 }
124
125 .relevance {
126         height: 100%;
127         background: green;
128         font-size: .1em;
129 }
130
131