qwik2md 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (196) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qwik2md/version.rb +1 -1
  3. data/vendor/qwik/lib/qwik/act-christel.rb +1 -1
  4. data/vendor/qwik/lib/qwik/page-get.rb +4 -4
  5. data/vendor/qwik/lib/qwik/util-filename.rb +2 -5
  6. data/vendor/qwik/lib/qwik/util-string.rb +7 -7
  7. data/vendor/qwik/share/super/FrontPage.txt +17 -0
  8. data/vendor/qwik/share/super/QwikWebPlugin.txt +0 -0
  9. data/vendor/qwik/share/super/QwikWebStructure.txt +0 -0
  10. data/vendor/qwik/share/super/RecentList.txt +2 -0
  11. data/vendor/qwik/share/super/SandBox.txt +3 -0
  12. data/vendor/qwik/share/super/TextFormat.txt +186 -0
  13. data/vendor/qwik/share/super/TextFormatSimple.txt +23 -0
  14. data/vendor/qwik/share/super/TitleList.txt +2 -0
  15. data/vendor/qwik/share/super/_AdminMenu.txt +11 -0
  16. data/vendor/qwik/share/super/_BookSearch.txt +3 -0
  17. data/vendor/qwik/share/super/_EditorFooter.txt +9 -0
  18. data/vendor/qwik/share/super/_EditorHelp.txt +9 -0
  19. data/vendor/qwik/share/super/_InterWikiName.txt +17 -0
  20. data/vendor/qwik/share/super/_IsbnLink.txt +8 -0
  21. data/vendor/qwik/share/super/_MemberAdd.txt +4 -0
  22. data/vendor/qwik/share/super/_MemberList.txt +2 -0
  23. data/vendor/qwik/share/super/_MemberListCSV.txt +2 -0
  24. data/vendor/qwik/share/super/_PageAttribute.txt +7 -0
  25. data/vendor/qwik/share/super/_SideMenu.txt +15 -0
  26. data/vendor/qwik/share/super/_SiteConfig.txt +30 -0
  27. data/vendor/qwik/share/super/_SiteFooter.txt +3 -0
  28. data/vendor/qwik/share/super/_SiteLog.txt +0 -0
  29. data/vendor/qwik/share/super/_SiteLogView.txt +2 -0
  30. data/vendor/qwik/share/super/_SiteMember.txt +0 -0
  31. data/vendor/qwik/share/super/_SiteMenu.txt +2 -0
  32. data/vendor/qwik/share/super/_SiteSearch.txt +3 -0
  33. data/vendor/qwik/share/super/_SiteTheme.txt +9 -0
  34. data/vendor/qwik/share/super/_textformat.txt +2 -0
  35. data/vendor/qwik/share/template/Makefile +10 -0
  36. data/vendor/qwik/share/template/edit.html +22 -0
  37. data/vendor/qwik/share/template/edit.rb +40 -0
  38. data/vendor/qwik/share/template/editor.html +23 -0
  39. data/vendor/qwik/share/template/editor.rb +47 -0
  40. data/vendor/qwik/share/template/notice.html +21 -0
  41. data/vendor/qwik/share/template/notice.rb +43 -0
  42. data/vendor/qwik/share/template/plain.html +19 -0
  43. data/vendor/qwik/share/template/plain.rb +43 -0
  44. data/vendor/qwik/share/template/surface.html +22 -0
  45. data/vendor/qwik/share/template/surface.rb +50 -0
  46. data/vendor/qwik/share/template/system.html +30 -0
  47. data/vendor/qwik/share/template/system.rb +46 -0
  48. data/vendor/qwik/share/template/view.html +20 -0
  49. data/vendor/qwik/share/template/view.rb +40 -0
  50. data/vendor/qwik/share/theme/css/Makefile +10 -0
  51. data/vendor/qwik/share/theme/css/base.css +779 -0
  52. data/vendor/qwik/share/theme/css/delete.png +0 -0
  53. data/vendor/qwik/share/theme/css/menu.css +77 -0
  54. data/vendor/qwik/share/theme/css/wema.css +141 -0
  55. data/vendor/qwik/share/theme/i/a.gif +0 -0
  56. data/vendor/qwik/share/theme/i/binary.gif +0 -0
  57. data/vendor/qwik/share/theme/i/broken.gif +0 -0
  58. data/vendor/qwik/share/theme/i/compressed.gif +0 -0
  59. data/vendor/qwik/share/theme/i/external.png +0 -0
  60. data/vendor/qwik/share/theme/i/external_hover.png +0 -0
  61. data/vendor/qwik/share/theme/i/favicon.ico +0 -0
  62. data/vendor/qwik/share/theme/i/favicon.png +0 -0
  63. data/vendor/qwik/share/theme/i/generic.gif +0 -0
  64. data/vendor/qwik/share/theme/i/image2.gif +0 -0
  65. data/vendor/qwik/share/theme/i/login_bg.gif +0 -0
  66. data/vendor/qwik/share/theme/i/login_inputform_bg.gif +0 -0
  67. data/vendor/qwik/share/theme/i/login_inputform_bg_footer.gif +0 -0
  68. data/vendor/qwik/share/theme/i/login_inputform_bg_header.gif +0 -0
  69. data/vendor/qwik/share/theme/i/login_li.gif +0 -0
  70. data/vendor/qwik/share/theme/i/login_qwik_logo.gif +0 -0
  71. data/vendor/qwik/share/theme/i/movie.gif +0 -0
  72. data/vendor/qwik/share/theme/i/new.png +0 -0
  73. data/vendor/qwik/share/theme/i/pdf.gif +0 -0
  74. data/vendor/qwik/share/theme/i/ps.gif +0 -0
  75. data/vendor/qwik/share/theme/i/sound2.gif +0 -0
  76. data/vendor/qwik/share/theme/i/sphere2.gif +0 -0
  77. data/vendor/qwik/share/theme/i/tar.gif +0 -0
  78. data/vendor/qwik/share/theme/i/text.gif +0 -0
  79. data/vendor/qwik/share/theme/js/Makefile +23 -0
  80. data/vendor/qwik/share/theme/js/base.js +176 -0
  81. data/vendor/qwik/share/theme/js/builder.js +101 -0
  82. data/vendor/qwik/share/theme/js/controls.js +750 -0
  83. data/vendor/qwik/share/theme/js/debugwindow-test.html +60 -0
  84. data/vendor/qwik/share/theme/js/debugwindow.html +24 -0
  85. data/vendor/qwik/share/theme/js/debugwindow.js +476 -0
  86. data/vendor/qwik/share/theme/js/dragdrop.js +559 -0
  87. data/vendor/qwik/share/theme/js/effects.js +904 -0
  88. data/vendor/qwik/share/theme/js/event.js +98 -0
  89. data/vendor/qwik/share/theme/js/history.js +110 -0
  90. data/vendor/qwik/share/theme/js/menu.js +27 -0
  91. data/vendor/qwik/share/theme/js/monitor.js +96 -0
  92. data/vendor/qwik/share/theme/js/niftypp.js +272 -0
  93. data/vendor/qwik/share/theme/js/prototype.js +1758 -0
  94. data/vendor/qwik/share/theme/js/scriptaculous.js +48 -0
  95. data/vendor/qwik/share/theme/js/se_hilite_jp.js +234 -0
  96. data/vendor/qwik/share/theme/js/slider.js +275 -0
  97. data/vendor/qwik/share/theme/js/test-all.html +24 -0
  98. data/vendor/qwik/share/theme/js/test-debug.html +56 -0
  99. data/vendor/qwik/share/theme/js/test-wema.html +304 -0
  100. data/vendor/qwik/share/theme/js/test-xp.html +99 -0
  101. data/vendor/qwik/share/theme/js/unittest.js +363 -0
  102. data/vendor/qwik/share/theme/js/watch.js +109 -0
  103. data/vendor/qwik/share/theme/js/wema.js +580 -0
  104. data/vendor/qwik/share/theme/js/wysiwyg.js +143 -0
  105. data/vendor/qwik/share/theme/qwikborder/qwikborder.css +277 -0
  106. data/vendor/qwik/share/theme/qwikborder/qwikborder_ball.png +0 -0
  107. data/vendor/qwik/share/theme/qwikborder/qwikborder_h2.png +0 -0
  108. data/vendor/qwik/share/theme/qwikborder/qwikborder_li.png +0 -0
  109. data/vendor/qwik/share/theme/qwikcyan/qwikcyan.css +216 -0
  110. data/vendor/qwik/share/theme/qwikcyan/qwikcyan_li.png +0 -0
  111. data/vendor/qwik/share/theme/qwikeditor/command.gif +0 -0
  112. data/vendor/qwik/share/theme/qwikeditor/edit_form_bg.jpg +0 -0
  113. data/vendor/qwik/share/theme/qwikeditor/edit_qwik_logo.gif +0 -0
  114. data/vendor/qwik/share/theme/qwikeditor/edit_title_bg.jpg +0 -0
  115. data/vendor/qwik/share/theme/qwikeditor/login_bg.gif +0 -0
  116. data/vendor/qwik/share/theme/qwikeditor/login_qwik_logo.gif +0 -0
  117. data/vendor/qwik/share/theme/qwikeditor/qwikeditor.css +336 -0
  118. data/vendor/qwik/share/theme/qwikeditor/sidebar_bg.gif +0 -0
  119. data/vendor/qwik/share/theme/qwikgreen/qwikgreen.css +306 -0
  120. data/vendor/qwik/share/theme/qwiknotice/qwiknotice.css +246 -0
  121. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_body_bg.gif +0 -0
  122. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_inputform_bg.gif +0 -0
  123. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_inputform_bg_footer.gif +0 -0
  124. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_inputform_bg_header.gif +0 -0
  125. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_li.gif +0 -0
  126. data/vendor/qwik/share/theme/qwiknotice/qwiknotice_qwik_logo.gif +0 -0
  127. data/vendor/qwik/share/theme/qwikplain/command.gif +0 -0
  128. data/vendor/qwik/share/theme/qwikplain/edit_form_bg.jpg +0 -0
  129. data/vendor/qwik/share/theme/qwikplain/edit_qwik_logo.gif +0 -0
  130. data/vendor/qwik/share/theme/qwikplain/edit_title_bg.jpg +0 -0
  131. data/vendor/qwik/share/theme/qwikplain/login_bg.gif +0 -0
  132. data/vendor/qwik/share/theme/qwikplain/login_qwik_logo.gif +0 -0
  133. data/vendor/qwik/share/theme/qwikplain/qwikplain.css +223 -0
  134. data/vendor/qwik/share/theme/qwikplain/sidebar_bg.gif +0 -0
  135. data/vendor/qwik/share/theme/qwikskelton/qwikskelton.css +224 -0
  136. data/vendor/qwik/share/theme/qwiksystem/qwiksystem.css +323 -0
  137. data/vendor/qwik/share/theme/qwiksystem/qwiksystem_bg.png +0 -0
  138. data/vendor/qwik/share/theme/qwiksystem/qwiksystem_header.png +0 -0
  139. data/vendor/qwik/share/theme/qwiksystem/qwiksystem_headerbar.png +0 -0
  140. data/vendor/qwik/share/theme/qwiksystem/qwiksystem_qwikweb.png +0 -0
  141. data/vendor/qwik/share/theme/qwikviridian/qwikviridian.css +413 -0
  142. data/vendor/qwik/share/theme/qwikviridian/qwikviridian_adminmenu_bg.gif +0 -0
  143. data/vendor/qwik/share/theme/qwikviridian/qwikviridian_bg.gif +0 -0
  144. data/vendor/qwik/share/theme/qwikviridian/qwikviridian_bg_shade.gif +0 -0
  145. data/vendor/qwik/share/theme/qwikviridian/qwikviridian_sidebar_a_bg.gif +0 -0
  146. data/vendor/qwik/share/theme/qwikviridian/qwikviridian_siderbar_li_a.gif +0 -0
  147. data/vendor/qwik/share/theme/s5/blue/bluebg.gif +0 -0
  148. data/vendor/qwik/share/theme/s5/blue/bluebottom.gif +0 -0
  149. data/vendor/qwik/share/theme/s5/blue/bluefooter.gif +0 -0
  150. data/vendor/qwik/share/theme/s5/blue/framing.css +25 -0
  151. data/vendor/qwik/share/theme/s5/blue/pretty.css +91 -0
  152. data/vendor/qwik/share/theme/s5/blue/s5-core.css +11 -0
  153. data/vendor/qwik/share/theme/s5/blue/slides.css +3 -0
  154. data/vendor/qwik/share/theme/s5/default/iepngfix.htc +42 -0
  155. data/vendor/qwik/share/theme/s5/default/opera.css +7 -0
  156. data/vendor/qwik/share/theme/s5/default/outline.css +15 -0
  157. data/vendor/qwik/share/theme/s5/default/print.css +24 -0
  158. data/vendor/qwik/share/theme/s5/default/slides.js +558 -0
  159. data/vendor/qwik/share/theme/s5/flower/blume.jpg +0 -0
  160. data/vendor/qwik/share/theme/s5/flower/blumerechts.jpg +0 -0
  161. data/vendor/qwik/share/theme/s5/flower/framing.css +25 -0
  162. data/vendor/qwik/share/theme/s5/flower/pretty.css +83 -0
  163. data/vendor/qwik/share/theme/s5/flower/s5-core.css +11 -0
  164. data/vendor/qwik/share/theme/s5/flower/slides.css +3 -0
  165. data/vendor/qwik/share/theme/s5/i18n/00_head.txt +8 -0
  166. data/vendor/qwik/share/theme/s5/i18n/bg-shade.png +0 -0
  167. data/vendor/qwik/share/theme/s5/i18n/bg-slide.jpg +0 -0
  168. data/vendor/qwik/share/theme/s5/i18n/framing.css +23 -0
  169. data/vendor/qwik/share/theme/s5/i18n/pretty.css +44 -0
  170. data/vendor/qwik/share/theme/s5/i18n/s5-core.css +9 -0
  171. data/vendor/qwik/share/theme/s5/i18n/slides.css +3 -0
  172. data/vendor/qwik/share/theme/s5/pixel/framing.css +25 -0
  173. data/vendor/qwik/share/theme/s5/pixel/pixelbg.gif +0 -0
  174. data/vendor/qwik/share/theme/s5/pixel/pixelheader.jpg +0 -0
  175. data/vendor/qwik/share/theme/s5/pixel/pixelslide0bg.gif +0 -0
  176. data/vendor/qwik/share/theme/s5/pixel/pretty.css +80 -0
  177. data/vendor/qwik/share/theme/s5/pixel/s5-core.css +11 -0
  178. data/vendor/qwik/share/theme/s5/pixel/slides.css +3 -0
  179. data/vendor/qwik/share/theme/s5/qwikblack/framing.css +23 -0
  180. data/vendor/qwik/share/theme/s5/qwikblack/pretty.css +245 -0
  181. data/vendor/qwik/share/theme/s5/qwikblack/s5-core.css +9 -0
  182. data/vendor/qwik/share/theme/s5/qwikblack/slides.css +3 -0
  183. data/vendor/qwik/share/theme/s5/qwikworld/bg-shade.png +0 -0
  184. data/vendor/qwik/share/theme/s5/qwikworld/bg-slide.jpg +0 -0
  185. data/vendor/qwik/share/theme/s5/qwikworld/framing.css +61 -0
  186. data/vendor/qwik/share/theme/s5/qwikworld/pretty.css +250 -0
  187. data/vendor/qwik/share/theme/s5/qwikworld/qwikcyan_li.png +0 -0
  188. data/vendor/qwik/share/theme/s5/qwikworld/s5-core.css +28 -0
  189. data/vendor/qwik/share/theme/s5/qwikworld/slides.css +3 -0
  190. data/vendor/qwik/share/theme/s5/shell/blank.gif +0 -0
  191. data/vendor/qwik/share/theme/s5/shell/bodybg.gif +0 -0
  192. data/vendor/qwik/share/theme/s5/shell/framing.css +23 -0
  193. data/vendor/qwik/share/theme/s5/shell/pretty.css +86 -0
  194. data/vendor/qwik/share/theme/s5/shell/s5-core.css +9 -0
  195. data/vendor/qwik/share/theme/s5/shell/slides.css +3 -0
  196. metadata +190 -1
@@ -0,0 +1,779 @@
1
+ @charset "Shift_JIS";
2
+
3
+ /* Copyright (C) 2003-2006 Kouichirou Eto, All rights reserved.
4
+ This is free software with ABSOLUTELY NO WARRANTY.
5
+ You can redistribute it and/or modify it under the terms of the GNU GPL2. */
6
+
7
+ /* ================================================== wema */
8
+ /*@import 'wema.css';*/
9
+
10
+ /* ================================================== general */
11
+ /* ========== table */
12
+ table {
13
+ margin: 1em 0;
14
+ border-top: 2px double #666;
15
+ border-bottom: 1px solid #999;
16
+ border-left: 1px solid #fff;
17
+ border-right: 1px solid #fff;
18
+ border-collapse: collapse;
19
+ background-color: #fff;
20
+ }
21
+ td, th {
22
+ padding: 0.01em 0.45em 0.01em 0.45em;
23
+ border-top: 1px solid #999;
24
+ border-bottom: 1px solid #999;
25
+ border-left: 1px solid #999;
26
+ border-right: 1px solid #999;
27
+ }
28
+
29
+ /* ========== adminmenu */
30
+ .loginstatus {
31
+ float: left;
32
+ }
33
+ .adminmenu li {
34
+ display: inline;
35
+ }
36
+ .adminmenu li a {
37
+ padding: 0.2em 0.4em 0 0.4em;
38
+ }
39
+
40
+ /* ========== external */
41
+ a.external {
42
+ padding: 0 14px 0 0;
43
+ margin: 0 2px 0 0;
44
+ background: url("../i/external.png") no-repeat 100% 10%;
45
+ }
46
+
47
+ /* ========== sidebar */
48
+ /*
49
+ .sidebar form {
50
+ text-align: right;
51
+ font-weight: bold;
52
+ }
53
+ .sidebar input {
54
+ background-color: #ffc;
55
+ border: 1px solid #ccc;
56
+ width: 8em;
57
+ font-weight: bold;
58
+ }
59
+ */
60
+
61
+ /* ========== section */
62
+ .section form {
63
+ }
64
+ .section input {
65
+ /* font-size: medium;*/
66
+ }
67
+
68
+ /* ========== main day comment */
69
+ .comment {
70
+ clear: both;
71
+ }
72
+
73
+ /* ========== page attribute */
74
+ .attribute {
75
+ margin: 0 1em 0 0;
76
+ padding: 0 0 0 0;
77
+ }
78
+
79
+ .rref {
80
+ margin: 0 0.2em 0 0;
81
+ }
82
+
83
+ .files_site_total {
84
+ position: absolute;
85
+ right: 3em;
86
+ text-align: right;
87
+ clear: both;
88
+ }
89
+
90
+ /* ========== footer */
91
+ .footer {
92
+ margin: 0;
93
+ padding: 0.1em 2em;
94
+ color: #999;
95
+ font-size: small;
96
+ clear: both;
97
+ font-family: Helvetica,Arial,Verdana,'MS UI Gothic',sans-serif;
98
+ text-align: right;
99
+ }
100
+ .footer a {
101
+ margin: 0;
102
+ padding: 0;
103
+ background: transparent;
104
+ text-decoration: none;
105
+ border-bottom-width: 0;
106
+ }
107
+ .footer a:link { color: #333; }
108
+ .footer a:visited { color: #666; }
109
+ .footer a:active,
110
+ .footer a:hover { color: #fff; background-color: #c00; }
111
+ .footer .attribute {
112
+ float: left;
113
+ }
114
+
115
+ /* ================================================== action */
116
+ /* ========== common-plugin */
117
+ span.plg_error {
118
+ margin: 12px 0;
119
+ padding: 0 4px;
120
+ background: #fff;
121
+ border: 1px solid #c00;
122
+ color: #c00;
123
+ font-size: small;
124
+ }
125
+ span.plg_error strong {
126
+ color: #c00;
127
+ }
128
+
129
+ /* ========== act-aa */
130
+ .aa {
131
+ background: transparent;
132
+ border: 0;
133
+ line-height: 1.05;
134
+ font-family: "�l�r �o�S�V�b�N"; /* IMPORTANT */
135
+ }
136
+
137
+ /* ========== act-calc */
138
+ .sum {
139
+ font-weight: bold;
140
+ }
141
+
142
+ /* ========== act-code */
143
+ .code pre {
144
+ margin: 8px 0;
145
+ padding: 4px 0;
146
+ font-size: small;
147
+ line-height: 100%;
148
+ border: 0px;
149
+ border-top: #fbb solid 1px;
150
+ border-bottom: #fbb solid 1px;
151
+ background-color: #fee;
152
+ white-space: pre;
153
+ }
154
+ .code .line {
155
+ padding: 0 0 0 24px;
156
+ background: no-repeat 0% 50%;
157
+ width: 100%;
158
+ }
159
+
160
+ /* ========== act-describe */
161
+ .description-list ul {
162
+ margin: 0;
163
+ padding: 0;
164
+ font-size: smaller;
165
+ list-style: none;
166
+
167
+ }
168
+ .description-list ul a {
169
+ margin: 0 4px 0 0;
170
+ padding: 0 4px;
171
+ background: #eee;
172
+ border: 1px solid #ccc;
173
+ text-decoration: none;
174
+ }
175
+ .description-list ul a em {
176
+ font-weight: normal;
177
+ padding: 0 4px 0 0;
178
+ border-right: 1px solid #ccc;
179
+ color: #999;
180
+ }
181
+ .description-list ul a strong {
182
+ }
183
+
184
+ /* ========== act-date */
185
+ span.date {
186
+ margin: 0 0.7em 0 0;
187
+ padding: 0 0.7em 0 0;
188
+ border-right: 2px dotted;
189
+ font-family: Georgia,serif;
190
+ }
191
+
192
+ /* ========== act-event */
193
+ div#event {
194
+ margin: 0 0;
195
+ padding: 5px;
196
+ background: #eee;
197
+ border: 1px solid #0c0;
198
+ font-size: small;
199
+ line-height: 1.0;
200
+ }
201
+ div#event h2 {
202
+ margin: 0;
203
+ padding: 0;
204
+ font-size: x-small;
205
+ }
206
+ div#event p {
207
+ margin: 0;
208
+ padding: 0;
209
+ font-size: x-small;
210
+ }
211
+
212
+ /* ========== act-exception */
213
+ table.exception {
214
+ background-color: #fff;
215
+ }
216
+ .exception td {
217
+ font-size: small;
218
+ background-color: #fdd;
219
+ }
220
+ .exception td.line {
221
+ text-align: right;
222
+ }
223
+ .exception td.excerpt {
224
+ background-color: #fff;
225
+ padding: 0;
226
+ }
227
+ .excerpt table {
228
+ margin: 0;
229
+ padding: 0;
230
+ border-width: 0;
231
+ }
232
+ .excerpt td, .excerpt th {
233
+ margin: 0;
234
+ padding: 0;
235
+ border-width: 0;
236
+ background-color: #fff;
237
+ }
238
+ .excerpt th {
239
+ padding: 0 0.3em;
240
+ border-right: 1px solid #ccc;
241
+ font-size: x-small;
242
+ }
243
+ .excerpt tr.even td, .excerpt tr.even th {
244
+ background-color: #fff;
245
+ }
246
+ .excerpt tr.odd td, .excerpt tr.odd th {
247
+ background-color: #fee;
248
+ }
249
+ .excerpt tr.target td, .excerpt tr.target th {
250
+ background-color: #fbb;
251
+ }
252
+ .excerpt pre {
253
+ margin: 0;
254
+ padding: 0;
255
+ border-width: 0;
256
+ font-size: small;
257
+ background-color: transparent;
258
+ }
259
+
260
+ /* ========== act-files */
261
+ .files {
262
+ }
263
+ .files h5 {
264
+ margin: 1em 0 0 0;
265
+ padding: 0;
266
+ left: 0;
267
+ color: #666;
268
+ font-size: small;
269
+ font-weight: bold;
270
+ background-color: transparent;
271
+ border: 0;
272
+ border-bottom: 1px dashed #ccc;
273
+ }
274
+ .files ul {
275
+ margin: 0;
276
+ }
277
+ .files li {
278
+ display: inline;
279
+ margin: 0 1em 0 0;
280
+ padding: 0 0 0 15px;
281
+ background: url("../icons/small/generic.gif") no-repeat 0% 50%;
282
+ }
283
+
284
+ .delete {
285
+ color: #999;
286
+ }
287
+ .delete a:link { color: #999; }
288
+ .delete a:visited { color: #999; }
289
+
290
+ /* ========== act-generate */
291
+ div.error {
292
+ margin: 12px 0;
293
+ padding: 4px;
294
+ background: #eee;
295
+ border: 2px solid #c00;
296
+ }
297
+
298
+ /* ========== act-history */
299
+ .ago {
300
+ color: #ccc;
301
+ font-size: small;
302
+ }
303
+ .era {
304
+ position: absolute;
305
+ visibility: hidden;
306
+ left: 30px;
307
+ top: 46px;
308
+ }
309
+ .period {
310
+ margin: 10px 0;
311
+ padding: 0.5em;
312
+ background-color: #eee;
313
+ border: 1px solid #666;
314
+ }
315
+
316
+ /* ========== act-hcomment */
317
+ .hcomment {
318
+ margin: 0;
319
+ padding: 0;
320
+ font-size: medium;
321
+ }
322
+ .hcomment input {
323
+ margin: 0;
324
+ padding: 1px;
325
+ border-width: 2px;
326
+ font-weight: normal;
327
+ font-size: small;
328
+ }
329
+
330
+ /* ========== act-include */
331
+ a.label {
332
+ margin: 0 0.2em 0 0;
333
+ padding: 0;
334
+ font-size: 85%;
335
+ text-decoration: none;
336
+ border-bottom-width: 0;
337
+ }
338
+ a:link.label { color: #fff; }
339
+ a:visited.label { color: #fff; }
340
+ a:active.label,
341
+ a:hover.label { color: #fff; background-color: #000; }
342
+
343
+ /* ========== act-keywords */
344
+ .keywords {
345
+ margin: 0;
346
+ line-height: 1;
347
+ }
348
+ .keywords a {
349
+ margin: 0 2px;
350
+ text-decoration: none;
351
+ }
352
+ .keywords a:link { color: #000; }
353
+
354
+ /* ========== act-license */
355
+ .license {
356
+ float: right;
357
+ width: 250px;
358
+ margin: 0;
359
+ padding: 8px;
360
+ background-color: #f8f8f8;
361
+ border: 1px solid #ccc;
362
+ font-size: small;
363
+ line-height: 1.1;
364
+ }
365
+ div.license p {
366
+ margin: 0;
367
+ padding: 0;
368
+ }
369
+
370
+ /* ========== act-mcomment */
371
+ div.mcomment table {
372
+ margin: 0;
373
+ padding: 0;
374
+ border: 0;
375
+ }
376
+ div.mcomment th {
377
+ border-left: 0;
378
+ background-color: #dfd;
379
+ }
380
+ div.mcomment td {
381
+ border-right: 0;
382
+ background-color: #efe;
383
+ }
384
+ div.mcomment div.msg {
385
+ line-height: 1.05;
386
+ font-family: "�l�r �o�S�V�b�N",sans-serif;
387
+ }
388
+
389
+ /* ========== act-member */
390
+ .memberlist {
391
+ width: 90%;
392
+ height: 40ex;
393
+ }
394
+
395
+ /* ========== act-metadata */
396
+ a.rss-button {
397
+ border: 0;
398
+ background: transparent;
399
+ }
400
+ a.rss-button:link,
401
+ a.rss-button:visited,
402
+ a.rss-button:active,
403
+ a.rss-button:hover {
404
+ background: transparent;
405
+ }
406
+ a.rss-button span {
407
+ margin: 0 3px;
408
+ padding: 0 3px;
409
+ border: 1px solid;
410
+ border-color: #FC9 #630 #330 #F96;
411
+ background: #F60;
412
+ font: bold 10px verdana,sans-serif;
413
+ text-decoration: none;
414
+ color: #FFF;
415
+ }
416
+
417
+ /* ========== act-new */
418
+ span.new {
419
+ background-color: #ffc;
420
+ }
421
+ span.new img {
422
+ border: 0;
423
+ }
424
+ span.new a {
425
+ margin: 2px;
426
+ position: relative;
427
+ top: -1px;
428
+ text-decoration: none;
429
+ border: 0;
430
+ }
431
+ span.new a:hover {
432
+ top: 0;
433
+ }
434
+
435
+ /* ========== act-notice */
436
+ .notice {
437
+ float: right;
438
+ width: 240px;
439
+ margin: 0;
440
+ padding: 0.5em;
441
+ background-color: #f8f8f8;
442
+ border: 1px solid #ccc;
443
+ font-size: small;
444
+ line-height: 1.1;
445
+ }
446
+ div.notice p {
447
+ margin: 0;
448
+ padding: 0;
449
+ }
450
+
451
+ /* ========== act-plan */
452
+ div.plan form {
453
+ width: 70%;
454
+ }
455
+ div.plan form dt {
456
+ text-align: left;
457
+ float: left;
458
+ }
459
+ div.plan form dd {
460
+ text-align: right;
461
+ }
462
+
463
+ /* ========== act-qrcode */
464
+ div.qrcode {
465
+ float: right;
466
+ padding: 0 0 8px 0;
467
+ background-color: #fff;
468
+ border: 0;
469
+ font-size: 60%;
470
+ text-align: center;
471
+ }
472
+ .qrcode img {
473
+ padding: 1px;
474
+ border: 0;
475
+ }
476
+ .qrcode a {
477
+ margin: 0;
478
+ padding: 0;
479
+ background: #fff;
480
+ text-decoration: none;
481
+ border-bottom-width: 0;
482
+ }
483
+ .qrcode a:link { color: #333; }
484
+ .qrcode a:visited { color: #666; }
485
+ .qrcode a:active,
486
+ .qrcode a:hover { color: #fff; background-color: #c00; }
487
+ table.qrcode {
488
+ border: 8px solid #fff;
489
+ margin: auto;
490
+ padding: 0;
491
+ }
492
+ .qrcode th, .qrcode td {
493
+ margin: 0;
494
+ padding: 0;
495
+ border: 0;
496
+ width: 2px;
497
+ height: 2px;
498
+ }
499
+ .qrcode th { background-color: #000; }
500
+ .qrcode td { background-color: #fff; }
501
+
502
+ /* ========== act-ref */
503
+ .ref {
504
+ float: right;
505
+ margin: 0 10px;
506
+ padding: 0;
507
+ background-color: #fff;
508
+ border: 1px solid #ccc;
509
+ text-align: center;
510
+ font-size: x-small;
511
+ }
512
+ .ref form {
513
+ margin: 0;
514
+ padding: 0;
515
+ }
516
+ .ref p {
517
+ margin: 0;
518
+ padding: 0;
519
+ }
520
+ .ref input {
521
+ width: 6em;
522
+ margin: 0;
523
+ padding: 0;
524
+ background-color: #ffc;
525
+ border: 1px solid #999;
526
+ font-size: small;
527
+ font-weight: normal;
528
+ }
529
+
530
+ .ref img.icon {
531
+ margin: 3px 10px 0 10px;
532
+ padding: 0;
533
+ border: 0;
534
+ }
535
+ .ref img.thumb {
536
+ margin: 3px 3px 0 3px;
537
+ padding: 0;
538
+ border: 0;
539
+ }
540
+ .ref a {
541
+ text-decoration: none;
542
+ border-bottom-width: 0;
543
+ }
544
+
545
+ /* ========== act-smil */
546
+ .box {
547
+ margin: 0 0;
548
+ padding: 0.5em;
549
+ background-color: #fff;
550
+ }
551
+
552
+ /* ========== act-table, act-schedule */
553
+ .table table {
554
+ margin: 0;
555
+ padding: 0;
556
+ border: 0;
557
+ background-color: transparent;
558
+ }
559
+ .table input {
560
+ font-size: medium;
561
+ }
562
+ .table td {
563
+ margin: 0;
564
+ padding: 0;
565
+ background-color: #fff;
566
+ }
567
+ .table th {
568
+ margin: 0;
569
+ padding: 0;
570
+ background-color: #cfc;
571
+ }
572
+ .table input {
573
+ /*
574
+ margin: 2px;
575
+ padding: 0 0 0 2px;
576
+ */
577
+ margin: 0;
578
+ padding: 0;
579
+ border-width: 1px;
580
+ background-color: #fff;
581
+ }
582
+ .table th input {
583
+ background-color: #efe;
584
+ }
585
+ .table div.submit input {
586
+ margin: 2px auto;
587
+ padding: 0 0 0 2px;
588
+ border-width: 2px;
589
+ background-color: #fff;
590
+ font-size: small;
591
+ }
592
+ .table .new_col,
593
+ .table .new_row {
594
+ display: none;
595
+ }
596
+ .table .new_col_button,
597
+ .table .new_row_button {
598
+ border: 0;
599
+ background-color: transparent;
600
+ }
601
+ .table .new_col_button a,
602
+ .table .new_row_button a {
603
+ border: 1px outset;
604
+ }
605
+ .table .new_col_button a {
606
+ padding: 0 5px;
607
+ }
608
+ .table .new_row_button a {
609
+ padding: 0 10px;
610
+ }
611
+ .table .new_col_button {
612
+ padding: 3px;
613
+ }
614
+ .table .new_row_button {
615
+ padding: 4px;
616
+ }
617
+
618
+ /* ========== act-toc */
619
+ .toc {
620
+ float: right;
621
+ margin: 0;
622
+ padding: 0;
623
+ background-color: #eee;
624
+ font-size: small;
625
+ }
626
+ .toc h5 {
627
+ margin: 0;
628
+ padding: 0 10px 0 20px;
629
+ left: 0;
630
+ font-size: small;
631
+ background-color: #ddd;
632
+ border: 0;
633
+ font-weight: bold;
634
+ }
635
+ #tocinside {
636
+ padding: 0 0 5px 0;
637
+ )
638
+ }
639
+ .toc ol {
640
+ margin: 5px 10px 5px 35px;
641
+ padding: 0;
642
+ }
643
+ .toc ol ol {
644
+ margin: 0 0.5em;
645
+ }
646
+
647
+ /* ========== act-watch */
648
+ .update {
649
+ margin: 0;
650
+ padding: 0 8px;
651
+ background-color: #eee;
652
+ border: 2px solid #c00;
653
+ font-size: small;
654
+ }
655
+ .update a {
656
+ margin: 0;
657
+ padding: 0;
658
+ font-family: Verdana;
659
+ font-weight: bold;
660
+ border-bottom-width: 0px;
661
+ }
662
+ .update a:link,
663
+ .update a:visited {
664
+ color: #900;
665
+ }
666
+ .update a:active,
667
+ .update a:hover {
668
+ color: #fff;
669
+ background-color: #c00;
670
+ }
671
+
672
+ /* ========== act-wysiwyg */
673
+ /* .wysiwyg .toolbar */
674
+ .wysiwyg .toolbar {
675
+ margin: 0;
676
+ padding: 0 2px;
677
+ border: 2px outset;
678
+ background-color: #ccc;
679
+ }
680
+ .wysiwyg .toolbar a {
681
+ border: 0;
682
+ }
683
+ .wysiwyg .toolbar a img {
684
+ border: 0;
685
+ border: 2px outset;
686
+ }
687
+
688
+ /* .wysiwyg #weditor */
689
+ .wysiwyg #weditor {
690
+ margin: 2px;
691
+ padding: 2px;
692
+ border: 2px inset #fff;
693
+ background: #fff;
694
+ height: 500px;
695
+ overflow: scroll;
696
+ }
697
+ .wysiwyg .day {
698
+ }
699
+ .wysiwyg .section {
700
+ margin: 0;
701
+ padding: 0;
702
+ }
703
+ .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
704
+ position: relative;
705
+ left: 0;
706
+ }
707
+ .wysiwyg ul {
708
+ margin-left: 2em;
709
+ }
710
+ .wysiwyg ol {
711
+ margin-left: 2em;
712
+ }
713
+ .wysiwyg em {
714
+ font-style: italic;
715
+ font-weight: normal;
716
+ }
717
+
718
+ /* ================================================== print out */
719
+ @media screen {
720
+ .print {
721
+ display: none;
722
+ }
723
+ }
724
+
725
+ @media print {
726
+ body, p, dl, ul, ol, table, td, tr, blockquote {
727
+ font-family:
728
+ "�q���M�m������2"
729
+ "�ז�����"
730
+ "�l�r �o����"
731
+ serif ! important;
732
+ background: transparent ! important;
733
+ }
734
+ h1, h2, h3, h4, em, strong, th {
735
+ font-family: Osaka,"�l�r �o�S�V�b�N",sans-serif ! important;
736
+ font-weight: normal ! important;
737
+ background: transparent ! important;
738
+ }
739
+ .adminmenu, .sidebar, .footer, a.new {
740
+ display: none ! important;
741
+ }
742
+ .main {
743
+ margin: 0 !important;
744
+ padding: 0 !important;
745
+ width: 100% !important;
746
+ }
747
+ .print {
748
+ display: block ! important;
749
+ }
750
+ .toc {
751
+ display: none ! important;
752
+ }
753
+ }
754
+
755
+
756
+ /* ================================================== search words cloud */
757
+ .search_word0 {
758
+ font-size: 7pt;
759
+ }
760
+ .search_word1 {
761
+ font-size: 9pt;
762
+ }
763
+ .search_word2 {
764
+ font-size: 12pt;
765
+ }
766
+ .search_word3 {
767
+ font-size: 14pt;
768
+ }
769
+ .search_word4 {
770
+ font-size: 16pt;
771
+ }
772
+ .search_word5 {
773
+ font-size: 18pt;
774
+ }
775
+ .search_word_delete {
776
+ vertical-align: super;
777
+ }
778
+
779
+ /* end */