-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (76 loc) · 1.23 KB
/
style.css
File metadata and controls
93 lines (76 loc) · 1.23 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
body {
background-color: #000000;
color: aliceblue;
font-family: fixedsys;
}
::selection {
background-color: transparent;
}
h1 {
font-size: 45px;
}
a.github-link:hover {
background-color: red;
color: #000000;
cursor: pointer;
}
a.github-link {
color: red;
}
a.selected {
background-color: aliceblue;
color: #000000;
}
div.header {
margin-left: 20px;
}
div.status-bar {
margin-left: 35px;
font-family: fixedsys;
font-size: 20px;
display: flex;
}
div.status-left {
margin-right: 45px;
}
div.status-right {
margin-right: 45px;
}
div.file-explorer {
margin-left: 35px;
font-family: fixedsys;
font-size: 25px;
margin-bottom: 60px;
}
div.credit {
position: fixed;
bottom: 0px;
left: 0px;
padding-left: 10px;
padding-top: 10px;
background-color: #000000;
height: 30px;
width: 100%;
}
span.click-status-blinker {
color: red;
font-size: 20px;
}
span.enter-status-blinker {
color: red;
font-size: 20px;
}
span.up-status-blinker {
color: red;
font-size: 20px;
}
span.down-status-blinker {
color: red;
font-size: 20px;
}
span.file-path {
color: #87ffff;
}
span.file-explorer-pointer {
color: red;
}