-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
115 lines (112 loc) · 1.96 KB
/
main.css
File metadata and controls
115 lines (112 loc) · 1.96 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
body,td,th {
font-family: Georgia, Trebuchet MS, Verdana, Arial, sans-serif;
/* font-family: Georgia, Trebuchet MS, Verdana, Arial, sans-serif; */
font-size: 17px;
color: #282828;
/* font-variant: small-caps; */
font-variant: normal;
}
body {
background-color: #3A3731;
}
a {
color: #333;
text-decoration:#none;
}
a:visited {
color: #333;
text-decoration:#none;
}
a:hover {
color: #333;
text-decoration:#underline;
}
a:active {
color: #333;
text-decoration:#none;
}
table {
background-color: #FFFFFF;
border: 0px;
}
td {
border: 0px;
}
.title {
background:url(header_tr.jpg);
text-align: left;
padding:0 0 0 5px;
font-size: 30px;
color: #fff;
vertical-align: middle;
height:180px;
font-family:Times;
font-family:Georgia;
/*font-family:Times;*/
}
.dateoutline {
border: 1px solid #CCCCCC;
text-align: left;
vertical-align: middle;
font-size: 10px;
background-color: #F0F0F0;
}
.dateoutlineHover {
border: 1px solid #999999;
text-align: left;
vertical-align: middle;
font-size: 10px;
cursor: pointer;
}
.dateday {
text-align: left;
vertical-align: middle;
font-size: 10px;
}
.nav {
border-bottom: 1px solid #E6E4CA;
}
.navHover {
cursor: pointer;
background-color:#C4BCA8;
}
.navLastHover {
cursor: pointer;
border-left: 3px solid #A9A38D;
font-weight: bold;
}
.navHead {
color: #ffffff;
background-color: #676CA7;
}
.infoBox {
text-align: left;
vertical-align: middle;
color: #FFFFFF;
}
.creds {
color: #FFFFFF;
font-size: 12px;
text-align: right;
background-color:#6E695E;
}
.size12 {
font-size: 12px;
}
.content {
border-top: 1px dashed #E6E4CA;
border-bottom: 1px dashed #E6E4CA;
/*
border-top: 1px dashed #CACCE6;
border-bottom: 1px dashed #CACCE6;
*/
margin-left: 2em;
font-size: 15px;
line-height: 2em;
font-align:left;
font-family:Trebuchet MS;
font-variant: normal;
}
.divider {
border-left: 1px solid #E6E4CA;
}