-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path503-style.css
More file actions
66 lines (54 loc) · 951 Bytes
/
503-style.css
File metadata and controls
66 lines (54 loc) · 951 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
/* @override http://reesenews.org/wp-content/themes/thematic/503-style.css */
* {
margin: 0; padding: 0;
font-family: AntennaRE;
}
body {
font-family: AntennaRE, sans-serif;
font-size: 68%;
text-align: center;
background-color: #ffffff;
-moz-box-shadow: 0px 0px 15px #acacac; /* Firefox */
-webkit-box-shadow: 0px 0px 15px #acacac; /* Safari, Chrome */
box-shadow: 0px 0px 15px #acacac; /* CSS3 */
margin-top: 10px;
width: 940px;
margin-left:auto;
margin-right:auto;
}
.header {
height: 5px;
width: auto;
background-color: #759FC7;
}
a {
color: #759FC7;
}
a:hover {
color: #759FC7;
}
h1, h2 {
color: #000000; line-height: 80px;
font-family: AntennaRE, sans-serif;
}
h1 {
font-size: 220%;
}
#content {
margin-top: 130px;
}
p {
padding-bottom: 10px;
}
#content {
padding: 0px 30px;
}
#content table {
padding-left: 80px;
}
#footer {
height: 5px;
width: auto;
background-color: #759FC7;
color: #000000;
}