]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/css/opac/opac.css
opac css file
[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 /* ---------------------------------------------------------------------- */
16 .canvas { float:right; width: 80%; text-align: left;}
17 #loading_div { width: 100%; background: #FFCDAA;}
18
19 .logo { height: 80px; width: 200px; position: absolute; top: 0px; left: 0px; }
20
21 /* ---------------------------------------------------------------------- */
22 .sidebar_div { float: left; width: 19%; }
23 .side_bar_item { padding-left: 15px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; }
24 .side_bar_item_active { background: #FFCDAA; }
25 .sidebar_chunk {background: #FFE6D4; border-right: 1px solid lightgrey;}
26
27 /* ---------------------------------------------------------------------- */
28 #searchbar { position: absolute; text-align: right; top: 2px; right: 3px; }
29
30 #searchbar_tag_on { color: red; }
31
32 .searchbar_item { text-align: center; color: black; padding: 3px; } 
33
34 .searchbar_tag { font-size: 90%; text-align: right; background: #68CE76; 
35         padding-left: 5px; padding-right: 5px; padding-bottom: 3px; } 
36
37 #searchbar_main { background: #68CE76; text-align: right; 
38         padding-top: 2px; padding-bottom: 3px; padding-right: 2px; padding-left: 3px; }
39
40 .searchbar_extra_td { padding-top: 10px; }
41 #searchbar_table { border-collapse: collapse; }
42
43 /* ---------------------------------------------------------------------- */
44
45 #login_box { background: #FFE6D4; border-top: 1px solid #808080; 
46         border-bottom: 1px solid #808080; width: 60%; padding-bottom: 4px;}
47
48 .login_text { margin: 6px; }
49 .login_link { margin: 10px; }
50 .login_word { margin: 10px; }
51 .login_links_div { padding-left: 30px; }
52
53 /* ---------------------------------------------------------------------- */
54 #result_table_div { text-align: left; width: 100%; }
55
56 #search_nav_links { width: 100%; }
57 #result_info_box { text-align: left; }
58 #next_prev_links { text-align: right; padding-left: 2px; padding-right: 2px;}
59 #goto_page_links { text-align: left; padding-left: 2px; padding-right: 2px;}
60
61 #offset_start { font-weight: 600; }
62 #offset_end { font-weight: 600; }
63 #result_count { font-weight: 600; } 
64
65 #next_prev_links_dead { color: #808080; text-decoration: 
66         none;padding-left: 5px; padding-right: 5px; color: #808080;}
67
68 .nav_link_active { text-decoration: underline; font-weight: 600;}
69
70 #res_table { width: 100%; }
71
72 .search_link { text-decoration: none; }
73
74 .result_table_pic_cell { width: 43px;}
75 .result_table_pic { height: 50px; width: 40px; }
76 .result_table_pic_header { width: 43px; }
77
78 .result_table_row { text-align: left; }
79 .result_table_subtable { width: 100%; border-top: 1px solid #E0E0E0; border-collapse: collapse;}
80 .result_table_subtbody { height: 100%; width: 100%; }
81 .result_table_title_cell { text-align: left; }
82
83 .copy_count_cell { font-size: 75%; width: 8%; text-align: center; padding: 0px; margin: 0px;}
84 .copy_count_cell_even { border: 1px solid #E0E0E0; }
85
86 /* ---------------------------------------------------------------------- */
87
88