-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
121 lines (117 loc) · 2.34 KB
/
styles.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.header{
border-top:8px solid #FFA500;
text-align:left;
background-color: #000000;
height:90px;
padding-top:50px;
border-bottom:8px solid #FFA500;
}
.header strong{
font-style:oblique;
text-align:center;
font-size:50px;
}
.marquee {
padding: 9px;
}
.body{
margin-left:125px;
font-size:55px;
height:501px;
padding:51px;
}
.nav{
background:#000000;
list-style-type:none;
padding: 12px;
margin-top: -598px;
width:124px;
height:500px;
font-size: auto;
border-top:6px solid #FFA500;
border-bottom:6px solid #FFA500;
}
li{
position:relative;
border: 1px solid #FFA500;
width:120px;
}
li ul{
margin-left: 78px;
}
li a{
text-decoration:none;
display:block;
line-height:25px;
font-size:20px;
color:#d9d9d8;
font-style:normal;
}
li a:hover{
background-color:#FFA500;
display:block;
}
li ul li{
list-style-type:none;
display:none;
}
li:hover ul li{
display:block;
background-color:#000000;
}
body>.footer{
min-width: 20px;
}
.footer{
text-align:left;
border-top:8px solid #FFA500;
border-bottom:8px solid #FFA500;
padding:4px;
font-size:20px;
margin-top: 1px;
margin-bottom:100px;
background-color:#000000;
position: relative;
}
.car_img{
display: block;
width: 400px;
position: absolute;
bottom: 0;
right: 0;
}
img{
border: 0;
max-width: 100%;
}
.footer_ct{
padding-bottom: 100px;
padding-top: 30px;
padding-left: 140px;
}
.foot_ship {
color: #989898;
font-size: 22px;
font-family: inherit;
line-height: 25px;
opacity: .85;
}
.footer_copy {
margin-top: 10px;
}
.copy_left {
float: left;
padding-right: 12px;
border-right: 1px solid #000000;
}
.copy_right {
float: left;
margin-left: 40px;
}
.copy_right p {
color: #989898;
font-size: 20px;
font-family: inherit;
line-height: 21px;
opacity: .88;
}