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,336 @@
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("login_bg.gif");
22
+ color: #000;
23
+ font-family: Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
24
+ font-size: small;
25
+ }
26
+
27
+ h1 {
28
+ font-size: medium;
29
+ }
30
+
31
+ h2, h3, h4, h5, h6 {
32
+ margin: 8px 0;
33
+ padding: 0;
34
+ font-size: small;
35
+ }
36
+ h2 {
37
+ font-size: small;
38
+ }
39
+ h4 {
40
+ }
41
+ h5 {
42
+ }
43
+ h6 {
44
+ font-weight: normal;
45
+ }
46
+
47
+ img {
48
+ border: 0;
49
+ }
50
+
51
+ ul, ol {
52
+ /*margin: 8px 0px;*/
53
+ padding: 0;
54
+ list-style-position: inside;
55
+ /* for IE bug. I don't know why. */
56
+ /* height: 10px; */
57
+ }
58
+ ul {
59
+ list-style: square;
60
+ }
61
+ ul ul, ol ol, ul ol, ol ul {
62
+ margin: 0 16px;
63
+ }
64
+ li {
65
+ margin-left: 0px;
66
+ }
67
+ dl {
68
+ margin: 4px 16px 8px;
69
+ padding: 0;
70
+ }
71
+ dt {
72
+ margin: 4px 0 0 0;
73
+ padding: 0;
74
+ font-weight: bold;
75
+ }
76
+ dd {
77
+ margin: 0 0 0 24px;
78
+ padding: 0;
79
+ }
80
+
81
+ p {
82
+ margin: 8px 0;
83
+ padding: 0;
84
+ }
85
+ pre {
86
+ margin: 8px 8px;
87
+ padding: 4px;
88
+ background-color: #eff;
89
+ border: 1px solid #999;
90
+ font-size: small;
91
+ }
92
+ blockquote {
93
+ margin: 8px 8px;
94
+ padding: 0;
95
+ background-color: #eff;
96
+ border: 1px dotted #696;
97
+ }
98
+ blockquote p {
99
+ margin: 8px 8px;
100
+ }
101
+ blockquote blockquote {
102
+ margin: 8px;
103
+ padding: 0;
104
+ }
105
+
106
+ hr {
107
+ margin: 0 0;
108
+ border: 1px solid #999;
109
+ }
110
+
111
+ em, strong {
112
+ font-style: normal;
113
+ font-weight: bold;
114
+ }
115
+ strong {
116
+ color: #c00;
117
+ }
118
+
119
+ a:link { color: #099; }
120
+ a:visited { color: #066; }
121
+ a:active, a:hover { color: #fff; background-color: #099;
122
+ text-decoration: none;
123
+ }
124
+
125
+ /* ==================== container */
126
+ .container {
127
+ width: 100%;
128
+ margin-right: auto;
129
+ margin-left: auto;
130
+ position: relative;
131
+ }
132
+
133
+ /* ========== header */
134
+ .header {
135
+ margin: 0 0 8px 0;
136
+ padding: 8px 8px 8px 24px;
137
+ height: 24px; /* 8 + 24 + 8 = 40 */
138
+ background: transparent url("edit_title_bg.jpg") repeat-x 0 0;
139
+ }
140
+
141
+ /* ========== main */
142
+ .main {
143
+ margin: 0 172px 0 0; /* 8 + 160 + 4 */
144
+ padding: 0 0 0 8px;
145
+ height: 100%; /* IE bug fix. I don't know why. */
146
+ }
147
+
148
+ /* ========== day */
149
+ .day {
150
+ margin: 0 0 8px 0;
151
+ padding: 0;
152
+ background: #aaa url("edit_form_bg.jpg") repeat 0 0;
153
+ border: 1px solid #666;
154
+ }
155
+ .day h2 {
156
+ margin: 0;
157
+ padding: 2px 8px 0 8px;
158
+ border-top: 6px solid #0aa;
159
+ color: #066;
160
+ }
161
+
162
+ /* ========== section */
163
+ .section {
164
+ margin: 0 auto 0 auto;
165
+ padding: 0 0 8px 0;
166
+ width: 97%;
167
+ }
168
+ .section p {
169
+ margin: 4px 8px;
170
+ padding: 0;
171
+ }
172
+ .section .right {
173
+ text-align: right;
174
+ }
175
+ .section .right a {
176
+ padding: 0 0 0 18px; /* button */
177
+ margin: 0;
178
+ background: url("command.gif") no-repeat 0% 100%;
179
+ }
180
+ .section input.submit {
181
+ padding: 0 16px;
182
+ font-weight: bold;
183
+ font-family: Verdana,Helvetica,Arial,'MS UI Gothic',sans-serif;
184
+ }
185
+
186
+ /* ========== section_edit */
187
+ .section_edit {
188
+ }
189
+ .section_edit textarea {
190
+ width: 100%;
191
+ height: 450px;
192
+ }
193
+
194
+ /* ========== section_attach */
195
+ .section_attach .inputfile {
196
+ margin: 0;
197
+ padding: 0;
198
+ }
199
+ .section_attach .inputfile input {
200
+ width: 100%;
201
+ }
202
+ .section_attach .input_submit {
203
+ float: left;
204
+ }
205
+ .section_attach .attach_many {
206
+ margin: 8px 0 0 0;
207
+ padding: 0;
208
+ }
209
+
210
+ /* ========== sidebar */
211
+ .sidebar {
212
+ position: absolute;
213
+ right: 4px;
214
+ top: 48px;
215
+ width: 160px;
216
+ margin: 0;
217
+ padding: 0;
218
+ font-size: small;
219
+ }
220
+ .sidebar li {
221
+ padding: 0 8px 0 8px;
222
+ }
223
+ .sidebar .section {
224
+ margin: 0 0 8px 0;
225
+ /*padding: 0 0 4px 0;*/
226
+ padding: 0 0 12px 0;
227
+ background-image: url("sidebar_bg.gif");
228
+ border: 1px solid #666;
229
+ }
230
+ .sidebar h2 {
231
+ margin: 0;
232
+ padding: 3px 0 0 8px;
233
+ border-top: 6px solid #0AA;
234
+ color: #066;
235
+ }
236
+
237
+ .sidebar h3 {
238
+ margin: 8px 16px 0 0;
239
+ padding: 0;
240
+ color: #066;
241
+ border-bottom: 1px solid #0AA;
242
+ }
243
+
244
+ /* ========== sidebar edithistory */
245
+ .sidebar .edithistory ul li {
246
+ list-style: none;
247
+ list-style-position: outside;
248
+ padding: 0 0 0 18px; /* for button */
249
+ margin: 0 0 0 8px;
250
+ background: url("command.gif") no-repeat 0% 100%;
251
+ }
252
+ .sidebar .edithistory h2 {
253
+ margin: 0 0 8px 0;
254
+ }
255
+
256
+ /* ========== sidebar edithelp */
257
+ .sidebar .edithelp ul li {
258
+ margin: 0 0 0 8px;
259
+ padding: 0 0 0 0;
260
+ list-style: none;
261
+ list-style-position: outside;
262
+ color: #666;
263
+ }
264
+ .sidebar .edithelp ul li tt {
265
+ margin: 0 0;
266
+ padding: 0 2px;
267
+ color: #000;
268
+ background: #bbb;
269
+ }
270
+ .sidebar .edithelp p {
271
+ /*margin: 0 8px;*/
272
+ margin: 8px 8px 0 8px;
273
+ text-align: right;
274
+ }
275
+ .sidebar .edithelp p a {
276
+ padding: 0 0 0 16px;
277
+ margin: 0 0 0 0;
278
+ background: url("command.gif") no-repeat 0% 100%;
279
+ }
280
+ .sidebar .edithelp h2 {
281
+ margin: 0 0 8px 0;
282
+ }
283
+
284
+ /* ========== footer */
285
+ .footer {
286
+ margin: 0 0 0 0;
287
+ clear: both;
288
+ text-align: right;
289
+ }
290
+
291
+ /* ========== message */
292
+ .message {
293
+ margin: 0;
294
+ padding: 0;
295
+ }
296
+ .message .day {
297
+ margin: 0 0 8px 8px;
298
+ padding: 0;
299
+ width: 97%;
300
+ }
301
+ .message .day .section {
302
+ margin: 0;
303
+ padding: 0;
304
+ }
305
+ .message .day h2 {
306
+ margin: 0;
307
+ padding: 4px;
308
+ border: 6px solid #c33;
309
+ background: #ddd;
310
+ color: #c00;
311
+ }
312
+ .message .day h2 p {
313
+ text-align:
314
+ border-top: 6px solid #c66;
315
+ }
316
+ .message tt {
317
+ font-size: small;
318
+ font-weight: bold;
319
+ }
320
+
321
+ /* ========== differ */
322
+ .differ {
323
+ margin: 0 8px 8px 8px;
324
+ padding: 4px;
325
+ background: #eee;
326
+ border: 1px solid #999;
327
+ }
328
+ .differ del {
329
+ color: #33f;
330
+ }
331
+ .differ ins {
332
+ color: #c00;
333
+ font-weight: bold;
334
+ }
335
+
336
+ /* end */
@@ -0,0 +1,306 @@
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
+ * {
9
+ padding: 0;
10
+ margin: 0;
11
+ }
12
+
13
+ body {
14
+ background-color: #fff;
15
+ color: #000;
16
+ font-family:
17
+ /* "�q���M�m������2"
18
+ "�l�r �o����"
19
+ */
20
+ Helvetica,Arial,Verdana,sans-serif;
21
+ /*
22
+ Helvetica,Arial,Verdana,"�l�r �o�S�V�b�N",sans-serif;
23
+ */
24
+ line-height: 1.33;
25
+ }
26
+
27
+ h1, h2, h3, h4, h5, h6 {
28
+ font-size: medium;
29
+ }
30
+
31
+ h3, h4, h5, h6 {
32
+ margin: 1em 0;
33
+ padding: 0 0 0 1em;
34
+ position: relative;
35
+ left: -1em;
36
+ border-bottom: 2px dotted #393;
37
+ color: #090;
38
+ }
39
+ h4 {
40
+ margin: 0.5em 0;
41
+ margin-left: 1em;
42
+ padding-left: 0.5em;
43
+ color: #393;
44
+ font-weight: normal;
45
+ /*
46
+ border-bottom: 1px solid #9c9;
47
+ border-right: 2px dotted #393;
48
+ */
49
+ border-bottom: 2px dotted #393;
50
+ }
51
+ h5 {
52
+ margin: 0.5m 0;
53
+ margin-left: 2em;
54
+ padding-left: 0.5em;
55
+ color: #393;
56
+ font-weight: normal;
57
+ border-bottom: 2px dotted #ccc;
58
+ }
59
+ h6 {
60
+ margin: 0.5m 0;
61
+ margin-left: 3em;
62
+ padding-left: 0.5em;
63
+ color: #393;
64
+ font-weight: normal;
65
+ border-bottom: 2px dotted #ccc;
66
+ font-weight: normal;
67
+ }
68
+
69
+ ul, ol {
70
+ margin: 1em;
71
+ padding: 0;
72
+ }
73
+ ul ul, ol ol, ul ol, ol ul {
74
+ margin: 0 1em;
75
+ }
76
+ ul {
77
+ }
78
+ dl {
79
+ margin: 1em 0;
80
+ padding: 0;
81
+ }
82
+ dt {
83
+ margin: 0.5em 0 0.2em 0;
84
+ padding: 0;
85
+ font-weight: bold;
86
+ border-bottom: 1px solid #ccc;
87
+ }
88
+ dd {
89
+ margin: 0 0 0 1.5em;
90
+ padding: 0;
91
+ }
92
+
93
+ pre {
94
+ margin: 10px 0;
95
+ padding: 5px;
96
+ background-color: #f8ffee;
97
+ border: 1px solid #ce9;
98
+ }
99
+ blockquote {
100
+ margin: 0.75em 0;
101
+ padding: 0;
102
+ background-color: #fff;
103
+ border: 1px dotted #363;
104
+ }
105
+ blockquote blockquote {
106
+ margin: 0.75em;
107
+ padding: 0;
108
+ }
109
+ .section blockquote p {
110
+ margin: 0.5em;
111
+ padding: 0;
112
+ }
113
+
114
+ hr {
115
+ margin: 0;
116
+ padding: 0;
117
+ border: 2px dotted #393;
118
+ }
119
+
120
+ em, strong {
121
+ font-style: normal;
122
+ font-weight: bold;
123
+ }
124
+ strong {
125
+ color: #900;
126
+ }
127
+
128
+ a {
129
+ /*
130
+ text-decoration: none;
131
+ border-bottom: 1px dashed #3c3;
132
+ */
133
+ }
134
+ a:link { color: #0c0; }
135
+ a:visited { color: #060; }
136
+ a:active, a:hover {
137
+ color: #fff; background-color: #0c0;
138
+ text-decoration: none;
139
+ /*
140
+ border-bottom: 0;
141
+ */
142
+ }
143
+
144
+ /* ========== table */
145
+ table {
146
+ margin: 1em 0;
147
+ border-collapse: collapse;
148
+ border-top: 2px double #9c9;
149
+ border-bottom: 1px solid #9c9;
150
+ border-left: 1px solid #efd;
151
+ border-right: 1px solid #efd;
152
+ background-color: #f8fff8;
153
+ background-color: #fff;
154
+ }
155
+
156
+ td, th {
157
+ padding: 0.01em 0.45em 0.01em 0.45em;
158
+ border: 1px solid #9c9;
159
+ }
160
+
161
+ /* ========== container */
162
+ .container {
163
+ }
164
+
165
+ /* ========== main */
166
+ .main {
167
+ /*
168
+ margin: 0 0 0 180px;
169
+ */
170
+ margin: 0 0 0 160px;
171
+ padding: 0 1.5em;
172
+ }
173
+ .main h1 {
174
+ margin: 0 0 0.6em 0;
175
+ padding: 0.3em 0.5em 1.7em 0.5em;
176
+ border: 2px solid #393;
177
+ color: #393;
178
+ font-size: large;
179
+ }
180
+
181
+ /* ==================== main adminmenu */
182
+ .adminmenu {
183
+ margin: 0;
184
+ padding: 0.1em 0 0 0;
185
+ color: #393;
186
+ font-size: 90%;
187
+ text-align: right;
188
+ }
189
+ .adminmenu a {
190
+ text-decoration: none;
191
+ /*
192
+ border-bottom: 0;
193
+ */
194
+ }
195
+ .adminmenu a:link { color: #f66; }
196
+ .adminmenu a:visited { color: #c33; }
197
+ .adminmenu a:active, .adminmenu a:hover { color: #fff; background-color: #c00; }
198
+ .adminmenu ul {
199
+ margin: 0;
200
+ padding: 0;
201
+ }
202
+
203
+ /* ==================== main day */
204
+ .day {
205
+ border: 2px solid #393;
206
+ background-color: #efb;
207
+ /* clear: both;*/
208
+ }
209
+ .day h2 {
210
+ margin: 0;
211
+ padding: 0.1em 2em 0 2em;
212
+ background-color: #393;
213
+ color: #fff;
214
+ }
215
+
216
+ /* ============================== main day body */
217
+ .body {
218
+ margin: 1em;
219
+ }
220
+ .section {
221
+ margin: 1em 1em 1em 2em;
222
+ padding: 0;
223
+ }
224
+ .section p {
225
+ margin: 1em 0;
226
+ padding: 0;
227
+ }
228
+
229
+ /* ============================== main day comment */
230
+ .comment {
231
+ margin: 0;
232
+ padding: 0.5em 2em;
233
+ background-color: #efb;
234
+ font-size: small;
235
+ }
236
+ #body_leave .day {
237
+ margin: 1em 0 1em 0;
238
+ border: 0px;
239
+ background-color: #fff;
240
+ }
241
+
242
+ /* ========== sidebar */
243
+ .sidebar {
244
+ margin: 0;
245
+ padding: 20px;
246
+ position: absolute;
247
+ left: 0;
248
+ top: 0;
249
+ /*
250
+ width: 160px;
251
+ */
252
+ width: 150px;
253
+ font-size: small;
254
+ }
255
+
256
+ .sidebar h2 {
257
+ margin: 1em 0 0.5em 0;
258
+ padding: 2px 0 1px 3px;
259
+ background-color: #efe;
260
+ color: #900;
261
+ border-top: 2px dotted #393;
262
+ border-bottom: 2px dotted #393;
263
+ }
264
+ .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
265
+ margin: 0.5em 0;
266
+ padding: 0;
267
+ position: relative;
268
+ left: 0;
269
+ }
270
+ .sidebar ul {
271
+ margin: 0.5em;
272
+ }
273
+
274
+ /* ========== print out */
275
+ @media print {
276
+ a {
277
+ border-bottom: 0 ! important;
278
+ }
279
+ a.external {
280
+ padding: 0 ! important;
281
+ margin: 0 ! important;
282
+ background: transparent ! important;
283
+ }
284
+
285
+ h2 {
286
+ border: 2px solid #393 ! important;
287
+ }
288
+ h2, h3, h4, h5, h6 {
289
+ color: #000 ! important;
290
+ }
291
+ .day {
292
+ border: 0 ! important;
293
+ }
294
+ .section {
295
+ margin: 1em 0em 1em 1em ! important;
296
+ padding: 0;
297
+ }
298
+ }
299
+
300
+ /* ========== toc */
301
+ .toc {
302
+ margin: 0 0 0 0;
303
+ border: 2px solid #090;
304
+ }
305
+
306
+ /* end */