-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
106 lines (88 loc) · 1.58 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
99
100
101
102
103
104
105
106
html {
min-height: 100%;
height: auto;
}
body {
background: #fafafa;
background-image: url("assets/background.jpg");
background-position: center;
}
form {
display: inline-block;
background-color: rgba(255, 255, 255, 0.85);
max-width: 500px;
width: 100%;
border-radius: 16px;
}
#loading-image {
max-width: 100%;
}
.mdl-cell {
text-align: center;
}
.mdl-card {
z-index: inherit !important;
}
.user {
background-color: rgba(255, 255, 255, 0.85) !important;
width: 100% !important;
}
.avatar.mdl-card {
background: url('') 100% / 100%;
background-repeat: no-repeat;
position: relative;
margin-left: auto;
margin-right: auto;
}
.avatar img {
vertical-align: top;
width: 100%;
opacity: 0;
}
.avatar>.mdl-card__actions {
position: absolute;
bottom: 0px;
height: 52px;
padding: 16px;
background: rgba(0, 0, 0, 0.4);
}
#avatar__username {
color: #fff;
font-size: 16px;
font-weight: 500;
}
.reward {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
}
.reward img {
width: 80px;
}
.reward h2 {
font-size: inherit;
line-height: inherit;
font-weight: bold;
}
#types {
background-color: rgba(255, 255, 255, 0.85);
border-radius: 2px;
}
.type {
width: 100% !important;
}
.type>.mdl-card__actions {
height: 52px;
padding: 16px;
background: rgba(0, 0, 0, 0.2);
}
.type-card-image__filename {
color: #fff;
font-size: 14px;
font-weight: 500;
}
.type__title {
width: 100%;
font-weight: bold;
}