Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
committerJoseph Gilbert <ascotan@gmail.com>2005-11-16 00:14:24 +0300
commit4ea1c4dc602c7daa5239a162fc0fa7655b4b719a (patch)
treed5bf41aa75f5b682ad30f23ec745760e63b2760d /source/blender/python/api2_2x/doc/Blender_API.css
parenta85ba68eb4d86e9eeefa033c6d2fc851d7eaabc9 (diff)
* update to python docs
- update for the old mathutils rewrite - update for some other methods ive added - added explaination of wrapped data - added a .css file for epydoc gives nice blender/python colors :?
Diffstat (limited to 'source/blender/python/api2_2x/doc/Blender_API.css')
-rw-r--r--source/blender/python/api2_2x/doc/Blender_API.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender_API.css b/source/blender/python/api2_2x/doc/Blender_API.css
new file mode 100644
index 00000000000..22c00536282
--- /dev/null
+++ b/source/blender/python/api2_2x/doc/Blender_API.css
@@ -0,0 +1,44 @@
+/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
+
+ font { font-family: sans-serif ! important;
+ }
+
+ p { color: rgb(0, 0, 0);
+ font-family: sans-serif;
+ }
+
+ pre { color: rgb(0, 0, 0);
+ font-family: monospace;
+ }
+
+ a { font-family: sans-serif;
+ color: rgb(0, 135, 0);
+ font-weight: bold;
+ }
+
+ a:visited { font-family: sans-serif;
+ color: rgb(102, 102, 102);
+ }
+
+ a:hover { font-family: sans-serif;
+ color: rgb(184, 73, 0);
+ }
+
+ h1 { font-family: sans-serif;
+ color: rgb(255, 102, 0);
+ }
+
+ h2 { font-family: sans-serif;
+ color: rgb(255, 102, 0);
+ }
+
+ h3 { font-family: sans-serif;
+ color: rgb(255, 102, 0);
+ }
+
+ table { color: rgb(0, 0, 0);
+ opacity: 1;
+ border-bottom-color: rgb(0, 102, 0);
+ background-color: rgb(217, 216, 239);
+ }
+