Newer
Older
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
.oxhelp-prev-link {
}
.oxhelp-next-link {
}
.oxhelp-home-link {
}
.oxhelp-toc-link {
}
.oxhelp-prev-title {
}
.oxhelp-next-title {
}
.oxhelp-content {
padding: 8px 32px 16px;
}
.oxhelp-content a {
color: #3c61aa;
}
.oxhelp-content a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.oxhelp-content a:focus, .oxhelp-content a:hover {
color: #284d71;
text-decoration: underline;
}
.oxhelp-navigation-top .navbar-fixed-top .navbar-inner, .oxhelp-navigation-bottom {
padding-left: 30px;
}
.oxhelp-navigation-bottom .pagination {
margin: 0;
}
.oxhelp-navigation-top .navbar .nav > li > a:first-child {
padding-left: 0;
}
.oxhelp-content .index .indexdiv dl > dd {
padding-left: 16px;
}
ul.oxhelp-bottom-nav {
list-style-type: none;
}
ul.oxhelp-bottom-nav li:before {
content: "\25B6 ";
}
.toc dt a {
font-weight: normal;
}
.chapter h1, .titlepage h1 {
font-size: 22px;
line-height: 24px;
font-weight: bold;
}
.chapter h2, .titlepage h2 {
font-size: 18px;
line-height: 20px;
font-weight: bold;
}
.chapter h3, .titlepage h3, .sect1 h3, .sect2 h4 {
font-size: 14px;
line-height: 16px;
font-weight: bold;
}
.titlepage ol {
list-style:none;
padding-left: 32px;
}
.titlepage .abstract > ol { padding:0; }
.titlepage .abstract > ol > li { margin-bottom: 16px; }
.titlepage .abstract > ol > li > p { font-weight: bold; }
.titlepage .abstract > ol > li p { margin: 0; }
.oxhelp-navigation-top .navbar { border-radius: 0; }
.itemizedlist p[role="presentation"] { margin:0; }