summaryrefslogtreecommitdiffstats
path: root/o3d/documentation/jsdoc-toolkit-templates/static/prettify.css
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/documentation/jsdoc-toolkit-templates/static/prettify.css')
-rw-r--r--o3d/documentation/jsdoc-toolkit-templates/static/prettify.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/o3d/documentation/jsdoc-toolkit-templates/static/prettify.css b/o3d/documentation/jsdoc-toolkit-templates/static/prettify.css
new file mode 100644
index 0000000..69d11f7
--- /dev/null
+++ b/o3d/documentation/jsdoc-toolkit-templates/static/prettify.css
@@ -0,0 +1,34 @@
+.str{ color: #008 }
+.kwd{ color: #808 }
+.com{ color: #800 }
+.typ{ color: #606 }
+.lit{ color: #066 }
+.pun{ color: #660 }
+.pln{ color: #060 }
+.tag{ color: #008 }
+.atn{ color: #606 }
+.atv{ color: #080 }
+.dec{ color: #606 }
+.prettyprint{
+ font-family: Fixed, monospace;
+ font-size: 95%;
+ margin: 4px 8px 4px 2px;
+ padding: 4px 6px;
+ border: 1px solid #CCC;
+ background-color: #f5f5f5;
+}
+.re.prettyprint{
+}
+@media print {
+ .str{ color: #060 }
+ .kwd{ color: #006; font-weight: bold }
+ .com{ color: #600; font-style: italic }
+ .typ{ color: #404; font-weight: bold }
+ .lit{ color: #044 }
+ .pun{ color: #440 }
+ .pln{ color: #000 }
+ .tag{ color: #006;font-weight: bold }
+ .atn{ color: #404 }
+ .atv{ color: #060 }
+}
+