forked from Soteria-Smart-Contracts/HackBoard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
61 lines (51 loc) · 907 Bytes
/
styles.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
body {
font-family: 'Arial', sans-serif;
padding: 2rem;
color: orange;
background-color: black;
}
.countdown {
padding: 1rem;
text-align: center;
margin-bottom: 2rem;
color: orange;
}
button {
margin-top: 1%;
color: orange;
font-size: larger;
font-weight: bold;
padding: 4px;
background-color: black;
border-color: orange;
}
#timer {
font-size: 2rem;
font-weight: bold;
margin-top: 1rem;
}
.tokens, .info-tab {
padding: 1rem;
margin-bottom: 2rem;
}
table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
th, td {
padding: 0.5rem;
text-align: left;
}
/* Additional styles for CoinMarketCap style table */
#TokenRegistry {
font-size: 0.9rem;
}
#TokenRegistry td, #TokenRegistry th {
padding: 0.7rem 0.5rem;
}
#TokenRegistry td {
font-weight: 500;
}