summaryrefslogtreecommitdiff
path: root/doc/syntaxhighlight.css
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2005-07-07 05:24:24 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2005-07-07 05:24:24 +0000
commite15da6e204a63b673e8a2d7a533b137c3019cce3 (patch)
treec54281cf4b0aa6b14990c29457f766b7cba28c83 /doc/syntaxhighlight.css
parent5d508297d5cc03bd04390a6d3d14ace48cd64c3d (diff)
downloadsqlalchemy-e15da6e204a63b673e8a2d7a533b137c3019cce3.tar.gz
docs
Diffstat (limited to 'doc/syntaxhighlight.css')
-rw-r--r--doc/syntaxhighlight.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/syntaxhighlight.css b/doc/syntaxhighlight.css
new file mode 100644
index 000000000..8529ebb5f
--- /dev/null
+++ b/doc/syntaxhighlight.css
@@ -0,0 +1,54 @@
+
+.substitution, .compcall {
+ color: #DF2020;
+}
+
+
+.controlline {
+ color: #10109E;
+}
+
+.doctag_text, .python_comment, .doctag {
+ color: #109010;
+}
+
+.argstag_text {
+ color: #10109E;
+}
+
+.blocktag, .python_keyword, .deftag, .argstag {
+ #color: #1010FF;
+ color: #0908CE;
+}
+
+.blocktag_text {
+ color: #10109E;
+}
+
+.python_literal, .python_number {
+ color: #804049;
+}
+
+.text {
+ color: #807079;
+}
+
+.python_operator {
+ color: #EF0005;
+}
+
+.python_enclosure {
+ color: #0000FF;
+}
+
+.compname {
+ color: #272767;
+}
+
+.python_name, name {
+ color: #070707;
+}
+
+
+
+