-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (40 loc) · 758 Bytes
/
styles.css
File metadata and controls
48 lines (40 loc) · 758 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
#wrapper {
width: 900px;
margin: 10px auto;
background-color: #FFF;
padding: 0 40px 40px;
}
body {
font-family: Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
background-image: url(paper005.gif);
background-repeat: repeat;
}
h1 {
font-family: 'Open Sans Condensed', Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
color:#A00000;
text-align:center;
}
h2 {
font-family: 'Open Sans Condensed', Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
color:000066;
}
a:link {
text-decoration: none;
color: #000;
}
a:visited {
text-decoration: none;
color: #000;
}
a:active {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #E1B96C;
}
a:focus {
text-decoration: none;
color: #E1B96C;
}