-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (51 loc) · 780 Bytes
/
style.css
File metadata and controls
62 lines (51 loc) · 780 Bytes
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
body {
margin: 40px;
text-align: center;
font-family: Helvetica Narrow, sans-serif;
background:url(/eecs/images/background2011.jpg) repeat-x #CBD4E6;
}
/* main content area */
div.content {
width: 900px;
margin: 0px auto;
padding: 15px;
background-color: #FFFFFF;
text-align: left;
}
/* informational message at top of screen as needed */
p.notice {
text-align: center;
color: red;
}
h1 {
border-width: 1;
border: solid;
text-align: center;
}
h2 {
border-width: 0;
text-align: center;
}
h3 {
border-width: 0;
text-align: center;
}
table {
margin: 0px auto;
width: 800px;
}
br {
padding: 15px;
}
table.results {
width: 800px;
padding: 0px;
border: none;
}
table.results td {
vertical-align: top;
padding: 5px;
}
table.form {
width: 100%;
}