]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/css/opac/opac.css
more web work
[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: 85px; 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;}
37 .sidebar_extra_item { font-size: 90%; padding: 3px; }
38
39 /* ---------------------------------------------------------------------- */
40 #searchbar { position: absolute; text-align: right; top: 2px; right: 3px; }
41
42 #searchbar_tag_on { color: red; }
43
44 .searchbar_item { text-align: center; color: black; padding: 3px; } 
45
46 .searchbar_tag { font-size: 90%; text-align: right;  
47         padding-left: 5px; padding-right: 5px; padding-bottom: 3px; } 
48
49 #searchbar_main { text-align: right; 
50         padding-top: 2px; padding-bottom: 3px; padding-right: 2px; padding-left: 3px; }
51
52 .searchbar_extra_td { padding-top: 10px; }
53 #searchbar_table { border-collapse: collapse; }
54
55 /* ---------------------------------------------------------------------- */
56 #login_box { border-top: 1px solid #808080; 
57         border-bottom: 1px solid #808080; width: 60%; padding: 5px;}
58
59 .login_text { margin-left: 8px; }
60
61 /* ---------------------------------------------------------------------- */
62 #result_table_div { text-align: left; width: 100%; }
63
64 #search_nav_links { width: 100%; }
65 #result_info_box { text-align: left; }
66 #next_prev_links { text-align: right; padding-left: 2px; padding-right: 2px;}
67 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
68
69 #offset_start { font-weight: 600; }
70 #offset_end { font-weight: 600; }
71 #result_count { font-weight: 600; } 
72
73 #next_prev_links_dead { color: #808080; text-decoration: 
74         none;padding-left: 5px; padding-right: 5px; color: #808080;}
75
76 .nav_link_active { text-decoration: underline; font-weight: 600;}
77
78 #res_table { width: 100%; }
79
80 .search_link { text-decoration: none; }
81
82 .result_table_pic_cell { width: 43px;}
83 .result_table_pic { height: 50px; width: 40px; }
84 .result_table_pic_header { width: 43px; }
85
86 .result_table_row { text-align: left; }
87 .result_table_subtable { width: 100%; border-top: 1px solid #E0E0E0; border-collapse: collapse;}
88 .result_table_subtbody { height: 100%; width: 100%; }
89 .result_table_title_cell { text-align: left; }
90
91 .copy_count_cell { font-size: 80%; width: 8%; text-align: center; padding: 0px; margin: 0px;}
92 .copy_count_cell_even { border: 1px solid #E0E0E0; }
93
94 .search_page_nav_link { margin-right: 5px; }
95
96 /* ---------------------------------------------------------------------- */
97
98