-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidget.css
More file actions
83 lines (72 loc) · 1.44 KB
/
widget.css
File metadata and controls
83 lines (72 loc) · 1.44 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
body {
background-image: url(img/bg.jpg);
background-color: #343b43;
background-size: auto;
background-position-x: center;
background-position-y: top;
padding: 20px;
font-family: Helvetica;
}
.widget {
color: white;
border-radius: 25px;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
margin: 0 auto;
width: 100%;
max-width: 300px;
background: rgba(155, 252, 255, 0.42);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(155, 252, 255, 0.41);
}
#coin-name {
font-size: 26px;
opacity: 0.75;
}
#crypton-rate {
font-size: 50px;
}
#crypton-icon {
/*position: absolute;
left: 12px;
top: 8px;*/
width: 48px;
}
.widget-link {
display: inline-block;
background: #0084ff;
border: none;
border-radius: 5px;
font-size: 15px;
color: #fff;
text-decoration: none;
margin-top: 10px;
padding-top: 10px;
padding-bottom: 6px;
padding-left: 10px;
padding-right: 10px;
}
.widget-link#coingecko {
background: #4BCC00;
}
.widget-link#lbank {
background: #292929;
}
.widget-link img {
width: 32px;
}
#banner-message.alt {
background: #0084ff;
color: #fff;
margin-top: 40px;
width: 200px;
}
#banner-message.alt button {
background: #fff;
color: #000;
}