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