This repository was archived by the owner on Mar 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathghc.css
More file actions
130 lines (105 loc) · 2.09 KB
/
ghc.css
File metadata and controls
130 lines (105 loc) · 2.09 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
BODY {
margin-top: 0px;
margin-left: 0px;
background-color: #ffffff;
color: #000000;
font-family: sans-serif;
}
A:link { color: #0000e0; text-decoration: none }
A:visited { color: #0000a0; text-decoration: none }
A:hover { text-decoration: underline }
TD {
border-width: 0px;
}
/* -------------- top banner stuff: ---------------- */
TD.bannerleft {
background-image: url("images/ghc2.gif");
}
IMG.titleleft {
vertical-align: middle;
}
IMG.titlespacer {
vertical-align: middle;
}
TD.bannermiddle {
background-image: url("images/header_bg2.gif");
}
TD.bannerright {
width: 49px;
}
IMG.titleright {
vertical-align: middle;
}
TD.shadowleft {
background-image: url("images/green.gif");
}
TD.shadowright {
background-image: url("images/shadow.gif");
}
/* ------------------------------------------------------------ */
LI {
padding-left: 10px;
padding-bottom: 8px;
}
H1 {
font-style: italic;
font-size: 140%;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
H2 {
font-style: italic;
font-size: 120%;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
TD.wholecontents {
width: 0px;
background-color: #D6F3D7;
vertical-align: top;
}
TD.rightpane {
width: 100%;
vertical-align: top;
padding-top: 20px;
padding-left: 10px;
}
TD.lefthead {
padding: 6px;
color: #ffffff;
background-color: #008000;
font-weight: bold;
font-style: italic;
}
/*
TD.lefthead {
font-weight: bold;
font-style: italic;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #000000;
}
*/
TD.contents {
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
padding-bottom: 10px;
}
DIV.body {
padding-left: 15px;
}
TABLE.contentstbl {
font-size: 90%;
}
TD.indentcell {
padding-left: 10px;
}
TD.cellhead {
padding-top: 7px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
}