diff docs/_styles/custom.style @ 11:7571f5c89090

Simple error message now output to HTML. Detailed error goes to standard error. Other changes: * Remove information on time taken (riboplot). * Remove striped table styles (not used. unusable on sorting). * log before re-raising errors.
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Wed, 19 Aug 2015 10:14:52 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/_styles/custom.style	Wed Aug 19 10:14:52 2015 +0100
@@ -0,0 +1,33 @@
+  {
+  "fontsAlias" : {
+    "stdFont": "Open Sans :style=Regular",
+    "stdBold": "Open Sans :style=Bold",
+    "stdItalic": "Open Sans :style=Italic",
+    "stdBoldItalic": "Open Sans :style=Bold Italic",
+    "stdMono": "Source Code Pro",
+    "stdMonoItalic": "Source Code Pro",
+    "stdMonoBold": "Source Code Pro",
+    "stdMonoBoldItalic": "Source Code Pro"
+  },
+  "styles": {
+    "base": {
+        "leading": 14
+    },
+    "literal": {
+        "backColor": "#fffce6",
+        "fontSize": 9
+    },
+    "code": {
+        "backColor": "#f9f9f9",
+        "borderColor": "#f1f1f1",
+        "fontSize": 9
+    },
+    "admonition": {
+        "backColor": "#f9f9f9"
+    },
+    "note": {
+        "backColor": "#e6f7ff",
+        "borderColor": "#ccefff"
+    }
+  }
+ }
\ No newline at end of file