-
Notifications
You must be signed in to change notification settings - Fork 5
/
custom.scss
144 lines (116 loc) · 2.11 KB
/
custom.scss
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
/*-- scss:defaults --*/
$primary: #1f58a3 !default;
$yellow: #804600 !default;
$h4-font-size: 1.2rem !default;
$font-size-base: 1.2rem !default;
/*-- scss:rules --*/
details>summary {
color: inherit;
}
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 1em;
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;
}
summary {
display: list-item;
}
.caption {
display: none;
}
blockquote {
position: relative;
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 0.5em 0.5em 0.5em !important;
padding: 1em 2em 0 2em !important;
font-size: 125%;
quotes: "\201C" "\201D";
}
blockquote:before {
position: absolute;
top: -0.5em; /* relative to padding blockquote size */
left: 0;
color: #ccc;
content: open-quote;
font-size: 4em;
}
blockquote p {
display: inline;
}
img {
max-width: 100%;
}
summary {
color: #1F58A3;
font-weight: bold;
list-style: none;
}
summary:hover {
color: #133563;
text-decoration: underline;
}