-
Notifications
You must be signed in to change notification settings - Fork 12
/
style.css
85 lines (69 loc) · 1.26 KB
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.book .book-summary ul.summary li span {
cursor: not-allowed;
opacity: 1;
}
.book .book-summary ul.summary li.active > a {
color: #1f58a3;
font-weight: bold;
}
.book .book-summary ul.summary li > a:hover {
color: #1f58a3;
font-weight: bold;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: #1f58a3;
font-weight: bold;
}
.summaryblock{
padding: 1em 1em 1em 4em;
margin-bottom: 10px;
color: #333E50;
border-style: solid;
border-width: 5px;
border-color: #6faef5;
}
.summaryblock > a {
color: #d8dfee;
}
.part > span {
color: #5c677e;
}
h1, h2, h3, h4, h5, h6 {
color: #5c677e;
}
body {
color: #333E50;
}
.book .book-body .page-wrapper .page-inner section.normal code {
background: #dfe3eb;
}
div.book-header.fixed[style] {
background-color: #6faef5 !important;
}
.book .book-header .btn {
color: #c6deff;
}
.book .book-header .btn:hover {
position: relative;
text-decoration: none;
color: #fff;
background: 0 0;
transform:scale(1.3,1.3);
}
.book .book-header h1 a, .book .book-header h1 a:hover {
color: #fff;
}