]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/opac_main.css
more style updates
[Evergreen.git] / Evergreen / css / opac / opac_main.css
1 body {
2         font-family: Helvetica, Arial, Tahoma, sans-serif;
3         /*font: .76em; */
4 /*      background: #FFF;*/
5 }
6
7 .text_link_div {
8         font-size: small;
9         padding: 2px;
10 }
11
12 div {
13         font-size: small;
14         /*border: 1px solid black;  */
15 }
16
17 .text {
18         font-size: small;
19 }
20
21 td {
22         font-size: small;
23 }
24
25 a {
26         color: black;
27         text-decoration: none;
28 }
29
30 a:visited {
31         color: black;
32         text-decoration: none;
33 }
34
35
36 a:hover {
37         color: blue;
38         text-decoration: underline;
39         /*background: #FFC;*/
40 }
41
42
43 table { border-collapse: collapse; }
44
45 .hidden { visibility:hidden; display:none; }
46
47 .visible { visibility:visible; display:inline; }
48
49
50 .vert_div { width: 5%; height: 100%;  float: left;}
51
52 /* generic blank line */
53 .line_div { width: 100%; height: 5px; }
54 .small_line_div { width: 100%; height: 2px; }
55 .big_line_div { width: 100%; height: 10px; }
56
57 .color_red      { color: #603; }
58 .color_blue { color: darkblue; }
59
60  
61
62 /*.mr_result_row_a { background: #CCF; } */
63
64 .next_prev_table_div {
65         -moz-border-radius: 25px;
66         background: #603;
67         width: 100%;
68         position: absolute;
69         bottom: 10px;
70 }
71
72
73 .next_last_buttons {
74         -moz-border-radius: 25px;
75         background: #CCF;
76    position: relative;  
77         color: #603;
78    width: 50%; 
79 }
80
81
82
83
84 .choice_activated { background: #FEE; }
85
86 .status_bar {
87         background: #CCF;
88         width: 100%;
89         right: 0px;
90         left: 0px;
91 }
92
93
94
95 .hide_me {
96         visibility: hidden;
97         display: none;
98 }
99
100 .show_me {
101         visibility: visible;
102         display: block;
103 }
104
105
106 .no_border_body {
107         border: none;
108 }
109
110 #page_trail {
111         vertical-align: middle;
112         float:left;
113 }
114
115 .page_trail_word {
116         text-decoration: underline;
117         float:left;
118         padding-right: 4px;
119 }
120 .page_trail_word_inactive {
121         text-decoration: none;
122 }
123
124 .page_trail_divider {
125         float:left;
126         padding-right: 4px;
127 }