-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen.css
More file actions
79 lines (67 loc) · 1012 Bytes
/
Copy pathscreen.css
File metadata and controls
79 lines (67 loc) · 1012 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
html {
background: #fff;
color: #000;
font-size: 12px;
font-family: "Trebuchet MS", Verdana, Helvetica, Tahoma, Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
body {
margin: 35px;
}
p, li, dt, th, td, dt, dd {
font-size: 11px;
line-height: 16px;
margin: 0 0 5px 0;
padding: 0;
}
img {
margin: 0;
padding: 0;
border: 0;
}
a, a:link {
color: #000;
}
dt {
font-weight: bold;
line-height: 12px;
margin: 0;
}
dd {
line-height: 11px;
margin: 0px 0px 0px 5px;
}
#wrapper {
position: relative;
margin: 0 auto;
padding: 0 0 15px 0;
text-align: center;
width: 500px;
}
#title_links {
position: absolute;
right: 40px;
top: 15px;
font-size: 14px;
}
.orange {
color: #ff8502;
}
#content {
margin: 15px;
text-align: center;
font-size: 16px;
}
#footer_wrapper {
margin: 20px auto;
border: solid 1px #8b8989;
width: 200px;
}
#footer_text {
text-align: center;
font-size: .9em;
font-weight: bold;
line-height: 1.6em;
}