~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/ihris-qualify/css/themeStyles.css

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Main Background Color ------------------------ */
2
 
body {
3
 
        background-color: #467495;
4
 
}
5
 
 
6
 
/* Page Header and subheads --------------------- */
7
 
h1 {
8
 
        color: #1e5483;
9
 
}
10
 
h2 {
11
 
        color: #406002;
12
 
}
13
 
h3 {
14
 
        color: #036;
15
 
}
16
 
h4 {
17
 
        color: #369;
18
 
}
19
 
 
20
 
/* page links colors ---------------------------- */
21
 
a {
22
 
        color: #996;
23
 
}
24
 
a:hover {
25
 
        color: #069;
26
 
}
27
 
a:visited {
28
 
        color: #39C;
29
 
}
30
 
a:visited:hover {
31
 
        color: #39C;
32
 
}
33
 
 
34
 
/* site banner name colors --------------------- */
35
 
#siteHeader p#siteName {
36
 
        color: #09345f;
37
 
}
38
 
#siteHeader p#siteTag {
39
 
        color: #a1bdd2;
40
 
41
 
 
42
 
/* Horizontal NavBar --------------------------- */
43
 
 
44
 
#inlineNavBar {
45
 
        background-color: #7b9f0e;
46
 
}
47
 
#inlineNavBar ul li a {
48
 
        color: #fff;
49
 
        border-right-color: #5d8108;
50
 
}
51
 
 
52
 
#inlineNavBar ul li a:hover {
53
 
        color: #fff;
54
 
        background-color: #4b6f06;
55
 
}
56
 
 
57
 
#inlineNavBar ul li a.active,
58
 
#inlineNavBar ul li a.active:hover {
59
 
        color: #5d8108;
60
 
}
61
 
#inlineNavBar ul#sysUser li a:hover {
62
 
        background-color: #406002;
63
 
}
64
 
 
65
 
#inlineNavBar ul#sysUser li a {
66
 
        border-left-color: #446504;
67
 
}
68
 
 
69
 
/* laft-hand NavBar ---------------------------- */
70
 
#navBar li a {
71
 
        color: #333;
72
 
        border-bottom-color: #e0e0e0;
73
 
}
74
 
#navBar li a:hover,
75
 
#navBar li a.active:hover {
76
 
        color: #1e5483;
77
 
}
78
 
#navBar li a.active {
79
 
        color: #8a8a40;
80
 
}
81
 
/* -- subNav -- */
82
 
#navBar ul ul li a {
83
 
        color: #8a8a40;
84
 
}
85
 
#navBar ul ul li a.active {
86
 
        background-color: #eaeadd;
87
 
}
88
 
 
89
 
/* misc ----------------------------------------- */
90
 
p.printPage a,
91
 
p.printPage a:visited {
92
 
        color: #930;
93
 
}
94