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,151 @@
1
+ /*
2
+ Date: 17.V.2011
3
+ Author: pumbur <pumbur@pumbur.net>
4
+ */
5
+
6
+ pre code
7
+ {
8
+ display: block; padding: 0.5em;
9
+ background: #222;
10
+ }
11
+
12
+ pre .header,
13
+ pre .profile .header *,
14
+ pre .ini .title
15
+ {
16
+ color: #fff;
17
+ }
18
+
19
+ pre .comment,
20
+ pre .javadoc,
21
+ pre .preprocessor,
22
+ pre .shebang,
23
+ pre .profile .summary,
24
+ pre .diff,
25
+ pre .pi,
26
+ pre .doctype,
27
+ pre .xml .tag,
28
+ pre .template_comment,
29
+ pre .css .rules,
30
+ pre .tex .special
31
+ {
32
+ color: #444;
33
+ }
34
+
35
+ pre .string,
36
+ pre .symbol,
37
+ pre .diff .change,
38
+ pre .regexp,
39
+ pre .xml .attribute,
40
+ pre .xml .value,
41
+ pre .smalltalk .char,
42
+ pre .ini .value
43
+ {
44
+ color: #ffcc33;
45
+ }
46
+
47
+ pre .number,
48
+ pre .addition
49
+ {
50
+ color: #00cc66;
51
+ }
52
+
53
+ pre .built_in,
54
+ pre .literal,
55
+ pre .vhdl .type,
56
+ pre .go .constant,
57
+ pre .go .typename,
58
+ pre .ini .keyword,
59
+ pre .lua .title,
60
+ pre .perl .variable,
61
+ pre .php .variable,
62
+ pre .mel .variable,
63
+ pre .django .variable,
64
+ pre .css .funtion,
65
+ pre .smalltalk .method,
66
+ pre .hexcolor,
67
+ pre .important,
68
+ pre .flow,
69
+ pre .inheritance,
70
+ pre .parser3 .variable
71
+ {
72
+ color: #32AAEE;
73
+ }
74
+
75
+ pre .keyword,
76
+ pre .xml .tag .title,
77
+ pre .css .tag,
78
+ pre .css .class,
79
+ pre .css .id,
80
+ pre .css .pseudo,
81
+ pre .css .attr_selector,
82
+ pre .lisp .title,
83
+ pre .winutils,
84
+ pre .tex .command
85
+ {
86
+ color: #6644aa;
87
+ }
88
+
89
+ pre .class .title,
90
+ pre .ruby .constant,
91
+ pre .vala .constant,
92
+ pre .parent,
93
+ pre .deletion,
94
+ pre .template_tag,
95
+ pre .css .keyword,
96
+ pre .javascript .title,
97
+ pre .objectivec .class .id,
98
+ pre .smalltalk .class,
99
+ pre .lisp .keyword,
100
+ pre .apache .tag,
101
+ pre .nginx .variable,
102
+ pre .envvar,
103
+ pre .bash .variable,
104
+ pre .go .built_in,
105
+ pre .vbscript .built_in,
106
+ pre .lua .built_in,
107
+ pre .rsl .built_in,
108
+ pre .tail,
109
+ pre .avrasm .label,
110
+ pre .parser3 .title,
111
+ pre .tex .formula,
112
+ pre .tex .formula *
113
+ {
114
+ color: #bb1166;
115
+ }
116
+
117
+ pre .yardoctag,
118
+ pre .phpdoc,
119
+ pre .profile .header,
120
+ pre .ini .title,
121
+ pre .apache .tag,
122
+ pre .parser3 .title
123
+ {
124
+ font-weight: bold;
125
+ }
126
+
127
+ pre .xml .javascript,
128
+ pre .xml .css,
129
+ pre .xml .cdata
130
+ {
131
+ opacity: 0.6;
132
+ }
133
+
134
+ pre code,
135
+ pre .javascript,
136
+ pre .css,
137
+ pre .xml,
138
+ pre .subst,
139
+ pre .diff .chunk,
140
+ pre .css .value,
141
+ pre .css .attribute,
142
+ pre .lisp .string,
143
+ pre .lisp .number,
144
+ pre .tail .params,
145
+ pre .container,
146
+ pre .haskell *,
147
+ pre .erlang *,
148
+ pre .erlang_repl *
149
+ {
150
+ color: #aaa;
151
+ }
@@ -0,0 +1,45 @@
1
+ /*
2
+
3
+ Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ background: white; color: black;
10
+ }
11
+
12
+ pre .string,
13
+ pre .tag .value,
14
+ pre .filter .argument,
15
+ pre .addition,
16
+ pre .change,
17
+ pre .apache .tag,
18
+ pre .apache .cbracket,
19
+ pre .nginx .built_in,
20
+ pre .tex .formula {
21
+ color: #888;
22
+ }
23
+
24
+ pre .comment,
25
+ pre .template_comment,
26
+ pre .shebang,
27
+ pre .doctype,
28
+ pre .pi,
29
+ pre .javadoc,
30
+ pre .deletion,
31
+ pre .apache .sqbracket {
32
+ color: #CCC;
33
+ }
34
+
35
+ pre .keyword,
36
+ pre .tag .title,
37
+ pre .css .tag,
38
+ pre .ini .title,
39
+ pre .winutils,
40
+ pre .flow,
41
+ pre .lisp .title,
42
+ pre .apache .tag,
43
+ pre .tex .command {
44
+ font-weight: bold;
45
+ }
@@ -0,0 +1,105 @@
1
+ /*
2
+
3
+ Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ background:#b7a68e url(./brown_papersq.png);
10
+ }
11
+
12
+ pre .keyword,
13
+ pre .literal,
14
+ pre .change,
15
+ pre .winutils,
16
+ pre .flow,
17
+ pre .lisp .title,
18
+ pre .tex .special {
19
+ color:#005599;
20
+ font-weight:bold;
21
+ }
22
+
23
+ pre code,
24
+ pre .ruby .subst,
25
+ pre .tag .keyword {
26
+ color: #363C69;
27
+ }
28
+
29
+ pre .string,
30
+ pre .function .title,
31
+ pre .class .title,
32
+ pre .haskell .label,
33
+ pre .ini .title,
34
+ pre .tag .value,
35
+ pre .css .rules .value,
36
+ pre .preprocessor,
37
+ pre .ruby .symbol,
38
+ pre .ruby .symbol .string,
39
+ pre .ruby .symbol .keyword,
40
+ pre .ruby .symbol .keymethods,
41
+ pre .ruby .instancevar,
42
+ pre .ruby .class .parent,
43
+ pre .built_in,
44
+ pre .sql .aggregate,
45
+ pre .django .template_tag,
46
+ pre .django .variable,
47
+ pre .smalltalk .class,
48
+ pre .javadoc,
49
+ pre .ruby .string,
50
+ pre .django .filter .argument,
51
+ pre .smalltalk .localvars,
52
+ pre .smalltalk .array,
53
+ pre .attr_selector,
54
+ pre .pseudo,
55
+ pre .addition,
56
+ pre .stream,
57
+ pre .envvar,
58
+ pre .apache .tag,
59
+ pre .apache .cbracket,
60
+ pre .tex .number {
61
+ color: #2C009F;
62
+ }
63
+
64
+ pre .comment,
65
+ pre .java .annotation,
66
+ pre .python .decorator,
67
+ pre .template_comment,
68
+ pre .pi,
69
+ pre .doctype,
70
+ pre .deletion,
71
+ pre .shebang,
72
+ pre .apache .sqbracket,
73
+ pre .nginx .built_in,
74
+ pre .tex .formula {
75
+ color: #802022;
76
+ }
77
+
78
+ pre .keyword,
79
+ pre .literal,
80
+ pre .css .id,
81
+ pre .phpdoc,
82
+ pre .function .title,
83
+ pre .class .title,
84
+ pre .haskell .label,
85
+ pre .vbscript .built_in,
86
+ pre .sql .aggregate,
87
+ pre .rsl .built_in,
88
+ pre .smalltalk .class,
89
+ pre .xml .tag .title,
90
+ pre .diff .header,
91
+ pre .chunk,
92
+ pre .winutils,
93
+ pre .bash .variable,
94
+ pre .lisp .title,
95
+ pre .apache .tag,
96
+ pre .tex .command {
97
+ font-weight: bold;
98
+ }
99
+
100
+ pre .xml .css,
101
+ pre .xml .javascript,
102
+ pre .xml .vbscript,
103
+ pre .tex .formula {
104
+ opacity: 0.8;
105
+ }
@@ -0,0 +1,103 @@
1
+ /*
2
+
3
+ Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ background: #444;
10
+ }
11
+
12
+ pre .keyword,
13
+ pre .literal,
14
+ pre .change,
15
+ pre .winutils,
16
+ pre .flow,
17
+ pre .lisp .title,
18
+ pre .tex .special {
19
+ color: white;
20
+ }
21
+
22
+ pre code,
23
+ pre .ruby .subst {
24
+ color: #DDD;
25
+ }
26
+
27
+ pre .string,
28
+ pre .function .title,
29
+ pre .class .title,
30
+ pre .haskell .label,
31
+ pre .ini .title,
32
+ pre .tag .value,
33
+ pre .css .rules .value,
34
+ pre .preprocessor,
35
+ pre .ruby .symbol,
36
+ pre .ruby .symbol .string,
37
+ pre .ruby .symbol .keyword,
38
+ pre .ruby .symbol .keymethods,
39
+ pre .ruby .instancevar,
40
+ pre .ruby .class .parent,
41
+ pre .built_in,
42
+ pre .sql .aggregate,
43
+ pre .django .template_tag,
44
+ pre .django .variable,
45
+ pre .smalltalk .class,
46
+ pre .javadoc,
47
+ pre .ruby .string,
48
+ pre .django .filter .argument,
49
+ pre .smalltalk .localvars,
50
+ pre .smalltalk .array,
51
+ pre .attr_selector,
52
+ pre .pseudo,
53
+ pre .addition,
54
+ pre .stream,
55
+ pre .envvar,
56
+ pre .apache .tag,
57
+ pre .apache .cbracket,
58
+ pre .tex .command,
59
+ pre .input_number {
60
+ color: #D88;
61
+ }
62
+
63
+ pre .comment,
64
+ pre .java .annotation,
65
+ pre .python .decorator,
66
+ pre .template_comment,
67
+ pre .pi,
68
+ pre .doctype,
69
+ pre .deletion,
70
+ pre .shebang,
71
+ pre .apache .sqbracket,
72
+ pre .tex .formula {
73
+ color: #777;
74
+ }
75
+
76
+ pre .keyword,
77
+ pre .literal,
78
+ pre .css .id,
79
+ pre .phpdoc,
80
+ pre .function .title,
81
+ pre .class .title,
82
+ pre .haskell .label,
83
+ pre .vbscript .built_in,
84
+ pre .sql .aggregate,
85
+ pre .rsl .built_in,
86
+ pre .smalltalk .class,
87
+ pre .xml .tag .title,
88
+ pre .diff .header,
89
+ pre .chunk,
90
+ pre .winutils,
91
+ pre .bash .variable,
92
+ pre .lisp .title,
93
+ pre .apache .tag,
94
+ pre .tex .special {
95
+ font-weight: bold;
96
+ }
97
+
98
+ pre .xml .css,
99
+ pre .xml .javascript,
100
+ pre .xml .vbscript,
101
+ pre .tex .formula {
102
+ opacity: 0.5;
103
+ }
@@ -0,0 +1,121 @@
1
+ /*
2
+
3
+ Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
+
5
+ */
6
+
7
+ pre code {
8
+ display: block; padding: 0.5em;
9
+ background: #F0F0F0;
10
+ }
11
+
12
+ pre code,
13
+ pre .ruby .subst,
14
+ pre .tag .title,
15
+ pre .lisp .title {
16
+ color: black;
17
+ }
18
+
19
+ pre .string,
20
+ pre .title,
21
+ pre .constant,
22
+ pre .parent,
23
+ pre .tag .value,
24
+ pre .rules .value,
25
+ pre .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 .instancevar,
32
+ pre .aggregate,
33
+ pre .template_tag,
34
+ pre .django .variable,
35
+ pre .smalltalk .class,
36
+ pre .addition,
37
+ pre .flow,
38
+ pre .stream,
39
+ pre .bash .variable,
40
+ pre .apache .tag,
41
+ pre .apache .cbracket,
42
+ pre .tex .command,
43
+ pre .tex .special,
44
+ pre .erlang_repl .function_or_atom {
45
+ color: #800;
46
+ }
47
+
48
+ pre .comment,
49
+ pre .annotation,
50
+ pre .template_comment,
51
+ pre .diff .header,
52
+ pre .chunk {
53
+ color: #888;
54
+ }
55
+
56
+ pre .number,
57
+ pre .date,
58
+ pre .regexp,
59
+ pre .literal,
60
+ pre .smalltalk .symbol,
61
+ pre .smalltalk .char,
62
+ pre .go .constant,
63
+ pre .change {
64
+ color: #080;
65
+ }
66
+
67
+ pre .label,
68
+ pre .javadoc,
69
+ pre .ruby .string,
70
+ pre .decorator,
71
+ pre .filter .argument,
72
+ pre .localvars,
73
+ pre .array,
74
+ pre .attr_selector,
75
+ pre .important,
76
+ pre .pseudo,
77
+ pre .pi,
78
+ pre .doctype,
79
+ pre .deletion,
80
+ pre .envvar,
81
+ pre .shebang,
82
+ pre .apache .sqbracket,
83
+ pre .nginx .built_in,
84
+ pre .tex .formula,
85
+ pre .erlang_repl .reserved,
86
+ pre .input_number {
87
+ color: #88F
88
+ }
89
+
90
+ pre .css .tag,
91
+ pre .javadoctag,
92
+ pre .phpdoc,
93
+ pre .yardoctag {
94
+ font-weight: bold;
95
+ }
96
+
97
+ pre .keyword,
98
+ pre .id,
99
+ pre .phpdoc,
100
+ pre .title,
101
+ pre .built_in,
102
+ pre .aggregate,
103
+ pre .smalltalk .class,
104
+ pre .winutils,
105
+ pre .bash .variable,
106
+ pre .apache .tag,
107
+ pre .go .typename,
108
+ pre .tex .command {
109
+ font-weight: bold;
110
+ }
111
+
112
+ pre .nginx .built_in {
113
+ font-weight: normal;
114
+ }
115
+
116
+ pre .xml .css,
117
+ pre .xml .javascript,
118
+ pre .xml .vbscript,
119
+ pre .tex .formula {
120
+ opacity: 0.5;
121
+ }