summaryrefslogtreecommitdiffstats
path: root/superkaramba/doc/python_api/api.css
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/doc/python_api/api.css')
-rw-r--r--superkaramba/doc/python_api/api.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/superkaramba/doc/python_api/api.css b/superkaramba/doc/python_api/api.css
new file mode 100644
index 0000000..d788da0
--- /dev/null
+++ b/superkaramba/doc/python_api/api.css
@@ -0,0 +1,40 @@
+body
+{
+ background-color: #ffffff;
+ color: #000000;
+ font-family: "Bitstream Vera Sans", verdana, lucida, arial,
+ helvetica, sans-serif;
+ font-size: 11pt;
+ margin: 2% 5%;
+}
+h1, h2, h3, h4, h5, h6, h7
+{
+ background-color: #b2d599;
+ color: #000000;
+ text-align: left;
+ font-size: 11pt;
+ padding: 5px;
+}
+td.even, td.uneven
+{
+ color: #000000;
+ font-size: 10pt;
+}
+li
+{
+ font-size: 10pt;
+}
+td.even
+{
+ background-color: #eeeeee;
+}
+span.SOURCE
+{
+ white-space: pre;
+}
+pre
+{
+ background-color: #ffffff;
+ color: #000000;
+ font-size: 10pt;
+}