-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
114 lines (94 loc) · 1.36 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
#Content {
font-family: Arial, Helvetica, sans-serif;
padding: 10px;
text-align: center;
}
#input{
font-size: 26px;
background: #1d2124;
outline: 0;
color: #dee2e6;
}
#ad {
margin-top: 24px;
}
.history{
margin-top: 24px;
margin-bottom: 24px;
border: 1px solid #1d21249e;
border-radius: 6px;
padding: 8px;
background: #1d2124;
outline: 0;
color: #dee2e6;
min-height: 280px;
}
.main{
margin: 0 auto;
padding-left: 24px;
min-height: 200px;
}
.top{
padding-top: 24px;
padding-bottom: 24px
}
.outputBox{
min-height: 180px;
}
.output{
padding-bottom: 10px;
padding-top: 10px
}
.error{
color: #e12339;
}
.info{
margin-top: 24px;
padding-top: 24px;
margin-bottom: 24px;
padding-bottom: 24px;
border-radius: 6px;
}
.converstion{
padding: 8px;
}
.updates{
padding: 8px;
text-align: left;
}
.updates p{
padding:8px;
}
.decimal{
font-size: 0.68em;
padding-left: 6px;
vertical-align: top;
}
.heading{
font-size: 16px;
font-family: monospace;
}
.solution{
font-size: 18px;
}
.rem-1{color: green}
.rem--1{color: red}
.rem-0, rem--0, rem-NaN{color: blue}
.foot{
font-size: 10px;
font-weight: lighter;
color: grey;
}
.button {
line-height: 26px;
margin: 4px 0px 2px 4px;
}
.inputBox {
margin-top: 10px;
border: none;
background: transparent;
outline: 0;
}
#result{
margin-top: 18px;
}