-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.less
74 lines (64 loc) · 1.11 KB
/
style.less
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
.hide-article-box,
.recommend-right,
.passport-login-container,
.login-mark,
.recommend-box,
.blog-footer-bottom,
.template-box,
.csdn-side-toolbar a:not([data-type="gotop"]),
aside .mb8[data-pid="blog"],
[id^="dmp_ad"],
#asideHotArticle,
#asideCategory,
#asideNewComments,
#asideNewNps,
#asideArchive,
#recommendNps,
#csdn-toolbar,
#toolBarBox,
#passportbox {
display: none !important;
}
#recommend-right[style^="position: fixed"] {
top: 0 !important;
}
#article_content {
height: auto !important;
overflow: auto !important;
}
#content_views {
pre,
pre code {
user-select: auto !important;
}
}
main,
aside {
float: none;
margin-right: 10px
}
.container {
width: 100% !important
}
main {
width: 90% !important;
padding-left: 302px;
}
aside {
position: fixed !important;
left: 12px !important;
top: 8px !important
}
#asidedirectory {
display: block !important
}
.blog-content-box {
margin-bottom: 40px !important;
padding-bottom: 40px !important;
}
#content_views .hl-1 {
color: inherit !important;
padding-right: 0 !important;
background: 0 !important;
margin-right: 0 !important;
}