chess 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +1 -1
  3. data/Rakefile +3 -4
  4. data/chess.gemspec +5 -0
  5. data/doc/Chess.html +112 -0
  6. data/doc/Chess/BadNotationError.html +107 -0
  7. data/doc/Chess/Board.html +703 -0
  8. data/doc/Chess/CGame.html +1005 -0
  9. data/doc/Chess/Game.html +684 -0
  10. data/doc/Chess/Gnuchess.html +215 -0
  11. data/doc/Chess/IllegalMoveError.html +105 -0
  12. data/doc/Chess/InvalidFenFormatError.html +105 -0
  13. data/doc/Chess/InvalidPgnFormatError.html +105 -0
  14. data/doc/Chess/Pgn.html +309 -0
  15. data/doc/Chess/UTF8Notation.html +174 -0
  16. data/doc/README_rdoc.html +143 -0
  17. data/doc/created.rid +15 -15
  18. data/doc/css/fonts.css +167 -0
  19. data/doc/css/rdoc.css +590 -0
  20. data/doc/fonts/Lato-Light.ttf +0 -0
  21. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  22. data/doc/fonts/Lato-Regular.ttf +0 -0
  23. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  24. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  25. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  26. data/doc/images/add.png +0 -0
  27. data/doc/images/arrow_up.png +0 -0
  28. data/doc/images/brick.png +0 -0
  29. data/doc/images/brick_link.png +0 -0
  30. data/doc/images/bug.png +0 -0
  31. data/doc/images/bullet_black.png +0 -0
  32. data/doc/images/bullet_toggle_minus.png +0 -0
  33. data/doc/images/bullet_toggle_plus.png +0 -0
  34. data/doc/images/date.png +0 -0
  35. data/doc/images/delete.png +0 -0
  36. data/doc/images/find.png +0 -0
  37. data/doc/images/loadingAnimation.gif +0 -0
  38. data/doc/images/macFFBgHack.png +0 -0
  39. data/doc/images/package.png +0 -0
  40. data/doc/images/page_green.png +0 -0
  41. data/doc/images/page_white_text.png +0 -0
  42. data/doc/images/page_white_width.png +0 -0
  43. data/doc/images/plugin.png +0 -0
  44. data/doc/images/ruby.png +0 -0
  45. data/doc/images/tag_blue.png +0 -0
  46. data/doc/images/tag_green.png +0 -0
  47. data/doc/images/transparent.png +0 -0
  48. data/doc/images/wrench.png +0 -0
  49. data/doc/images/wrench_orange.png +0 -0
  50. data/doc/images/zoom.png +0 -0
  51. data/doc/index.html +159 -12
  52. data/doc/js/darkfish.js +161 -0
  53. data/doc/js/jquery.js +4 -0
  54. data/doc/js/navigation.js.gz +0 -0
  55. data/doc/js/search.js +109 -0
  56. data/doc/js/search_index.js +1 -1
  57. data/doc/js/search_index.js.gz +0 -0
  58. data/doc/js/searcher.js +1 -0
  59. data/doc/js/searcher.js.gz +0 -0
  60. data/doc/table_of_contents.html +331 -0
  61. data/ext/chess.c +5 -2
  62. data/ext/game.c +1 -1
  63. data/ext/game.h +1 -1
  64. data/lib/chess/game.rb +1 -1
  65. data/lib/chess/pgn.rb +5 -1
  66. data/lib/chess/version.rb +1 -1
  67. metadata +112 -46
  68. data/doc/apple-touch-icon.png +0 -0
  69. data/doc/classes/Chess.html +0 -162
  70. data/doc/classes/Chess/BadNotationError.html +0 -84
  71. data/doc/classes/Chess/Board.html +0 -795
  72. data/doc/classes/Chess/CGame.html +0 -1168
  73. data/doc/classes/Chess/Game.html +0 -775
  74. data/doc/classes/Chess/Gnuchess.html +0 -206
  75. data/doc/classes/Chess/IllegalMoveError.html +0 -82
  76. data/doc/classes/Chess/InvalidFenFormatError.html +0 -82
  77. data/doc/classes/Chess/InvalidPgnFormatError.html +0 -82
  78. data/doc/classes/Chess/Pgn.html +0 -332
  79. data/doc/classes/Chess/UTF8Notation.html +0 -175
  80. data/doc/css/github.css +0 -123
  81. data/doc/css/main.css +0 -323
  82. data/doc/css/panel.css +0 -384
  83. data/doc/css/reset.css +0 -48
  84. data/doc/favicon.ico +0 -0
  85. data/doc/files/README_rdoc.html +0 -122
  86. data/doc/files/ext/bitboard_c.html +0 -68
  87. data/doc/files/ext/board_c.html +0 -68
  88. data/doc/files/ext/chess_c.html +0 -68
  89. data/doc/files/ext/common_c.html +0 -68
  90. data/doc/files/ext/game_c.html +0 -68
  91. data/doc/files/ext/special_c.html +0 -68
  92. data/doc/files/lib/chess/exceptions_rb.html +0 -94
  93. data/doc/files/lib/chess/game_rb.html +0 -84
  94. data/doc/files/lib/chess/gnuchess_rb.html +0 -84
  95. data/doc/files/lib/chess/pgn_rb.html +0 -84
  96. data/doc/files/lib/chess/utf8_notation_rb.html +0 -84
  97. data/doc/files/lib/chess/version_rb.html +0 -85
  98. data/doc/files/lib/chess_rb.html +0 -84
  99. data/doc/i/arrows.png +0 -0
  100. data/doc/i/results_bg.png +0 -0
  101. data/doc/i/tree_bg.png +0 -0
  102. data/doc/js/highlight.pack.js +0 -1
  103. data/doc/js/jquery-1.3.2.min.js +0 -19
  104. data/doc/js/jquery-effect.js +0 -593
  105. data/doc/js/main.js +0 -24
  106. data/doc/js/searchdoc.js +0 -449
  107. data/doc/panel/index.html +0 -73
  108. data/doc/panel/links.html +0 -34
  109. data/doc/panel/tree.js +0 -1
@@ -1,123 +0,0 @@
1
- /*
2
-
3
- github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4
-
5
- */
6
-
7
- pre .comment,
8
- pre .template_comment,
9
- pre .diff .header,
10
- pre .javadoc {
11
- color: #998;
12
- font-style: italic
13
- }
14
-
15
- pre .keyword,
16
- pre .css .rule .keyword,
17
- pre .winutils,
18
- pre .javascript .title,
19
- pre .lisp .title,
20
- pre .subst {
21
- color: #000;
22
- font-weight: bold
23
- }
24
-
25
- pre .number,
26
- pre .hexcolor {
27
- color: #40a070
28
- }
29
-
30
- pre .string,
31
- pre .tag .value,
32
- pre .phpdoc,
33
- pre .tex .formula {
34
- color: #d14
35
- }
36
-
37
- pre .title,
38
- pre .id {
39
- color: #900;
40
- font-weight: bold
41
- }
42
-
43
- pre .javascript .title,
44
- pre .lisp .title,
45
- pre .subst {
46
- font-weight: normal
47
- }
48
-
49
- pre .class .title,
50
- pre .haskell .label,
51
- pre .tex .command {
52
- color: #458;
53
- font-weight: bold
54
- }
55
-
56
- pre .tag,
57
- pre .tag .title,
58
- pre .rules .property,
59
- pre .django .tag .keyword {
60
- color: #000080;
61
- font-weight: normal
62
- }
63
-
64
- pre .attribute,
65
- pre .variable,
66
- pre .instancevar,
67
- pre .lisp .body {
68
- color: #008080
69
- }
70
-
71
- pre .regexp {
72
- color: #009926
73
- }
74
-
75
- pre .class {
76
- color: #458;
77
- font-weight: bold
78
- }
79
-
80
- pre .symbol,
81
- pre .ruby .symbol .string,
82
- pre .ruby .symbol .keyword,
83
- pre .ruby .symbol .keymethods,
84
- pre .lisp .keyword,
85
- pre .tex .special,
86
- pre .input_number {
87
- color: #990073
88
- }
89
-
90
- pre .builtin,
91
- pre .built_in,
92
- pre .lisp .title {
93
- color: #0086b3
94
- }
95
-
96
- pre .preprocessor,
97
- pre .pi,
98
- pre .doctype,
99
- pre .shebang,
100
- pre .cdata {
101
- color: #999;
102
- font-weight: bold
103
- }
104
-
105
- pre .deletion {
106
- background: #fdd
107
- }
108
-
109
- pre .addition {
110
- background: #dfd
111
- }
112
-
113
- pre .diff .change {
114
- background: #0086b3
115
- }
116
-
117
- pre .chunk {
118
- color: #aaa
119
- }
120
-
121
- pre .tex .formula {
122
- opacity: 0.5;
123
- }
@@ -1,323 +0,0 @@
1
- body {
2
- font-family: "Helvetica Neue", Arial, sans-serif;
3
- background: #FFF;
4
- color: #000;
5
- margin: 0px;
6
- font-size: 0.82em;
7
- line-height: 1.25em;
8
- }
9
-
10
- a {
11
- color: #00F;
12
- text-decoration: none;
13
- }
14
-
15
- a:hover {
16
- color: #333;
17
- background: #FE8;
18
- }
19
-
20
- p {
21
- margin-bottom: 1em;
22
- }
23
-
24
- h1 {
25
- font-size: 2.1em;
26
- font-weight: normal;
27
- line-height: 1.2em;
28
- margin: 1.4em 0 0.7em 0;
29
- }
30
-
31
- h2 {
32
- font-size: 1.6em;
33
- margin: 1.8em 0 0.8em 0;
34
- font-weight: normal;
35
- line-height: 1.2em;
36
- }
37
-
38
- h3 {
39
- font-size: 1.4em;
40
- color:#555;
41
- margin: 1.4em 0 0.7em 0;
42
- font-weight: normal;
43
- }
44
-
45
- h4 {
46
- margin: 1.4em 0 0.5em 0;
47
- font-size: 1em;
48
- }
49
-
50
- table
51
- {
52
- margin-bottom: 1em;
53
- }
54
-
55
- td, th
56
- {
57
- padding: 0 0.7em 0.3em 0;
58
- }
59
-
60
- th
61
- {
62
- font-weight: bold;
63
- }
64
-
65
- .clear
66
- {
67
- clear: both;
68
- width: 0; height: 0;
69
- }
70
-
71
- dt
72
- {
73
- margin-bottom: 0.3em;
74
- font-weight: bold;
75
- }
76
-
77
- dd
78
- {
79
- margin-left: 2em;
80
- margin-bottom: 1em;
81
- }
82
-
83
- dd p
84
- {
85
- margin-top: 0.6em;
86
- }
87
-
88
- li
89
- {
90
- margin: 0 0 0.5em 2em;
91
- }
92
-
93
- .banner
94
- {
95
- background: #EDF3FE;
96
- border-bottom: 1px solid #ccc;
97
- padding: 1em 2em 0.5em 2em;
98
- }
99
- .banner h1
100
- {
101
- font-size: 1.2em;
102
- margin: 0;
103
- }
104
-
105
- .banner h1 .type
106
- {
107
- font-size: 0.833em;
108
- display:block;
109
- }
110
-
111
- .banner h1 .type,
112
- .banner h1 .parent
113
- {
114
- color: #666;
115
- }
116
-
117
- .banner ul
118
- {
119
- margin-top: 0.3em;
120
- margin-bottom: 0;
121
- font-size: 0.85em;
122
- }
123
-
124
- .banner li
125
- {
126
- list-style: none;
127
- margin-left: 0;
128
- margin-bottom: 0;
129
- }
130
-
131
- pre
132
- {
133
- margin-bottom: 1em;
134
- }
135
-
136
- .methods dt
137
- {
138
- width: 1em;
139
- font-size: 1.5em;
140
- color:#AAA;
141
- position: absolute;
142
- font-weight: normal;
143
- margin: 0;
144
- }
145
-
146
- .methods dd
147
- {
148
- margin-left: 2.5em;
149
- min-height: 1.8em;
150
- -height: 1.8em;
151
- padding-bottom: 0.8em;
152
- }
153
-
154
-
155
- .methods ul li
156
- {
157
- margin-right: 0.7em;
158
- margin-left: 0;
159
- list-style: none;
160
- display: inline;
161
- }
162
-
163
- #content {
164
- margin: 2em;
165
- margin-left: 3.5em;
166
- margin-right: 3.5em;
167
- }
168
-
169
-
170
- .sectiontitle {
171
- margin-top: 2em;
172
- margin-bottom: 1.3em;
173
- margin-left: -1.2em;
174
- font-size: 1.2em;
175
- padding: 0 0 0.25em 0;
176
- font-weight: bold;
177
- border-bottom: 1px solid #000;
178
- }
179
-
180
- .contenttitle {
181
- margin-top: 4em;
182
- margin-bottom: 1.3em;
183
- margin-left: -0.9em;
184
- font-size: 1.6em;
185
- padding: 0 0 0.25em 0;
186
- font-weight: bold;
187
- }
188
-
189
- .attr-rw {
190
- padding-right: 1em;
191
- text-align: center;
192
- color: #055;
193
- }
194
-
195
- .attr-name {
196
- font-weight: bold;
197
- padding-right: 1em;
198
- }
199
-
200
- .attr-desc {
201
- }
202
-
203
- tt {
204
- font-size: 1.15em;
205
- }
206
-
207
- .attr-value {
208
- font-family: monospace;
209
- padding-left: 1em;
210
- font-size: 1.15em;
211
- }
212
-
213
- .dyn-source {
214
- display: none;
215
- background: #fffde8;
216
- color: #000;
217
- border: #ffe0bb dotted 1px;
218
- margin: 0.5em 2em 0.5em 0;
219
- padding: 0.5em;
220
- }
221
-
222
- .dyn-source .cmt {
223
- color: #00F;
224
- font-style: italic;
225
- }
226
-
227
- .dyn-source .kw {
228
- color: #070;
229
- font-weight: bold;
230
- }
231
-
232
- .description pre {
233
- padding: 0.5em;
234
- border: #ffe0bb dotted 1px;
235
- background: #fffde8;
236
- }
237
-
238
- .method {
239
- margin-bottom: 2em;
240
- }
241
- .method .description,
242
- .method .sourcecode
243
- {
244
- margin-left: 1.2em;
245
- }
246
- .method h4
247
- {
248
- border-bottom: 1px dotted #999;
249
- padding: 0 0 0.2em 0;
250
- margin-bottom: 0.8em;
251
- font-size: 1.1em;
252
- color:#333;
253
- }
254
- .method .method-title {
255
- border-bottom: 1px dotted #666;
256
- padding: 0 0 0.15em 0;
257
- margin: 0 0 0.5em 0;
258
- font-size: 1.2em;
259
- line-height: 1.25em;
260
- position: relative;
261
- }
262
-
263
- .method .method-title a.permalink {
264
- position: absolute;
265
- font-size: 0.75em;
266
- right: 0;
267
- }
268
-
269
- .method .sourcecode p.source-link {
270
- text-indent: 0em;
271
- margin-top: 0.5em;
272
- }
273
-
274
- .method .aka {
275
- margin-top: 0.3em;
276
- margin-left: 1em;
277
- font-style: italic;
278
- text-indent: 2em;
279
- }
280
-
281
- .method .source-link
282
- {
283
- font-size: 0.85em;
284
- }
285
-
286
- .ruby-constant {
287
- color: teal;
288
- }
289
- .ruby-keyword {
290
- color: #000;
291
- font-weight: bold
292
- }
293
- .ruby-title {
294
- color: #900;
295
- font-weight: bold;
296
- }
297
- .ruby-ivar {
298
- color: teal;
299
- }
300
- .ruby-operator {
301
- color: #000;
302
- font-weight: bold
303
- }
304
- .ruby-identifier {
305
- color: #000;
306
- }
307
- .ruby-string,
308
- .ruby-node {
309
- color: #D14;
310
- }
311
- .ruby-comment {
312
- color: #998;
313
- font-style: italic;
314
- }
315
- .ruby-regexp {
316
- color: #009926;
317
- }
318
- .ruby-value {
319
- color: #990073;
320
- }
321
- .ruby-number {
322
- color: #40A070;
323
- }
@@ -1,384 +0,0 @@
1
- /* Panel (begin) */
2
- .panel
3
- {
4
- position: absolute;
5
- width: 100%;
6
- height: 100%;
7
- top: 0;
8
- left: 0;
9
- background: #FFF;
10
- z-index: 2;
11
- font-family: "Helvetica Neue", "Arial", sans-serif;
12
- //zoom: 1;
13
- }
14
-
15
- .panel_tree .results,
16
- .panel_results .tree
17
- {
18
- display: none;
19
- }
20
-
21
- /* Header with search box (begin) */
22
- .panel .header
23
- {
24
- width: 100%;
25
- height: 29px;
26
- border-bottom: 1px solid #666;
27
- position: relative;
28
- left: 0; top: 0;
29
- background: #e8e8e8;
30
- }
31
-
32
- .panel .header div
33
- {
34
- margin: 0 7px;
35
- }
36
- .panel .header table
37
- {
38
- height: 29px;
39
- width: 100%;
40
- }
41
-
42
- .panel .header table td
43
- {
44
- vertical-align: middle;
45
- text-align: middle;
46
- }
47
-
48
- .panel .header label
49
- {
50
- position: absolute;
51
- font-size: 12px;
52
- line-height: 29px;
53
- margin-left: 3px;
54
- color: #999;
55
- cursor: text;
56
- }
57
-
58
- .panel .header table input
59
- {
60
- width: 100%;
61
- box-sizing: border-box;
62
- -moz-box-sizing: border-box;
63
- -webkit-box-sizing: border-box;
64
- display: inline-block;
65
- -webkit-appearance: searchfield;
66
- height: 22px;
67
- //height: auto;
68
- }
69
-
70
- /* Header with search box (end) */
71
-
72
-
73
- /* Results (begin) */
74
- .panel .result
75
- {
76
- position: absolute;
77
- top: 30px;
78
- bottom: 0;
79
- left: 0;
80
- width: 100%;
81
- //height: expression((this.parentNode.offsetHeight - 31));
82
- overflow-y: scroll;
83
- overflow-x: hidden;
84
- -overflow-y: hidden;
85
- background: #EDF3FE url(../i/results_bg.png);
86
- z-index: 2;
87
- //zoom:1;
88
- }
89
-
90
- .panel .result ul
91
- {
92
- font-size: 0.8em;
93
- width: 100%;
94
- background: #EDF3FE url(../i/results_bg.png);
95
- //zoom:1;
96
- }
97
-
98
- .panel .result ul li
99
- {
100
- height: 46px;
101
- -height: 50px;
102
- //display: inline;
103
- //width: 100%;
104
- //zoom: 1;
105
- overflow: hidden;
106
- padding: 4px 10px 0 10px;
107
- cursor: pointer;
108
- }
109
-
110
- .panel .result ul li h1
111
- {
112
- font-size: 13px;
113
- font-weight: normal;
114
- color: #333;
115
- margin-bottom: 2px;
116
- white-space: nowrap;
117
- }
118
-
119
- .panel .result ul li p
120
- {
121
- font-size: 11px;
122
- color: #333;
123
- margin-bottom: 2px;
124
- white-space: nowrap;
125
- }
126
-
127
- .panel .result ul li h1 i,
128
- .panel .result ul li p.snippet
129
- {
130
- color: #999;
131
- }
132
-
133
- .panel .result ul li b
134
- {
135
- color: #000;
136
- }
137
-
138
- .panel .result ul li.current
139
- {
140
- background: #3875D7;
141
- }
142
-
143
- .panel .result ul li.current h1,
144
- .panel .result ul li.current p
145
- {
146
- color: #DDD;
147
- }
148
-
149
- .panel .result ul li.current h1 i,
150
- .panel .result ul li.current p.snippet
151
- {
152
- color: #AAA;
153
- }
154
-
155
- .panel .result ul li.current b
156
- {
157
- color: #FFF;
158
- }
159
-
160
-
161
- .panel .result ul li:hover,
162
- .panel .result ul li.selected
163
- {
164
- background: #d0d0d0;
165
- }
166
-
167
- .panel .result ul li.current:hover
168
- {
169
- background: #2965C0;
170
- }
171
-
172
- .panel .result ul li .badge
173
- {
174
- margin-right: 0.4em;
175
- margin-left: -0.2em;
176
- padding: 0 0.2em;
177
- color: #000;
178
- border-radius: 3px;
179
- }
180
-
181
- .panel .result ul li .badge_1
182
- {
183
- background: #ACDBF4;
184
- }
185
-
186
- .panel .result ul li.current .badge_1
187
- {
188
- background: #97BFD7;
189
- }
190
-
191
- .panel .result ul li .badge_2
192
- {
193
- background: #ACF3C3;
194
- }
195
-
196
- .panel .result ul li.current .badge_2
197
- {
198
- background: #98D7AC;
199
- }
200
-
201
- .panel .result ul li .badge_3
202
- {
203
- background: #E0F3AC;
204
- }
205
-
206
- .panel .result ul li.current .badge_3
207
- {
208
- background: #C4D798;
209
- }
210
-
211
- .panel .result ul li .badge_4
212
- {
213
- background: #D7CA98;
214
- }
215
-
216
- .panel .result ul li.current .badge_4
217
- {
218
- background: #A6B0AC;
219
- }
220
-
221
- .panel .result ul li .badge_5
222
- {
223
- background: #F3C8AC;
224
- }
225
-
226
- .panel .result ul li.current .badge_5
227
- {
228
- background: #D7B198;
229
- }
230
-
231
- .panel .result ul li .badge_6
232
- {
233
- background: #F3ACC3;
234
- }
235
-
236
- .panel .result ul li.current .badge_6
237
- {
238
- background: #D798AB;
239
- }
240
-
241
- /* Results (end) */
242
-
243
- /* Tree (begin) */ /**/
244
- .panel .tree
245
- {
246
- position: absolute;
247
- top: 30px;
248
- bottom: 0;
249
- left: 0;
250
- width: 100%;
251
- //zoom: 1;
252
- //height: expression((this.parentNode.offsetHeight - 31));
253
- overflow-y: scroll;
254
- overflow-x: hidden;
255
- -overflow-y: hidden;
256
- background: #EDF3FE url(../i/tree_bg.png);
257
- z-index: 30;
258
- }
259
-
260
- .panel .tree ul
261
- {
262
- background: #EDF3FE url(../i/tree_bg.png);
263
- }
264
-
265
- .panel .tree li
266
- {
267
- cursor: pointer;
268
- overflow: hidden;
269
- //height: 23px;
270
- //display: inline;
271
- //zoom: 1;
272
- //width: 100%;
273
- }
274
-
275
-
276
- .panel .tree li .content
277
- {
278
- padding-left: 18px;
279
- padding-top: 5px;
280
- height: 18px;
281
- overflow: hidden;
282
- position: relative;
283
- }
284
-
285
- .panel .tree li .icon
286
- {
287
- width: 10px;
288
- height: 9px;
289
- background: url(../i/arrows.png);
290
- background-position: 0 -9px;
291
- position: absolute;
292
- left: 1px;
293
- top: 8px;
294
- cursor: default;
295
- }
296
-
297
- .panel .tree li.closed .icon
298
- {
299
- background-position: 0 0;
300
- }
301
-
302
- .panel .tree ul li h1
303
- {
304
- font-size: 13px;
305
- font-weight: normal;
306
- color: #000;
307
- margin-bottom: 2px;
308
- white-space: nowrap;
309
- }
310
-
311
- .panel .tree ul li p
312
- {
313
- font-size: 11px;
314
- color: #666;
315
- margin-bottom: 2px;
316
- white-space: nowrap;
317
- }
318
-
319
- .panel .tree ul li h1 i
320
- {
321
- color: #999;
322
- font-style: normal;
323
- }
324
-
325
- .panel .tree ul li.empty
326
- {
327
- cursor: text;
328
- }
329
-
330
- .panel .tree ul li.empty h1,
331
- .panel .tree ul li.empty p
332
- {
333
- color: #666;
334
- font-style: italic;
335
- }
336
-
337
- .panel .tree ul li.current
338
- {
339
- background: #3875D7;
340
- }
341
-
342
- .panel .tree ul li.current .icon
343
- {
344
- background-position: -10px -9px;
345
- }
346
-
347
- .panel .tree ul li.current.closed .icon
348
- {
349
- background-position: -10px 0;
350
- }
351
-
352
- .panel .tree ul li.current h1
353
- {
354
- color: #FFF;
355
- }
356
-
357
- .panel .tree ul li.current p
358
- {
359
- color: #CCC;
360
- }
361
-
362
- .panel .tree ul li.current.empty h1,
363
- .panel .tree ul li.current.empty p
364
- {
365
- color: #999;
366
- }
367
-
368
- .panel .tree ul li:hover
369
- {
370
- background: #d0d0d0;
371
- }
372
-
373
- .panel .tree ul li.current:hover
374
- {
375
- background: #2965C0;
376
- }
377
-
378
- .panel .tree .stopper
379
- {
380
- display: none;
381
- }
382
- /* Tree (end) */ /**/
383
-
384
- /* Panel (end) */