-
Notifications
You must be signed in to change notification settings - Fork 0
/
coinlibCompact.css
42 lines (30 loc) · 947 Bytes
/
coinlibCompact.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
.head-wrap {
display: none;
}
body { max-width: 900px; line-height:1; padding-top: 20px; }
.sub-header { display: none; }
div.container:nth-child(3) { display: none; }
.table {
font-family: "CMU Typewriter Text","Triplicate T3c", "Dejavu Sans Mono", "Hack", "Liberation Mono", monospace !important;
font-size: 120% !important;
}
.table td, .table th {
vertical-align: middle;
padding: 2px !important;
}
div.container:nth-child(4) {
display: none !important;
}
div.container:nth-child(5) {
display: none !important;
}
.button_trade {
display: none !important;
}
th.text-right:nth-child(7) { display: none !important;}
th.text-right:nth-child(8) { display: none !important; }
img.tbl-icon { height: 20px!important; width: 20px !important; }
.news,.footer { display: none; }
div.input-group:nth-child(1) { display: none; }
aspan.tbl-price { display: inline; padding-right: 3px;}
body { margin: auto; }