-
Notifications
You must be signed in to change notification settings - Fork 0
/
dbdoc.css
75 lines (65 loc) · 1.19 KB
/
dbdoc.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
/* DBDoc stylesheet */
/*
Replacements for the default stylesheet
*/
body {
padding: 10px;
}
h3 {
font-style: normal;
}
p {
font-size: 12px;
}
.topNav {
float: none;
}
th.colOne,
th.colFirst,
th.colLast,
.useSummary th,
.constantsSummary th,
td.colOne,
td.colFirst,
td.colLast,
.useSummary td,
.constantsSummary td {
padding: 5px;
}
.overviewSummary td,
.memberSummary td,
.typeSummary td,
.useSummary td,
.constantsSummary td,
.deprecatedSummary td {
padding: 5px;
}
.overviewSummary caption span,
.memberSummary caption span,
.typeSummary caption span,
.useSummary caption span,
.constantsSummary caption span,
.deprecatedSummary caption span {
background-color: #4D7A97;
color: #FFFFFF;
padding: 5px;
}
.overviewSummary td.colFirst,
.overviewSummary th.colFirst,
.useSummary td.colFirst,
.useSummary th.colFirst,
.overviewSummary td.colOne,
.overviewSummary th.colOne,
.memberSummary td.colFirst,
.memberSummary th.colFirst,
.memberSummary td.colOne,
.memberSummary th.colOne,
.typeSummary td.colFirst {
width: 0%;
}
.colAlignRight {
text-align: right !important;
}
.colAlignLeft {
text-align: left !important;
}