-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyleSheet.css
More file actions
84 lines (66 loc) · 1.37 KB
/
Copy pathStyleSheet.css
File metadata and controls
84 lines (66 loc) · 1.37 KB
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
80
81
82
83
84
header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}
body {
color: #ffffff;
background-image: url("images/back.png");
background-repeat:repeat-x repeat-y;
background-position: center;
font-family: Georgia, Times, serif;
line-height: 1.4em;
margin: 0px;
}
header {
height: 160px;
background-image: url("images/header.jpg");
color: white;
-webkit-text-stroke: 1px white;
background-repeat:repeat-x;
}
h1 {
width: 400px;
height: 130px;
margin: 0px;
color: white;
}
a{
width: 500px;
height: 130px;
margin: 0px;
color: white;
}
nav, footer {
clear: both;
color: #ffffff;
background-color: #aeaca8;
height: 30px;
}
nav ul {
margin: 0px;
padding: 5px 0px 5px 30px;
}
nav li {
display: inline;
margin-right: 40px;
}
nav li a {
color: #ffffff;
}
nav li a:hover, nav li a.current {
color: #000000;
}
footer {
font-size: 80%;
padding: 7px 0px 0px 20px;
}
table {
padding: 30px 80px 10px 80px;
color: white;
-webkit-text-stroke: 1px black;
margin-left: auto;
margin-right: auto;
}
form {
padding: 30px 80px 10px 80px;
}