summaryrefslogtreecommitdiff
path: root/csound.css
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2008-03-24 16:39:11 -0300
committerFelipe Sateler <fsateler@gmail.com>2008-03-24 16:39:11 -0300
commit2af72543872544f18b7e3812cb64d9fe5886c47b (patch)
treee35d9468794be891222d3ddc05e46e2810add952 /csound.css
Imported Upstream version 5.08
Diffstat (limited to 'csound.css')
-rw-r--r--csound.css90
1 files changed, 90 insertions, 0 deletions
diff --git a/csound.css b/csound.css
new file mode 100644
index 0000000..47e767e
--- /dev/null
+++ b/csound.css
@@ -0,0 +1,90 @@
+/* csound.css - for Csound5 html manual */
+/* (c) Francois Pinot, 2007 */
+/* Free software, licensed by GNU General Public 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: black; 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;
+}
+