forked from larskotthoff/assurvey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (57 loc) · 873 Bytes
/
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
body {
font-family: Palatino, Helvetica, sans;
}
table {
position: relative;
width: 80%;
left: 10%;
border-collapse: collapse;
margin-top: 30px;
}
td {
padding: 3px .5em;
width: 10.0%;
vertical-align: top;
}
tr.data {
border-top: 1px solid;
}
tr.pad > td {
padding: 5px .5em;
}
th {
border-bottom: 2px solid;
padding: 10px .5em;
text-align: left;
}
h1 {
text-align: center;
font-size: 180%;
}
h2 {
text-align: center;
}
.expl {
position: absolute;
right: 10%;
top: 3%;
width: 15%;
text-align: right;
color: #888;
}
.contact {
position: absolute;
left: 3%;
top: 3%;
width: 15%;
text-align: left;
color: #888;
}
footer {
background: rgba(0, 90, 255, 0.4);
border-top: 5px solid #05f;
padding: 5px;
text-align: center;
bottom: 0px;
margin-top: 15px;
}