-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
113 lines (90 loc) · 1.73 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300');
.title {
margin-right: 200px;
<<<<<<< HEAD
}
.book .book-body .page-wrapper .page-inner section {
line-height: 1.7;
font-size: 1.6rem;
color: #3c3c3b
=======
color: #ffffff,
>>>>>>> gitbook
}
p, div {
font-family: 'Roboto', sans-serif;
font-size: 1.6rem;
}
h1, h2, h3 {
color: #2d3b5a
}
li, h1, h2, h3 {
font-family: 'Roboto', sans-serif;
font-size: 1.6rem;
}
code, kbd, pre, samp, .sourceLine, .sourceCode {
font-family: 'Roboto', sans-serif;
font-size: 1em;
}
.book .book-body .page-wrapper .page-inner section {
line-height: 1.7;
font-size: 1.6rem;
}
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: #3c61aa;
font-weight: bold;
}
.book .book-summary ul.summary li > a:hover {
color: #96c246;
font-weight: bold;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: #3c61aa;
font-weight: bold;
}
.part > span {
color: #3c61aa;
}
h1, h2, h3, h4, h5, h6 {
color: #3c61aa;
}
body {
color: #333E50;
}
.book .book-body .page-wrapper .page-inner section.normal code {
background: #dfe3eb;
}
div.book-header.fixed[style] {
background-color: #3c61aa !important;
}
.book .book-header .btn {
color: #ffffff;
}
.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;
}