-
Notifications
You must be signed in to change notification settings - Fork 3
/
style.css
executable file
·250 lines (241 loc) · 4 KB
/
style.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
body {
font-family: "Georgia", "Times New Roman", serif;
font-size: 90%;
margin: 0;
padding: 0;
line-height: 1.4;
background: #f3f3f3 url('img/itemsbg.png') top repeat-x;
text-align: center; /*IE doesn't like using margins to centre content*/
color: #333;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Grande", Verdana, Arial, Helvetica, serif;
margin: 0 0 .2em 0;
padding: 0 0 .2em 0;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3, h4, h5, h6 {
font-size: 1.1em;
}
p {
margin-bottom: 1em;
}
p.notes {
font-size: small;
text-indent: -2ex;
margin-left: 2em;
}
table {
border-collapse: collapse;
}
a:link, a:visited {
text-decoration: none;
color: #039;
}
a:hover {
text-decoration: underline;
}
#main {
margin: 0 auto;
padding: .5em 1em;
width: 50em;
background: #fff;
}
#preheader {
background-color: #f3f3f3;
margin: 0 0 .5em 0;
padding: .5em;
font-size: .8em;
text-align: left;
}
#header {
position: relative;
margin: .5em 0;
/* So header h1 uses this as parent element for positioning */
height: 60px; /* Same as masthead image */
}
/*And now for some image replacement*/
#header h1 {
position: absolute;
right: 1px; /* Looks better than 0 */
top: 0;
text-indent: -5000px;
width: 300px;
height: 60px;
padding: 0;
margin: 0;
background: url('img/logo.png') left top no-repeat;
z-index: 5;
}
#header h1 a {
position: absolute;
top: 0;
right: 1px;
width: 300px;
height: 60px;
z-index: 10;
}
#menu {
clear: both;
line-height: 2;
}
#menu ul {
display: block;
float: left;
width: 100%;
padding: 0;
margin: 0 0 .5em 0;
background: #fff7d5;
}
#menu li {
display: inline;
padding: 0;
margin: 0;
}
#menu a:link, #menu a:visited {
display: block;
float: left;
padding: 0 .7em;
text-transform: lowercase;
font-weight: bold;
font-size: .9em;
color: #039;
}
#menu a:hover {
background: #fc0;
color: #fff;
text-decoration: none;
}
#content {
text-align: left; /* Reset IE hack */
}
#upcomingevents {
}
#upcomingevents div {
float: left;
width: 12.29em;
margin: 0 .1em 1em .1em;
}
#upcomingevents div h3 {
display: inline;
}
#upcomingevents div h3 a:link, #upcomingevents div h3 a:visited {
display: block;
margin: 0;
padding: 0 .5em;
background: #fff7d5;
}
#upcomingevents div h3 a:hover {
background: #fc0;
color: #fff;
text-decoration: none;
}
#upcomingevents ol, #upcomingevents ul {
margin: 0;
padding: 0;
background: #fff url('img/itemsbg.png') top repeat-x;
}
#upcomingevents li {
list-style-type: none;
margin: 0;
padding: 0;
}
#upcomingevents dl {
padding: 0;
margin: 0;
}
#upcomingevents li dt {
padding: .2em;
margin: 0;
}
#upcomingevents li dd {
margin: 0 0 0 1em;
}
#finances {
}
#finances div {
float: left;
width: 16.39em;
margin: 0 .1em 1em .1em;
}
#finances div h3 {
display: inline;
}
#finances div h3 a:link, #finances div h3 a:visited {
display: block;
margin: 0;
padding: 0 .5em;
background: #fff7d5;
}
#finances div h3 a:hover {
background: #fc0;
color: #fff;
text-decoration: none;
}
#finances ol, #finances ul {
margin: 0;
padding: 0;
background: #fff url('img/itemsbg.png') top repeat-x;
}
#finances li {
list-style-type: none;
margin: 0;
padding: 0;
}
#finances dl {
padding: 0;
margin: 0;
}
#finances li dt {
padding: .2em;
margin: 0;
}
#finances li dd {
margin: 0 0 0 1em;
}
#footer {
clear:both;
display: block;
margin-top: 1.5em;
padding: .5em;
font-style: italic;
font-size: .8em;
background: #f3f3f3;
}
#footer p {
padding: 0;
margin: 0;
}
.titled_list {
}
.titled_list dt {
font-style: italic;
}
.titled_list li {
list-style-type: disc;
}
/* style for financial reports */
table.financial_report {
margin: 0 0 3em 3em;
}
tr.financial_section {
border-bottom: solid black 1px;
}
.financial_report td {
padding-left: 1em;
}
.financial_section th {
padding-top: 1em;
}
.amount {
padding-left: 5em !important;
text-align: right;
}
.sign {
text-align: right;
}