]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/theme/default/css/colors.css
0bff262d2bd9116a7449bbc1938bb31357ac3320
[working/Evergreen.git] / Open-ILS / web / opac / theme / default / css / colors.css
1 body a                  { color: black; }
2 body a:visited { color: black; }
3 body a:hover    { color: red; text-decoration: underline;}
4
5 .color_1 { background: #A7EA9D; color: #000000; }
6 .color_2 { background: #64EA4F; color: #000000; }
7 .color_3 { background: #D8B4BE; color: #000000; }
8
9 /* ---------------------------------------------------------------------- */
10 .sidebar_chunk {border-right: 1px solid lightgrey;}
11 .sidebar_extra_link { text-decoration: none; }
12 #searchbar_tag_on { color: red; }
13 .searchbar_item { color: black; } 
14 #login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; }
15 #next_prev_links_dead { color: #808080; text-decoration: none; }
16 .nav_link_active { text-decoration: underline; }
17 .search_link { text-decoration: none; }
18 .result_table_subtable { border-top: 1px solid #E0E0E0; }
19 .copy_count_cell_even { border: 1px solid #E0E0E0; }
20 /* ---------------------------------------------------------------------- */
21
22