docwu 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. data/lib/docwu/post.rb +1 -1
  2. data/lib/docwu/utils.rb +6 -0
  3. data/lib/docwu/version.rb +1 -1
  4. data/lib/docwu/worker.rb +5 -27
  5. data/lib/docwu.rb +34 -5
  6. data/lib/template_files/Gemfile +3 -0
  7. data/lib/template_files/Gemfile.lock +28 -0
  8. data/lib/template_files/README.md +3 -0
  9. data/lib/template_files/_deploy/assets/images/shared/folder/README.txt +1 -0
  10. data/lib/template_files/_deploy/assets/images/shared/folder/text.png +0 -0
  11. data/lib/template_files/_deploy/assets/images/shared/folder/user.png +0 -0
  12. data/lib/template_files/_deploy/assets/images/shared/icons/li-1.gif +0 -0
  13. data/lib/template_files/_deploy/assets/images/shared/icons/li-2.gif +0 -0
  14. data/lib/template_files/_deploy/assets/images/shared/icons/li-3.gif +0 -0
  15. data/lib/template_files/_deploy/assets/javascripts/application.js +0 -0
  16. data/lib/template_files/_deploy/assets/javascripts/document_folder.js +0 -0
  17. data/lib/template_files/_deploy/assets/javascripts/document_post.js +0 -0
  18. data/lib/template_files/_deploy/assets/stylesheets/application.css +215 -0
  19. data/lib/template_files/_deploy/assets/stylesheets/document_folder.css +12 -0
  20. data/lib/template_files/_deploy/assets/stylesheets/document_post.css +103 -0
  21. data/lib/template_files/_deploy/assets/stylesheets/index.css +12 -0
  22. data/lib/template_files/_deploy/document/help/README.html +124 -0
  23. data/lib/template_files/_deploy/document/help/index.html +71 -0
  24. data/lib/template_files/_deploy/document/juices/README.html +67 -0
  25. data/lib/template_files/_deploy/document/juices/index.html +71 -0
  26. data/lib/template_files/_deploy/document/learning/README.html +108 -0
  27. data/lib/template_files/_deploy/document/learning/index.html +166 -0
  28. data/lib/template_files/_deploy/document/learning/markdown/index.html +73 -0
  29. data/lib/template_files/_deploy/document/learning/markdown/lesson_1.html +184 -0
  30. data/lib/template_files/_deploy/document/learning/ruby/1.html +102 -0
  31. data/lib/template_files/_deploy/document/learning/ruby/index.html +73 -0
  32. data/lib/template_files/_deploy/document/learning//345/210/235/345/255/246/350/200/205/346/225/231/347/250/213/index.html +73 -0
  33. data/lib/template_files/_deploy/document/learning//345/210/235/345/255/246/350/200/205/346/225/231/347/250/213/markdown-basic.html +140 -0
  34. data/lib/template_files/_deploy/document/projects/hui800/index.html +63 -0
  35. data/lib/template_files/_deploy/document/projects/passport800/index.html +63 -0
  36. data/lib/template_files/_deploy/document/projects/tuan800/index.html +63 -0
  37. data/lib/template_files/_deploy/document/projects/zhe800/index.html +63 -0
  38. data/lib/template_files/_deploy/index.html +241 -0
  39. data/lib/template_files/assets/images/shared/folder/README.txt +1 -0
  40. data/lib/template_files/assets/images/shared/folder/text.png +0 -0
  41. data/lib/template_files/assets/images/shared/folder/user.png +0 -0
  42. data/lib/template_files/assets/images/shared/icons/li-1.gif +0 -0
  43. data/lib/template_files/assets/images/shared/icons/li-2.gif +0 -0
  44. data/lib/template_files/assets/images/shared/icons/li-3.gif +0 -0
  45. data/lib/template_files/assets/javascripts/application.js +0 -0
  46. data/lib/template_files/assets/javascripts/document_folder.js +0 -0
  47. data/lib/template_files/assets/javascripts/document_post.js +0 -0
  48. data/lib/template_files/assets/stylesheets/application.css +215 -0
  49. data/lib/template_files/assets/stylesheets/document_folder.css +12 -0
  50. data/lib/template_files/assets/stylesheets/document_post.css +103 -0
  51. data/lib/template_files/assets/stylesheets/index.css +12 -0
  52. data/lib/template_files/config.yml +18 -0
  53. data/lib/template_files/doc/help/README.md +34 -0
  54. data/lib/template_files/layouts/folder.mustache +67 -0
  55. data/lib/template_files/layouts/index.mustache +29 -0
  56. data/lib/template_files/layouts/partials/folder/post_outline.mustache +6 -0
  57. data/lib/template_files/layouts/partials/folder/posterity.mustache +49 -0
  58. data/lib/template_files/layouts/partials/shared/copyright.mustache +6 -0
  59. data/lib/template_files/layouts/partials/shared/header.mustache +10 -0
  60. data/lib/template_files/layouts/post.mustache +97 -0
  61. data/lib/template_files/static/_static.html +0 -0
  62. data/lib/template_files/topics/index.markdown +6 -0
  63. metadata +61 -4
@@ -0,0 +1,63 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html>
3
+ <head>
4
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
5
+ <title>文件夹: 团800通行证 - 团800 Wiki大全</title>
6
+ <script type='text/javascript' src='/assets/javascripts/application.js'></script>
7
+ <script type='text/javascript' src='/assets/javascripts/document_folder.js'></script>
8
+ <link href="/assets/stylesheets/application.css" media="all" rel="stylesheet" />
9
+ <link href="/assets/stylesheets/document_folder.css" media="all" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <div id='header' class='clearfix'>
13
+ <div class='nav wrapper'>
14
+ <a href='/index.html'>首页</a>
15
+
16
+ <a href='/document/projects/tuan800/index.html' title='团800'>团800</a>
17
+ <a href='/document/projects/zhe800/index.html' title='折800'>折800</a>
18
+ <a href='/document/projects/hui800/index.html' title='惠800'>惠800</a>
19
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>团800通行证</a>
20
+ <a href='/document/learning/index.html' title='学习教程'>学习教程</a>
21
+ <a href='/document/juices/index.html' title='每日果汁'>每日果汁</a>
22
+ <a href='/document/help/index.html' title='帮助'>帮助</a>
23
+ </div>
24
+ </div>
25
+
26
+
27
+ <div id='container' class='wrapper clearfix'>
28
+
29
+ <!-- container-main begin -->
30
+ <div class='container-main clearfix'>
31
+ <div class='path'>
32
+ <a href='/index.html'>首页</a>
33
+
34
+
35
+ &gt;
36
+ 团800通行证
37
+ </div>
38
+
39
+ <div class='information'>
40
+ <h1>团800通行证</h1>
41
+
42
+ <div class='bar'>
43
+ 共 <span class='high'>0</span> 个子文件夹
44
+ 共 <span class='high'>0</span> 篇文档
45
+ </div>
46
+ </div>
47
+
48
+ <div class='posterity'>
49
+
50
+
51
+ </div>
52
+ </div> <!-- container-main end -->
53
+ </div>
54
+
55
+ <div id='footer'>
56
+ <div class='wrapper'>
57
+ <p>&copy; 2011-2013 团800文档</p>
58
+ <p>滴水石穿,点点积累</p>
59
+ </div>
60
+ </div>
61
+
62
+ </body>
63
+ </html>
@@ -0,0 +1,63 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html>
3
+ <head>
4
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
5
+ <title>文件夹: 团800 - 团800 Wiki大全</title>
6
+ <script type='text/javascript' src='/assets/javascripts/application.js'></script>
7
+ <script type='text/javascript' src='/assets/javascripts/document_folder.js'></script>
8
+ <link href="/assets/stylesheets/application.css" media="all" rel="stylesheet" />
9
+ <link href="/assets/stylesheets/document_folder.css" media="all" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <div id='header' class='clearfix'>
13
+ <div class='nav wrapper'>
14
+ <a href='/index.html'>首页</a>
15
+
16
+ <a href='/document/projects/tuan800/index.html' title='团800'>团800</a>
17
+ <a href='/document/projects/zhe800/index.html' title='折800'>折800</a>
18
+ <a href='/document/projects/hui800/index.html' title='惠800'>惠800</a>
19
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>团800通行证</a>
20
+ <a href='/document/learning/index.html' title='学习教程'>学习教程</a>
21
+ <a href='/document/juices/index.html' title='每日果汁'>每日果汁</a>
22
+ <a href='/document/help/index.html' title='帮助'>帮助</a>
23
+ </div>
24
+ </div>
25
+
26
+
27
+ <div id='container' class='wrapper clearfix'>
28
+
29
+ <!-- container-main begin -->
30
+ <div class='container-main clearfix'>
31
+ <div class='path'>
32
+ <a href='/index.html'>首页</a>
33
+
34
+
35
+ &gt;
36
+ 团800
37
+ </div>
38
+
39
+ <div class='information'>
40
+ <h1>团800</h1>
41
+
42
+ <div class='bar'>
43
+ 共 <span class='high'>0</span> 个子文件夹
44
+ 共 <span class='high'>0</span> 篇文档
45
+ </div>
46
+ </div>
47
+
48
+ <div class='posterity'>
49
+
50
+
51
+ </div>
52
+ </div> <!-- container-main end -->
53
+ </div>
54
+
55
+ <div id='footer'>
56
+ <div class='wrapper'>
57
+ <p>&copy; 2011-2013 团800文档</p>
58
+ <p>滴水石穿,点点积累</p>
59
+ </div>
60
+ </div>
61
+
62
+ </body>
63
+ </html>
@@ -0,0 +1,63 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html>
3
+ <head>
4
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
5
+ <title>文件夹: 折800 - 团800 Wiki大全</title>
6
+ <script type='text/javascript' src='/assets/javascripts/application.js'></script>
7
+ <script type='text/javascript' src='/assets/javascripts/document_folder.js'></script>
8
+ <link href="/assets/stylesheets/application.css" media="all" rel="stylesheet" />
9
+ <link href="/assets/stylesheets/document_folder.css" media="all" rel="stylesheet" />
10
+ </head>
11
+ <body>
12
+ <div id='header' class='clearfix'>
13
+ <div class='nav wrapper'>
14
+ <a href='/index.html'>首页</a>
15
+
16
+ <a href='/document/projects/tuan800/index.html' title='团800'>团800</a>
17
+ <a href='/document/projects/zhe800/index.html' title='折800'>折800</a>
18
+ <a href='/document/projects/hui800/index.html' title='惠800'>惠800</a>
19
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>团800通行证</a>
20
+ <a href='/document/learning/index.html' title='学习教程'>学习教程</a>
21
+ <a href='/document/juices/index.html' title='每日果汁'>每日果汁</a>
22
+ <a href='/document/help/index.html' title='帮助'>帮助</a>
23
+ </div>
24
+ </div>
25
+
26
+
27
+ <div id='container' class='wrapper clearfix'>
28
+
29
+ <!-- container-main begin -->
30
+ <div class='container-main clearfix'>
31
+ <div class='path'>
32
+ <a href='/index.html'>首页</a>
33
+
34
+
35
+ &gt;
36
+ 折800
37
+ </div>
38
+
39
+ <div class='information'>
40
+ <h1>折800</h1>
41
+
42
+ <div class='bar'>
43
+ 共 <span class='high'>0</span> 个子文件夹
44
+ 共 <span class='high'>0</span> 篇文档
45
+ </div>
46
+ </div>
47
+
48
+ <div class='posterity'>
49
+
50
+
51
+ </div>
52
+ </div> <!-- container-main end -->
53
+ </div>
54
+
55
+ <div id='footer'>
56
+ <div class='wrapper'>
57
+ <p>&copy; 2011-2013 团800文档</p>
58
+ <p>滴水石穿,点点积累</p>
59
+ </div>
60
+ </div>
61
+
62
+ </body>
63
+ </html>
@@ -0,0 +1,241 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
+ <html>
3
+ <head>
4
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
5
+ <title>
6
+ 首页 - 团800 Wiki大全
7
+ </title>
8
+ <script type='text/javascript' src='/assets/javascripts/application.js'></script>
9
+ <link href="/assets/stylesheets/application.css" media="all" rel="stylesheet" />
10
+ <link href="/assets/stylesheets/index.css" media="all" rel="stylesheet" />
11
+ </head>
12
+ <body>
13
+ <div id='header' class='clearfix'>
14
+ <div class='nav wrapper'>
15
+ <a href='/index.html'>首页</a>
16
+
17
+ <a href='/document/projects/tuan800/index.html' title='团800'>团800</a>
18
+ <a href='/document/projects/zhe800/index.html' title='折800'>折800</a>
19
+ <a href='/document/projects/hui800/index.html' title='惠800'>惠800</a>
20
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>团800通行证</a>
21
+ <a href='/document/learning/index.html' title='学习教程'>学习教程</a>
22
+ <a href='/document/juices/index.html' title='每日果汁'>每日果汁</a>
23
+ <a href='/document/help/index.html' title='帮助'>帮助</a>
24
+ </div>
25
+ </div>
26
+
27
+
28
+ <div id='container' class='wrapper clearfix'>
29
+ <div class='posterity'>
30
+ <div class='folders'>
31
+ <div class='folder'>
32
+ <div class='self'>
33
+ <span class='info'>
34
+ 共 <span class='high'>0</span> 个子文件夹
35
+ 共 <span class='high'>0</span> 篇文档
36
+ </span>
37
+ <h3>
38
+ <a href='/document/projects/tuan800/index.html' title='团800'>团800</a>
39
+ </h3>
40
+ </div>
41
+
42
+ <a href='/document/projects/tuan800/index.html' title='团800'>
43
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
44
+ </a>
45
+
46
+ <div class='children'>
47
+
48
+
49
+
50
+ </div>
51
+
52
+ </div>
53
+
54
+ <div class='folder'>
55
+ <div class='self'>
56
+ <span class='info'>
57
+ 共 <span class='high'>0</span> 个子文件夹
58
+ 共 <span class='high'>0</span> 篇文档
59
+ </span>
60
+ <h3>
61
+ <a href='/document/projects/zhe800/index.html' title='折800'>折800</a>
62
+ </h3>
63
+ </div>
64
+
65
+ <a href='/document/projects/zhe800/index.html' title='折800'>
66
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
67
+ </a>
68
+
69
+ <div class='children'>
70
+
71
+
72
+
73
+ </div>
74
+
75
+ </div>
76
+
77
+ <div class='folder'>
78
+ <div class='self'>
79
+ <span class='info'>
80
+ 共 <span class='high'>0</span> 个子文件夹
81
+ 共 <span class='high'>0</span> 篇文档
82
+ </span>
83
+ <h3>
84
+ <a href='/document/projects/hui800/index.html' title='惠800'>惠800</a>
85
+ </h3>
86
+ </div>
87
+
88
+ <a href='/document/projects/hui800/index.html' title='惠800'>
89
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
90
+ </a>
91
+
92
+ <div class='children'>
93
+
94
+
95
+
96
+ </div>
97
+
98
+ </div>
99
+
100
+ <div class='folder'>
101
+ <div class='self'>
102
+ <span class='info'>
103
+ 共 <span class='high'>0</span> 个子文件夹
104
+ 共 <span class='high'>0</span> 篇文档
105
+ </span>
106
+ <h3>
107
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>团800通行证</a>
108
+ </h3>
109
+ </div>
110
+
111
+ <a href='/document/projects/passport800/index.html' title='团800通行证'>
112
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
113
+ </a>
114
+
115
+ <div class='children'>
116
+
117
+
118
+
119
+ </div>
120
+
121
+ </div>
122
+
123
+ <div class='folder'>
124
+ <div class='self'>
125
+ <span class='info'>
126
+ 共 <span class='high'>3</span> 个子文件夹
127
+ 共 <span class='high'>1</span> 篇文档
128
+ </span>
129
+ <h3>
130
+ <a href='/document/learning/index.html' title='学习教程'>学习教程</a>
131
+ </h3>
132
+ </div>
133
+
134
+ <a href='/document/learning/index.html' title='学习教程'>
135
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
136
+ </a>
137
+
138
+ <div class='children'>
139
+ <span class='sub-folders'>
140
+ <a href='/document/learning/初学者教程/index.html' title='初学者教程'>
141
+ <img src='/assets/images/shared/folder/text.png' alt='' class='sub-icon'/>
142
+ 初学者教程
143
+ </a>
144
+ <a href='/document/learning/ruby/index.html' title='ruby'>
145
+ <img src='/assets/images/shared/folder/text.png' alt='' class='sub-icon'/>
146
+ ruby
147
+ </a>
148
+ <a href='/document/learning/markdown/index.html' title='markdown'>
149
+ <img src='/assets/images/shared/folder/text.png' alt='' class='sub-icon'/>
150
+ markdown
151
+ </a>
152
+ </span>
153
+
154
+ <ul class='posts clearfix'>
155
+ <li class='post' title='可读性,无论如何,都是最重要的。一份使用 Markdown 格式撰写的文件应该可以直接以纯文本发布,并且看起来不会像是由许多标签或是格式指令所构成。Markdown 语法受到一些既有 text-to-HTML 格式的影响,包括 Setext、atx、Textile、reStructuredText、Grutatext 和 EtText,而最大灵感来源其实是纯文本电子邮件的格式。 总之, Markdown 的语法全由一些符号所组成,这些符号经过精挑细选,其作用一目了然。比如:在文字两旁加上星号,看起来就像*强调*。Markdown 的列表看起来,嗯,就是列表。Markdown 的区块引用看起来就真的像是引用一段文字,就像你曾在电子邮件中见过的那样。'>
156
+ <a href='/document/learning/README.html' title='Learning folders'>Learning folders</a>
157
+ <span class='introduction'>可读性,无论如何,都是最重要的。一份使用 Markdown 格式 ...</span>
158
+ <a href='/document/learning/README.html' title='Learning folders' class='read-link'>阅读 &gt;&gt;</a>
159
+ </li>
160
+
161
+ </ul>
162
+
163
+
164
+ </div>
165
+
166
+ </div>
167
+
168
+ <div class='folder'>
169
+ <div class='self'>
170
+ <span class='info'>
171
+ 共 <span class='high'>0</span> 个子文件夹
172
+ 共 <span class='high'>1</span> 篇文档
173
+ </span>
174
+ <h3>
175
+ <a href='/document/juices/index.html' title='每日果汁'>每日果汁</a>
176
+ </h3>
177
+ </div>
178
+
179
+ <a href='/document/juices/index.html' title='每日果汁'>
180
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
181
+ </a>
182
+
183
+ <div class='children'>
184
+
185
+ <ul class='posts clearfix'>
186
+ <li class='post' title=''>
187
+ <a href='/document/juices/README.html' title='README'>README</a>
188
+ <span class='introduction'></span>
189
+ <a href='/document/juices/README.html' title='README' class='read-link'>阅读 &gt;&gt;</a>
190
+ </li>
191
+
192
+ </ul>
193
+
194
+
195
+ </div>
196
+
197
+ </div>
198
+
199
+ <div class='folder'>
200
+ <div class='self'>
201
+ <span class='info'>
202
+ 共 <span class='high'>0</span> 个子文件夹
203
+ 共 <span class='high'>1</span> 篇文档
204
+ </span>
205
+ <h3>
206
+ <a href='/document/help/index.html' title='帮助'>帮助</a>
207
+ </h3>
208
+ </div>
209
+
210
+ <a href='/document/help/index.html' title='帮助'>
211
+ <img src='/assets/images/shared/folder/text.png' alt='' class='icon clearfix'/>
212
+ </a>
213
+
214
+ <div class='children'>
215
+
216
+ <ul class='posts clearfix'>
217
+ <li class='post' title=''>
218
+ <a href='/document/help/README.html' title='团800 Wiki 系统, 基本使用文档'>团800 Wiki 系统, 基本使用文档</a>
219
+ <span class='introduction'></span>
220
+ <a href='/document/help/README.html' title='团800 Wiki 系统, 基本使用文档' class='read-link'>阅读 &gt;&gt;</a>
221
+ </li>
222
+
223
+ </ul>
224
+
225
+
226
+ </div>
227
+
228
+ </div>
229
+
230
+ </div>
231
+ </div>
232
+ </div>
233
+
234
+ <div id='footer'>
235
+ <div class='wrapper'>
236
+ <p>&copy; 2011-2013 团800文档</p>
237
+ <p>滴水石穿,点点积累</p>
238
+ </div>
239
+ </div>
240
+ </body>
241
+ </html>
@@ -0,0 +1 @@
1
+ http://sc.chinaz.com/tubiao/121008316061.htm
@@ -0,0 +1,215 @@
1
+ body {
2
+ padding: 0;
3
+ margin: 0;
4
+ color: #503E2C;
5
+ font-family: "Oxygen",Arial,"Hiragino Sans GB","Microsoft YaHei","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
6
+ font-size: 14px;
7
+ letter-spacing: 1px;
8
+ word-wrap: break-word;
9
+ }
10
+
11
+ a:hover {
12
+ color: red !important;
13
+ }
14
+
15
+ a {
16
+ color: #A68800;
17
+ }
18
+
19
+ a.button {
20
+ background-color: #AAB5B5;
21
+ border-radius: 10px;
22
+ -moz-border-radius: 10px;
23
+ color: white;
24
+ display: inline-block;
25
+ margin: 0 5px 5px 0;
26
+ padding: 5px 10px;
27
+ text-decoration: none;
28
+ }
29
+
30
+ img {
31
+ border: none;
32
+ }
33
+
34
+ .wrapper {
35
+ width: 1024px;
36
+ margin: 0 auto;
37
+ }
38
+
39
+ .clearfix:after {
40
+ clear: both;
41
+ content: ".";
42
+ display: block;
43
+ height: 0;
44
+ visibility: hidden;
45
+ }
46
+
47
+ pre {
48
+ padding: 10px;
49
+ font-size: 12px;
50
+ background-color: #F8F8F8;
51
+ border: 1px solid #DDDDDD;
52
+ border-radius: 3px 3px 3px 3px;
53
+ overflow: auto;
54
+ }
55
+
56
+ #header {
57
+ background: none repeat scroll 0 0 #007E8C;
58
+ padding: 10px;
59
+ }
60
+
61
+ #header .nav a {
62
+ color: #fff;
63
+ padding: 0 10px 0 0;
64
+ }
65
+
66
+ #container {
67
+ padding: 5px;
68
+ }
69
+
70
+ #container .path {
71
+ margin: 10px 0;
72
+ padding: 5px;
73
+ height: 24px;
74
+ line-height: 24px;
75
+ overflow: hidden;
76
+ text-indent: 12px;
77
+ color: #666;
78
+ border: 1px solid #ccc;
79
+ }
80
+
81
+ #container .path a {
82
+ color: #666;
83
+ }
84
+
85
+ #container .posterity .folders li.post {
86
+ padding: 5px;
87
+ }
88
+
89
+ #container .posterity .folders li.post .introduction {
90
+ font-size: 80%;
91
+ }
92
+
93
+ #container .posterity .folders li.post a.read-link {
94
+ font-size: 80%;
95
+ color: #503E2C;
96
+ }
97
+
98
+ #container .content {
99
+ padding: 10px;
100
+ }
101
+
102
+ #container .information {
103
+ padding: 0;
104
+ margin: 0 0 10px;
105
+ }
106
+
107
+ #container .information .bar .high {
108
+ color: red;
109
+ }
110
+
111
+ #footer {
112
+ font-size: 12px;
113
+ text-align: center;
114
+ color: #999999;
115
+ }
116
+
117
+ #footer .wrapper {
118
+ border-top: 1px solid #DBDBDB;
119
+ margin: 8px auto auto;
120
+ padding-bottom: 10px;
121
+ padding-top: 10px;
122
+ width: 800px;
123
+ }
124
+
125
+ .dl-catalogs {
126
+ padding: 0;
127
+ margin: 0;
128
+ }
129
+
130
+ .dl-catalogs dd {
131
+ margin: 0;
132
+ line-height: 1.8;
133
+ display: none;
134
+ white-space:nowrap;
135
+ overflow: hidden;
136
+ font-size: 12px;
137
+ }
138
+ .dl-catalogs dd a {
139
+ color: #503E2C;
140
+ }
141
+
142
+ .dl-catalogs dd.catalog-link-h1 {
143
+ display: block;
144
+ padding-left: 10px;
145
+ background: url("/assets/images/shared/icons/li-1.gif") no-repeat scroll 3px 8px transparent
146
+ }
147
+
148
+ .dl-catalogs dd.catalog-link-h2 {
149
+ display: block;
150
+ padding-left: 20px;
151
+ background: url("/assets/images/shared/icons/li-2.gif") no-repeat scroll 13px 8px transparent
152
+ }
153
+
154
+ .dl-catalogs dd.catalog-link-h3 {
155
+ display: block;
156
+ padding-left: 30px;
157
+ background: url("/assets/images/shared/icons/li-3.gif") no-repeat scroll 23px 8px transparent
158
+ }
159
+
160
+ .dl-catalogs dd.catalog-link-h4 {
161
+
162
+ }
163
+
164
+ .dl-catalogs dd.catalog-link-h5 {
165
+
166
+ }
167
+
168
+ .dl-catalogs dd.catalog-link-h6 {
169
+
170
+ }
171
+
172
+ #container .posterity .folders .folder {
173
+ background-color: #EEEEEE;
174
+ clear: both;
175
+ padding: 18px 20px;
176
+ margin: 10px;
177
+ }
178
+
179
+ #container .posterity .folders .folder .self .info {
180
+ font-size: 12px;
181
+ float: right;
182
+ }
183
+
184
+ #container .posterity .folders .folder h3 {
185
+ margin: 0;
186
+ padding: 5px 0 10px;
187
+ }
188
+
189
+ #container .posterity .folders .folder .children {
190
+ float: right;
191
+ width: 835px;
192
+ }
193
+
194
+
195
+ #container .posterity .folders .folder .sub-folders a {
196
+ margin: 5px;
197
+ }
198
+
199
+ #container .posterity .folders .folder img.icon {
200
+ height: 128px;
201
+ }
202
+
203
+ #container .posterity .folders .folder img.sub-icon {
204
+ height: 32px;
205
+ width: 32px;
206
+ }
207
+
208
+ #container .posterity .folders .folder ul.posts {
209
+ padding-left: 15px;
210
+ }
211
+
212
+ #container .posterity .folders .folder ul.posts li {
213
+ line-height: 1.5;
214
+ }
215
+
@@ -0,0 +1,12 @@
1
+ #container .information {
2
+ text-align: left;
3
+ }
4
+
5
+ #container .information h1 {
6
+ margin: 5px 0;
7
+ }
8
+
9
+ #container .information .bar {
10
+ padding: 5px;
11
+ }
12
+