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,323 @@
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: #ddd url(qwiksystem_bg.png);
13
+ color: #000;
14
+ font-family: Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
15
+ line-height: 1.33;
16
+ }
17
+ h1, h2, h3, h4, h5, h6 {
18
+ font-size: medium;
19
+ }
20
+ h3, h4, h5, h6 {
21
+ margin: 1em 0;
22
+ padding: 0;
23
+ border-bottom: 2px dotted #6cc;
24
+ color: #099;
25
+ }
26
+ h4 {
27
+ border-bottom: 2px dotted #9cc;
28
+ }
29
+ h5 {
30
+ border-bottom: 2px dotted #ccc;
31
+ }
32
+ h6 {
33
+ border-bottom: 2px dotted #ccc;
34
+ font-weight: normal;
35
+ }
36
+
37
+ ul, ol {
38
+ margin: 0.5em 1.5em;
39
+ padding: 0;
40
+ }
41
+ ul ul, ol ol, ul ol, ol ul {
42
+ margin: 0 1em;
43
+ }
44
+ dl {
45
+ margin: 1em 0;
46
+ padding: 0;
47
+ }
48
+ dt {
49
+ margin: 0.5em 0 0.2em 0;
50
+ padding: 0;
51
+ font-weight: bold;
52
+ border-bottom: 1px solid #ccc;
53
+ }
54
+ dd {
55
+ margin: 0 0 0 1.5em;
56
+ padding: 0;
57
+ }
58
+
59
+ p {
60
+ margin: 0;
61
+ padding: 0;
62
+ }
63
+
64
+ pre {
65
+ margin: 1em 0;
66
+ padding: 0.5em;
67
+ background-color: #eff;
68
+ border: 1px solid #999;
69
+ }
70
+ blockquote {
71
+ margin: 0.75em 0;
72
+ padding: 0;
73
+ background-color: #eff;
74
+ border: 1px dotted #696;
75
+ }
76
+ blockquote blockquote {
77
+ margin: 0.75em;
78
+ padding: 0;
79
+ }
80
+ .section blockquote p {
81
+ margin: 0.5em;
82
+ padding: 0;
83
+ }
84
+
85
+ hr {
86
+ margin: 0.5em 0;
87
+ border: 1px solid #9cc;
88
+ /*
89
+ border: 1px dotted #9cc;
90
+ margin: 0;
91
+ padding: 0;
92
+ border: 2px dotted #9cc;
93
+ */
94
+ }
95
+
96
+ em, strong {
97
+ font-style: normal;
98
+ font-weight: bold;
99
+ }
100
+ strong {
101
+ color: #c00;
102
+ }
103
+
104
+ a:link { color: #099; }
105
+ a:visited { color: #066; }
106
+ a:active, a:hover { color: #fff; background-color: #099; text-decoration: none;}
107
+
108
+ /* copy from qwikcyan */
109
+ /* ========== container */
110
+ .container {
111
+ }
112
+
113
+ /* ========== main */
114
+ .main {
115
+ margin: 0 0 0 180px;
116
+ padding: 0 1em 2em;
117
+ }
118
+ .main h1 {
119
+ margin: 0 0 0.5em 0;
120
+ padding: 0.5em 1em 0.25em 1em;
121
+ border: 2px solid #9cc;
122
+ border-left: 10px solid #9cc;
123
+ color: #099;
124
+ }
125
+
126
+ /* ==================== main adminmenu */
127
+ .adminmenu {
128
+ color: #099;
129
+ margin: 0;
130
+ padding: 0.2em 0 0 0;
131
+ font-size: 90%;
132
+ text-align: right;
133
+ }
134
+ .adminmenu a:link { color: #f66; }
135
+ .adminmenu a:visited { color: #c33; }
136
+ .adminmenu a:active, .adminmenu a:hover { color: #fff; background-color: #c00; }
137
+ .adminmenu ul {
138
+ margin: 0;
139
+ padding: 0;
140
+ }
141
+
142
+ /* ==================== main day */
143
+ .day {
144
+ margin: 10px 0;
145
+ padding: 0 10px;
146
+ }
147
+ .day h2 {
148
+ margin: 0 0 0.5em 0;
149
+ padding: 0;
150
+ color: #066;
151
+ border-bottom: 2px dotted #066;
152
+ }
153
+
154
+ /* ============================== main day body */
155
+ .body {
156
+ margin: 1em 1em 1em 2em;
157
+ padding: 0;
158
+ }
159
+ .section {
160
+ margin: 1em 0;
161
+ padding: 0;
162
+ }
163
+ .section p {
164
+ margin: 1em 0;
165
+ padding: 0;
166
+ }
167
+
168
+ /* ============================== main day comment */
169
+ /*
170
+ padding: 0.5em 2em;
171
+ color: #099;
172
+ */
173
+ .comment {
174
+ margin: 0;
175
+ padding: 0.5em;
176
+ font-size: small;
177
+ }
178
+ /*
179
+ background-color: #eff;
180
+ */
181
+ #body_leave .day {
182
+ margin: 1em 0 1em 0;
183
+ border: 0px;
184
+ background-color: #fff;
185
+ }
186
+
187
+ /* ========== sidebar */
188
+ .sidebar {
189
+ position: absolute;
190
+ left: 0;
191
+ top: 0;
192
+ width: 180px;
193
+ font-size: small;
194
+ }
195
+
196
+ .sidebar h2 {
197
+ background-color: #099;
198
+ color: #fff;
199
+ margin: 1em 0;
200
+ padding: 0.1em 1em;
201
+ }
202
+ .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
203
+ font-size: small;
204
+ }
205
+ .sidebar ul {
206
+ margin: 0.5em 0 0.5em 1.5em;
207
+ }
208
+
209
+ /* ========== label */
210
+ a:link.label { color: #9cc; }
211
+ a:visited.label { color: #9cc; }
212
+ a:active.label,
213
+ a:hover.label { color: #fff; background-color: #099; }
214
+
215
+ /* end */
216
+
217
+ /* original from qwiksystem */
218
+
219
+ /* ========== header */
220
+ .header {
221
+ background: url(qwiksystem_header.png) repeat-x;
222
+ height: 70px;
223
+ margin: 0;
224
+ /* border: 1px solid #f00;*/
225
+ }
226
+ .header div {
227
+ background: url(qwiksystem_headerbar.png) no-repeat;
228
+ height: 70px;
229
+ }
230
+ .header div div {
231
+ background: url(qwiksystem_qwikweb.png) 100% 0% no-repeat;
232
+ height: 60px;
233
+ padding: 10px 10px 0 20px;
234
+ /* border: 1px solid #f00;*/
235
+ }
236
+
237
+ /* ========== msg */
238
+ /*
239
+ margin: 1em;
240
+ padding: 1em;
241
+ */
242
+ .msg {
243
+ margin: 0;
244
+ padding: 1em;
245
+ color: #033;
246
+ border: 2px solid #066;
247
+ }
248
+
249
+ /* ========== differ */
250
+ .differ {
251
+ margin: 0;
252
+ padding: 0.5em;
253
+ background-color: #eee;
254
+ color: #033;
255
+ border: 1px solid #666;
256
+ font-size: small;
257
+ font-family: monospace;
258
+ }
259
+ .differ del {
260
+ color: #66f;
261
+ }
262
+ .differ ins {
263
+ color: #c00;
264
+ font-weight: bold;
265
+ }
266
+
267
+ /* ========== form */
268
+ form.update {
269
+ width: 99%;
270
+ margin-left: auto;
271
+ margin-right: auto;
272
+ }
273
+ form.update textarea {
274
+ margin: 0;
275
+ padding: 1px;
276
+ width: 100%;
277
+ height: 350px;
278
+ }
279
+ input {
280
+ }
281
+ form.update input {
282
+ margin: 0.2em 0;
283
+ padding: 0 2em;
284
+ font-weight: bold;
285
+ background: #aaa url(qwiksystem_header.png);
286
+ font-family: Verdana,Helvetica,Arial,'MS UI Gothic',sans-serif;
287
+ }
288
+ .comment {
289
+ font-size: smaller;
290
+ }
291
+ .comment pre {
292
+ font-size: small;
293
+ }
294
+
295
+ /* history mode */
296
+ .period {
297
+ font-size: small;
298
+ }
299
+ .period h2, .period h3, .period h4, .period h5, .period h6 {
300
+ font-size: small;
301
+ }
302
+
303
+ /* ========== table for password */
304
+ table {
305
+ margin: 0;
306
+ border: 0;
307
+ /*
308
+ border: 1px solid #f00;
309
+ margin-left: auto;
310
+ margin-right: auto;
311
+ width: 100%;
312
+ margin: 0;
313
+ margin: 1em 0;
314
+ */
315
+ background-color: transparent;
316
+ }
317
+
318
+ td, th {
319
+ padding: 0.01em 0.45em 0.01em 0.45em;
320
+ border: 0;
321
+ }
322
+
323
+ /* end */
@@ -0,0 +1,413 @@
1
+ /* Copyright (C) 2003-2005 Takashi Maekawa, All rights reserved.
2
+ This is free software with ABSOLUTELY NO WARRANTY.
3
+ You can redistribute it and/or modify it under the terms of the GNU GPL2. */
4
+
5
+ /* ========== general */
6
+
7
+ * {
8
+ padding: 0;
9
+ margin: 0;
10
+ }
11
+
12
+ body {
13
+ background-image: url("./qwikviridian_bg.gif");
14
+ Background-repeat: repeat-y;
15
+ background-position: center top;
16
+ color: #000000;
17
+ font-size: small;
18
+ font-family: "�l�r �o�S�V�b�N","�q���M�m�p�S Pro W3","Osaka","Arial","Helvetica","Verdana","Tahoma",sans-serif;
19
+ }
20
+
21
+ h1, h2, h3, h4, h5, h6, pre {
22
+ /*font-size: small;*/
23
+ }
24
+
25
+ h3, h4, h5, h6 {
26
+ }
27
+
28
+ }
29
+ h5 {
30
+
31
+ }
32
+ h6 {
33
+
34
+ }
35
+
36
+ ul, ol {
37
+
38
+ }
39
+ ul ul, ol ol, ul ol, ol ul {
40
+
41
+ }
42
+ ul {
43
+ }
44
+
45
+ }
46
+ dl {
47
+ margin: 1em;
48
+ padding: 0;
49
+ }
50
+ dt {
51
+ margin: 0.5em 0 0 0;
52
+ padding: 0;
53
+ font-weight: bold;
54
+ border-bottom: 1px solid #bbb;
55
+ }
56
+ dd {
57
+ margin: 0 0 0 1.5em;
58
+ padding: 0;
59
+ }
60
+ pre {
61
+ margin: 0.75em 0;
62
+ padding: 0.5em;
63
+ background-color: #fff;
64
+ border: 1px dotted #00B71E;
65
+ font-size: small;
66
+
67
+ }
68
+ blockquote {
69
+ margin: 0.75em 0;
70
+ padding: 0;
71
+ background-color: #efe;
72
+ border: 1px dotted #6b6;
73
+
74
+ }
75
+
76
+ .section blockquote p {
77
+ margin: 0.5em;
78
+ padding: 0;
79
+ }
80
+
81
+ hr {
82
+ border: 2px dotted #6b6;
83
+ }
84
+
85
+ em, strong {
86
+ font-style: normal;
87
+ font-weight: bold;
88
+ }
89
+
90
+ a {
91
+ color:#00B71E;
92
+ }
93
+ a:link {
94
+ color:#00B71E;
95
+ }
96
+ a:visited {
97
+ }
98
+ a:active, a:hover {
99
+
100
+ }
101
+
102
+ /* ========== table */
103
+ table {
104
+
105
+ }
106
+
107
+ td {
108
+
109
+ }
110
+
111
+ /* ========== visual framework ==========*/
112
+ .container {
113
+
114
+ margin-right: auto;
115
+ margin-left: auto;
116
+ position: relative;
117
+ /*width: 814px;*/
118
+ width: 800px;
119
+ background-color: #eee;
120
+ height: 100%;
121
+ }
122
+ .main {
123
+ float: right;
124
+ position: relative;
125
+ width: 578px; /* 580px - 1px * 1*/
126
+ background-color: #F9F9F9;
127
+ border-left: 1px dotted #00B71E;
128
+ /*margin-right: 6px;*/
129
+ }
130
+
131
+ div.footer {
132
+ display:block;
133
+ background-color: #00B71E;
134
+ margin-right: auto;
135
+ margin-left: auto;
136
+ padding: 14px 0px 14px 0px;
137
+ position: relative;
138
+ width: 800px;
139
+ text-align: center;
140
+ color: #fff;
141
+ font-size: small;
142
+ clear: both;
143
+ font-family: Helvetica,Arial,Verdana,'MS UI Gothic',sans-serif;
144
+ }
145
+
146
+
147
+ /* ========== main */
148
+
149
+ .main h1 {
150
+ margin: 30px;
151
+ font-size: x-large;
152
+ border-bottom: 1px solid #00B71E;
153
+ padding : 0px 0px 6px 0px;
154
+ color:#00B71E;
155
+ position:relative;
156
+
157
+ }
158
+
159
+ .main h2 {
160
+ margin: 0 0 0.5em 0;
161
+ padding: 0.4em;
162
+ font-size: medium;
163
+ background-image: url("./qwikviridian_bg_shade.gif");
164
+ /*background-image: url("./qwikviridian_bg.gif");}*/
165
+ /*Background-repeat: repeat-x;*/
166
+ /*background-color: #eee;*/
167
+ border: 1px solid #ccc;
168
+ border-left: 4px solid #00B71E;
169
+ color:#00B71E;
170
+ position:relative;
171
+
172
+ /*
173
+ margin: 30px 0px 30px 0px;
174
+ border-left: 4px solid #00B71E;
175
+ border-bottom: 1px solid #00B71E;
176
+ padding : 0px 0px 6px 6px;
177
+ color:#00B71E;
178
+ font-size: large;
179
+ */
180
+
181
+ }
182
+
183
+ .main h3 {
184
+ margin: 30px 0px 18px 0px;
185
+ border-left: 4px solid #00B71E;
186
+ border-bottom: 1px solid #00B71E;
187
+ padding : 0px 0px 6px 6px;
188
+ color:#00B71E;
189
+ font-size: medium;
190
+ position:relative;
191
+ }
192
+
193
+ .main h4 {
194
+ margin: 20px 0px 18px 0px;
195
+ border-bottom: 1px solid #00B71E;
196
+ padding : 0px 0px 6px 0px;
197
+ color:#00B71E;
198
+ font-size: medium;
199
+ position:relative;
200
+
201
+ }
202
+
203
+
204
+ .main h5 {
205
+ margin: 10px 0px 18px 0px;
206
+ border-bottom: 1px solid #00B71E;
207
+ padding : 0px 0px 6px 0px;
208
+ color:#00B71E;
209
+
210
+ font-size: small;
211
+ position:relative;
212
+ }
213
+
214
+ .main h6 {
215
+ margin: 10px 0px 18px 0px;
216
+ padding : 0px 0px 6px 0px;
217
+ color:#00B71E;
218
+ font-size: small;
219
+ position:relative;
220
+
221
+ }
222
+
223
+ .main p {
224
+ margin-top: 1em;
225
+ margin-bottom: 1em;
226
+ }
227
+
228
+ .main pre {
229
+ width:95%;
230
+ display: block;
231
+ overflow : auto;
232
+ }
233
+
234
+ .main brockquote {
235
+ width:95%;
236
+ display: block;
237
+ overflow : auto;
238
+ }
239
+ /* ============= toc */
240
+ .toc{
241
+ width: 200px;
242
+ padding 1em;
243
+ }
244
+ .toc h5{
245
+ padding-left:1em;
246
+ }
247
+ /* ==================== main adminmenu */
248
+ .adminmenu {
249
+ color: #393;
250
+ background-color: #ddd;
251
+ background-image: url("./qwikviridian_adminmenu_bg.gif");
252
+ /*background-image: url("./login_bg.gif");*/
253
+ margin: 0;
254
+ padding: 2px 30px 2px 30px;
255
+ font-size: 90%;
256
+ text-align: right;
257
+ border-bottom: 1px solid #00B71E;
258
+ }
259
+ .adminmenu a:link { color: #f66; }
260
+ .adminmenu a:visited { color: #c33; }
261
+ .adminmenu a:active, .adminmenu a:hover { color: #fff; background-color: #c00; }
262
+ .adminmenu ul {
263
+ margin: 0;
264
+ padding: 0;
265
+ }
266
+
267
+ /* ========== adminmenu */
268
+ .loginstatus {
269
+ float: left;
270
+ }
271
+ .adminmenu li {
272
+ display: inline;
273
+ }
274
+ .adminmenu li a {
275
+ padding: 0.2em 0.4em 0 0.4em;
276
+ }
277
+
278
+ /* ==================== main day */
279
+ .main .day {
280
+ margin: 30px;
281
+ }
282
+ /*
283
+ .main .day h2 {
284
+ }*/
285
+ .main li, .main ol {
286
+ margin-left: 1em;
287
+ }
288
+ .main ul,.main ol {
289
+ margin-left: 1em;
290
+ }
291
+
292
+
293
+ /* ============================== main day body */
294
+ .body {
295
+ line-height: 160%;
296
+ font-size: small;
297
+
298
+ }
299
+ .section {
300
+
301
+ }
302
+ .section p {
303
+
304
+ }
305
+
306
+ /* ========== ago */
307
+ .ago {
308
+ color: #888;
309
+ font-size: small;
310
+ }
311
+ /* ============================== main day comment */
312
+ .comment {
313
+ margin: 0;
314
+ padding: 0.5em 2em;
315
+ background-color: #EFEFEF;
316
+ font-size: small;
317
+ }
318
+ #body_leave .day {
319
+ margin: 30px;
320
+ border: 0px;
321
+ }
322
+
323
+ /* ========== sidebar*/
324
+ .sidebar {
325
+ color: #393;
326
+ margin: 0px;
327
+ padding-left: 20px;
328
+ padding-right: 20px;
329
+ position: relative;
330
+ float :left;
331
+ width: 181px; /* 220px - 20px * 2 - 1px */
332
+ font-size: small;
333
+ background-color: #eee;
334
+ border-top:18px solid #00B71E;
335
+ }
336
+
337
+ .sidebar h2 {
338
+ color:#00B71E;
339
+ margin-bottom: 22px;
340
+ margin-top: 22px;
341
+ border-bottom: 1px solid #00B71E;
342
+ font-size: medium;
343
+ }
344
+ .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
345
+
346
+ }
347
+ .sidebar ul {
348
+
349
+ }
350
+
351
+ .sidebar li {
352
+ list-style-type: none;
353
+ line-height: 160%;
354
+ background-color: #eee;
355
+ }
356
+ .sidebar div.recent li {
357
+ padding: 2px 4px 2px 4px;
358
+ margin-top:2px;
359
+ margin-bottom:2px;
360
+ border: 1px solid #00B71E;
361
+ list-style-type: none;
362
+ line-height: 160%;
363
+ background-color: #eee;
364
+ }
365
+ .sidebar a {
366
+ color:#00B71E;
367
+ padding: 4px 0 0 18px;
368
+ margin: 0 0 0 0;
369
+ background: url("qwikviridian_siderbar_li_a.gif") no-repeat 0% 100%;
370
+ }
371
+
372
+ .sidebar p.recent{
373
+ text-align: right;
374
+ margin: 1em 0em;
375
+ }
376
+
377
+ .sidebar a:link {
378
+ color:#00B71E;
379
+ }
380
+
381
+ .sidebar a:visited {
382
+ color:#00B71E;
383
+ }
384
+ .sidebar a:hover,.sidebar a:active{
385
+ color:#FF6666;
386
+ }
387
+
388
+ /* ========== print out */
389
+ @media print {
390
+ h2 {
391
+ color: #000 ! important;
392
+ border: 2px solid #393 ! important;
393
+ /*
394
+ padding: 0 ! important;
395
+ */
396
+ }
397
+ h3 {
398
+ color: #000 ! important;
399
+ /*
400
+ padding: 0 ! important;
401
+ border-bottom: 1px solid #393 ! important;
402
+ */
403
+ }
404
+ .day {
405
+ border: 0 ! important;
406
+ }
407
+ .section {
408
+ margin: 1em 0em 1em 1em ! important;
409
+ padding: 0;
410
+ }
411
+ }
412
+
413
+ /* end */