-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyles23.css
More file actions
64 lines (63 loc) · 938 Bytes
/
Copy pathStyles23.css
File metadata and controls
64 lines (63 loc) · 938 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
#header {
background-image: url(images/RealHeader.png);
height: 94px;
width: 90%;
}
body {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#footer {
color: #000;
background-image: url(images/Rockfooter-bg.jpg);
text-align: justify;
clear: both;
height: 33px;
width: 90%;
font-family: Arial, Helvetica, sans-serif;
top: 0px;
bottom: 100px;
position: relative;
}
#menu {
background-image: url(images/menu-bg.jpg);
height: 32px;
width: 90%;
}
#middle {
width: 100%;
}
#submenu {
float: left;
width: 13%;
}
#content {
float: left;
width: 75%;
text-align: left;
}
h1 {
font-size: 30px;
color: #D43A2E;
}
.sub-bg {
background-image: url(images/submenu-bg.jpg);
background-repeat: repeat-y;
padding: 10px;
color: #D43A2E;
height: 75px;
width: 150px;
}
.bodytext {
font-size: 14px;
color: #FFF;
}
h2 {
font-size: 16px;
color: #D2382E;
}
.BlackText {
color: #000;
}