-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (72 loc) · 1.13 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
html{
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
margin: 0;
padding: 0;
}
body{
min-width: 500px;
}
html {
font-size: 16px;
}
h1 {
font-size: 36px;
}
body {
background-color: rgb(30, 30, 30);
color: rgb(220, 220, 220);
}
th, td {
border-style: solid;
border-color: rgb(88, 88, 88);
border-width: 1px;
column-width: 225px;
font-size: 18px;
font-weight: bold;
text-align: left;
}
th {
border-style: none;
}
button {
height: 38px;
width: 100px;
}
input {
height: 30px;
position: relative;
bottom: 1px;
}
[type="submit"] {
background-color: #00ffea;
color: #0f1917;
font-size: 1.5rem;
}
[type="text"] {
font-size: 1.5rem;
width: 315px;
}
.css-list-all {
margin-bottom: 8px;
}
.css-search-form {
margin-top: 8px;
margin-bottom: 8px;
}
.css-crypto-container {
margin-top: 15px;
}
.thead-visibility {
visibility: hidden;
}
.search-section {
margin-bottom: 10px;
}
.input-field-note {
position: relative;
margin-left: 173px;
margin-top: 5px;
}