-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.user.css
More file actions
71 lines (58 loc) · 1.52 KB
/
base.user.css
File metadata and controls
71 lines (58 loc) · 1.52 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
/*加深“文件列表中的文件名”的颜色*/
.file-node-title-name-part{
color: #333;
}
.active .file-node-title-name-part{
color: var(--active-file-text-color);
font-weight: bold;
}
.file-node-title-name-part:hover{
color: #000;
font-weight: bold;
}
.file-node-title-ext-part{
color: #ccc;
}
/*加深“文件列表中的文件名”的颜色*/
/*不需要定宽*/
#write {
max-width: none;
}
/*不需要定宽*/
/*高亮搜索结果*/
:root {
--search-select-bg-color: red;
--select-text-bg-color: red;
--select-text-font-color: white;
}
/*高亮搜索结果*/
/* 白扯,markdown不支持style标签、自定义标签,只能用内联样式改变颜色。*/
span.blue{
color: white;
background-color: blue;
}
/* 白扯,markdown不支持style标签、自定义标签,只能用内联样式改变颜色。*/
code {
font-family: Consolas, monospace, serif;
color: #dd0055;
white-space: nowrap;
padding: 0 4px;
border: 1px solid #dddddd;
border-radius: 3px;
background: #fafafa;
white-space: normal;
}
/* sexy */
content {
background-image: url(http://leanlee.top/Time_waits_for_no_one/);
background-position: center;
background-size: auto 100%;
background-repeat: no-repeat;
background-color: #fffe;
}
/*
header:
<script type="text/javascript" charset="utf-8" src="/notes/jquery-3.6.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/notes/init.js"></script>
<link rel="stylesheet" href="/notes/main.css">
*/