-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
55 lines (46 loc) · 1.45 KB
/
custom.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
// 可用于 PC 桌面浏览器的,用于优化 Dyanlist 界面效果的 custom.css
// Dynalist Pro 用户可使用 Custom CSS 功能载入
.DocumentContainer {
background: url(https://pimfans.hintsnet.com/qna/181007/bcHCk3FKJd.jpg) no-repeat center center fixed !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
}
.Document, .Node {
box-shadow: 1px 1px 1px 1px #777777 !important;
border-radius: 8px !important;
margin: 10px !important;
background-color: rgba(255,204,68,0.54) !important;
}
.Node-self {
padding-top:5px !important;
padding-bottom:8px !important;
}
.Node:not(.is-currentRoot) .Node-self:not(.is-contentRendered), .Node:not(.is-currentRoot) .Node-self:not(.is-noteRendered) {
background-clip: content-box !important;
background-color: rgba(255,255,245,0.5) !important;
}
.Node-children {
border-left: 1px dashed gray !important;
}
.node-line.Node-contentContainer, .Node-content.node-line.needsclick {
padding-bottom: 3px !important;
}
.Node-renderedNote, .Node-note {
height:24px !important;
line-height: 180% !important;
}
.node-tag {
border: 1px dotted silver !important;
border-radius: 5px !important;
background-color: #eeffff !important;
padding-left: 5px !important;
padding-right: 5px !important;
text-decoration: none !important;
}
.node-displayed-image {
border-radius: 10px !important;
padding: 5px !important;
max-width: 100%;
}