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