-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
109 lines (92 loc) · 1.77 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
@import url("font-awesome.min.css");
p.caption {
color: #777;
margin-top: 10px;
font-size: 10px;
}
p code {
white-space: inherit;
}
.sourceCode {
word-break: normal;
word-wrap: normal;
background-color: #333 !important;
display: block;
border-radius: 5px;
margin-top: 12px;
margin-bottom: 24px;
}
pre code {
white-space: inherit;
}
h1 {
font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
font-weight: 700;
font-size: 8pt;
}
p {
font-family: 'Helvetica Neue','Segoe UI','Helvetica','Arial',sans-serif;
}
img {
box-shadow: 0px 3px 10px rgba(0,0,0,.8);
margin-top: 12px;
margin-bottom: 24px;
border-radius: 5px;
}
.book.without-animation .book-summary {
background: #333;
width: 250px;
}
.book .book-summary ul.summary li a, .book .book-summary ul.summary li span {
color: #fff;
}
.book .book-summary ul.summary li a:hover, .book .book-summary ul.summary li.active>a {
color: #62cfcf;
}
.book .book-summary {
background: #333;
width: 250px;
}
.book .book-summary ul.summary li.divider {
background: #4f4f4f;
}
code span.kw {
color: #ffeead;;
}
code span.st {
color: #fca369;
}
code span.co {
color: #92d192;
}
.book .book-body .page-wrapper .page-inner section.normal a {
color: #62cfcf;
}
.icon {
text-decoration: none;
}
.icon:before {
display: inline !important;
font-family: FontAwesome;
font-size: 1.25em;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
display: none;
}
.logo {
box-shadow: none;
align-items: center;
justify-content: center;
margin-bottom:5px;
}
li.social {
display: flex;
align-items: center;
justify-content: center;
}