aboutsummaryrefslogtreecommitdiffstats
path: root/templates/docs/prettify.css
diff options
context:
space:
mode:
authorRoman Nurik <romannurik@google.com>2012-08-30 14:20:06 -0700
committerandroid code review <noreply-gerritcodereview@google.com>2012-08-30 14:20:06 -0700
commit3bdb0f02fde87465fe62c2211601b245284e83c6 (patch)
tree2038bcdc0dfd5391f4045adced827c26e4015478 /templates/docs/prettify.css
parente37f8143de436a97cca62801637c6e985404c513 (diff)
parentc09ba7a7ceb9fbc165375693102babe4f838395c (diff)
downloadsdk-3bdb0f02fde87465fe62c2211601b245284e83c6.zip
sdk-3bdb0f02fde87465fe62c2211601b245284e83c6.tar.gz
sdk-3bdb0f02fde87465fe62c2211601b245284e83c6.tar.bz2
Merge "Add HTML documentation for ADT templates."
Diffstat (limited to 'templates/docs/prettify.css')
-rw-r--r--templates/docs/prettify.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/docs/prettify.css b/templates/docs/prettify.css
new file mode 100644
index 0000000..06012f0
--- /dev/null
+++ b/templates/docs/prettify.css
@@ -0,0 +1,25 @@
+.pln{color:#000}
+@media screen{
+ .str{color:#060}
+ .kwd{color:#036}
+ .com{color:#999}
+ .typ{color:#639}
+ .lit{color:#066}
+ .pun,.opn,.clo{color:#660}
+ .tag{color:#036}
+ .atn{color:#639}
+ .atv{color:#060}
+ .dec,.var{color:#606}
+ .fun{color:red}
+}
+@media print,projection{
+ .str{color:#060}
+ .kwd{color:#006}
+ .com{color:#999;font-style:italic}
+ .typ{color:#404}
+ .lit{color:#044}
+ .pun,.opn,.clo{color:#440}
+ .tag{color:#006}
+ .atn{color:#404}
+ .atv{color:#060}
+} \ No newline at end of file