summaryrefslogtreecommitdiff
path: root/csound-bw.css
blob: b288e3e95d05c9c87129feb91ead2e3ca54622bb (plain)
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
/* csound-bw.css - for Csound5 html manual(black and white)  */
/* (c) Francois Pinot, 2007                                  */
/* Free software, licensed by GNU Free Documentation License */

pre.programlisting {
  background-color: #f0f0f0; padding: 10px 2em;
}

pre.screen {
  background-color: #f0f0f0; padding: 10px 2em;
}

div.literallayout {
  font-family: monospace;
}

span.strong {
  font-weight: 700;
}

div.table table, div.informaltable table {
  border-collapse: collapse;
}

div.table thead {
  border-bottom: solid;
}

div.table td, div.table th, div.informaltable table td {
  padding: 2px 6px; 
}

div.appendix pre {
  margin-bottom: 0; margin-top: 0;
}

div.appendix a {
  color: blue; font-weight: bolder; text-decoration: none;
}

div.appendix p b {
  font-size: 1.17em; font-weight: bolder;
  display: block; margin-top: 40px; padding-top: 5px; border-top: 1px solid;
}

/* Syntax highlighting rules */
pre.programlisting span.csdtag {
  color: brown;
}

pre.programlisting span.comment {
  color: green; font-style: italic;
}

pre.programlisting span.Ccomment {
  color: peru; font-style: italic;
}

pre.programlisting span.ohdr {
  color: darkred; font-weight: bold;
}

pre.programlisting span.oblock {
  color: purple; font-weight: bold;
}

pre.programlisting span.opc {
  color: blue; font-weight: bold;
}

pre.programlisting span.op {
  font-weight: bolder;
}

pre.programlisting span.octrl {
  color: green; font-weight: bold;
}

pre.programlisting span.olabel {
  color: indianred; font-weight: bold;
}

pre.programlisting span.omacro {
  color: mediumorchid; font-weight: bold;
}

pre.programlisting span.stamnt {
  color: blue; font-weight: bold;
}