-
Notifications
You must be signed in to change notification settings - Fork 137
/
hapi.css
85 lines (69 loc) · 1.33 KB
/
hapi.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#bodyColumn {
margin-left: 180px !important;
}
#breadcrumbs {
background: white;
padding: 0px;
border-bottom-width: 1px;
border-bottom-color: #C0C0C0;
border-bottom-style: solid;
}
#navcolumn {
background-color: white !important;
}
#leftColumn {
border: none !important;
width: 180px !important;
margin: 0px;
}
#navcolumn h5 {
color: #206020;
background-color: #C0FFC0;
}
#navcolumn li.expanded {
background: url("") !important;
}
.nobr {
white-space: nowrap;
}
.section {
padding: 0px;
}
.section h2 {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #80FF80;
background-color: #C0FFC0;
}
.section h3 {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #40B040;
width: 66%;
background-image: url('images/littlehapiface.png');
background-repeat: no-repeat;
padding-left: 25px;
}
h1,h2,h3,h4,h5 {
color: #105010;
font-weight: bold;
}
h4 {
padding: 0px;
margin-bottom: -15px;
}
li.expanded ul {
border-left: 2px solid #C0FFC0;
margin: 0px 0px 4px 0px !important;
}
li.expanded ul li {
padding-left: 2px !important;
}
dfn {
color: #008000;
background-color: #E0FFE0;
border-bottom: 1px dotted #40A040;
}
a,a.externalLink,a:active,a:hover,a:link,a:visited {
color: #408840;
}