changeset 598:4ba8157bde1f

Renamed dil_html.css/dil_xml.css to html.css/xml.css.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 06 Jan 2008 00:39:15 +0100
parents 4d50267f59c9
children c4cdea3a65ba
files trunk/src/cmd/Generate.d trunk/src/dil_html.css trunk/src/dil_xml.css trunk/src/html.css trunk/src/xml.css
diffstat 5 files changed, 129 insertions(+), 129 deletions(-) [+]
line wrap: on
line diff
--- a/trunk/src/cmd/Generate.d	Sun Jan 06 00:28:26 2008 +0100
+++ b/trunk/src/cmd/Generate.d	Sun Jan 06 00:39:15 2008 +0100
@@ -162,7 +162,7 @@
   `<html>`\n
   `<head>`\n
   `<meta http-equiv="Content-Type" content="text/html; charset=utf-8">`\n
-  `<link href="dil_html.css" rel="stylesheet" type="text/css">`\n
+  `<link href="html.css" rel="stylesheet" type="text/css">`\n
   `</head>`\n
   `<body>`[],
   // CompBegin
@@ -226,7 +226,7 @@
 auto xml_tags = [
   // Head
   `<?xml version="1.0"?>`\n
-  `<?xml-stylesheet href="dil_xml.css" type="text/css"?>`\n
+  `<?xml-stylesheet href="xml.css" type="text/css"?>`\n
   `<root>`[],
   // CompBegin
   `<compilerinfo>`,
--- a/trunk/src/dil_html.css	Sun Jan 06 00:28:26 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-@charset "utf-8";
-.compilerinfo, .sourcecode {
-  display: block;
-  white-space: pre;
-  font-family: Monospace;
-  font-size: 0.8em;
-}
-.compilerinfo {
-  white-space: normal;
-  border: 1px solid #A22;
-  padding: 0.5em;
-  margin: 1em;
-}
-.compilerinfo .error { display: block; }
-/* Number */
-.n { color: teal; }
-/* Keyword */
-.k { color: darkblue; font-weight: bold; }
-/* Line and block comments */
-.cl, .ct { color: green; }
-/* Nested comments */
-.cn { color: darkgreen; }
-/* Identifier */
-.i { color: black; }
-/* String literal */
-.sl { color: red; }
-/* Character literal */
-.cl { color: purple; }
-/* All bracket types */
-.br { color: orange; }
-/* Special tokens */
-.st { color: green; font-weight: bold; }
-/* #line, hash line */
-.hl { color: green; }
-/* filespec (e.g. #line number [filespec]) */
-.fs { color: purple;}
-/* When the first line starts with #! it's a "shebang" */
-.shebang { color: gray; }
-/* Operator */
-.op { color: royalblue; }
-/* Particular operators */
-.opaa { content: "and"; } /*&& ∧*/
-.opoo { content: "or"; } /*|| ∨*/
-.opn { content: "¬"; } /*!*/
-.opne { content: "≠"; } /*!=*/
-.ople { content: "≤"; } /*<=*/
-.opge { content: "≥"; } /*>=*/
-.oplg { content: "≶"; } /*<>*/
-/*
-d = Declaration
-s = Statement
-e = Expression
-t = Type
-o = Other
-*/
-/* .d { background-color: #FFDDDD; } */
-/* .e { background-color: #DDDDFF; } */
-.d.Module .i, .d.Import .i { color: blue; }
-.t .i { color: #911; }
-.t .br, .t .op { color: #911; }
-.t .k { color: #911; font-weight: normal; }
--- a/trunk/src/dil_xml.css	Sun Jan 06 00:28:26 2008 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-@charset "utf-8";
-compilerinfo, sourcecode {
-  display: block;
-  white-space: pre;
-  font-family: Monospace;
-  font-size: 0.8em;
-}
-compilerinfo {
-  white-space: normal;
-  border: 1px solid #A22;
-  padding: 0.5em;
-  margin: 1em;
-}
-compilerinfo error { display: block; }
-/* Number */
-n { color: teal; }
-/* Keyword */
-k { color: darkblue; font-weight: bold; }
-/* Line and block comments */
-c[t=l], c[t=b] { color: green; }
-/* Nested comments */
-c[t=n] { color: darkgreen; }
-/* Identifier */
-i { color: black; }
-/* String literal */
-sl { color: red; }
-/* Character literal */
-cl { color: purple; }
-/* All bracket types */
-br { color: orange; }
-/* Special tokens */
-st { color: green; font-weight: bold; }
-/* #line, hash line */
-hl { color: green; }
-/* filespec (e.g. #line number [filespec]) */
-fs { color: purple;}
-/* When the first line starts with #! it's a "shebang" */
-shebang { color: gray; }
-/* Operator */
-op { color: royalblue; }
-/* Particular operators */
-op[t=aa] { content: "and"; } /*&& ∧*/
-op[t=oo] { content: "or"; } /*|| ∨*/
-op[t=n] { content: "¬"; } /*!*/
-op[t=ne] { content: "≠"; } /*!=*/
-op[t=le] { content: "≤"; } /*<=*/
-op[t=ge] { content: "≥"; } /*>=*/
-op[t=lg] { content: "≶"; } /*<>*/
-/*
-d = Declaration
-s = Statement
-e = Expression
-t = Type
-o = Other
-*/
-o[t=Linkage] i, o[t=Linkage] op
-{
-  color: red;
-}
-/* d { background-color: #FFDDDD; } */
-/* e { background-color: #DDDDFF; } */
-d[t=Illegal], s[t=Illegal] { background-color: #DD4422; }
-d[t=Module] i, d[t=Import] i { color: blue; }
-t > i { color: #911; }
-t > br, t > op { color: #911; }
-t[t=Integral] k { color: #911; font-weight: normal; }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/html.css	Sun Jan 06 00:39:15 2008 +0100
@@ -0,0 +1,61 @@
+@charset "utf-8";
+.compilerinfo, .sourcecode {
+  display: block;
+  white-space: pre;
+  font-family: Monospace;
+  font-size: 0.8em;
+}
+.compilerinfo {
+  white-space: normal;
+  border: 1px solid #A22;
+  padding: 0.5em;
+  margin: 1em;
+}
+.compilerinfo .error { display: block; }
+/* Number */
+.n { color: teal; }
+/* Keyword */
+.k { color: darkblue; font-weight: bold; }
+/* Line and block comments */
+.cl, .ct { color: green; }
+/* Nested comments */
+.cn { color: darkgreen; }
+/* Identifier */
+.i { color: black; }
+/* String literal */
+.sl { color: red; }
+/* Character literal */
+.cl { color: purple; }
+/* All bracket types */
+.br { color: orange; }
+/* Special tokens */
+.st { color: green; font-weight: bold; }
+/* #line, hash line */
+.hl { color: green; }
+/* filespec (e.g. #line number [filespec]) */
+.fs { color: purple;}
+/* When the first line starts with #! it's a "shebang" */
+.shebang { color: gray; }
+/* Operator */
+.op { color: royalblue; }
+/* Particular operators */
+.opaa { content: "and"; } /*&& ∧*/
+.opoo { content: "or"; } /*|| ∨*/
+.opn { content: "¬"; } /*!*/
+.opne { content: "≠"; } /*!=*/
+.ople { content: "≤"; } /*<=*/
+.opge { content: "≥"; } /*>=*/
+.oplg { content: "≶"; } /*<>*/
+/*
+d = Declaration
+s = Statement
+e = Expression
+t = Type
+o = Other
+*/
+/* .d { background-color: #FFDDDD; } */
+/* .e { background-color: #DDDDFF; } */
+.d.Module .i, .d.Import .i { color: blue; }
+.t .i { color: #911; }
+.t .br, .t .op { color: #911; }
+.t .k { color: #911; font-weight: normal; }
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/src/xml.css	Sun Jan 06 00:39:15 2008 +0100
@@ -0,0 +1,66 @@
+@charset "utf-8";
+compilerinfo, sourcecode {
+  display: block;
+  white-space: pre;
+  font-family: Monospace;
+  font-size: 0.8em;
+}
+compilerinfo {
+  white-space: normal;
+  border: 1px solid #A22;
+  padding: 0.5em;
+  margin: 1em;
+}
+compilerinfo error { display: block; }
+/* Number */
+n { color: teal; }
+/* Keyword */
+k { color: darkblue; font-weight: bold; }
+/* Line and block comments */
+c[t=l], c[t=b] { color: green; }
+/* Nested comments */
+c[t=n] { color: darkgreen; }
+/* Identifier */
+i { color: black; }
+/* String literal */
+sl { color: red; }
+/* Character literal */
+cl { color: purple; }
+/* All bracket types */
+br { color: orange; }
+/* Special tokens */
+st { color: green; font-weight: bold; }
+/* #line, hash line */
+hl { color: green; }
+/* filespec (e.g. #line number [filespec]) */
+fs { color: purple;}
+/* When the first line starts with #! it's a "shebang" */
+shebang { color: gray; }
+/* Operator */
+op { color: royalblue; }
+/* Particular operators */
+op[t=aa] { content: "and"; } /*&& ∧*/
+op[t=oo] { content: "or"; } /*|| ∨*/
+op[t=n] { content: "¬"; } /*!*/
+op[t=ne] { content: "≠"; } /*!=*/
+op[t=le] { content: "≤"; } /*<=*/
+op[t=ge] { content: "≥"; } /*>=*/
+op[t=lg] { content: "≶"; } /*<>*/
+/*
+d = Declaration
+s = Statement
+e = Expression
+t = Type
+o = Other
+*/
+o[t=Linkage] i, o[t=Linkage] op
+{
+  color: red;
+}
+/* d { background-color: #FFDDDD; } */
+/* e { background-color: #DDDDFF; } */
+d[t=Illegal], s[t=Illegal] { background-color: #DD4422; }
+d[t=Module] i, d[t=Import] i { color: blue; }
+t > i { color: #911; }
+t > br, t > op { color: #911; }
+t[t=Integral] k { color: #911; font-weight: normal; }