showoffer 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (206) hide show
  1. data/LICENSE +20 -0
  2. data/README.rdoc +559 -0
  3. data/Rakefile +27 -0
  4. data/bin/showoffer +189 -0
  5. data/lib/commandline_parser.rb +67 -0
  6. data/lib/showoff.rb +515 -0
  7. data/lib/showoff/version.rb +3 -0
  8. data/lib/showoff_utils.rb +360 -0
  9. data/public/css/960.css +653 -0
  10. data/public/css/fg.menu.css +114 -0
  11. data/public/css/onepage.css +60 -0
  12. data/public/css/pdf.css +12 -0
  13. data/public/css/presenter.css +76 -0
  14. data/public/css/reset.css +53 -0
  15. data/public/css/sh_style.css +66 -0
  16. data/public/css/showoff.css +403 -0
  17. data/public/css/spinner_bar.gif +0 -0
  18. data/public/css/theme/images/ui-bg_diagonals-small_100_f0efea_40x40.png +0 -0
  19. data/public/css/theme/images/ui-bg_flat_35_f0f0f0_40x100.png +0 -0
  20. data/public/css/theme/images/ui-bg_glass_55_fcf0ba_1x400.png +0 -0
  21. data/public/css/theme/images/ui-bg_glow-ball_25_2e2e28_600x600.png +0 -0
  22. data/public/css/theme/images/ui-bg_highlight-soft_100_f0efea_1x100.png +0 -0
  23. data/public/css/theme/images/ui-bg_highlight-soft_25_327E04_1x100.png +0 -0
  24. data/public/css/theme/images/ui-bg_highlight-soft_25_5A9D1A_1x100.png +0 -0
  25. data/public/css/theme/images/ui-bg_highlight-soft_95_ffedad_1x100.png +0 -0
  26. data/public/css/theme/images/ui-bg_inset-soft_22_3b3b35_1x100.png +0 -0
  27. data/public/css/theme/images/ui-icons_808080_256x240.png +0 -0
  28. data/public/css/theme/images/ui-icons_8DC262_256x240.png +0 -0
  29. data/public/css/theme/images/ui-icons_cd0a0a_256x240.png +0 -0
  30. data/public/css/theme/images/ui-icons_e7e6e4_256x240.png +0 -0
  31. data/public/css/theme/images/ui-icons_eeeeee_256x240.png +0 -0
  32. data/public/css/theme/images/ui-icons_ffffff_256x240.png +0 -0
  33. data/public/css/theme/ui.accordion.css +9 -0
  34. data/public/css/theme/ui.all.css +2 -0
  35. data/public/css/theme/ui.base.css +9 -0
  36. data/public/css/theme/ui.core.css +37 -0
  37. data/public/css/theme/ui.datepicker.css +62 -0
  38. data/public/css/theme/ui.dialog.css +13 -0
  39. data/public/css/theme/ui.progressbar.css +4 -0
  40. data/public/css/theme/ui.resizable.css +13 -0
  41. data/public/css/theme/ui.slider.css +17 -0
  42. data/public/css/theme/ui.tabs.css +9 -0
  43. data/public/css/theme/ui.theme.css +245 -0
  44. data/public/favicon.ico +0 -0
  45. data/public/highlight/AUTHORS.en.txt +46 -0
  46. data/public/highlight/AUTHORS.ru.txt +46 -0
  47. data/public/highlight/LICENSE +24 -0
  48. data/public/highlight/README.md +136 -0
  49. data/public/highlight/README.ru.md +140 -0
  50. data/public/highlight/classref.txt +437 -0
  51. data/public/highlight/export.html +87 -0
  52. data/public/highlight/highlight.js +630 -0
  53. data/public/highlight/highlight.pack.js +1 -0
  54. data/public/highlight/languages/1c.js +68 -0
  55. data/public/highlight/languages/apache.js +432 -0
  56. data/public/highlight/languages/avrasm.js +75 -0
  57. data/public/highlight/languages/axapta.js +43 -0
  58. data/public/highlight/languages/bash.js +56 -0
  59. data/public/highlight/languages/cmake.js +24 -0
  60. data/public/highlight/languages/cpp.js +62 -0
  61. data/public/highlight/languages/cs.js +41 -0
  62. data/public/highlight/languages/css.js +101 -0
  63. data/public/highlight/languages/delphi.js +70 -0
  64. data/public/highlight/languages/diff.js +64 -0
  65. data/public/highlight/languages/django.js +72 -0
  66. data/public/highlight/languages/dos.js +29 -0
  67. data/public/highlight/languages/erlang-repl.js +81 -0
  68. data/public/highlight/languages/erlang.js +201 -0
  69. data/public/highlight/languages/go.js +58 -0
  70. data/public/highlight/languages/haskell.js +77 -0
  71. data/public/highlight/languages/ini.js +32 -0
  72. data/public/highlight/languages/java.js +45 -0
  73. data/public/highlight/languages/javascript.js +53 -0
  74. data/public/highlight/languages/lisp.js +87 -0
  75. data/public/highlight/languages/lua.js +75 -0
  76. data/public/highlight/languages/mel.js +40 -0
  77. data/public/highlight/languages/nginx.js +224 -0
  78. data/public/highlight/languages/objectivec.js +94 -0
  79. data/public/highlight/languages/parser3.js +52 -0
  80. data/public/highlight/languages/perl.js +143 -0
  81. data/public/highlight/languages/php.js +55 -0
  82. data/public/highlight/languages/profile.js +49 -0
  83. data/public/highlight/languages/python.js +71 -0
  84. data/public/highlight/languages/renderman.js +230 -0
  85. data/public/highlight/languages/ruby.js +203 -0
  86. data/public/highlight/languages/scala.js +60 -0
  87. data/public/highlight/languages/smalltalk.js +55 -0
  88. data/public/highlight/languages/sql.js +90 -0
  89. data/public/highlight/languages/tex.js +62 -0
  90. data/public/highlight/languages/vala.js +75 -0
  91. data/public/highlight/languages/vbscript.js +30 -0
  92. data/public/highlight/languages/vhdl.js +30 -0
  93. data/public/highlight/languages/xml.js +103 -0
  94. data/public/highlight/styles/arta.css +151 -0
  95. data/public/highlight/styles/ascetic.css +45 -0
  96. data/public/highlight/styles/brown_paper.css +105 -0
  97. data/public/highlight/styles/brown_papersq.png +0 -0
  98. data/public/highlight/styles/dark.css +103 -0
  99. data/public/highlight/styles/default.css +121 -0
  100. data/public/highlight/styles/far.css +118 -0
  101. data/public/highlight/styles/github.css +129 -0
  102. data/public/highlight/styles/idea.css +118 -0
  103. data/public/highlight/styles/ir_black.css +103 -0
  104. data/public/highlight/styles/magula.css +118 -0
  105. data/public/highlight/styles/school_book.css +111 -0
  106. data/public/highlight/styles/school_book.png +0 -0
  107. data/public/highlight/styles/solarized_dark.css +96 -0
  108. data/public/highlight/styles/solarized_light.css +96 -0
  109. data/public/highlight/styles/sunburst.css +147 -0
  110. data/public/highlight/styles/vs.css +84 -0
  111. data/public/highlight/styles/zenburn.css +115 -0
  112. data/public/highlight/test.html +1609 -0
  113. data/public/js/coffee-script.js +8 -0
  114. data/public/js/core.js +79 -0
  115. data/public/js/fg.menu.js +645 -0
  116. data/public/js/jTypeWriter.js +26 -0
  117. data/public/js/jquery-1.4.2.min.js +154 -0
  118. data/public/js/jquery-print.js +109 -0
  119. data/public/js/jquery.batchImageLoad.js +56 -0
  120. data/public/js/jquery.cookie.js +96 -0
  121. data/public/js/jquery.cycle.all.js +1284 -0
  122. data/public/js/jquery.doubletap-0.1.js +105 -0
  123. data/public/js/jquery.uuid.js +24 -0
  124. data/public/js/jquery.ws-0.3pre.js +201 -0
  125. data/public/js/onepage.js +5 -0
  126. data/public/js/presenter.js +193 -0
  127. data/public/js/sh_lang/sh_bison.min.js +1 -0
  128. data/public/js/sh_lang/sh_c.min.js +1 -0
  129. data/public/js/sh_lang/sh_caml.min.js +1 -0
  130. data/public/js/sh_lang/sh_changelog.min.js +1 -0
  131. data/public/js/sh_lang/sh_coffeescript.min.js +1 -0
  132. data/public/js/sh_lang/sh_cpp.min.js +1 -0
  133. data/public/js/sh_lang/sh_csharp.min.js +1 -0
  134. data/public/js/sh_lang/sh_css.min.js +1 -0
  135. data/public/js/sh_lang/sh_cucumber.min.js +2 -0
  136. data/public/js/sh_lang/sh_desktop.min.js +1 -0
  137. data/public/js/sh_lang/sh_diff.min.js +1 -0
  138. data/public/js/sh_lang/sh_erlang.min.js +1 -0
  139. data/public/js/sh_lang/sh_flex.min.js +1 -0
  140. data/public/js/sh_lang/sh_glsl.min.js +1 -0
  141. data/public/js/sh_lang/sh_haxe.min.js +1 -0
  142. data/public/js/sh_lang/sh_html.min.js +1 -0
  143. data/public/js/sh_lang/sh_java.min.js +1 -0
  144. data/public/js/sh_lang/sh_javascript.min.js +1 -0
  145. data/public/js/sh_lang/sh_javascript_dom.min.js +1 -0
  146. data/public/js/sh_lang/sh_latex.min.js +1 -0
  147. data/public/js/sh_lang/sh_ldap.min.js +1 -0
  148. data/public/js/sh_lang/sh_log.min.js +1 -0
  149. data/public/js/sh_lang/sh_lsm.min.js +1 -0
  150. data/public/js/sh_lang/sh_m4.min.js +1 -0
  151. data/public/js/sh_lang/sh_makefile.min.js +1 -0
  152. data/public/js/sh_lang/sh_oracle.min.js +1 -0
  153. data/public/js/sh_lang/sh_pascal.min.js +1 -0
  154. data/public/js/sh_lang/sh_perl.min.js +1 -0
  155. data/public/js/sh_lang/sh_php.min.js +1 -0
  156. data/public/js/sh_lang/sh_prolog.min.js +1 -0
  157. data/public/js/sh_lang/sh_properties.min.js +1 -0
  158. data/public/js/sh_lang/sh_python.min.js +1 -0
  159. data/public/js/sh_lang/sh_ruby.min.js +1 -0
  160. data/public/js/sh_lang/sh_scala.min.js +1 -0
  161. data/public/js/sh_lang/sh_sh.min.js +1 -0
  162. data/public/js/sh_lang/sh_slang.min.js +1 -0
  163. data/public/js/sh_lang/sh_sml.min.js +1 -0
  164. data/public/js/sh_lang/sh_spec.min.js +1 -0
  165. data/public/js/sh_lang/sh_sql.min.js +1 -0
  166. data/public/js/sh_lang/sh_tcl.min.js +1 -0
  167. data/public/js/sh_lang/sh_xml.min.js +1 -0
  168. data/public/js/sh_lang/sh_xorg.min.js +1 -0
  169. data/public/js/sh_main.min.js +4 -0
  170. data/public/js/showoff.js +652 -0
  171. data/public/js/showoffcore.js +13 -0
  172. data/public/scripts/script.js +280 -0
  173. data/public/themes/ribbon/fonts/DroidSansMono.svg +626 -0
  174. data/public/themes/ribbon/fonts/DroidSansMono.ttf +0 -0
  175. data/public/themes/ribbon/fonts/PTSans.Bold.Italic.svg +728 -0
  176. data/public/themes/ribbon/fonts/PTSans.Bold.Italic.ttf +0 -0
  177. data/public/themes/ribbon/fonts/PTSans.Bold.Italic.woff +0 -0
  178. data/public/themes/ribbon/fonts/PTSans.Bold.svg +728 -0
  179. data/public/themes/ribbon/fonts/PTSans.Bold.ttf +0 -0
  180. data/public/themes/ribbon/fonts/PTSans.Bold.woff +0 -0
  181. data/public/themes/ribbon/fonts/PTSans.Italic.svg +728 -0
  182. data/public/themes/ribbon/fonts/PTSans.Italic.ttf +0 -0
  183. data/public/themes/ribbon/fonts/PTSans.Italic.woff +0 -0
  184. data/public/themes/ribbon/fonts/PTSans.Narrow.Bold.svg +728 -0
  185. data/public/themes/ribbon/fonts/PTSans.Narrow.Bold.ttf +0 -0
  186. data/public/themes/ribbon/fonts/PTSans.Narrow.Bold.woff +0 -0
  187. data/public/themes/ribbon/fonts/PTSans.Narrow.svg +728 -0
  188. data/public/themes/ribbon/fonts/PTSans.Narrow.ttf +0 -0
  189. data/public/themes/ribbon/fonts/PTSans.Narrow.woff +0 -0
  190. data/public/themes/ribbon/fonts/PTSans.svg +728 -0
  191. data/public/themes/ribbon/fonts/PTSans.ttf +0 -0
  192. data/public/themes/ribbon/fonts/PTSans.woff +0 -0
  193. data/public/themes/ribbon/fonts/TargetBlank.otf +0 -0
  194. data/public/themes/ribbon/fonts/TargetBlank.svg +14 -0
  195. data/public/themes/ribbon/images/grid.png +0 -0
  196. data/public/themes/ribbon/images/linen.png +0 -0
  197. data/public/themes/ribbon/images/ribbon.svg +4 -0
  198. data/public/themes/ribbon/styles/fonts.css +63 -0
  199. data/public/themes/ribbon/styles/print.css +68 -0
  200. data/public/themes/ribbon/styles/reset.css +42 -0
  201. data/public/themes/ribbon/styles/style.css +408 -0
  202. data/views/header.erb +11 -0
  203. data/views/index.erb +13 -0
  204. data/views/onepage.erb +39 -0
  205. data/views/presenter.erb +70 -0
  206. metadata +328 -0
@@ -0,0 +1,118 @@
1
+ /*
2
+
3
+ FAR Style (c) MajestiC <majestic2k@gmail.com>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ background: #000080;
10
+ }
11
+
12
+ pre code,
13
+ .ruby .subst {
14
+ color: #0FF;
15
+ }
16
+
17
+ pre .string,
18
+ pre .ruby .string,
19
+ pre .function .title,
20
+ pre .class .title,
21
+ pre .haskell .label,
22
+ pre .ini .title,
23
+ pre .tag .value,
24
+ pre .css .rules .value,
25
+ pre .css .rules .value .number,
26
+ pre .preprocessor,
27
+ pre .ruby .symbol,
28
+ pre .ruby .symbol .string,
29
+ pre .ruby .symbol .keyword,
30
+ pre .ruby .symbol .keymethods,
31
+ pre .built_in,
32
+ pre .sql .aggregate,
33
+ pre .django .template_tag,
34
+ pre .django .variable,
35
+ pre .smalltalk .class,
36
+ pre .addition,
37
+ pre .apache .tag,
38
+ pre .apache .cbracket,
39
+ pre .tex .command {
40
+ color: #FF0;
41
+ }
42
+
43
+ pre .keyword,
44
+ pre .css .id,
45
+ pre .function .title,
46
+ pre .class .title,
47
+ pre .haskell .label,
48
+ pre .ini .title,
49
+ pre .vbscript .built_in,
50
+ pre .sql .aggregate,
51
+ pre .rsl .built_in,
52
+ pre .smalltalk .class,
53
+ pre .xml .tag .title,
54
+ pre .winutils,
55
+ pre .flow,
56
+ pre .lisp .title,
57
+ pre .change,
58
+ pre .envvar,
59
+ pre .bash .variable,
60
+ pre .tex .special {
61
+ color: #FFF;
62
+ }
63
+
64
+ pre .comment,
65
+ pre .phpdoc,
66
+ pre .javadoc,
67
+ pre .java .annotation,
68
+ pre .template_comment,
69
+ pre .deletion,
70
+ pre .apache .sqbracket,
71
+ pre .tex .formula {
72
+ color: #888;
73
+ }
74
+
75
+ pre .number,
76
+ pre .date,
77
+ pre .regexp,
78
+ pre .literal,
79
+ pre .smalltalk .symbol,
80
+ pre .smalltalk .char {
81
+ color: #0F0;
82
+ }
83
+
84
+ pre .python .decorator,
85
+ pre .django .filter .argument,
86
+ pre .smalltalk .localvars,
87
+ pre .smalltalk .array,
88
+ pre .attr_selector,
89
+ pre .pseudo,
90
+ pre .xml .pi,
91
+ pre .diff .header,
92
+ pre .chunk,
93
+ pre .shebang,
94
+ pre .nginx .built_in,
95
+ pre .input_number {
96
+ color: #008080;
97
+ }
98
+
99
+ pre .keyword,
100
+ pre .css .id,
101
+ pre .function .title,
102
+ pre .class .title,
103
+ pre .haskell .label,
104
+ pre .ini .title,
105
+ pre .vbscript .built_in,
106
+ pre .sql .aggregate,
107
+ pre .rsl .built_in,
108
+ pre .smalltalk .class,
109
+ pre .xml .tag .title,
110
+ pre .winutils,
111
+ pre .flow,
112
+ pre .lisp .title,
113
+ pre .apache .tag,
114
+ pre .nginx .built_in,
115
+ pre .tex .command,
116
+ pre .tex .special {
117
+ font-weight: bold;
118
+ }
@@ -0,0 +1,129 @@
1
+ /*
2
+
3
+ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ color: #000;
10
+ background: #f8f8ff
11
+ }
12
+
13
+ pre .comment,
14
+ pre .template_comment,
15
+ pre .diff .header,
16
+ pre .javadoc {
17
+ color: #998;
18
+ font-style: italic
19
+ }
20
+
21
+ pre .keyword,
22
+ pre .css .rule .keyword,
23
+ pre .winutils,
24
+ pre .javascript .title,
25
+ pre .lisp .title,
26
+ pre .subst {
27
+ color: #000;
28
+ font-weight: bold
29
+ }
30
+
31
+ pre .number,
32
+ pre .hexcolor {
33
+ color: #40a070
34
+ }
35
+
36
+ pre .string,
37
+ pre .tag .value,
38
+ pre .phpdoc,
39
+ pre .tex .formula {
40
+ color: #d14
41
+ }
42
+
43
+ pre .title,
44
+ pre .id {
45
+ color: #900;
46
+ font-weight: bold
47
+ }
48
+
49
+ pre .javascript .title,
50
+ pre .lisp .title,
51
+ pre .subst {
52
+ font-weight: normal
53
+ }
54
+
55
+ pre .class .title,
56
+ pre .haskell .label,
57
+ pre .tex .command {
58
+ color: #458;
59
+ font-weight: bold
60
+ }
61
+
62
+ pre .tag,
63
+ pre .tag .title,
64
+ pre .rules .property,
65
+ pre .django .tag .keyword {
66
+ color: #000080;
67
+ font-weight: normal
68
+ }
69
+
70
+ pre .attribute,
71
+ pre .variable,
72
+ pre .instancevar,
73
+ pre .lisp .body {
74
+ color: #008080
75
+ }
76
+
77
+ pre .regexp {
78
+ color: #009926
79
+ }
80
+
81
+ pre .class {
82
+ color: #458;
83
+ font-weight: bold
84
+ }
85
+
86
+ pre .symbol,
87
+ pre .ruby .symbol .string,
88
+ pre .ruby .symbol .keyword,
89
+ pre .ruby .symbol .keymethods,
90
+ pre .lisp .keyword,
91
+ pre .tex .special,
92
+ pre .input_number {
93
+ color: #990073
94
+ }
95
+
96
+ pre .builtin,
97
+ pre .built_in,
98
+ pre .lisp .title {
99
+ color: #0086b3
100
+ }
101
+
102
+ pre .preprocessor,
103
+ pre .pi,
104
+ pre .doctype,
105
+ pre .shebang,
106
+ pre .cdata {
107
+ color: #999;
108
+ font-weight: bold
109
+ }
110
+
111
+ pre .deletion {
112
+ background: #fdd
113
+ }
114
+
115
+ pre .addition {
116
+ background: #dfd
117
+ }
118
+
119
+ pre .diff .change {
120
+ background: #0086b3
121
+ }
122
+
123
+ pre .chunk {
124
+ color: #aaa
125
+ }
126
+
127
+ pre .tex .formula {
128
+ opacity: 0.5;
129
+ }
@@ -0,0 +1,118 @@
1
+ /*
2
+
3
+ Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ color: #000;
10
+ background: #fff;
11
+ }
12
+
13
+ pre .subst,
14
+ pre .title {
15
+ font-weight: normal;
16
+ color: #000;
17
+ }
18
+
19
+ pre .comment,
20
+ pre .template_comment,
21
+ pre .javadoc,
22
+ pre .diff .header {
23
+ color: #808080;
24
+ font-style: italic;
25
+ }
26
+
27
+ pre .annotation,
28
+ pre .decorator,
29
+ pre .preprocessor,
30
+ pre .doctype,
31
+ pre .pi,
32
+ pre .chunk,
33
+ pre .shebang,
34
+ pre .apache .cbracket,
35
+ pre .input_number {
36
+ color: #808000;
37
+ }
38
+
39
+ pre .tag,
40
+ pre .pi {
41
+ background: #efefef;
42
+ }
43
+
44
+ pre .tag .title,
45
+ pre .id,
46
+ pre .attr_selector,
47
+ pre .pseudo,
48
+ pre .literal,
49
+ pre .keyword,
50
+ pre .hexcolor,
51
+ pre .css .function,
52
+ pre .ini .title,
53
+ pre .css .class,
54
+ pre .list .title,
55
+ pre .tex .command {
56
+ font-weight: bold;
57
+ color: #000080;
58
+ }
59
+
60
+ pre .attribute,
61
+ pre .rules .keyword,
62
+ pre .number,
63
+ pre .date,
64
+ pre .regexp,
65
+ pre .tex .special {
66
+ font-weight: bold;
67
+ color: #0000ff;
68
+ }
69
+
70
+ pre .number,
71
+ pre .regexp {
72
+ font-weight: normal;
73
+ }
74
+
75
+ pre .string,
76
+ pre .value,
77
+ pre .filter .argument,
78
+ pre .css .function .params,
79
+ pre .apache .tag {
80
+ color: #008000;
81
+ font-weight: bold;
82
+ }
83
+
84
+ pre .symbol,
85
+ pre .ruby .symbol .string,
86
+ pre .ruby .symbol .keyword,
87
+ pre .ruby .symbol .keymethods,
88
+ pre .char,
89
+ pre .tex .formula {
90
+ color: #000;
91
+ background: #d0eded;
92
+ font-style: italic;
93
+ }
94
+
95
+ pre .phpdoc,
96
+ pre .yardoctag,
97
+ pre .javadoctag {
98
+ text-decoration: underline;
99
+ }
100
+
101
+ pre .variable,
102
+ pre .envvar,
103
+ pre .apache .sqbracket,
104
+ pre .nginx .built_in {
105
+ color: #660e7a;
106
+ }
107
+
108
+ pre .addition {
109
+ background: #baeeba;
110
+ }
111
+
112
+ pre .deletion {
113
+ background: #ffc8bd;
114
+ }
115
+
116
+ pre .diff .change {
117
+ background: #bccff9;
118
+ }
@@ -0,0 +1,103 @@
1
+ /*
2
+ IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
3
+ */
4
+
5
+ pre code {
6
+ display: block; padding: 0.5em;
7
+ background: #000; color: #f8f8f8;
8
+ }
9
+
10
+ pre .shebang,
11
+ pre .comment,
12
+ pre .template_comment,
13
+ pre .javadoc {
14
+ color: #7c7c7c;
15
+ }
16
+
17
+ pre .keyword,
18
+ pre .tag,
19
+ pre .ruby .function .keyword,
20
+ pre .tex .command {
21
+ color: #96CBFE;
22
+ }
23
+
24
+ pre .function .keyword,
25
+ pre .sub .keyword,
26
+ pre .method,
27
+ pre .list .title {
28
+ color: #FFFFB6;
29
+ }
30
+
31
+ pre .string,
32
+ pre .tag .value,
33
+ pre .cdata,
34
+ pre .filter .argument,
35
+ pre .attr_selector,
36
+ pre .apache .cbracket,
37
+ pre .date {
38
+ color: #A8FF60;
39
+ }
40
+
41
+ pre .subst {
42
+ color: #DAEFA3;
43
+ }
44
+
45
+ pre .regexp {
46
+ color: #E9C062;
47
+ }
48
+
49
+ pre .function .title,
50
+ pre .sub .identifier,
51
+ pre .pi,
52
+ pre .decorator,
53
+ pre .ini .title,
54
+ pre .tex .special {
55
+ color: #FFFFB6;
56
+ }
57
+
58
+ pre .class .title,
59
+ pre .haskell .label,
60
+ pre .constant,
61
+ pre .smalltalk .class,
62
+ pre .javadoctag,
63
+ pre .yardoctag,
64
+ pre .phpdoc,
65
+ pre .nginx .built_in {
66
+ color: #FFFFB6;
67
+ }
68
+
69
+ pre .symbol,
70
+ pre .ruby .symbol .string,
71
+ pre .ruby .symbol .keyword,
72
+ pre .ruby .symbol .keymethods,
73
+ pre .number,
74
+ pre .variable,
75
+ pre .vbscript,
76
+ pre .literal {
77
+ color: #C6C5FE;
78
+ }
79
+
80
+ pre .css .tag {
81
+ color: #96CBFE;
82
+ }
83
+
84
+ pre .css .rules .property,
85
+ pre .css .id {
86
+ color: #FFFFB6;
87
+ }
88
+
89
+ pre .css .class {
90
+ color: #FFF;
91
+ }
92
+
93
+ pre .hexcolor {
94
+ color: #C6C5FE;
95
+ }
96
+
97
+ pre .number {
98
+ color:#FF73FD;
99
+ }
100
+
101
+ pre .tex .formula {
102
+ opacity: 0.7;
103
+ }