-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofile.css
114 lines (98 loc) · 1.79 KB
/
profile.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
.side {
height: 100%;
width: 420px;
background-color: #f3f3f3;
position: fixed!important;
overflow: auto;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.middle {
height: 100%;
width: calc(100% - 840px);
margin-left: 420px;
position: fixed!important;
overflow: auto;
z-index: -1;
}
.event{
height: 150px;
width: 90%;
margin: auto;
margin-bottom: 20px;
background-color: #f3f3f3;
z-index: 1;
border-radius: 5px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.icon{
width: 150px;
height: 150px;
float: left;
}
.m24k{
width: 24px;
height: 24px;
}
.eventtype{
width: 100px;
height: 100px;
display: block;
padding: 25px;
}
.eventinfo{
float: left;
margin-top: 15px;
width: calc(100% - 300px);
}
div.eventinfo div:first-child {
height: 50px;
}
div.eventinfo div:nth-child(2) {
height: 100px;
}
.addcredit{
width: 100px;
float: right;
color: #00A651;
font-size: 32px;
font-weight: 700;
padding-top: 48px;
text-align: right;
padding-right: 20px;
}
.subcredit{
width: 100px;
float: right;
color: #990000;
font-size: 32px;
font-weight: 700;
padding-top: 48px;
text-align: right;
padding-right: 20px;
}
.download{
width: 100px;
float: right;
font-weight: 700;
padding-top: 56px;
text-align: right;
padding-right: 20px;
}
.noscroll::-webkit-scrollbar {
display: none;
}
table.history td {
text-align: center;
vertical-align: center;
}
table.leaderboard td {
padding: 8px;
}
table.leaderboard td:first-child {
width: 52px;
text-align: right;
}
table.leaderboard td:nth-child(2) {
width: 180px;
padding-left: 16px;
}