Merge pull request #1609 from xtuple/4_5_x
[xtuple] / scripts / templates / xtuple / static / styles / jsdoc-default.css
1 html
2 {
3     overflow: auto;
4     background-color: #fff;
5 }
6
7 body
8 {
9         font: 14px "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
10         line-height: 130%;
11         color: #000;
12         background-color: #fff;
13 }
14
15 a {
16     color: #444;
17 }
18
19 a:visited {
20     color: #444;
21 }
22
23 a:active {
24     color: #444;
25 }
26
27 header
28 {
29         display: block;
30         padding: 6px 4px;
31 }
32
33 .class-description {
34     font-style: italic;
35         font-family: Palatino, 'Palatino Linotype', serif;
36         font-size: 130%;
37         line-height: 140%;
38         margin-bottom: 1em;
39         margin-top: 1em;
40 }
41
42 #main {
43     float: left;
44     width: 100%;
45 }
46
47 section
48 {
49         display: block;
50         
51         background-color: #fff;
52         padding: 12px 24px;
53     border-bottom: 1px solid #ccc;
54     margin-right: 240px;
55 }
56
57 .variation {
58     display: none;
59 }
60
61 .optional:after {
62         content: "opt";
63         font-size: 60%;
64         color: #aaa;
65         font-style: italic;
66         font-weight: lighter;
67 }
68
69 nav
70 {
71         display: block;
72         float: left;
73     margin-left: -230px;
74     margin-top: 28px;
75     width: 220px;
76     border-left: 1px solid #ccc;
77     padding-left: 9px;
78 }
79
80 nav ul {
81     font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
82     font-size: 100%;
83     line-height: 17px;
84     padding:0;
85     margin:0;
86     list-style-type:none;
87 }
88
89 nav h2 a, nav h2 a:visited {
90     color: #A35A00;
91     text-decoration: none;
92 }
93
94 nav h3 {
95     margin-top: 12px;
96 }
97
98 nav li {
99     margin-top: 6px;
100 }
101
102 nav a {
103     color: #5C5954;
104 }
105
106 nav a:visited {
107     color: #5C5954;
108 }
109
110 nav a:active {
111     color: #5C5954;
112 }
113
114 footer {
115     display: block;
116     padding: 6px;
117     margin-top: 12px;
118     font-style: italic;
119     font-size: 90%;
120 }
121
122 h1
123 {
124         font-size: 200%;
125         font-weight: bold;
126         letter-spacing: -0.01em;
127         margin: 6px 0 9px 0;
128 }
129
130 h2
131 {
132         font-size: 170%;
133         font-weight: bold;
134         letter-spacing: -0.01em;
135         margin: 6px 0 3px 0;
136 }
137
138 h3
139 {
140         font-size: 150%;
141         font-weight: bold;
142         letter-spacing: -0.01em;
143         margin-top: 16px;
144         margin: 6px 0 3px 0;
145 }
146
147 h4
148 {
149         font-size: 130%;
150         font-weight: bold;
151         letter-spacing: -0.01em;
152         margin-top: 16px;
153         margin: 18px 0 3px 0;
154         color: #A35A00;
155 }
156
157 h5, .container-overview .subsection-title
158 {
159         font-size: 120%;
160         font-weight: bold;
161         letter-spacing: -0.01em;
162         margin: 8px 0 3px -16px;
163 }
164
165 h6
166 {
167         font-size: 100%;
168         letter-spacing: -0.01em;
169         margin: 6px 0 3px 0;
170         font-style: italic;
171 }
172
173 .ancestors { color: #999; }
174 .ancestors a
175 {
176     color: #999 !important;
177     text-decoration: none;
178 }
179
180 .important
181 {
182         font-weight: bold;
183         color: #950B02;
184 }
185
186 .yes-def {
187     text-indent: -1000px;
188 }
189
190 .type-signature {
191     color: #aaa;
192 }
193
194 .name, .signature {
195         font-family: Consolas, "Lucida Console", Monaco, monospace;
196 }
197
198 .details { margin-top: 14px; }
199 .details dt { width:100px; float:left; border-left: 2px solid #DDD; padding-left: 10px;  padding-top: 6px; }
200 .details dd { margin-left: 50px; }
201 .details ul { margin: 0; }
202 .details ul { list-style-type: none; }
203 .details li { margin-left: 30px; padding-top: 6px; }
204
205 .description {
206         margin-bottom: 1em;
207         margin-left: -16px;
208         margin-top: 1em;
209 }
210
211 .code-caption
212 {
213         font-style: italic;
214         font-family: Palatino, 'Palatino Linotype', serif;
215         font-size: 107%;
216         margin: 0;
217 }
218
219 .prettyprint
220 {
221         border: 1px solid #ddd;
222         width: 80%;
223     overflow: auto;
224 }
225
226 .prettyprint.source {
227     width: inherit;
228 }
229
230 .prettyprint code
231 {
232         font-family: Consolas, 'Lucida Console', Monaco, monospace;
233         font-size: 100%;
234         line-height: 18px;
235         display: block;
236         padding: 4px 12px;
237         margin: 0;
238         background-color: #fff;
239         color: #000;
240         border-left: 3px #ddd solid;
241 }
242
243 .params, .props
244 {
245         border-spacing: 0;
246         border: 0;
247         border-collapse: collapse;
248 }
249
250 .params .name, .props .name, .name code {
251         color: #A35A00;
252         font-family: Consolas, 'Lucida Console', Monaco, monospace;
253         font-size: 100%;
254 }
255
256 .params td, .params th, .props td, .props th
257 {
258         border: 1px solid #ddd;
259         margin: 0px;
260         text-align: left;
261         vertical-align: top;
262         padding: 4px 6px;
263         display: table-cell;
264 }
265
266 .params thead tr, .props thead tr
267 {
268         background-color: #ddd;
269         font-weight: bold;
270 }
271
272 .params .params thead tr, .props .props thead tr
273 {
274         background-color: #fff;
275         font-weight: bold;
276 }
277
278 .params th, .props th { border-right: 1px solid #aaa; }
279 .params thead .last, .props thead .last { border-right: 1px solid #ddd; }
280
281 .disabled {
282     color: #454545;
283 }