-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjc2017.css
More file actions
214 lines (175 loc) · 3.98 KB
/
Copy pathjc2017.css
File metadata and controls
214 lines (175 loc) · 3.98 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
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
/* Color Palette:
*
Color Foreground/Text Background
Blue: #1c11ab #d5e1ed
Green: #88cc27 #dbf3b9
Orange: #ed9014 #ede3d5
Yellow: #fff5b2
Gray: #666 #ccc
h1{font: 22pt courier; color: #000000}
h2{font: 14pt courier; color: #000000; font-weight: bold}
p{font: 12pt courier; color: #000000}
*/
body {
width:100%;
display:block;
background-color: white;
}
h1{
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
font-weight:normal;
font-size:24px;
color:#ed9014;
margin-top: 50px;
line-height:1.5;
}
h2{
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
font-weight:normal;
font-size:18px;
color:#1c11ab;
padding-left:25px;
margin-top: 10px;
line-height:1.5;
}
div{
display:block;
}
a img {border: none}
a.one{color: #ffffff}
a:visited.one{color: #ffffff}
a.two{color: #133084; text-decoration: none}
a:visited.two{color: #133084}
a:hover.two{color: blue}
a.textone {
color: #1c11ab;
text-decoration: none;
}
a:hover.textone{
color: #88cc27;
}
#container{
width: 1000px;
margin: 0 auto;
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
font-size: 16px;
line-height: 1.6em;
color: #666;
background-color: white;
}
#header{
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
color: white;
font-size:32px;
padding-top:50px;
padding-bottom: 50px;
padding-left: 50px;
background-color: #336699;
}
#footer{
border-top: 4px solid #1c11ab;
margin-top: 100px;
padding-top: 10px;
clear: both;
margin-bottom: 10px;
color: #bbb;
text-align: center;
}
#footer a{
color: #bbb;
text-decoration: none;
}
#footer a:hover{
color: #88cc27;
}
img.centered{
display:block;
margin-left:auto;
margin-right:auto;
}
/* ------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------ */
div.content{
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
font-size: 16px;
line-height: 1.6em;
color: #666;
text-align: justify;
margin: 0px 20px;
}
/* ------------------------------------------------------ */
/* Publications/Personnel */
/* ------------------------------------------------------ */
.publist div{
font-family: Arial, Lucida Grande, Tahoma, sans-serif;
font-size: 16px;
line-height: 1.6em;
color: #666;
overflow: hidden;
}
.publist ol{
display: block;
margin: 0;
padding: 0;
}
.publist li{
margin: 12px;
}
/* ------------------------------------------------------ */
/* Horizontal Navigation Bar */
/* ------------------------------------------------------ */
#navbarh {
width: 100%;
height: 50px;
margin: 0 0 20px 0;
font-size: 1.0em;
float: left;
text-align: center;
display: inline;
}
#navbarh li {
background: #d5e1ed;
border-left: #1c11ab solid;
border-right: #1c11ab solid;
border-width: 1px;
list-style: none;
display: inline-block;
width: 45%;
margin: -4px;
height: 100%;
padding: 5px 25px;
}
#navbarh li:hover {
position: relative;
background-color: #fff5b2;
}
#navbarh a {
cursor: pointer;
width: auto;
color: #1c11ab;
text-decoration: none;
height: 25px;
line-height: 25px;
text-indent: 10px;
}
#navbarh a:hover {
color: #ed9014;
}
/* ------------------------------------------------------ */
/* Schedule */
/* ------------------------------------------------------ */
#schedule {
width: 100%;
border: 1px solid black;
border-collapse: collapse;
}
#schedule tr {
border: 1px solid black;
height: 40;
}
#schedule td, th {
border: 1px solid black;
text-align: center;
padding: 5px;
}