-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (103 loc) · 1.74 KB
/
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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@charset "utf-8";
body,td,th {
font-family: Trebuchet MS;
font-size: small;
background-color: #E2E2E0;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #C0C2BF;
background-image: url(images/allback.jpg);
background-repeat: repeat-x;
}
#navigation {
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;
background-color: #E2E2E0;
}
a:link {
color: #32586F;
text-decoration: none;
}
a:visited {
color: #32586F;
text-decoration: none;
}
a:hover {
color: #eb422d;
text-decoration: underline;
}
a:active {
color: #32586F;
text-decoration: none;
}
#container {
width: 785px;
height: auto;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
padding: 10px;
}
#content {
padding: 10px;
float: right;
width: 765px;
background-image: url(images/mainback.jpg);
background-repeat: repeat-x;
}
#sidebar {
padding: 10px;
float: left;
width: 270px;
background-image: url(images/mainback.jpg);
background-repeat: repeat-x;
}
#bottom {
padding: 10px;
background-color: #FFFFFF;
background-image: url(images/mainback.jpg);
background-repeat: repeat-x;
height: 200px;
overflow: auto;
margin-bottom: 50px;
}
#footer {
padding: 10px;
height: 20px;
background-color: #FFFFFF;
}
.clear {
clear: both;
background-color: #FFFFFF;
}
#top {
padding: 10px;
height: 20px;
background-image: url(images/topback.jpg);
font-size: x-small;
}
#header {
height: 400px;
background-image: url(images/football-stadium-sport.jpg);
background-size: cover;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
}
.header2 {
color: white;
}
#content img {
float:left;
margin: 5px;
padding: 5px;
background-color: #32586F;
width: 500px;
}