-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
88 lines (88 loc) · 1.4 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
body {
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
font-size: 12px;
color: #555;
min-width: 320px;
}
a {
text-decoration: none;
}
div {
text-align: center;
}
#form {
border-bottom: 1px solid #E4E6EB;
padding-bottom: 5px;
margin-top: -6px;
text-align: center;
}
#crypto {
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #555;
}
#add {
font-size: 20px;
}
div.cur {
margin: 3px;
}
img {
vertical-align: middle;
margin-right: 5px;
}
.namecur {
display: none;
}
div#unit {
margin-top: 8px;
margin-bottom: 5px;
}
#unit .cont-sym, #unit .cont-btc, #unit .cont-eur, #unit .cont-24h, #unit .cont-7d, #unit .cont-7d {
border: none;
font-style: italic;
}
.cont-sym, .cont-btc, .cont-eur, .cont-24h, .cont-7d {
height:15px;
display: inline-block;
text-align: center;
border-right: 1px solid #eee;
}
.cont-sym {
width: 60px;
}
.cont-btc, .cont-eur {
width: 65px;
}
.cont-24h, .cont-7d {
width: 50px;
}
.cont-del {
width: 20px;
display: inline-block;
text-align: center;
font-weight: bold;
}
a#clear {
font-size: 10px;
font-style: italic;
color: #c00;
text-align: center;
display:block;
}
div.footer {
border-top: 1px solid #E4E6EB;
text-align: center;
clear: both;
font-size: 10px;
font-style: italic;
padding: 5px 0;
}
a.footer {
text-decoration: none;
color: rgb(66, 139, 202);
}