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,246 @@
1
+ /*
2
+
3
+ Copyright (C) 2003-2006 Kouichirou Eto, Takashi Maekawa
4
+ All rights reserved.
5
+ This is free software with ABSOLUTELY NO WARRANTY.
6
+
7
+ You can redistribute it and/or modify it under the terms of
8
+ the GNU General Public License version 2.
9
+
10
+ This style is designed by Takashi Maekawa.
11
+
12
+ */
13
+
14
+ /* ========== general */
15
+ * {
16
+ padding: 0;
17
+ margin: 0;
18
+ }
19
+
20
+ body {
21
+ background: #ccc url("qwiknotice_body_bg.gif");
22
+ color: #000;
23
+ line-height: 1.33;
24
+ font-family: Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
25
+ font-size: small;
26
+ }
27
+
28
+ h1 {
29
+ height: 30px;
30
+ background: transparent url("qwiknotice_qwik_logo.gif") no-repeat 0 0;
31
+ color: #000;
32
+ font-size: medium;
33
+ text-align: right;
34
+ }
35
+
36
+ h2, h3, h4, h5, h6 {
37
+ margin: 8px 0;
38
+ padding: 0;
39
+ color: #c00;
40
+ text-align: center;
41
+ font-size: small;
42
+ }
43
+ h2 {
44
+ color: #c00;
45
+ }
46
+ h4 {
47
+ }
48
+ h5 {
49
+ }
50
+ h6 {
51
+ font-weight: normal;
52
+ }
53
+
54
+ ul, ol {
55
+ margin: 8px 16px;
56
+ padding: 0;
57
+ list-style-position: inside;
58
+ }
59
+ ul {
60
+ list-style: square;
61
+ }
62
+ ul ul, ol ol, ul ol, ol ul {
63
+ margin: 0 16px;
64
+ }
65
+ li {
66
+ margin-left: 0px;
67
+ }
68
+ dl {
69
+ margin: 4px 16px 8px;
70
+ padding: 0;
71
+ }
72
+ dt {
73
+ margin: 4px 0 0 0;
74
+ padding: 0;
75
+ font-weight: bold;
76
+ }
77
+ dd {
78
+ margin: 0 0 0 24px;
79
+ padding: 0;
80
+ }
81
+
82
+ p {
83
+ margin: 8px 0;
84
+ padding: 0;
85
+ text-align: center;
86
+ }
87
+ pre {
88
+ margin: 8px 16px;
89
+ padding: 4px;
90
+ background-color: #eff;
91
+ border: 1px solid #999;
92
+ font-size: small;
93
+ }
94
+ blockquote {
95
+ margin: 8px 16px;
96
+ padding: 0;
97
+ background-color: #eff;
98
+ border: 1px dotted #696;
99
+ }
100
+ blockquote blockquote {
101
+ margin: 8px;
102
+ padding: 0;
103
+ }
104
+
105
+ hr {
106
+ margin: 0 0;
107
+ /*
108
+ border: 1px solid #9cc;
109
+ */
110
+ border: 1px solid #999;
111
+ }
112
+
113
+ em, strong {
114
+ font-style: normal;
115
+ font-weight: bold;
116
+ }
117
+ strong {
118
+ color: #c00;
119
+ }
120
+
121
+ a:link { color: #099; }
122
+ a:visited { color: #066; }
123
+ a:active, a:hover { color: #fff; background-color: #099;
124
+ text-decoration: none;
125
+ }
126
+
127
+ /* ==================== container */
128
+ .container {
129
+ width: 390px;
130
+ margin-top: 100px;
131
+ margin-right: auto;
132
+ margin-bottom: auto;
133
+ margin-left: auto;
134
+ position: relative;
135
+ background: transparent url("qwiknotice_inputform_bg.gif") repeat-y 0 0;
136
+ }
137
+
138
+ /* ==================== header */
139
+ .header {
140
+ width : 342px; /* 480px - 24px*2 */
141
+ height: auto;
142
+ padding: 16px 24px 12px 24px;
143
+ background: transparent url("qwiknotice_inputform_bg_header.gif") no-repeat 0 0;
144
+ }
145
+
146
+ /* ==================== day */
147
+ .day {
148
+ padding: 16px 24px 0 24px;
149
+ }
150
+
151
+ /* ==================== section */
152
+ .section {
153
+ }
154
+ .section input {
155
+ font-size: small;
156
+ }
157
+
158
+ /* ==================== footer */
159
+ .footer {
160
+ width : 342px; /* 480px - 24px*2 */
161
+ height : 30px; /* 46px - 8px*2 */
162
+ margin: 0;
163
+ padding: 8px 24px;
164
+ background: transparent url("qwiknotice_inputform_bg_footer.gif") no-repeat 0 0;
165
+ text-align: center;
166
+ }
167
+
168
+ /* ==================== login */
169
+ .login {
170
+ margin: 0;
171
+ padding: 16px 0 16px 32px;
172
+ }
173
+ .login input {
174
+ font-size: small;
175
+ }
176
+ .login dl {
177
+ margin: 0;
178
+ padding: 0;
179
+ width: 99%; /* to avoid IE6 float bug */
180
+ }
181
+ .login dt {
182
+ float: left;
183
+ width: 35%;
184
+ margin: 0;
185
+ padding: 0 0 0 20px;
186
+ font-weight: bold;
187
+ vertical-align: bottom;
188
+ background: transparent url("qwiknotice_li.gif") no-repeat 0% 50%;
189
+ }
190
+ .login dd {
191
+ margin: 0;
192
+ margin-left: 100px; /* 120 + 4*2 = 100 */
193
+ padding: 0;
194
+ }
195
+ .login p {
196
+ margin: 8px 0;
197
+ padding: 0 32px 0 0;
198
+ text-align: right;
199
+ }
200
+
201
+ /* ==================== logout */
202
+ .logout {
203
+ width: 24%;
204
+ margin: 32px;
205
+ margin-right: auto;
206
+ margin-left: auto;
207
+ padding: 4px 3px 3px 4px;
208
+ background: #66c;
209
+ text-align: center;
210
+ }
211
+
212
+ /* ==================== warning */
213
+ .warning {
214
+ margin: 16px;
215
+ padding: 4px;
216
+ background: #eee;
217
+ border: 2px solid #c00;
218
+ }
219
+
220
+ .rightbutton {
221
+ width: 90%;
222
+ text-align: right;
223
+ }
224
+
225
+ /* ==================== form */
226
+ .form {
227
+ margin: 32px 0;
228
+ text-align: center;
229
+ }
230
+ .form dl {
231
+ text-align: center;
232
+ }
233
+ .form dt {
234
+ margin: 0;
235
+ padding: 0;
236
+ }
237
+ .form dd {
238
+ margin: 0;
239
+ padding: 0;
240
+ }
241
+
242
+ form ul {
243
+ text-align: left;
244
+ }
245
+
246
+ /* end */
@@ -0,0 +1,223 @@
1
+ /* Copyright (C) 2003-2005 Kouichirou Eto, Takashi Maekawa, All rights reserved.
2
+ based on a design by Takashi Maekawa.
3
+ This is free software with ABSOLUTELY NO WARRANTY.
4
+ You can redistribute it and/or modify it under the terms of the GNU GPL2. */
5
+
6
+ /* ========== general */
7
+ * {
8
+ padding: 0;
9
+ margin: 0;
10
+ }
11
+
12
+ body {
13
+ background: #ccc url("./login_bg.gif");
14
+ color: #000;
15
+ /*
16
+ line-height: 1.33;
17
+ */
18
+ font-family: Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
19
+ font-size: small;
20
+ }
21
+
22
+ h1 {
23
+ font-size: medium;
24
+ }
25
+
26
+ h2, h3, h4, h5, h6 {
27
+ margin: 8px 0;
28
+ padding: 0;
29
+ font-size: small;
30
+ }
31
+ h2 {
32
+ font-size: small;
33
+ }
34
+ h4 {
35
+ }
36
+ h5 {
37
+ }
38
+ h6 {
39
+ font-weight: normal;
40
+ }
41
+
42
+ img {
43
+ border: 0;
44
+ }
45
+
46
+ ul, ol {
47
+ margin: 8px 16px;
48
+ padding: 0;
49
+ list-style-position: inside;
50
+ }
51
+ ul {
52
+ list-style: square;
53
+ }
54
+ ul ul, ol ol, ul ol, ol ul {
55
+ margin: 0 16px;
56
+ }
57
+ li {
58
+ margin-left: 0px;
59
+ }
60
+ dl {
61
+ margin: 4px 16px 8px;
62
+ padding: 0;
63
+ }
64
+ dt {
65
+ margin: 4px 0 0 0;
66
+ padding: 0;
67
+ font-weight: bold;
68
+ }
69
+ dd {
70
+ margin: 0 0 0 24px;
71
+ padding: 0;
72
+ }
73
+
74
+ p {
75
+ margin: 8px 0;
76
+ padding: 0;
77
+ }
78
+ pre {
79
+ margin: 8px 8px;
80
+ padding: 4px;
81
+ background-color: #eff;
82
+ border: 1px solid #999;
83
+ font-size: small;
84
+ }
85
+ blockquote {
86
+ margin: 8px 8px;
87
+ padding: 0;
88
+ background-color: #eff;
89
+ border: 1px dotted #696;
90
+ }
91
+ blockquote p {
92
+ margin: 8px 8px;
93
+ }
94
+ blockquote blockquote {
95
+ margin: 8px;
96
+ padding: 0;
97
+ }
98
+
99
+ hr {
100
+ margin: 0 0;
101
+ /*
102
+ border: 1px solid #9cc;
103
+ */
104
+ border: 1px solid #999;
105
+ }
106
+
107
+ em, strong {
108
+ font-style: normal;
109
+ font-weight: bold;
110
+ }
111
+ strong {
112
+ color: #c00;
113
+ }
114
+
115
+ a:link { color: #099; }
116
+ a:visited { color: #066; }
117
+ a:active, a:hover { color: #fff; background-color: #099;
118
+ text-decoration: none;
119
+ }
120
+
121
+ /* ==================== container */
122
+ .container {
123
+ width: 100%;
124
+ margin-right: auto;
125
+ margin-left: auto;
126
+ position: relative;
127
+ }
128
+
129
+ /* ========== header */
130
+ .header {
131
+ margin: 0 0 8px 0;
132
+ padding: 8px 8px 8px 24px;
133
+ height: 24px /* 40px - (8px * 2)*/;
134
+ background: transparent url("./edit_title_bg.jpg") repeat-x 0 0;
135
+ }
136
+
137
+ /* ========== day */
138
+ .day {
139
+ width: 98%; /* to avoid IE bug */
140
+ margin: 0 auto 8px auto;
141
+ background: #aaa url("./edit_form_bg.jpg") repeat 0 0;
142
+ padding: 0;
143
+ border: 1px solid #999;
144
+ }
145
+ .day h2 {
146
+ margin: 0;
147
+ padding: 2px 8px 0 8px;
148
+ border-top: 6px solid #0aa;
149
+ font-size: medium;
150
+ }
151
+
152
+ /* ========== section */
153
+ .section {
154
+ margin: 8px;
155
+ padding: 0;
156
+ }
157
+ .section h2 {
158
+ margin: 0;
159
+ padding: 0;
160
+ border-top: 0;
161
+ border-bottom: 1px solid #9cc;
162
+ font-size: small;
163
+ }
164
+
165
+ /* ========== footer */
166
+ .footer {
167
+ margin: 16px 0;
168
+ clear: both;
169
+ text-align: right;
170
+ }
171
+
172
+ /* ========== differ */
173
+ .differ {
174
+ margin: 0 8px;
175
+ padding: 4px;
176
+ background: #eee;
177
+ border: 1px solid #999;
178
+ }
179
+ .differ del {
180
+ color: #66f;
181
+ }
182
+ .differ ins {
183
+ color: #c00;
184
+ font-weight: bold;
185
+ }
186
+
187
+ /* ========== message */
188
+ .message {
189
+ margin: 0;
190
+ padding: 0;
191
+ float: left;
192
+ }
193
+ .message .day {
194
+ margin: 0 0 8px 8px;
195
+ padding: 0;
196
+ width: 97%;
197
+ }
198
+ .message .day .section {
199
+ margin: 0;
200
+ padding: 0;
201
+ }
202
+ .message .day h2 {
203
+ margin: 0;
204
+ padding: 4px;
205
+ border: 6px solid #c33;
206
+ background: #ddd;
207
+ color: #c00;
208
+ }
209
+ .message .day h2 p {
210
+ text-align:
211
+ /*
212
+ margin: 0;
213
+ padding: 0;
214
+ */
215
+ border-top: 6px solid #c66;
216
+ }
217
+
218
+ .message tt {
219
+ font-size: small;
220
+ font-weight: bold;
221
+ }
222
+
223
+ /* end */
@@ -0,0 +1,224 @@
1
+ /* Copyright (C) 2003-2005 Kouichirou Eto, All rights reserved.
2
+ based on a design by Hironori Oooka.
3
+ This is free software with ABSOLUTELY NO WARRANTY.
4
+ You can redistribute it and/or modify it under the terms of the GNU GPL2. */
5
+
6
+ /* ========== general */
7
+ * {
8
+ padding: 0;
9
+ margin: 0;
10
+ }
11
+ body {
12
+ background-color: #fff;
13
+ color: #000;
14
+ font-family: Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
15
+ line-height: 1.33;
16
+ font-size: small;
17
+ }
18
+ h1, h2, h3, h4, h5, h6 {
19
+ font-size: medium;
20
+ }
21
+ h3, h4, h5, h6 {
22
+ position: relative;
23
+ margin: 0;
24
+ padding: 0;
25
+ /*background-color: #cdc;*/
26
+ /*color: #333;*/
27
+ }
28
+ h3 {
29
+
30
+ }
31
+ h4 {
32
+ }
33
+ h5 {
34
+ }
35
+ h6 {
36
+ }
37
+
38
+ ul, ol {
39
+ margin: 0;
40
+ padding: 2em 0 2em 3em;
41
+ }
42
+ ul ul, ol ol, ul ol, ol ul {
43
+ margin: 0;
44
+ }
45
+ ul {
46
+ list-style: square url(qwikborder_li.png);
47
+ }
48
+ dl {
49
+ margin: 0;
50
+ padding: 0;
51
+ }
52
+ dt {
53
+ margin: 0;
54
+ padding: 0;
55
+ font-weight: bold;
56
+ /*
57
+ border-bottom: 1px solid #bbb;
58
+ */
59
+ border-bottom: 1px solid #9c9;
60
+ }
61
+ dd {
62
+ margin: 0 0 0 1.5em;
63
+ padding: 0;
64
+ }
65
+
66
+ pre {
67
+ margin: 1em 0;
68
+ padding: 0.5em;
69
+ background-color: #dfd;
70
+ border: 1px solid #aba;
71
+ font-size: medium;
72
+ }
73
+ blockquote {
74
+ margin: 0.75em 0;
75
+ padding: 0;
76
+ background-color: #efe;
77
+ border: 1px dotted #6b6;
78
+ }
79
+ blockquote blockquote {
80
+ margin: 0.75em;
81
+ padding: 0;
82
+ }
83
+ .section blockquote p {
84
+ margin: 0.5em;
85
+ padding: 0;
86
+ }
87
+
88
+ hr {
89
+ border: 2px dotted #6b6;
90
+ }
91
+
92
+ em, strong {
93
+ font-style: normal;
94
+ font-weight: bold;
95
+ }
96
+ strong {
97
+ color: #900;
98
+ }
99
+
100
+ a:link { color: #0c0; }
101
+ a:visited { color: #060; }
102
+ a:active, a:hover { color: #fff; background-color: #0c0; text-decoration: none; }
103
+
104
+ /* ========== container */
105
+ .container {
106
+ /*border: 13px solid #090;*/
107
+ height: 100%;
108
+ width: 80%;
109
+ margin-right: auto;
110
+ margin-left: auto;
111
+ position: relative;
112
+ }
113
+
114
+ /* ========== main */
115
+ .main {
116
+ float: right;
117
+ width: 75%;/* 80% - (5% * 2) */
118
+ padding: 2%;
119
+ }
120
+ .main h1 {
121
+ margin: 0 0 0 0;
122
+ padding: 2em 0 2em 0;
123
+ /*color: #090;*/
124
+ font-size: large;
125
+ }
126
+
127
+ .main h2{
128
+ margin: 2em;
129
+ padding: 2em 0 2em 0;
130
+ font-size: medium;
131
+
132
+ }
133
+ /* ==================== main adminmenu */
134
+ .adminmenu {
135
+ /*color: #090;*/
136
+ margin: 1em 0 0 0;
137
+ padding: 0;
138
+ font-size: small;
139
+ text-align: right;
140
+ }
141
+ .adminmenu a:link { }
142
+ .adminmenu a:visited { }
143
+ .adminmenu a:active, .adminmenu a:hover { }
144
+
145
+ .adminmenu li {
146
+ display: inline;
147
+ }
148
+ /* ==================== main day */
149
+ .day {
150
+ margin: 0;
151
+ padding: 0;
152
+ /*
153
+ clear: both;
154
+ */
155
+ }
156
+ .day h2 {
157
+ margin: 0 0 0 0;
158
+ padding: 2em 0 2em 0;
159
+ /*border-bottom: 2px solid #9c9;*/
160
+ /*color: #090;*/
161
+ /*background: url(qwikborder_h2.png) no-repeat 1% 60%*/;
162
+ }
163
+
164
+ /* ============================== main day body */
165
+ .body {
166
+ margin: 0;
167
+ padding: 0;
168
+ }
169
+ .section p {
170
+ margin: 0;
171
+ padding: 0;
172
+ }
173
+
174
+ /* ============================== main day comment */
175
+ .comment {
176
+ margin: 2em 0;
177
+ padding: 0.5em 30px;
178
+ font-size: small;
179
+ color: #060;
180
+ background-color: #eee;
181
+ }
182
+
183
+ /* ========== sidebar */
184
+ .sidebar {
185
+ margin: 2em 0 0 0
186
+ adding: 0;
187
+ float: left;
188
+ width: 20%;/* 20% - (2% * 2) */
189
+ font-size: small;
190
+ text-align: right;
191
+ }
192
+
193
+ .sidebar h2 {
194
+ position: relative;
195
+ /*left: -24px;*/
196
+ margin: 0;
197
+ /*padding: 0 0 0 23px;*/
198
+ padding: 0 0 0.5em 0;
199
+ /*color: #900;*/
200
+ background: url(qwikborder_ball.png) no-repeat 0% 85%;
201
+ font-size: medium;
202
+ }
203
+ .sidebar h3 {
204
+ margin: 0.2em 0;
205
+ padding: 0;
206
+ color: #090;
207
+ border: 0;
208
+ border-bottom: 1px solid #ccc;
209
+ background-color: transparent;
210
+ font-size: small;
211
+ }
212
+ .sidebar ul {
213
+ /*margin: 0.5em;*/
214
+ }
215
+ .sidebar li {
216
+ list-style-type: none;
217
+ line-height: 180%;
218
+ }
219
+ /* ========== toc */
220
+ .toc {
221
+ border-top: 2px solid #090;
222
+ }
223
+
224
+ /* end */