-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-dark.css
72 lines (67 loc) · 1.42 KB
/
style-dark.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
/* Set text page width */
.book .book-body .page-wrapper .page-inner {
max-width: 80%;
margin: 0 auto;
padding: 20px 0 40px;
}
/* Set standard background and text color in book summary, and use bold + underline in active links */
.book .book-summary {
background: #555555;
color: #999999;
}
.book .book-summary ul.summary li i.fa-check {
color: #999999;
}
.book .book-summary ul.summary li.done>a {
color: #999999;
}
.book .book-summary ul.summary li a,.book .book-summary ul.summary li span {
color: #999999;
background: #555555;
}
.book .book-summary ul.summary li a:hover,.book .book-summary ul.summary li.active>a{
background: #555555;
color: #eeeeee;
font-weight: bold;
text-decoration: underline;
}
/* Set background and text color in header */
.book .book-header h1 {
padding-left: 20px;
padding-right: 20px;
background: #555555;
color: #eeeeee;
}
.book .book-header.fixed {
position: fixed;
right: 0;
top: 0;
left: 0;
border-bottom: 1px solid rgba(0,0,0,.07);
background-color: #555555;
background: #555555;
color: #eeeeee;
}
/* Set background and text color in buttons */
.book .book-header .btn {
background: #555555;
color: #999999;
}
.book .book-header .btn:hover {
background: #555555;
color: #eeeeee;
}