-
Notifications
You must be signed in to change notification settings - Fork 45
/
style.css
64 lines (54 loc) · 952 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
61
62
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
display: block !important; /* to override html5 line space default */
line-height: 140% !important;
white-space: inherit;
}
div.summary{
color:#227;
background-color:#EEF;
border: 1px solid #88F;
padding-top: 4px;
padding-right: 3px;
padding-bottom: 3px;
padding-left: 5px;
}
div.warning{
color:#722;
background-color:#FEE;
padding-top: 6px;
padding-right: 3px;
padding-bottom: 1px;
padding-left: 5px;
}
div.note{
background-color:#eee;
padding-top: 6px;
padding-right: 3px;
padding-bottom: 1px;
padding-left: 5px;
}
.date{
color: #777;
font-size: 1em !important;
}
.book .book-summary ul.summary li span {
cursor: not-allowed;
opacity: .8;
color: #5d8df0;
font-size-adjust:0.7;
}
table.package_ver_table
{
width:auto !important;
}