]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/theme/default/css/colors.css
correct the logic for detecting whether ChiliFresh has been configured, and add simil...
[Evergreen.git] / Open-ILS / web / opac / theme / default / css / colors.css
1 body a                  { color: black; text-decoration: none;}
2 body a:visited { color: black; text-decoration: none;}
3 body a:hover    { color: red; text-decoration: underline;}
4 .NoveListSelect a                       { color: blue; text-decoration: underline;}
5 .NoveListSelect a:visited       { color: purple; text-decoration: underline;}
6
7
8 /* the idea is to have 4 complimentary colors that 
9  * are used throughout the opac.  Edit those colors
10  * in this file
11  */
12  
13 .color_1 { background: #A7EA9D; color: #000000; }
14 .color_2 { background: #64EA4F; color: #000000; }
15 .color_3 { background: #E0F6E0; color: #000000; }
16 .color_4 { background: #E0F0E0; color: #000000; }
17
18 .border_1 { border: 1px solid #A7EA9D; }
19 .border_2 { border: 1px solid #64EA4F; }
20 .border_3 { border: 1px solid #E0F6E0; }
21 .border_4 { border: 1px solid #E0F0E0; }
22
23 .border_1_2 { border: 2px solid #A7EA9D; }
24 .border_2_2 { border: 2px solid #64EA4F; }
25 .border_3_2 { border: 2px solid #E0F6E0; }
26 .border_4_2 { border: 2px solid #E0F0E0; }
27
28 .border_1_3 { border: 3px solid #A7EA9D; }
29 .border_2_3 { border: 3px solid #64EA4F; }
30 .border_3_3 { border: 3px solid #E0F6E0; }
31 .border_4_3 { border: 3px solid #E0F0E0; }
32
33
34
35
36 /* general purpose light borders */
37 .border_5 { border: 1px solid #D0D0D0; }
38 .border_6 { border: 1px solid #808080; }
39
40 input:focus { background: #E0F0E0; color: #000000;}
41 a:focus { background: #E0F0E0; color: #000000;}
42
43
44 /* ---------------------------------------------------------------------- */
45
46 .canvas { /* main content div for each page */
47     border-left: 3px solid #A7EA9D;
48     border-bottom: 3px solid #A7EA9D;
49         border-top: 3px solid #A7EA9D;
50 }
51
52 /* border around home search box */
53 .home_search { border: 3px solid #A7EA9D; }
54
55 /* main nav sidebar */
56 .sidebar_item_active { background: #A7EA9D; }
57
58 /* record detail summary block */
59 .rdetail_desc { border: 1px solid #A7EA9D; }
60 .rdetail_item { border: 1px solid #A7EA9D; }
61 .rdetail_extras_selected { background: #E0F0E0;} 
62
63
64 .data_grid thead tr { background: #E0F0E0; color: #000000; }
65 .data_grid thead td { border: 1px solid #808080; }
66 .data_grid tbody td { border: 1px solid #E0F6E0; }
67 .data_grid_nb thead tr { background: #E0F0E0; color: #000000; }
68 .data_grid_nb thead td { border: none; }
69 .data_grid_nb tbody td { border: none; }
70
71 .light_border { border: 1px solid #E0F6E0; }
72
73 .adv_quick_search_submit { border-bottom: 3px solid #E0F6E0;}
74
75 .myopac_link_active { background: #E0F6E0; }
76
77 .sidebar_extra_link { text-decoration: none; }
78 #searchbar_tag_on { color: red; }
79 .searchbar_item { color: black; } 
80 #login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; }
81 #next_prev_links_dead { color: #808080; text-decoration: none; }
82
83 .nav_link_active {font-weight: bold;}
84
85 .search_link { text-decoration: none; }
86 .result_table_subtable { border-top: 1px solid #E0E0E0; }
87
88 .copy_count_cell { border-right: 1px solid #E0E0E0; } 
89 .copy_count_div {       border-left: 2px solid #E0F6E0; border-right: 2px solid #E0F6E0; }
90
91 #rdetail_image_cell { border: 1px solid white; border-right: 1px solid #A7EA9D;}
92
93
94
95 .x_mark { color: red; }
96 .check_mark { color: green; }
97
98 #myopac_holds_thaw_date_form { border: 1px solid #E0E0E0; } 
99
100 .invalid_field { border: 3px solid red; }
101
102 .hold_expire_warning { color:red; }
103
104 #result_low_hits { border-top: 2px solid #A7EA9D }