-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
98 lines (90 loc) · 1.63 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
body{
font-family: urbane, sans-serif;
font-weight: 500;
font-style: normal;
background-color: #000029;
background-image: url(./img/back.png);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
#top .top_1{
color: #DF0081;
font-size: 55px;
text-align: center;
margin-top: 10pt;
margin-bottom:-10px;
}
#top .top_2{
color: #00AFEF;
font-size: 55px;
text-align: center;
margin-top: -10pt;
margin-bottom: 0px;
}
#bts .bt{
width: 200px;
font-size: 40px;
font-weight: bold;
text-decoration: none;
display: block;
text-align: center;
padding: 0px 0 0px;
color: #fff;
background-color: #DF0081;
border-radius: 25px;
margin: auto;
position: absolute;
right: 0;
bottom: 50px;
left: 0;
}
#loader-bg {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background: #000028;
z-index: 1;
}
#loader {
display: none;
position: fixed;
top: 50%;
left: 50%;
width: 200px;
height: 200px;
margin-top: -400px;
margin-left: -350px;
text-align: center;
color: #fff;
z-index: 3;
}
.circle{
display: inline-block;
width: 200px;
height: 200px;
border-radius: 50%;
background: #fff;
margin:auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}
img {
max-width: 100%;
display: block;
margin:auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
}