-
-
Notifications
You must be signed in to change notification settings - Fork 359
/
Copy pathwebsite.css
52 lines (41 loc) · 898 Bytes
/
website.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
.book .book-body .page-wrapper .page-inner section.normal .hljs-meta-keyword {
color: #8959a8;
}
.book .book-body .page-wrapper .page-inner section.normal .hljs-meta-string {
color: #718c00;
}
.book .book-body .page-wrapper {
margin-bottom: 12em;
}
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.search-results-item p{
color: #4183C4;
}
#book-search-results .search-results .has-results .search-results-item a {
color: #777;
}
#book-search-input input, #book-search-input input:focus, #book-search-input input:hover{
color: #222;
}
@media print {
/* Hide side bar */
.book-summary {
display: none;
}
/*Hide top bar*/
.book-header {
display: none;
}
/*Hide left and right navigation arrows*/
.navigation {
display: none;
}
/*Make sure all content is displayed and not just the first page*/
.book-body {
position: static;
}
}