-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (58 loc) · 976 Bytes
/
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
body {
box-shadow: inset 1px 1px 150px 32px #000;
/*background-position: center top;*/
background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(code.png) no-repeat, #272822;
background-color: #272822;
}
.conatiner {
min-height: 100%;
}
.row-title {
padding-top: 25%;
}
.right-col {
text-align: center;
color: white;
/*opacity: 0.9;*/
}
.mu-string {
color: #a69f50;
}
.mu-key {
color: #479cac;
}
.mu-expr {
color: #7dab0d;
}
.console {
color: #7bab00;;
position: absolute;
bottom: 0;
width: 100%;
}
input[type=console] {
border: none;
border-radius: 0;
-webkit-appearance: none;
background: none;
color: white;
border-bottom: 1px solid;
width: 100%;
padding-left: 17px;
}
.graterThanArrow {
position: absolute;
color: white;
}
.btn-mobile {
width: 200px;
height: 100px;
}
.mobile-container {
margin: 15px;
position: absolute;
bottom: 0;
}
.mobile-container .row {
padding-top: 20px;
}