-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoindex.css
109 lines (90 loc) · 1.59 KB
/
autoindex.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/* 隐藏滚动条 */
::-webkit-scrollbar {
width: 0 !important;
}
/* 隐藏滚动条 */
::-webkit-scrollbar {
width: 0 !important;
height: 0;
}
.markdown-body-custom {
overflow: auto;
max-width: 1000px;
}
.comments-body {
/* body - 16*2 */
max-width: 968px;
}
.hide {
background-color: #252525;
color: #252525;
text-shadow: none;
}
.markdown-body-custom p code {
color: greenyellow;
}
.markdown-body-custom li code {
color: greenyellow;
}
.markdown-selected {
background: purple;
}
.markdown-menu-btn {
position: fixed;
top: 12px;
left: 8px;
}
.autoindex-container {
margin-bottom: 64px;
}
.autoindex-footer {
line-height: 48px;
background: #3a3a3a;
font-size: 10pt;
position: fixed;
width: 100%;
bottom: 0;
}
.actor {
fill: lightgrey !important;
stroke: none !important;
}
.messageLine0 {
stroke-width: 1.5 !important;
stroke-dasharray: none !important;
stroke: lightgrey !important;
}
.messageLine1 {
stroke-width: 1.5;
stroke-dasharray: none !important;
stroke: lightgrey !important;
}
#arrowhead path {
fill: lightgrey !important;
stroke: lightgrey !important;
}
.messageText {
fill: gray !important;
stroke: none !important;
font-family: 'trebuchet ms', verdana, arial;
font-size: 14px;
}
.loopText > tspan {
fill: green !important;
stroke: none !important;
font-family: 'trebuchet ms', verdana, arial;
}
#player-layout {
width: 290px;
position: fixed !important;
top: 8px !important;
right: 4% !important;
}
#player-close {
position: absolute !important;
top: 0 !important;
right: 0 !important;
}
.aplayer-info {
background: rebeccapurple !important;
}