-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (80 loc) · 1.46 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (80 loc) · 1.46 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
.img
{
background: url(img/index.jpg) no-repeat center center;
}
.imge
{
background: url(img/signup.jpg) no-repeat center center;
}
.imgee
{
background: url(img/settings.jpg) no-repeat center center;
}
#banner_image
{
padding-top: 75px;
padding-bottom: 50px;
text-align:center;
color: #f8f8f8;
background: url(img/heavenly_sword_hd-HD.jpg) no-repeat center center;
background-size: cover;
}
#banner_image_2
{
padding-top: 75px;
padding-bottom: 50px;
text-align:center;
color: #f8f8f8;
background: url(img/44.jpg) no-repeat center center;
background-size: cover;
}
#banner_image_3
{
padding-top: 75px;
padding-bottom: 50px;
text-align:center;
color: #f8f8f8;
background: url(img/103.jpg) no-repeat center center;
background-size: cover;
}
#banner_image_4
{
padding-top: 0px;
padding-bottom: 00px;
text-align:center;
color: #f8f8f8;
background: url(img/20.jpg) no-repeat center center;
background-size: cover;
}
#banner_content
{
position: relative;
padding-top: 6%;
padding-bottom: 6%;
margin-top: 12%;
margin-bottom: 12%;
background-color: rgba(0, 0, 0, 0.7);
max-width: 1250px;
}
.foot
{
padding: 10px 0;
background-color: #101010;
color:#9d9d9d;
bottom: 0;
width: 100%;
}
.row_style
{
margin-top:60px;
margin-bottom:250px;
}
.row_success
{
margin-top:80px;
margin-bottom:80px;
}
.jumbo_style
{
margin-top:60px;
}