Examples under Synth:new should not use SynthDef:play to make nodes
[supercollider.git] / HelpSource / scdoc.css
bloba72b0ca72c38428f29db5a897350afe7fd501267
1 body {
2 font-family: Arial, Helvetica, sans-serif;
3 font-size: 10pt;
4 color: black;
5 background: white;
6 /* max-width: 60em;*/
7 /* margin-left: 20em;*/
8 padding: 0;
9 margin: 0;
12 html {
13 height: 100%;
14 margin: 0 0 1px;
17 div.contents {
18 margin: 1em;
19 text-align: justify;
20 padding-top: 2em;
21 padding-bottom: 0.5em;
24 table {
25 border-collapse: collapse;
26 font-size: 10pt;
27 margin-top: 1em;
28 margin-left: 2em;
30 table td {
31 border: 1px solid #ddd;
32 padding: 0.3em;
35 table table {
36 margin: 0em;
39 p {
40 margin-top: 1em;
41 margin-bottom: 0.3em;
44 a:link, a:visited, a:hover {
45 text-decoration: none;
46 color: #449;
47 /* add padding to work around "text-decoration: underline" not
48 * having effect when hovered if font size less then 11pt */
49 padding-bottom: 1px;
52 a:hover {
53 text-decoration: underline;
56 #inheritedclassmets, #inheritedinstmets {
57 margin-top: 1em;
60 .inheritedmets_class {
61 font-weight: bold;
62 color: #555;
63 margin-top: 0.5em;
64 margin-bottom: 0.25em;
66 .inheritedmets_class a {
67 color: #333;
69 ul.inheritedmets {
70 list-style: none;
71 padding: 0;
72 margin: 0;
73 margin-left: 2em;
74 margin-top: 0.25em;
76 ul.inheritedmets li {
77 font-family: monospace;
79 a.inheritedmets_toggle {
80 font-size: 9pt;
81 color: #558;
82 font-weight: normal;
83 /* margin-left: 2em;*/
86 a.inheritedmets_toggle:hover {
87 text-decoration: none;
88 color: #000;
91 a.subclass_toggle {
92 color: #555;
93 font-weight: normal;
96 a.subclass_toggle:hover {
97 text-decoration: none;
98 color: #000;
102 #menubar {
103 font-family: Arial, Helvetica, sans-serif;
104 width: 100%;
105 position: fixed;
106 /* background: #555;*/
107 background: #eee;
108 top: 0px;
109 padding: 2px;
110 margin: 0px;
111 border-bottom: 1px solid #bbb;
112 /* border-bottom: 2px solid #999;*/
113 z-index: 30;
116 #menubar .menuitem {
117 list-style: none;
118 float:left;
119 margin:0;
120 padding:0px;
121 padding-left: 0.75em;
122 padding-right: 0.75em;
123 /* border-right: 1px solid #999;*/
124 border-right: 1px solid #ddd;
125 font-size: 10pt;
126 display: block;
129 .menuitem a {
130 /* color: #ddd;*/
131 color: #666;
133 .menuitem a:hover {
134 text-decoration: none;
135 color: black;
138 #topdoctitle {
139 /* font-weight: bold;*/
140 font-style: italic;
141 /* color: #fff;*/
142 color: #444;
143 cursor: pointer;
146 .submenu {
147 margin-top: 2px;
148 padding: 0.5em;
149 background: #eee;
150 display: none;
151 position: absolute;
152 border: 1px solid #aaa;
153 border-radius: 4px;
156 .submenu a {
157 position: relative;
158 display: block;
159 margin: 0;
160 /* padding: 5px 10px;*/
161 padding: 0.2em;
162 width: auto;
163 white-space: nowrap;
164 text-align: left;
165 /* text-decoration: none;*/
166 color: #447;
167 font-weight: bold;
170 a.navlink {
171 /* color: #fff;*/
172 color: #447;
173 font-weight: bold;
177 .header {
178 border-bottom: 3px solid #000;
180 #label, #label a {
181 font-weight: bold;
182 color: #999;
183 border-bottom: 1px solid #bbb;
185 #summary {
186 font-weight: normal;
188 #categories {
189 color: #888;
190 font-size: 9pt;
192 #related {
193 text-align: left;
194 font-weight: bold;
195 margin-top: 0.5em;
197 #filename {
198 word-break: break-all;
200 .headerimage {
201 float: right;
202 margin-right: 1ex;
205 .subheader {
206 text-align: right;
207 font-size: 9pt;
208 color: #444;
211 .jump {
212 text-align: right;
213 font-size: 9pt;
214 color: #555;
216 .jump a {
217 font-weight: bold;
218 padding-top:0;
219 margin-top:0;
222 a.footnote {
223 font-size: 9pt;
224 top: -0.1em;
226 div.footnotes {
227 border-top: 1px solid #aaa;
228 margin-left: 2em;
229 margin-top: 3em;
230 margin-right: 2em;
232 div.footnote {
233 margin-bottom: 0.5em;
234 margin-top: 0.5em;
235 font-size: 9pt;
238 .soft {
239 color: #777;
242 h1 {
243 margin: 0.1em 0;
244 font-size: 3em;
245 margin-bottom: 0em;
248 h2 {
249 border-bottom: 2px solid #bbb;
250 letter-spacing: 0.05em;
251 margin-top: 1.5em;
252 text-align: left;
253 margin-bottom: 2px;
254 font-size: 1.4em;
257 h3 {
258 margin-bottom: 2px;
259 text-align: left;
262 h4 {
263 margin-top: 1em;
264 margin-bottom: 0em;
265 margin-left: 0em;
266 color: #777;
267 border-bottom: 1px solid #ddd;
270 dt {
271 font-weight: bold;
273 dd {
274 margin-bottom: 1em;
277 code.code, pre.code {
278 font-family: monospace;
279 font-size: 9pt;
280 color: #121;
283 pre.code {
284 font-size: 9pt;
285 border-left: 2px solid #e0e0e0;
286 padding-left: 1em;
290 code.formula, pre.formula {
291 font-family: monospace;
292 font-size: 10pt;
293 font-weight: normal;
294 color: #333;
297 pre.formula {
298 padding: 0.5em;
299 text-align: center;
302 .image {
303 text-align: center;
304 margin: 2em;
305 font-size: 9pt;
308 .image img {
309 margin-bottom: 1em;
312 .methprefix {
313 font-weight: normal;
314 color: #777;
315 padding-right: 0.5em;
316 margin-left: -1em;
319 .methodname, .imethodname, .cmethodname {
320 font-family: monospace;
321 font-size: 1em;
322 font-weight: normal;
323 margin-bottom: 0em;
324 margin-top: 1em;
325 padding: 0.25em;
326 border: none;
327 background: #e7ebe7;
330 .methodname a, .imethodname a, .cmethodname a {
331 color: black;
332 font-weight: bold;
335 .method {
336 margin-left: 2em;
337 margin-bottom: 2em;
340 .argstr {
341 white-space: nowrap;
344 .extmethod {
345 font-size: 9pt;
346 color: #444;
347 background: #fee;
348 padding-left: 0.2em;
349 text-align: right;
352 .supmethod {
353 font-size: 9pt;
354 color: #444;
355 background: #ffe;
356 padding-left: 0.2em;
357 text-align: right;
360 table.arguments {
361 margin-left: 1.5em;
362 margin-bottom: 0em;
363 margin-top: 0.5em;
364 border-collapse: collapse;
367 table.arguments td.argumentname, td.argumentdesc {
368 vertical-align: top;
369 border: none;
370 padding-top: 0.2em;
371 padding-bottom: 0.2em;
374 td.argumentname {
375 font-weight: bold;
378 div.returnvalue {
379 margin-left: 2em;
382 td p {
383 margin-top: 0em;
386 .note, .warning {
387 /* border-left: 4px solid #eea;*/
388 background: #f7f7d7;
389 padding: 0.5em;
390 margin-top: 1em;
391 margin-bottom: 1em;
393 .notelabel, .warninglabel {
394 font-weight: bold;
396 .warninglabel {
397 color: red;
400 /*.version {
401 font-size: 9pt;
402 border-top: 1px solid #bbb;
403 color: #999;
404 text-align: right;
405 margin-top: 2em;
408 .doclink {
409 font-size: 9pt;
410 color: #888;
411 text-align: right;
412 margin-top: 2em;
413 margin-bottom: 2em;
414 border-top: 1px solid #ddd;
416 .doclink a {
417 color: #444;
420 #sidetoc {
421 position: fixed;
422 display: block;
423 width: 18em;
424 left: 0px;
425 margin: 0;
426 padding: 10px;
427 height: 100%;
428 overflow: auto;
429 /* background: #eee;*/
430 background: #fff;
431 border-right: 1px solid #bbb;
434 #sidetoc a:hover {
435 text-decoration: none;
436 color: black;
439 #toc {
440 margin: 0;
441 padding: 10px 2px 10px 2px;
442 min-width: 20em;
443 line-height: 130%;
444 display: none;
445 overflow: auto;
446 background: #fff;
447 position: absolute;
448 border: 1px solid #aaa;
449 margin-top: 2px;
450 border-radius: 4px;
452 #toctitle {
453 border-bottom: 1px solid #aaa;
454 margin-bottom: 0.5em;
455 font-weight: normal;
456 color: #777;
459 ul.toc {
460 list-style-type: none;
461 margin: 0;
462 padding: 0;
464 ul.toc ul {
465 margin-left: 1em;
467 ul.toc li {
468 margin: 0;
469 padding: 0;
472 ul.toc li a {
473 display: block;
474 padding: 0 8px 0 8px;
477 ul.toc li a:hover {
478 background: #eee;
481 .toc1 {
482 font-weight: bold;
484 .toc1 a {
485 color: #444;
487 .toc2 {
488 font-weight: normal;
490 .toc2 a {
491 color: #444;
493 .toc3 {
494 font-family: monospace;
495 font-weight: normal;
496 /* font-size: 9.5pt;*/
498 .toc3 a {
499 color: #555;
502 a.popoutlink {
503 float: right;
504 font-size: 9pt;
505 color: #558;
506 padding-right: 8px;
507 display: inline-block;
510 ul.tree, ul.tree ul {
511 list-style-type: none;
512 background: url(images/vline.png) repeat-y;
513 margin: 0;
514 padding: 0;
515 margin-left: 1em;
518 ul.tree ul {
519 margin-left: 15px;
522 ul.tree li {
523 margin: 0;
524 padding: 0 12px;
525 line-height: 20px;
526 background: url(images/node.png) no-repeat;
527 /* color: #369;
528 font-weight: bold;*/
531 ul.tree li:last-child {
532 background: #fff url(images/lastnode.png) no-repeat;
535 :target {
536 border-bottom: 6px solid rgba(255,255,0,0.4);
537 padding-top:20px;
538 margin-top:-20px;
541 /* auto class links. note that color can be overridden by prettify rules below */
542 a.clslnk {
545 /* Pretty printing styles. Used with prettify.js. */
547 .str { color: #070; } /* strings */
548 .kwd { color: #880; } /* special values like true, nil.. */
549 .com { color: #822; } /* comments */
550 .typ { color: #008; } /* class names */
551 .lit { color: #066; } /* numbers and character literals */
552 .pun { color: #555; } /* punctuation */
553 .pln { color: #000; } /* plain text, methods and variable names */
554 .tag { color: #059; } /* special variables like super, thisProcess... */
555 .dec { color: #508; } /* declarations like var, const... */
556 .atn { color: #285; } /* symbols */
557 .atv { color: #750; } /* environment vars */
559 /* Specify class=linenums on a pre to get line numbering */
560 ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
561 li.L0,
562 li.L1,
563 li.L2,
564 li.L3,
565 li.L5,
566 li.L6,
567 li.L7,
568 li.L8 { list-style-type: none }
569 /* Alternate shading for lines */
570 li.L1,
571 li.L3,
572 li.L5,
573 li.L7,
574 li.L9 { background: #eee }
576 @media print {
577 .str { color: #060; }
578 .kwd { color: #006; font-weight: bold; }
579 .com { color: #600; font-style: italic; }
580 .typ { color: #404; font-weight: bold; }
581 .lit { color: #044; }
582 .pun { color: #440; }
583 .pln { color: #000; }
584 .tag { color: #006; font-weight: bold; }
585 .atn { color: #404; }
586 .atv { color: #060; }