-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
148 lines (123 loc) · 2.13 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
.background-image {
background-color: #303130;
}
.header {
width: 100%;
padding: 20px;
text-align: center;
}
.table {
background-color: #303130;
}
.green-banner {
background-color: #00FF00;
color: #FFFFFF;
text-align: center;
font-size: xx-large;
padding: 5px;
}
.left_col {
height: 460px;
padding: 15px;
vertical-align: top;
}
.center_col {
width: 500px;
background-color: #ffffff;
padding: 15px;
vertical-align: top;
}
.footer {
width: 200%;
padding: 10px 0 10px 20px;
background-color: #205bc7;
font-size: 10px;
color: #ffffff;
}
/* Boxed */
.boxed {
float: left;
clear: left;
width: 190px;
margin: 0 0 10px 0;
padding: 0;
background: #EFF3F9;
}
.boxed .heading {
margin-top: 0;
padding: 8px 15px;
background: #5E80BD no-repeat center bottom;
text-transform: uppercase;
letter-spacing: 2px;
font: bold .7em Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.boxed .content {
margin: 0;
padding: 5px 14px 10px 14px;
}
.boxed ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
.boxed li {
padding: 3px 0;
border-top: 1px dotted #1F1F21;
font-size: .8em;
}
.boxed li.first {
border: none;
}
box a {
padding-left: 10px;
background: url(images/img4.gif) no-repeat left center;
text-decoration: none;
}
h1, h2, h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #333333;
}
p, blockquote, ul {
line-height: 160%;
}
a {
color: #3A69BA;
}
a:hover {
text-decoration: none;
}
p {
font-size: .8em;
}
.head1 {
text-decoration: underline;
font-weight: bold;
}
.left_col {
width: 200px;
background-color: #ffffff;
border: 1px solid #cccccc;
padding: 10px;
}
.left_col li {
font-size: 14px;
}
.left_col a {
color: #000000;
text-decoration: none;
}
.left_col a:hover {
color: #3A69BA;
}
/* Add borders to the table and its elements */
table {
border-collapse: collapse;
width: 100%;
}
th, td {
border: 1px solid black;
padding: 5px;
}