-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
61 lines (48 loc) · 893 Bytes
/
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
caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
body {
text-align: justify;
}
h1, h2 {
text-align: left;
}
code, kbd, pre, samp {
/* Harmonize styling */
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
kbd {
margin: 0px 0.1em;
padding: 0.1em 0.6em;
border-radius: 3px;
border: 1px solid rgb(204, 204, 204);
color: rgb(51, 51, 51);
font-size: 1.2rem;
display: inline-block;
box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
background-color: rgb(247, 247, 247);
text-shadow: 0 1px 0 #fff;
}
.book .book-summary {
width: 400px;
position:absolute;
top:0;
left:-400px;
}
.book.with-summary .book-header.fixed {
left: 400px;
}
.book.with-summary .book-body {
left: 400px;
}