-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtvs.css
410 lines (345 loc) · 7.92 KB
/
tvs.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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
/* tvs.css: style sheet for all Tri-Valley Stargazer web pages */
/* Last modified: November 28, 2020 */
/* Reset CSS styles. This works better than Eric Meyer's reset.css. */
@import "normalize.css";
/* Use Apple-style menu, based on http://www.marcofolio.net */
@import "menubar.css";
/***************************************************************************/
a.anchor {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: small;
}
a.boldLink {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-weight: bold;
}
a.link {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
}
a.topLinks {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: medium;
}
/* Work-around for the fact that IE8 doesn't understand the last-child pseudo class */
#appleNav li.lastChild {
width: 148px; /* Coordinate this w/ menubar.css's last-child width! */
}
/* Additions to the appleNav stuff to handle drop-down menus */
#appleNav div.popup {
position: absolute;
z-index:+1;
visibility: hidden;
margin: 0px;
padding-bottom: 5px;
background: #EAEBD8;
text-shadow: none;
color: black;
border: 1px solid #5970B2;
border-top: none;
}
#appleNav div.popup a {
position: relative;
display: block;
padding: 2px 15px 2px 17px;
margin: 0px;
width: auto;
white-space: nowrap;
text-align: left;
text-decoration: none;
background: #EAEBD8;
color: black;
font: 13px arial;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:13px;
}
#appleNav div.popup a:hover {
background: #555555;
color: #FFF;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; letter-spacing:-0.5px; font-size:13px;
}
body {
font-family: 'Times New Roman', Times, Georgia, serif;
font-size: medium;
width: 980px;
/* Center the web page in the user's display area */
margin-left: auto;
margin-right: auto;
overflow-y: scroll; /* Force scroll bars on every page so they don't jump around */
}
/* Note that the banner background images get changed by Javascript */
/* This <div> lies under the main banner, and is used to make smooth transition between banners */
#bannerBottom {
top: 5px;
position: absolute;
width: 980px;
height: 202px;
background-image: url("images/banners/01-H2O-daytime.jpg");
}
/* This <div> is the main banner */
#bannerTop {
margin-top: 5px;
position: relative;
width: 980px;
height: 202px;
background-image: url("images/banners/01-H2O-daytime.jpg");
}
/* This controls sections of the code that are optional. For example, the BBQ description. an announcement, etc. */
.optional {
display:none;
}
/* This <div> holds the logo. We need a separate div so logo's opacity is fixed. */
#logoHolder {
top: 5px;
position: absolute;
width: 160px;
height: 160px;
}
/* The following rules control the popup modal dialog. The code is currently not used and could be deleted. */
.modal { /* gathers modal stuff in one place, and hides main page when needed */
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 10px; /* Location of the box */
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto; /* Enable scroll if needed */
background-color: white;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#modal-frame { /* Used to position things on the screen */
position: fixed;
left: 25%;
width: 50%;
border-style: solid;
}
.modal-header { /* The title and close box area */
padding: 10px 15px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid black;
background-color: white;
}
.modal-header .title {
font-size 1.25rem;
font-weight: bold;
}
/* The Close Button */
.modal-header .close-button {
cursor: pointer;
border: none;
outline: none;
background: none;
font-size: 1.25rem;
font-weight: bold;
}
.close-button:hover,
.close-button:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.modal-body { /* The main message in the dialog */
padding: 10px 15px;
background-color: #fefefe;
margin: auto;
}
/* This class is used for the optional special announcement box */
div.announcement {
width:350px;
float:right;
margin: 30px 0em 0.5em 1em;
border-width: 5px;
border-style: outset;
border-color: #A8311B;
padding:0.5em;
padding-left:15px;
position:relative;
}
/* This class is used for members.shtml and newsletter.shtml; but someday I want it to work for all pages. */
div.content {
font-size: medium;
font-family:"Times New Roman", Times, Georgia, serif;
/* I don't like the idea of fixing the width this way. Maybe there's a better approach */
width: 36em;
margin-left: 1.3em;
}
div.footer {
margin-top: 5px;
margin-bottom: 5px;
font-family: sans-serif;
font-size: 10px;
color: gray;
}
div.inset {
float:right;
width:20em;
margin: 1em 0em 0.5em 1em;
border-width: 5px;
border-style: outset;
border-color: #A8311B;
padding:0.5em;
}
div.insetTitle {
font-size: 20px;
text-align:center;
color:red;
margin-bottom:0.15em;
}
div.intro {
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-weight: bold;
color: #000066;
margin-top: 19px;
}
div.itemDetails {
padding-left: 10px;
margin-bottom: 10px;
}
div.lastUpdate {
font-size: small;
color: blue;
padding-left: 10px;
padding-bottom: 10px;
padding-top: 10px;
padding-right: 10px;
}
/* This lets us keep the header area fixed at top of display when user scrolls. But that feature isn't being used now. */
div.leader {
position: fixed;
left: auto;
right: auto;
top: 0;
background-color: white;
z-index:999;
}
div.nav {
margin-top: 5px;
margin-bottom: 10px;
}
/* This makes the link to newsletterlinks.shtml go away; but FreeFind will still index it. */
div.newsletterlinks {
display: none;
}
div.links_comment {
margin-left: 30px;
}
div.links_details {
position: absolute;
top: 35px;
left: 200px;
width: 600px;
display: none; /* Initially no links are shown */
}
/* This <div> is provided so that absolute positioning works for div.links_details */
div#links_holder {
position: relative;
}
form.application {
background-color: #f4f4ff;
border-style: solid;
border-width: 3px;
font-size: large;
margin-left: auto;
margin-right: auto;
padding: 10px;
padding-bottom: 0px;
width: 80%;
}
form.application label {
float: left;
width: 200px;
text-align: right;
padding-right: 12px;
color: #000088;
font-weight: bold;
}
form.application p {
margin-top: 5px;
margin-bottom: 5px;
}
h1.title {
border-bottom: 2px solid #ffd01a;
width: 175px;
font-family: 'Times New Roman', Times, Georgia, serif;
font-size: 26px;
color: #000088;
}
h2.subtitle{
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: large;
font-weight: bold;
color: #000088;
}
h3.subtitle{
font-family: Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: medium;
font-weight: bold;
color: #000088;
margin-bottom: 0px;
}
img.arrow {
margin-left:4px;
}
img#logo {
position: absolute;
left: 21px;
top: 21px;
width: 160px;
height: 160px;
border: none;
}
span.itemTitle {
color: #000088;
font-size: 20px;
font-weight: bold;
margin-top: 1px;
margin-bottom: 1px;
}
span.links_topic {
text-decoration: underline;
line-height: 150%;
cursor: pointer;
}
table.awards th {
text-align:center;
border: 1px solid black;
}
table.awards td {
text-align:center;
border: 1px solid black;
}
table.awards tr:hover {
background-color: #f5f5f5;
}
table.awards tr:nth-child(even) {
background-color: #f2f2f2;
}
table.items {
width: 90%;
background-color: #f4f4ff;
margin-left: auto;
margin-right: auto;
}
td.footer {
text-align: center;
}
td.items {
padding:10px;
border-style: solid;
border-width: 3px;
}
ul.bullets {
color: #ffa500;
}
ul.bullets li span {
color: black;
}
tvsCalendar {
margin: auto;
width: 60%;
border: 3px solid #52a3f5;
padding: 10px;
}