-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
82 lines (75 loc) · 1.34 KB
/
Copy pathstyle.css
File metadata and controls
82 lines (75 loc) · 1.34 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
#window
{
display:none;
margin-left:auto;
margin-right:auto;
margin-top:50px;
width:1300px;
height:700px;
background-color: #190732;
border: 1px solid #eafa20;
border-radius:5px;
color: #eafa20;
}
#main
{
width:1000px;
height:520px;
margin-top:40px;
border: 1px solid #362252;
background-color: #190732;
}
#mainTextTop
{
color:#eaf922;
font-family: 'Be Vietnam Pro', sans-serif;
text-align:center;
}
#mainTextBottom
{
color:#eaf922;
font-family: 'Be Vietnam Pro', sans-serif;
text-align:center;
}
#mainSignsBox {
margin-top: 100px;
width: 423px;
height: 140px;
border: 1px solid #362252;
}
.mainSignBox
{
width:140px;
height:140px;
}
.mainSignBoxFilled
{
width:140px;
height:140px;
background-color: #eaf922;
-webkit-filter: drop-shadow( 0px 0px 15px #eaf922);
filter: drop-shadow( 0px 0px 15px #eaf922);
}
.mainSignBoxTextTop
{
padding-right:10px;
padding-top:15px;
width:140px;
font-size:20px;
}
.mainSignBoxTextTopFilled
{
padding-right:10px;
padding-top:15px;
width:140px;
font-size:20px;
color:#362252;
}
.mainSignBoxTextBottom
{
line-height:40px;
font-size:90px;
}
#progressBarBox{
width:1000px;
}