-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbook.css
54 lines (42 loc) · 878 Bytes
/
book.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
body {
}
.page {
background-color:white;
padding:0 20px;
}
.intro,.toc,.main,.category,.back {
page-break-before: always;
}
.front,.intro,.back {
padding:400px 0;
text-align:center
}
.front-title {
font-size:300%
}
.intro {
margin:auto;
width:400px;
}
.toc {
margin: 20px 10px;
border-top:2px solid silver;
border-bottom:2px solid silver;
}
.toc-entry {}
.toc-entry a, .toc-cat {
text-decoration:none;
font-weight:bold
}
.cat-title {
font-size:200%;
}
.questions {}
.question-title, .toc-title {font-weight:bold; font-size:150%; margin:10px 0;}
.question-title a { color:black;}
.top-link{font-size:50%; color:green !important;}
.question {border-bottom:1px solid silver; margin:20px 0 0 20px}
.question-content {margin-bottom:20px;}
.answers {margin-left:20px}
.answer {border-top:1px dashed silver;margin-bottom:10px; padding:10px 0;}
.back {}