-
Notifications
You must be signed in to change notification settings - Fork 0
/
lateload.css
116 lines (95 loc) · 1.87 KB
/
lateload.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/**
* The CSS for the LateLoad project.
*
* Date Who Major changes
* --------- --- ----------------------------------------------------------------------------------
* 02may2012 jls Created.
*/
H2 {
margin-top: 16px;
font-family: Trebuchet MS;
font-size: 18px;
}
H3 {
margin-top: 16px;
}
TABLE.open {
margin-left: 4%;
border-spacing: 8px;
width: 90%;
}
TABLE.open TH {
margin-bottom: 4px;
border-bottom: 1px solid #aaaaaa;
}
TABLE.open > TBODY > TR > TD {
vertical-align: top;
border-color: white;
border-style: solid;
border-width: 3px 1px;
}
TABLE.open > TBODY > TR > TD:first-child {
font-weight: bold;
}
.api-docs .method {
margin-top: 16px;
}
.api-docs .signature {
margin-bottom: 12px;
font-size: 15px;
font-weight: bold;
}
.api-docs .section-title {
margin-top: 8px;
margin-bottom: 0;
font-size: 15px;
font-weight: bold;
}
.api-docs .section {
margin: auto 16px;
}
.api-docs .title-optional {
margin-top: 4px;
margin-bottom: 0;
font-size: 13px;
font-weight: bold;
}
.api-docs .params {
border: 3px;
background-color: #dddddd;
width: 100%;
}
.api-docs TD {
padding: 4px;
}
.api-docs .params TH:first-child,
.api-docs .params TD:first-child {
width: 120px;
}
.api-docs .params > TBODY > TR > TD {
vertical-align: top;
border-color: white;
border-style: solid;
border-width: 3px 1px;
}
.api-docs .param-values {
margin-top: 8px;
}
.api-docs .param-values TH {
margin-bottom: 4px;
border-bottom: 2px solid #aaaaaa;
font-weight: bold;
}
.api-docs .param-values TH:first-child,
.api-docs .param-values TD:first-child {
width: 120px;
}
.api-docs .param-values TD {
margin-bottom: 4px;
border-bottom: 1px solid #bbbbbb;
padding: 4px;
vertical-align: top;
}
.api-docs .param-values TR.last-child TD {
border-bottom: 0px;
}