]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/css/opac/opac.css
95fc2b053e42bb7f7284f9eb08595d7c6227d742
[working/Evergreen.git] / Open-ILS / css / opac / opac.css
1 body                            { font-family: Helvetica, Arial, Tahoma, sans-serif; font-size: 75%; } 
2 body a                  { color: black; }
3 body a:visited { color: black; }
4 body a:hover    { color: red; text-decoration: underline;}
5 body table              { font-size: inherit; }
6
7 .main_header    { width: 100%; }
8 .space                  { padding-right:5px; }
9 .vert_space             { padding-top: 82px; width: 100%;}
10 .right                  { position:absolute; right: 0px; }
11 .hide_me                        {display:none; visibility: hidden;}
12 .show_me                        {display:block; visibility: visible;}
13 .show_me_inline {display:inline; visibility: visible;}
14
15 /* Our color scheme */
16
17 .color_1 { background: #A7EA9D; color: #000000; }
18 .color_2 { background: #64EA4F; color: #000000; }
19 .color_3 { background: #D8B4BE; color: #000000; }
20
21 /* ---------------------------------------------------------------------- */
22 .canvas { float:right; width: 80%; text-align: left;}
23 #loading_div { width: 100%;}
24
25 .logo { height: 80px; width: 200px; position: absolute; top: 0px; left: 0px; }
26
27 .org_tree { height: 500px; padding-left: 2px; padding-right: 2px;
28                                    overflow:-moz-scrollbars-vertical; overflow-y:scroll; overflow-x:hidden; }            
29
30 .org_link { font-size: 92%; padding-right: 15px; }
31 #org_link_container { margin-bottom: 5px; padding-left: 4px; padding-bottom: 3px; padding-top: 3px; width 100%; }
32
33 /* ---------------------------------------------------------------------- */
34 .sidebar_div { float: left; width: 19%; }
35 .side_bar_item { padding-left: 15px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; }
36 .sidebar_chunk {border-right: 1px solid lightgrey; margin-bottom: 2px;}
37 .sidebar_extra_item { font-size: 95%; padding: 3px; }
38 .sidebar_extra_link { text-decoration: none; }
39 .sidebar_header { margin-top: 10px; padding-left: 3px; }
40
41 /* ---------------------------------------------------------------------- */
42 #searchbar { position: absolute; text-align: right; top: 2px; right: 3px; }
43
44 #searchbar_tag_on { color: red; }
45
46 .searchbar_item { text-align: center; color: black; padding: 3px; } 
47
48 .searchbar_tag { font-size: 90%; text-align: right;  
49         padding-left: 5px; padding-right: 5px; padding-bottom: 3px; } 
50
51 #searchbar_main { text-align: right; 
52         padding-top: 2px; padding-bottom: 3px; padding-right: 2px; padding-left: 3px; }
53
54 .searchbar_extra_td { padding-top: 10px; }
55 #searchbar_table { border-collapse: collapse; }
56
57 /* ---------------------------------------------------------------------- */
58 #login_box { border-top: 1px solid #808080; 
59         border-bottom: 1px solid #808080; width: 60%; padding: 5px;}
60
61 .login_text { margin-left: 8px; }
62
63 /* ---------------------------------------------------------------------- */
64 #result_table_div { text-align: left; width: 100%; }
65
66 #search_nav_links { width: 100%; }
67 #result_info_box { text-align: left; }
68 #next_prev_links { text-align: right; padding-left: 2px; padding-right: 2px;}
69 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
70
71 #offset_start { font-weight: 600; }
72 #offset_end { font-weight: 600; }
73 #result_count { font-weight: 600; } 
74
75 #next_prev_links_dead { color: #808080; text-decoration: 
76         none;padding-left: 5px; padding-right: 5px; color: #808080;}
77
78 .nav_link_active { text-decoration: underline; font-weight: 600;}
79
80 #res_table { width: 100%; }
81
82 .search_link { text-decoration: none; }
83
84 .result_table_pic_cell { width: 43px;}
85 .result_table_pic { height: 50px; width: 40px; }
86 .result_table_pic_header { width: 43px; }
87
88 .result_table_row { text-align: left; }
89 .result_table_subtable { width: 100%; border-top: 1px solid #E0E0E0; border-collapse: collapse;}
90 .result_table_subtbody { height: 100%; width: 100%; }
91 .result_table_title_cell { text-align: left; }
92
93 .copy_count_cell { font-size: 80%; width: 8%; text-align: center; padding: 0px; margin: 0px;}
94 .copy_count_cell_even { border: 1px solid #E0E0E0; }
95
96 .search_page_nav_link { margin-right: 5px; }
97
98 /* ---------------------------------------------------------------------- */
99
100