fnando-kitabu 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/README.markdown +7 -0
  2. data/Rakefile +55 -35
  3. data/bin/kitabu +42 -13
  4. data/kitabu.gemspec +28 -55
  5. data/lib/kitabu/base.rb +38 -14
  6. data/lib/kitabu/blackcloth.rb +1 -10
  7. data/lib/kitabu/templates.rb +49 -0
  8. data/lib/kitabu.rb +9 -12
  9. data/{app_generators/kitabu/templates → templates}/Rakefile +0 -0
  10. data/{app_generators/kitabu/templates → templates}/config.yml +0 -0
  11. data/{app_generators/kitabu/templates → templates}/layouts/boom/layout.css +0 -0
  12. data/{app_generators/kitabu/templates → templates}/layouts/boom/layout.html +8 -8
  13. data/templates/syntax.css +1065 -0
  14. data/{app_generators/kitabu/templates/css → templates/themes}/active4d.css +0 -0
  15. data/{app_generators/kitabu/templates/css → templates/themes}/blackboard.css +0 -0
  16. data/{app_generators/kitabu/templates/css → templates/themes}/dawn.css +0 -0
  17. data/{app_generators/kitabu/templates/css → templates/themes}/eiffel.css +0 -0
  18. data/{app_generators/kitabu/templates/css → templates/themes}/idle.css +0 -0
  19. data/{app_generators/kitabu/templates/css → templates/themes}/iplastic.css +0 -0
  20. data/{app_generators/kitabu/templates/css → templates/themes}/lazy.css +0 -0
  21. data/{app_generators/kitabu/templates/css → templates/themes}/mac_classic.css +0 -0
  22. data/{app_generators/kitabu/templates/css → templates/themes}/slush_poppies.css +0 -0
  23. data/{app_generators/kitabu/templates/css → templates/themes}/sunburst.css +0 -0
  24. data/templates/user.css +1 -0
  25. metadata +26 -52
  26. data/History.txt +0 -67
  27. data/License.txt +0 -20
  28. data/TODO.txt +0 -2
  29. data/app_generators/kitabu/USAGE +0 -5
  30. data/app_generators/kitabu/kitabu_generator.rb +0 -68
  31. data/app_generators/kitabu/templates/user.css +0 -0
  32. data/themes/active4d.css +0 -114
  33. data/themes/all_hallows_eve.css +0 -72
  34. data/themes/amy.css +0 -147
  35. data/themes/blackboard.css +0 -88
  36. data/themes/brilliance_black.css +0 -605
  37. data/themes/brilliance_dull.css +0 -599
  38. data/themes/cobalt.css +0 -149
  39. data/themes/dawn.css +0 -121
  40. data/themes/eiffel.css +0 -121
  41. data/themes/espresso_libre.css +0 -109
  42. data/themes/idle.css +0 -62
  43. data/themes/iplastic.css +0 -80
  44. data/themes/lazy.css +0 -73
  45. data/themes/mac_classic.css +0 -123
  46. data/themes/magicwb_amiga.css +0 -104
  47. data/themes/pastels_on_dark.css +0 -188
  48. data/themes/slush_poppies.css +0 -85
  49. data/themes/spacecadet.css +0 -51
  50. data/themes/sunburst.css +0 -180
  51. data/themes/twilight.css +0 -137
  52. data/themes/zenburnesque.css +0 -91
@@ -1,123 +0,0 @@
1
- pre.mac_classic .EmbeddedSource {
2
- background-color: #0C0C0C;
3
- }
4
- pre.mac_classic .LibraryObject {
5
- font-weight: bold;
6
- color: #6D79DE;
7
- }
8
- pre.mac_classic .Section {
9
- font-style: italic;
10
- }
11
- pre.mac_classic .FunctionArgumentAndResultTypes {
12
- color: #70727E;
13
- }
14
- pre.mac_classic .TypeName {
15
- text-decoration: underline;
16
- }
17
- pre.mac_classic .Number {
18
- color: #0000CD;
19
- }
20
- pre.mac_classic {
21
- background-color: #FFFFFF;
22
- color: #000000;
23
- }
24
- pre.mac_classic .MarkupList {
25
- color: #B90690;
26
- }
27
- pre.mac_classic .MarkupTagAttribute {
28
- font-style: italic;
29
- }
30
- pre.mac_classic .LibraryVariable {
31
- font-weight: bold;
32
- color: #21439C;
33
- }
34
- pre.mac_classic .line-numbers {
35
- background-color: #4D97FF;
36
- color: #000000;
37
- }
38
- pre.mac_classic .FunctionParameter {
39
- font-style: italic;
40
- }
41
- pre.mac_classic .MarkupTag {
42
- color: #1C02FF;
43
- }
44
- pre.mac_classic .MarkupHeading {
45
- font-weight: bold;
46
- color: #0C07FF;
47
- }
48
- pre.mac_classic .JsOperator {
49
- color: #687687;
50
- }
51
- pre.mac_classic .InheritedClassName {
52
- font-style: italic;
53
- }
54
- pre.mac_classic .StringInterpolation {
55
- color: #26B31A;
56
- }
57
- pre.mac_classic .MarkupQuote {
58
- color: #000000;
59
- font-style: italic;
60
- }
61
- pre.mac_classic .MarkupNameOfTag {
62
- font-weight: bold;
63
- }
64
- pre.mac_classic .InvalidTrailingWhitespace {
65
- background-color: #FFD0D0;
66
- }
67
- pre.mac_classic .LibraryConstant {
68
- font-weight: bold;
69
- color: #06960E;
70
- }
71
- pre.mac_classic .MarkupXmlDeclaration {
72
- color: #68685B;
73
- }
74
- pre.mac_classic .EmbeddedEmbeddedSource {
75
- background-color: #0E0E0E;
76
- }
77
- pre.mac_classic .PreprocessorDirective {
78
- font-weight: bold;
79
- color: #0C450D;
80
- }
81
- pre.mac_classic .BuiltInConstant {
82
- font-weight: bold;
83
- color: #585CF6;
84
- }
85
- pre.mac_classic .MarkupDtd {
86
- font-style: italic;
87
- }
88
- pre.mac_classic .Invalid {
89
- background-color: #990000;
90
- color: #FFFFFF;
91
- }
92
- pre.mac_classic .LibraryFunction {
93
- font-weight: bold;
94
- color: #3C4C72;
95
- }
96
- pre.mac_classic .String {
97
- color: #036A07;
98
- }
99
- pre.mac_classic .UserDefinedConstant {
100
- font-weight: bold;
101
- color: #C5060B;
102
- }
103
- pre.mac_classic .Keyword {
104
- font-weight: bold;
105
- color: #0000FF;
106
- }
107
- pre.mac_classic .MarkupDoctype {
108
- color: #888888;
109
- }
110
- pre.mac_classic .FunctionName {
111
- font-weight: bold;
112
- color: #0000A2;
113
- }
114
- pre.mac_classic .PreprocessorLine {
115
- color: #1A921C;
116
- }
117
- pre.mac_classic .Variable {
118
- color: #318495;
119
- }
120
- pre.mac_classic .Comment {
121
- color: #0066FF;
122
- font-style: italic;
123
- }
@@ -1,104 +0,0 @@
1
- pre.magicwb_amiga .MarkupQuoteEmail {
2
- color: #00F0C9;
3
- }
4
- pre.magicwb_amiga .EmbeddedSource {
5
- background-color: #8A9ECB;
6
- }
7
- pre.magicwb_amiga .InheritedClass {
8
- font-style: italic;
9
- }
10
- pre.magicwb_amiga .TypeName {
11
- text-decoration: underline;
12
- }
13
- pre.magicwb_amiga .Number {
14
- color: #FFFFFF;
15
- }
16
- pre.magicwb_amiga .LibraryVariable {
17
- color: #3A68A3;
18
- }
19
- pre.magicwb_amiga .Storage {
20
- font-weight: bold;
21
- color: #3A68A3;
22
- }
23
- pre.magicwb_amiga .line-numbers {
24
- background-color: #B1B1B1;
25
- color: #000000;
26
- }
27
- pre.magicwb_amiga .IncludeUser {
28
- background-color: #969696;
29
- color: #FFA995;
30
- }
31
- pre.magicwb_amiga .ObjectiveCMethodCall {
32
- color: #000000;
33
- }
34
- pre.magicwb_amiga .ConstantUserDefined {
35
- background-color: #1D1DEA;
36
- color: #FFA995;
37
- }
38
- pre.magicwb_amiga .LibraryConstant {
39
- color: #FFFFFF;
40
- }
41
- pre.magicwb_amiga .EntityName {
42
- font-weight: bold;
43
- color: #0000FF;
44
- }
45
- pre.magicwb_amiga .ConstantBuiltIn {
46
- font-weight: bold;
47
- color: #FFA995;
48
- }
49
- pre.magicwb_amiga .MarkupRaw {
50
- background-color: #0000FF;
51
- color: #FFFFFF;
52
- }
53
- pre.magicwb_amiga .MarkupListItem {
54
- color: #4D4E60;
55
- }
56
- pre.magicwb_amiga .FunctionArgument {
57
- font-style: italic;
58
- }
59
- pre.magicwb_amiga .ObjectiveCMethodCall1 {
60
- font-style: italic;
61
- }
62
- pre.magicwb_amiga .MarkupQuoteDoubleEmail {
63
- color: #4C457E;
64
- }
65
- pre.magicwb_amiga .IncludeSystem {
66
- background-color: #969696;
67
- color: #FFA995;
68
- font-style: italic;
69
- }
70
- pre.magicwb_amiga .Invalid {
71
- background-color: #797979;
72
- color: #FFFFFF;
73
- }
74
- pre.magicwb_amiga .LibraryClassType {
75
- color: #FFA995;
76
- }
77
- pre.magicwb_amiga .LibraryFunction {
78
- color: #E5B3FF;
79
- }
80
- pre.magicwb_amiga .TagAttribute {
81
- color: #3A68A3;
82
- font-style: italic;
83
- }
84
- pre.magicwb_amiga .Keyword {
85
- font-weight: bold;
86
- }
87
- pre.magicwb_amiga .String {
88
- background-color: #EA1D1D;
89
- color: #FFFFFF;
90
- }
91
- pre.magicwb_amiga {
92
- background-color: #969696;
93
- color: #000000;
94
- }
95
- pre.magicwb_amiga .FunctionName {
96
- color: #FFA995;
97
- }
98
- pre.magicwb_amiga .Variable {
99
- color: #FFA995;
100
- }
101
- pre.magicwb_amiga .Comment {
102
- color: #8D2E75;
103
- font-style: italic;
104
- }
@@ -1,188 +0,0 @@
1
- pre.pastels_on_dark .CssPropertyColours {
2
- color: #666633;
3
- }
4
- pre.pastels_on_dark .CssPropertyValue {
5
- color: #9B2E4D;
6
- }
7
- pre.pastels_on_dark .HtmlDocinfoDtd {
8
- font-style: italic;
9
- }
10
- pre.pastels_on_dark .Exceptions {
11
- font-weight: bold;
12
- color: #C82255;
13
- }
14
- pre.pastels_on_dark .ClassInheritance {
15
- font-style: italic;
16
- }
17
- pre.pastels_on_dark .CssInvalidComma {
18
- background-color: #FF0000;
19
- color: #FFFFFF;
20
- }
21
- pre.pastels_on_dark .HtmlTag {
22
- color: #858EF4;
23
- }
24
- pre.pastels_on_dark .Constants {
25
- color: #6782D3;
26
- }
27
- pre.pastels_on_dark .Section {
28
- font-style: italic;
29
- }
30
- pre.pastels_on_dark .PhpPhpdocs {
31
- color: #777777;
32
- }
33
- pre.pastels_on_dark .Variables {
34
- color: #C1C144;
35
- }
36
- pre.pastels_on_dark .RegularExpressions {
37
- color: #666666;
38
- }
39
- pre.pastels_on_dark .Comments {
40
- color: #555555;
41
- }
42
- pre.pastels_on_dark .line-numbers {
43
- background-color: #73597E;
44
- color: #FFFFFF;
45
- }
46
- pre.pastels_on_dark .PhpVariablesGlobals {
47
- color: #B72E1D;
48
- }
49
- pre.pastels_on_dark .PhpConstantsCorePredefined {
50
- font-weight: bold;
51
- color: #DE8E20;
52
- }
53
- pre.pastels_on_dark .HtmlDoctype {
54
- color: #888888;
55
- }
56
- pre.pastels_on_dark .HtmlDocinfoXml {
57
- color: #68685B;
58
- }
59
- pre.pastels_on_dark .AttributeName {
60
- color: #9B456F;
61
- }
62
- pre.pastels_on_dark .ClassName {
63
- text-decoration: underline;
64
- }
65
- pre.pastels_on_dark .FunctionArgumentName {
66
- font-weight: bold;
67
- }
68
- pre.pastels_on_dark .FunctionResult {
69
- color: #0000FF;
70
- }
71
- pre.pastels_on_dark .TmlangdefKeys {
72
- color: #7171F3;
73
- }
74
- pre.pastels_on_dark .CssSelectorsElements {
75
- font-weight: bold;
76
- color: #B8CD06;
77
- }
78
- pre.pastels_on_dark .CssSelectorsId {
79
- color: #EC9E00;
80
- }
81
- pre.pastels_on_dark .ControlStructures {
82
- font-weight: bold;
83
- color: #6969FA;
84
- }
85
- pre.pastels_on_dark .Interpolation {
86
- color: #C10006;
87
- }
88
- pre.pastels_on_dark .CommentsBlock {
89
- color: #555555;
90
- }
91
- pre.pastels_on_dark .CssSelectorsPseudoclass {
92
- color: #2E759C;
93
- }
94
- pre.pastels_on_dark .Operators {
95
- color: #47B8D6;
96
- }
97
- pre.pastels_on_dark .TagName {
98
- color: #858EF4;
99
- }
100
- pre.pastels_on_dark .EmbeddedCode {
101
- text-decoration: underline;
102
- }
103
- pre.pastels_on_dark .PhpVariablesSaferGlobals {
104
- color: #00FF00;
105
- }
106
- pre.pastels_on_dark .InvalidTrailingWhitespace {
107
- background-color: #FFD0D0;
108
- }
109
- pre.pastels_on_dark .Functions {
110
- color: #A1A1FF;
111
- }
112
- pre.pastels_on_dark .Keywords {
113
- color: #A1A1FF;
114
- }
115
- pre.pastels_on_dark {
116
- background-color: #211E1E;
117
- color: #DADADA;
118
- }
119
- pre.pastels_on_dark .PhpKeywordsStorage {
120
- color: #6969FA;
121
- }
122
- pre.pastels_on_dark .PhpIncludeRequire {
123
- color: #C82255;
124
- }
125
- pre.pastels_on_dark .HtmlAttribute {
126
- color: #9B456F;
127
- }
128
- pre.pastels_on_dark .AttributeWithValue {
129
- color: #9B456F;
130
- }
131
- pre.pastels_on_dark .FunctionArgumentType {
132
- color: #0000FF;
133
- }
134
- pre.pastels_on_dark .PreprocessorDirective {
135
- font-weight: bold;
136
- }
137
- pre.pastels_on_dark .CssUnits {
138
- color: #6969FA;
139
- }
140
- pre.pastels_on_dark .CssFontNames {
141
- color: #666633;
142
- }
143
- pre.pastels_on_dark .CssSelectorsClassname {
144
- color: #EDCA06;
145
- }
146
- pre.pastels_on_dark .PhpStringsSingleQuoted {
147
- color: #BFA36D;
148
- }
149
- pre.pastels_on_dark .PhpConstantsStandardPredefined {
150
- font-weight: bold;
151
- color: #DE8E10;
152
- }
153
- pre.pastels_on_dark .HtmlServersideIncludes {
154
- color: #909090;
155
- }
156
- pre.pastels_on_dark .CssPropertyKeyword {
157
- color: #E1C96B;
158
- }
159
- pre.pastels_on_dark .LanguageConstants {
160
- font-weight: bold;
161
- color: #DE8E30;
162
- }
163
- pre.pastels_on_dark .CharacterConstants {
164
- color: #AFA472;
165
- }
166
- pre.pastels_on_dark .Invalid {
167
- font-weight: bold;
168
- background-color: #FF0000;
169
- color: #FFF9F9;
170
- }
171
- pre.pastels_on_dark .FunctionArgumentVariable {
172
- font-style: italic;
173
- }
174
- pre.pastels_on_dark .Strings {
175
- color: #AD9361;
176
- }
177
- pre.pastels_on_dark .PhpStringsDoubleQuoted {
178
- color: #AD9361;
179
- }
180
- pre.pastels_on_dark .FunctionName {
181
- font-weight: bold;
182
- }
183
- pre.pastels_on_dark .PreprocessorLine {
184
- color: #2F006E;
185
- }
186
- pre.pastels_on_dark .Numbers {
187
- color: #CCCCCC;
188
- }
@@ -1,85 +0,0 @@
1
- pre.slush_poppies .Directives {
2
- font-weight: bold;
3
- }
4
- pre.slush_poppies .TypeName {
5
- color: #800080;
6
- }
7
- pre.slush_poppies .InheritedClass {
8
- }
9
- pre.slush_poppies .OcamlInfixFPOperators {
10
- text-decoration: underline;
11
- }
12
- pre.slush_poppies .Number {
13
- color: #0080A0;
14
- }
15
- pre.slush_poppies .LibraryVariable {
16
- }
17
- pre.slush_poppies .Storage {
18
- color: #008080;
19
- }
20
- pre.slush_poppies .line-numbers {
21
- background-color: #B0B0FF;
22
- color: #000000;
23
- }
24
- pre.slush_poppies .OcamlPrefixFPOperators {
25
- text-decoration: underline;
26
- }
27
- pre.slush_poppies .OcamlFloatingPointConstants {
28
- text-decoration: underline;
29
- }
30
- pre.slush_poppies .LineNumberDirectives {
31
- }
32
- pre.slush_poppies .TagName {
33
- }
34
- pre.slush_poppies .StorageTypes {
35
- color: #A08000;
36
- }
37
- pre.slush_poppies .Operators {
38
- color: #2060A0;
39
- }
40
- pre.slush_poppies .LibraryConstant {
41
- }
42
- pre.slush_poppies .VariantTypes {
43
- color: #C08060;
44
- }
45
- pre.slush_poppies .FunctionArgument {
46
- }
47
- pre.slush_poppies .BuiltInConstant {
48
- }
49
- pre.slush_poppies .ClassTypeName {
50
- color: #8000C0;
51
- }
52
- pre.slush_poppies .ModuleKeyword {
53
- color: #0080FF;
54
- }
55
- pre.slush_poppies .Invalid {
56
- }
57
- pre.slush_poppies .LibraryClassType {
58
- }
59
- pre.slush_poppies .LibraryFunction {
60
- }
61
- pre.slush_poppies .TagAttribute {
62
- }
63
- pre.slush_poppies .Keyword {
64
- color: #2060A0;
65
- }
66
- pre.slush_poppies .UserDefinedConstant {
67
- }
68
- pre.slush_poppies .CharacterConstants {
69
- color: #800000;
70
- }
71
- pre.slush_poppies .String {
72
- color: #C03030;
73
- }
74
- pre.slush_poppies {
75
- background-color: #F1F1F1;
76
- color: #000000;
77
- }
78
- pre.slush_poppies .FunctionName {
79
- color: #800000;
80
- }
81
- pre.slush_poppies .Variable {
82
- }
83
- pre.slush_poppies .Comment {
84
- color: #406040;
85
- }
@@ -1,51 +0,0 @@
1
- pre.spacecadet .Constant {
2
- color: #BF9960;
3
- }
4
- pre.spacecadet .Support {
5
- color: #8A4B66;
6
- }
7
- pre.spacecadet .InheritedClass {
8
- font-style: italic;
9
- }
10
- pre.spacecadet .LibraryVariable {
11
- }
12
- pre.spacecadet .Storage {
13
- color: #9EBF60;
14
- }
15
- pre.spacecadet .line-numbers {
16
- background-color: #40002F;
17
- color: #FFFFFF;
18
- }
19
- pre.spacecadet {
20
- background-color: #0D0D0D;
21
- color: #DDE6CF;
22
- }
23
- pre.spacecadet .TagName {
24
- }
25
- pre.spacecadet .Exception {
26
- color: #893062;
27
- }
28
- pre.spacecadet .LibraryConstant {
29
- }
30
- pre.spacecadet .Invalid {
31
- background-color: #5F0047;
32
- }
33
- pre.spacecadet .LibraryClassType {
34
- }
35
- pre.spacecadet .TagAttribute {
36
- }
37
- pre.spacecadet .Keyword {
38
- color: #728059;
39
- }
40
- pre.spacecadet .String {
41
- color: #805978;
42
- }
43
- pre.spacecadet .Entity {
44
- color: #6078BF;
45
- }
46
- pre.spacecadet .Variable {
47
- color: #596380;
48
- }
49
- pre.spacecadet .Comment {
50
- color: #473C45;
51
- }
data/themes/sunburst.css DELETED
@@ -1,180 +0,0 @@
1
- pre.sunburst .DiffInserted {
2
- background-color: #253B22;
3
- color: #F8F8F8;
4
- }
5
- pre.sunburst .DiffHeader {
6
- background-color: #0E2231;
7
- color: #F8F8F8;
8
- font-style: italic;
9
- }
10
- pre.sunburst .CssPropertyValue {
11
- color: #F9EE98;
12
- }
13
- pre.sunburst .CCCPreprocessorDirective {
14
- color: #AFC4DB;
15
- }
16
- pre.sunburst .Constant {
17
- color: #3387CC;
18
- }
19
- pre.sunburst .DiffChanged {
20
- background-color: #4A410D;
21
- color: #F8F8F8;
22
- }
23
- pre.sunburst .Support {
24
- color: #9B859D;
25
- }
26
- pre.sunburst .MarkupList {
27
- color: #E1D4B9;
28
- }
29
- pre.sunburst .CssConstructorArgument {
30
- color: #8F9D6A;
31
- }
32
- pre.sunburst .Storage {
33
- color: #99CF50;
34
- }
35
- pre.sunburst .line-numbers {
36
- background-color: #DDF0FF;
37
- color: #000000;
38
- }
39
- pre.sunburst .CssClass {
40
- color: #9B703F;
41
- }
42
- pre.sunburst .StringConstant {
43
- color: #DDF2A4;
44
- }
45
- pre.sunburst .MarkupSeparator {
46
- background-color: #242424;
47
- color: #60A633;
48
- }
49
- pre.sunburst .MarkupUnderline {
50
- text-decoration: underline;
51
- color: #E18964;
52
- }
53
- pre.sunburst .CssAtRule {
54
- color: #8693A5;
55
- }
56
- pre.sunburst .MetaTagInline {
57
- color: #E0C589;
58
- }
59
- pre.sunburst .JEntityNameType {
60
- text-decoration: underline;
61
- }
62
- pre.sunburst .LogEntryError {
63
- background-color: #751012;
64
- }
65
- pre.sunburst .MarkupHeading {
66
- background-color: #632D04;
67
- color: #FEDCC5;
68
- }
69
- pre.sunburst .CssTagName {
70
- color: #CDA869;
71
- }
72
- pre.sunburst .SupportConstant {
73
- color: #CF6A4C;
74
- }
75
- pre.sunburst .MarkupQuote {
76
- background-color: #ECD091;
77
- color: #E1D4B9;
78
- font-style: italic;
79
- }
80
- pre.sunburst .DiffDeleted {
81
- background-color: #420E09;
82
- color: #F8F8F8;
83
- }
84
- pre.sunburst .CCCPreprocessorLine {
85
- color: #8996A8;
86
- }
87
- pre.sunburst .StringRegexpSpecial {
88
- color: #CF7D34;
89
- }
90
- pre.sunburst .EmbeddedSourceBright {
91
- background-color: #ABADB4;
92
- }
93
- pre.sunburst .InvalidIllegal {
94
- background-color: #150B15;
95
- color: #FD5FF1;
96
- }
97
- pre.sunburst .MarkupRaw {
98
- background-color: #ABADB4;
99
- color: #578BB3;
100
- }
101
- pre.sunburst .SupportFunction {
102
- color: #DAD085;
103
- }
104
- pre.sunburst .CssAdditionalConstants {
105
- color: #DD7B3B;
106
- }
107
- pre.sunburst .MetaTagAll {
108
- color: #89BDFF;
109
- }
110
- pre.sunburst .StringRegexp {
111
- color: #E9C062;
112
- }
113
- pre.sunburst .StringEmbeddedSource {
114
- color: #DAEFA3;
115
- }
116
- pre.sunburst .EntityInheritedClass {
117
- color: #9B5C2E;
118
- font-style: italic;
119
- }
120
- pre.sunburst .MarkupComment {
121
- color: #F67B37;
122
- font-style: italic;
123
- }
124
- pre.sunburst .MarkupBold {
125
- font-weight: bold;
126
- color: #E9C062;
127
- }
128
- pre.sunburst .CssId {
129
- color: #8B98AB;
130
- }
131
- pre.sunburst .CssPseudoClass {
132
- color: #8F9D6A;
133
- }
134
- pre.sunburst .JCast {
135
- color: #676767;
136
- font-style: italic;
137
- }
138
- pre.sunburst .StringVariable {
139
- color: #8A9A95;
140
- }
141
- pre.sunburst .String {
142
- color: #65B042;
143
- }
144
- pre.sunburst .Keyword {
145
- color: #E28964;
146
- }
147
- pre.sunburst {
148
- background-color: #000000;
149
- color: #F8F8F8;
150
- }
151
- pre.sunburst .LogEntry {
152
- background-color: #C7C7C7;
153
- }
154
- pre.sunburst .MarkupItalic {
155
- color: #E9C062;
156
- font-style: italic;
157
- }
158
- pre.sunburst .CssPropertyName {
159
- color: #C5AF75;
160
- }
161
- pre.sunburst .Namespaces {
162
- color: #E18964;
163
- }
164
- pre.sunburst .DoctypeXmlProcessing {
165
- color: #494949;
166
- }
167
- pre.sunburst .InvalidDeprecated {
168
- color: #FD5FF1;
169
- font-style: italic;
170
- }
171
- pre.sunburst .Variable {
172
- color: #3E87E3;
173
- }
174
- pre.sunburst .Entity {
175
- color: #89BDFF;
176
- }
177
- pre.sunburst .Comment {
178
- color: #AEAEAE;
179
- font-style: italic;
180
- }