-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (69 loc) · 1.02 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
html {
overflow: hidden;
}
#header {
position: absolute;
height: 2rem;
color: white;
font-size: 1.7rem;
text-align: center;
background-color: #383838;
z-index: 9999;
}
#octicon {
left: 0.3rem;
}
#twitter {
left: 2.3rem;
}
#octicon, #twitter {
position: absolute;
padding-top: 0.1rem;
color: #bababa;
}
#octicon:hover {
color: #ffffff;
}
#twitter:hover {
color: #1da1f2;
}
#octicon:hover, #twitter:hover {
cursor: pointer;
}
#screen {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: #1e1e1e;
}
#drag-handle:hover {
cursor: all-scroll !important;
}
#toolbar .btn {
color: #fff !important;
-moz-appearance: none;
-webkit-appearance: none;
}
#toolbar a.btn:hover {
cursor: pointer;
}
#toolbar a.btn:active {
color: #000 !important;
}
#custom-handle {
width: 3em;
height: 1.6em;
top: 50%;
margin-top: -.8em;
margin-left: -1.5em;
text-align: center;
line-height: 1.6em;
}
.modal button:hover, #snackbar {
cursor: pointer;
}
.picker-placeholder {
width: 0;
}