-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
executable file
·92 lines (79 loc) · 1.11 KB
/
index.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
/*
Lissone (MB) Italy
Sat Nov 30 21:48:03 CET 2013
Copyright 2013, 2014, 2015, 2016, 2017, 2018, 2019 Isidoro Ghezzi
isidoro.ghezzi@icloud.it
*/
body{
background: lightgray;
margin: 0;
padding: 0;
font-size: smaller;
font-family: monospace
}
h1, h2{
color: black;
text-align: center;
}
.container{
margin: 0.25em;
padding: 0;
background: white;
color: black;
text-align: center;
}
.date{
text-align: center;
}
.bold{
font-weight: bold;
}
.normal{
color: black;
background: white;
}
.busy{
color: black;
background: lightgray;
}
.ig_button{
margin: 1em;
border-radius:8px;
border: 2px solid black;
padding: 0.25em;
margin: auto;
text-align: center;
font-weight: bold;
width: 10em;
}
.markets ol li ul, ol li ul li{
margin-left: 0;
padding-left: 0;
}
.value{
padding-left: 1em;
}
.result{
font-family: monospace;
white-space: pre;
font-weight: bold;
}
.wrap-result{
margin: 1em;
}
.input_text{
text-align: right;
margin: 1em;
}
.footer{
margin-left: -1em;
margin-right: -1em;
background: lightgray;
}
.footer div{
padding: 0.25em;
}
.bitcoin{
font-size: smaller;
color: gray;
}