forked from GATEOverflow/q2a-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.css
executable file
·86 lines (72 loc) · 1.9 KB
/
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
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
body {
}
.page {
background-color:white;
padding:30px 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;
text-align:justify;
}
.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;background-color:black;}
.question-title a { color:white;}
.top-link{font-size:50%; color:green !important;}
.question {border-bottom:1px solid silver; margin:20px 0 0 20px}
.question-content {margin-bottom:20px; margin-left:10px;background-color:antiquewhite;}
.answers {margin-left:10px}
.answer {border-top:1px dashed silver;margin-bottom:10px; padding:10px 0;background-color:rgb(211, 211, 195);}
.answer-content {margin-top:10px;margin-bottom:10px; margin-left:10px;margin-right:10px; text-align:justify;}
.question-text {padding-top:10px; padding-bottom:10px; margin-top:10px; margin-bottom:10px; margin-left: 10px; margin-right:10px; text-align: justify;}
.back {}
.qa-q-item-tags {
display: block;
margin-top: 5px;
margin-left:5px;
margin-bottom:5px;
}
.qa-q-item-tag-list, .qa-q-view-tag-list {
line-height: 11px;
list-style: none;
margin: 0;
padding: 0;
}
.qa-q-item-tag-item, .qa-q-view-tag-item {
display: inline;
}
.qa-tag-link, .qa-widget-side .qa-q-view-tag-item {
background: #e67e22;
color: #fff !important;
display: inline-block;
font-family: "Ubuntu", "Helvetica", "Arial", "FreeSans", sans-serif;
font-size: 11px;
line-height: 1.5em;
padding: 2px 8px;
margin-bottom: 2px;
text-decoration: none !important;
transition: all 0.75s ease-in-out 0s;
}