-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (61 loc) · 1.02 KB
/
styles.css
File metadata and controls
65 lines (61 loc) · 1.02 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
body {
background-color: #e8eae8;
color: #5d665b;
margin: 20px;
font-family: Arial;
font-size: medium;
text-align: justify;
}
h3 {
color: #568;
font-size: 1.5em;
}
.date {
color: #aaaaaa;
font-size: medium;
}
.h {
font-weight: bold;
}
.header {
font-size: 1.2em;
font-family: Arial;
font-weight: bold;
}
.top {
text-align: center;
font-family: Arial;
}
.center {
margin-left: auto;
margin-right: auto;
width: 50em;
}
.vis {
font-weight: bold;
margin: 2px;
padding: 5px;
}
#menu a:hover { background: #FFF }
#menu a {
text-decoration: none;
font-weight: bold;
color:#966b72;
margin: 2px;
padding: 5px;
}
a {
/*text-decoration: none;*/
color: #568;
/*margin: 2px;*/
/*padding: 5px;*/
}
#schedule {width: 800px}
#schedule thead {background-color: #96B8CB}
#schedule tr {margin: 0}
#schedule td, #schedule th {
border: 1px solid #777;
padding: 3px;
text-align: center;
}
#schedule tr td:first-child {text-align: left}