-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
128 lines (104 loc) · 2.02 KB
/
Copy pathindex.css
File metadata and controls
128 lines (104 loc) · 2.02 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
html {
color: white;
font-family: sans-serif;
background-color: #111;
margin: auto 10px;
}
.toprow {
font-size: 12vw;
}
#history {
font-size: 12vw;
}
@media (min-width: 530px) {
.toprow {
font-size: 4rem;
}
#history {
font-size: 2rem;
}
}
.yet {
display: none;
}
.nohistory {
font-size: 12vw;
}
@media (min-width: 333px){
.yet {
display: inline;
}
}
.hrow {
font-size: 3rem;
border-bottom: 2px solid #111;
}
/*#outof-input {
border: none;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#set {
display: inline-block;
}*/
.btn-c3c {
color: #fff;
background-color: #004f7a;
border-color: #004f7a;
}
#outof-input-row {
margin-top: auto;
margin-bottom: auto;
}
#outof-box {
color: #eee;
text-decoration: none;
font-style: italic;
border-bottom: 3px solid;
}
/* From Bootstrap*/
.invalid-feedback {
display: none;
width: 100%;
margin-top: 0.25rem;
font-size: 1rem;
color: #dc3545;
}
.overlay {
background-color: #000;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.7;
z-index: 1;
}
/* To display it over the overlay*/
.help-button {
display: inline !important;
position: inherit;
z-index: 1060;
}
#outof-popover {
display: inherit;
}
.col {
background-color: #111;
}
.d-mode {
display: none;
}
.color1 { background-color: hsl(15, 100%, 14%) !important;}
.color2 { background-color: hsl(15, 100%, 20%) !important;}
.color3 { background-color: hsl(15, 100%, 24%) !important;}
.color4 { background-color: hsl(15, 93%, 34%) !important;}
.color5 { background-color: hsl(15, 93%, 38%) !important;}
.hcolor1 { background-color: hsl(55, 100%, 14%) !important;}
.hcolor2 { background-color: hsl(55, 100%, 20%) !important;}
.hcolor3 { background-color: hsl(55, 100%, 24%) !important;}
.hcolor4 { background-color: hsl(55, 93%, 34%) !important;}
.hcolor5 { background-color: hsl(55, 93%, 38%) !important;}
.black { background-color: #111;}