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,23 @@
1
+ /* The following styles size and place the slide components.
2
+ Edit them if you want to change the overall slide layout.
3
+ The commented lines can be uncommented (and modified, if necessary)
4
+ to help you with the rearrangement process. */
5
+
6
+ div#header, div#footer, .slide {width: 100%; top: 0; left: 0;}
7
+ div#header {top: 0; left: 0; z-index: 1;}
8
+ div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
9
+ .slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
10
+
11
+ div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
12
+ div#controls form {margin: 0; padding: 0;}
13
+
14
+ #currentSlide {position: absolute; left: 0; bottom: 0.5em; z-index: 10;
15
+ width: 100%; text-align: center;}
16
+ html>body #currentSlide {position: fixed;}
17
+
18
+ /*
19
+ div#header {background: #FCC;}
20
+ div#footer {background: #CCF;}
21
+ div#controls {background: #BBD;}
22
+ div#currentSlide {background: #FFC;}
23
+ */
@@ -0,0 +1,44 @@
1
+ /*
2
+ Theme: i18n
3
+ Eric A. Meyer (http://meyerweb.com/)
4
+ Theme placed under CC by-sa 2.0 license
5
+ */
6
+
7
+ body {background: #95A7D4 url(bg-slide.jpg) 100% 100% no-repeat; color: #210; font: 28px Arial, sans-serif;}
8
+ a {text-decoration: none; color: #336; border-bottom: 1px dotted;}
9
+ h1, h2, h3, h4, h5, h6 {font-size: 1em; margin: 0;}
10
+ sup {font-size: 0.75em; font-weight: normal;
11
+ vertical-align: 0.5em; line-height: 1px;}
12
+ ul {margin-left: 1em; padding-left: 0;}
13
+ li {margin-bottom: 0.66em;}
14
+ li li {margin: 0.33em 0; font-size: smaller;}
15
+
16
+ #header {background: url(bg-shade.png); border-bottom: 1px solid #333;
17
+ padding-bottom: 2em;}
18
+ #footer {background: url(bg-shade.png); color: #BBB; border-top: 1px solid #333;}
19
+ #header, #footer {font-size: 0.5em;}
20
+ #footer h1, #footer h2 { padding: 0.5em 0.75em;
21
+ font-weight: normal; font-style: italic;}
22
+ #footer h1 {left: 0; font-size: 1em; letter-spacing: 1px;}
23
+ #footer h2 {position: absolute; bottom: 0; right: 0;}
24
+
25
+ #controls {font-size: 0.75em;}
26
+ #navList {margin-top: 3px;}
27
+ #navLinks a {margin: 0 0.33em; padding: 0 0.25em;
28
+ border: 1px solid; border-color: #CCD #556 #556 #CCD;
29
+ background-color: #8597C4;}
30
+
31
+ #currentSlide {font-size: 0.5em;}
32
+ #currentSlide span {font-size: 13px; color: rgb(49%,47%,66%);}
33
+ #currentSlide #csSep {display: none;}
34
+ #currentSlide #csHere {font-weight: bold;}
35
+ #currentSlide #csHere:before {content: "#"; font-weight: normal;}
36
+ #currentSlide #csTotal:before {content: " of ";}
37
+
38
+ .slide h1 {font-size: 1.66em; line-height: 1; letter-spacing: -1px;
39
+ margin: 0 -15% 1em 0; padding: 0.5em 15% 0.06125em 0; border-bottom: 0.06125em solid rgb(90,94,120);}
40
+ #slide0 h1 {border: none; font-size: 2.25em; letter-spacing: 0; margin: 3em 0 1.5em;}
41
+ #slide0 h3 {margin: 0.5em 0 0;}
42
+ #slide0 h4 {margin-top: 0; font-size: smaller;}
43
+
44
+ .slide .current {color: #003; text-shadow: 0 0 0.25em #9AABD7;}
@@ -0,0 +1,9 @@
1
+ /* Do not edit or override these styles! The system will likely break if you do. */
2
+
3
+ div#header, div#footer, div#controls, div.slide {position: absolute;}
4
+ html>body div#header, html>body div#footer,
5
+ html>body div#controls, html>body div.slide {position: fixed;}
6
+ .handout {display: none;}
7
+ .layout {display: block;}
8
+ div.slide, .hideme, .incremental {visibility: hidden;}
9
+ #slide0 {visibility: visible;}
@@ -0,0 +1,3 @@
1
+ @import url(s5-core.css); /* required to make the slide show run at all */
2
+ @import url(framing.css); /* sets basic placement and size of slide components */
3
+ @import url(pretty.css); /* stuff that makes the slides look better than blah */
@@ -0,0 +1,25 @@
1
+ /* The following styles size and place the slide components.
2
+ Edit them if you want to change the overall slide layout.
3
+ The commented lines can be uncommented (and modified, if necessary)
4
+ to help you with the rearrangement process. */
5
+
6
+ div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7
+ div#header {top: 0; height: 1em;}
8
+ div#footer {top: auto; bottom: 0; height: 2.5em;}
9
+ div.slide {top: 0; width: 92%; padding: 3.5em 4% 4%;}
10
+ /*div#controls {left: 50%; top: 0; width: 50%; height: 100%;}
11
+ #footer>*/
12
+ div#controls {bottom: 0; top: auto; height: auto;}
13
+
14
+ div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
15
+ margin: 0;}
16
+ div#currentSlide {position: absolute; left: -500px; bottom: 1em; width: 130px; z-index: 10;}
17
+ /*html>body
18
+ #currentSlide {position: fixed;}*/
19
+
20
+ /*
21
+ div#header {background: #FCC;}
22
+ div#footer {background: #CCF;}
23
+ div#controls {background: #BBD;}
24
+ div#currentSlide {background: #FFC;}
25
+ */
@@ -0,0 +1,80 @@
1
+ /* Pixel Theme 2004 by Martin Hense ::: www.lounge7.de */
2
+
3
+ /* Following are the presentation styles -- edit away!
4
+ Note that the 'body' font size may have to be changed if the resolution is
5
+ different than expected. */
6
+
7
+ body {background: transparent url(pixelbg.gif) repeat-y; color: #08093F; font-size: 1.8em;}
8
+ :link, :visited {text-decoration: none;}
9
+ #controls :active {color: #88A !important;}
10
+ #controls :focus {outline: 1px dotted #227;}
11
+ h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
12
+ ul, pre {margin: 0; line-height: 1em;}
13
+ html, body {margin: 0; padding: 0;}
14
+
15
+ blockquote, q {font-style: italic;}
16
+ blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
17
+ blockquote p {margin: 0;}
18
+ blockquote i {font-style: normal;}
19
+ blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
20
+ blockquote b i {font-style: italic;}
21
+
22
+ kbd {font-weight: bold; font-size: 1em;}
23
+ sup {font-size: smaller; line-height: 1px;}
24
+
25
+ code {padding: 2px 0.25em; font-weight: bold; color: #533;}
26
+ code.bad, code del {color: red;}
27
+ code.old {color: silver;}
28
+ pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
29
+ pre code {display: block;}
30
+ ul {margin-right: 7%; margin-left: 50px; list-style: square;}
31
+ li {margin-top: 0.75em; margin-right: 0;}
32
+ ul ul {line-height: 1;}
33
+ ul ul li {margin: .2em; font-size: 85%; list-style: square;}
34
+ img.leader {display: block; margin: 0 auto;}
35
+
36
+ div#header, div#footer {background: #005; color: #646587;
37
+ font-family: Verdana, Helvetica, sans-serif;}
38
+ div#header {background: transparent url(pixelheader.jpg) 0 0 no-repeat; height: 75px;}
39
+ div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0; border-top: 1px solid #08093F; background: #fff;}
40
+ #footer h1, #footer h2 {display: block; padding: 0 1em;}
41
+ #footer h2 {font-style: italic;}
42
+
43
+ div.long {font-size: 0.75em;}
44
+ .slide {font-family: Verdana, Helvetica, Arial, sans-serif;}
45
+ .slide h1 {position: absolute; z-index: 1;
46
+ margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
47
+ font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;
48
+ top: 1.4em; left: 2%;
49
+ color: #08093F; background: transparent;}
50
+ .slide h3 {font-size: 130%;}
51
+ h1 abbr {font-variant: small-caps;}
52
+
53
+ div#controls {position: absolute; z-index: 1; left: 50%; top: 0;
54
+ width: 50%; height: 100%;
55
+ text-align: right;}
56
+ #footer>div#controls {position: fixed; bottom: 0; padding: 1em 0;
57
+ top: auto; height: auto;}
58
+ div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
59
+ margin: 0; padding: 0;}
60
+ div#controls a {font-size: 2em; padding: 0; margin: 0 0.5em;
61
+ border: none;
62
+ cursor: pointer;
63
+ background: #fff; color: #646587;}
64
+ div#controls select {visibility: hidden; background: #DDD; color: #227;}
65
+ div#controls div:hover select {visibility: visible;}
66
+
67
+ #currentSlide {text-align: center; font-size: 0.5em; color: #646587;
68
+ font-family: Verdana, Helvetica, sans-serif; font-weight: bold;}
69
+
70
+ #slide0 {padding-top: 3.5em; font-size: 90%;}
71
+ #slide0 h1 {position: static; white-space: normal;
72
+ margin: 0; padding: 60px 60px 0 150px; text-align: right;
73
+ font: bold 2em Helvetica, sans-serif; white-space: normal; height: 281px;
74
+ color: #fff; background: transparent url(pixelslide0bg.gif) no-repeat;}
75
+ #slide0 h3 {margin-top: 0.5em; font-size: 1.5em;}
76
+ #slide0 h4 {margin-top: 0; font-size: 1em;}
77
+
78
+ ul.urls {list-style: none; display: inline; margin: 0;}
79
+ .urls li {display: inline; margin: 0;}
80
+ .note {display: none;}
@@ -0,0 +1,11 @@
1
+ /* Do not edit or override these styles! The system will likely break if you do. */
2
+
3
+ div#header, div#footer, div.slide {position: absolute;}
4
+ html>body div#header, html>body div#footer, html>body div.slide {position: fixed;}
5
+ div#header {z-index: 1;}
6
+ div.slide {z-index: 2; visibility: hidden;}
7
+ #slide0 {visibility: visible;}
8
+ div#footer {z-index: 5;}
9
+ div#controls {position: absolute; z-index: 1;}
10
+ #footer>div#controls {position: fixed;}
11
+ .handout {display: none;}
@@ -0,0 +1,3 @@
1
+ @import url(s5-core.css); /* required to make the slide show run at all */
2
+ @import url(framing.css); /* sets basic placement and size of slide components */
3
+ @import url(pretty.css); /* stuff that makes the slides look better than blah */
@@ -0,0 +1,23 @@
1
+ /* The following styles size and place the slide components.
2
+ Edit them if you want to change the overall slide layout.
3
+ The commented lines can be uncommented (and modified, if necessary)
4
+ to help you with the rearrangement process. */
5
+
6
+ div#header, div#footer, div.slide {width: 100%; top: 0; left: 0;}
7
+ div#header {top: 0; left: 0; z-index: 1;}
8
+ div#footer {top: auto; bottom: 0; width: 100%; z-index: 5;}
9
+ div.slide {top: 0; width: 88%; padding: 1em 7% 2em 5%; z-index: 2;}
10
+
11
+ div#controls {bottom: 1em; left: 0; width: 100%; text-align: center; z-index: 1000;}
12
+ div#controls form {margin: 0; padding: 0;}
13
+
14
+ #currentSlide {position: absolute; left: 0; bottom: 0.5em; z-index: 10;
15
+ width: 100%; text-align: center;}
16
+ html>body #currentSlide {position: fixed;}
17
+
18
+ /*
19
+ div#header {background: #FCC;}
20
+ div#footer {background: #CCF;}
21
+ div#controls {background: #BBD;}
22
+ div#currentSlide {background: #FFC;}
23
+ */
@@ -0,0 +1,245 @@
1
+ /*
2
+ Theme: qwikblack
3
+ Kouichirou Eto (http://eto.com/)
4
+
5
+ Theme placed under CC by-sa 2.0 license
6
+ */
7
+
8
+ /* ==================== basic */
9
+ * {
10
+ padding: 0;
11
+ margin: 0;
12
+ }
13
+
14
+ html {
15
+ scrollbar-face-color: #003;
16
+ scrollbar-highlight-color: #003;
17
+ scrollbar-shadow-color: #003;
18
+ scrollbar-3dlight-color: #003;
19
+ scrollbar-arrow-color: #003;
20
+ scrollbar-track-color: #003;
21
+ scrollbar-darkshadow-color: #003;
22
+ }
23
+
24
+ body {
25
+ background: #003 100% 100% no-repeat;
26
+ color: #fff;
27
+ font-size: 28px;
28
+ font-family: "���˃S�V�b�N Std M","A-OTF �S�V�b�NMB101 Pro B","IPA P�S�V�b�N",Helvetica,Arial,sans-serif;
29
+ }
30
+
31
+ h1, h2, h3, h4, h5, h6 {
32
+ font-size: 1em;
33
+ margin: 0;
34
+ font-weight: normal;
35
+ font-family: "���˃S�V�b�N Std B","A-OTF �S�V�b�NMB101 Pro B","IPA P�S�V�b�N",Helvetica,Arial,sans-serif;
36
+ color: #fff;
37
+ }
38
+
39
+ h3 { padding-left: 0.5em; }
40
+ h4 { padding-left: 1.0em; }
41
+ h5 { padding-left: 1.5em; }
42
+ h5 { padding-left: 2.0em; }
43
+
44
+ p {
45
+ margin: 0.5em 0;
46
+ padding: 0;
47
+ font-size: 1.2em;
48
+ }
49
+
50
+ ul, ol {
51
+ margin: 0.5em 0 0.5em 1.0em;
52
+ padding-left: 0;
53
+ }
54
+ li {
55
+ margin-bottom: 0.6em;
56
+ list-style: square;
57
+ font-size: 1.2em;
58
+ }
59
+ li li {
60
+ margin: 0.3em 0;
61
+ font-size: 85%;
62
+ }
63
+
64
+ dl {
65
+ margin: 0.3em 1em 0.3em 0;
66
+ padding: 0;
67
+ }
68
+ dt {
69
+ margin: 0.3em 0 0 0;
70
+ padding: 0;
71
+ font-weight: bold;
72
+ }
73
+ dd {
74
+ margin: 0 0 0 1.5em;
75
+ padding: 0;
76
+ }
77
+
78
+ pre {
79
+ margin: 0.3em 1em 0.3em 0;
80
+ padding: 0.1em 0.2em 0 0.2em;
81
+ border: 2px solid #bbd;
82
+ font-family: "���˃S�V�b�N Std L","Courier New",sans-serif;
83
+ }
84
+ blockquote {
85
+ margin: 0.3em 1em 0.3em 0;
86
+ padding: 0.1em 0.2em 0.1em 0.2em;
87
+ border: 2px dotted #cce;
88
+ }
89
+ blockquote blockquote {
90
+ margin: 0.75em;
91
+ padding: 0;
92
+ }
93
+ .section blockquote p {
94
+ margin: 0.5em;
95
+ padding: 0;
96
+ }
97
+
98
+ hr {
99
+ margin: 0 1em 0 0;
100
+ padding: 0;
101
+ border: 2px dotted #cce;
102
+ }
103
+
104
+ em, strong {
105
+ font-style: normal;
106
+ font-family: "���˃S�V�b�N Std H",Helvetica,Arial,sans-serif;
107
+ }
108
+ em {
109
+ color: #ccc;
110
+ }
111
+ strong {
112
+ color: #f60;
113
+ }
114
+ a {
115
+ color: #ccf;
116
+ }
117
+
118
+ sup {
119
+ font-size: 0.75em;
120
+ font-weight: normal;
121
+ vertical-align: 0.5em;
122
+ line-height: 1px;
123
+ }
124
+
125
+ /* ==================== The first slide */
126
+ #slide0 h1 {
127
+ border: none;
128
+ font-size: 2.00em;
129
+ font-weight: normal;
130
+ margin: 3em 0 1.5em 0;
131
+ }
132
+ #slide0 h2 {
133
+ margin: 0.5em 0 0 0;
134
+ font-size: 1.25em;
135
+ }
136
+ #slide0 h3 {
137
+ margin: 0.5em 0 0 0;
138
+ font-size: 0.90em;
139
+ }
140
+ #slide0 h4 {
141
+ margin-top: 0;
142
+ font-size: smaller;
143
+ }
144
+
145
+ /* ==================== slide */
146
+ .slide h1 {
147
+ font-size: 1.35em;
148
+ line-height: 1;
149
+ letter-spacing: -1px;
150
+ margin: 2.0em 0 0.7em 0;
151
+ padding: 0;
152
+ }
153
+
154
+ /* ==================== .slide .current */
155
+ .slide .current {
156
+ border: 1px solid #f00;
157
+ }
158
+ .slide {
159
+ }
160
+
161
+ /* ==================== current slide */
162
+ #currentSlide {
163
+ font-size: 0.5em;
164
+ }
165
+ #currentSlide span {
166
+ font-size: 13px;
167
+ color: #bbb;
168
+ }
169
+ #currentSlide #csSep {
170
+ display: none;
171
+ }
172
+ #currentSlide #csHere {
173
+ font-weight: bold;
174
+ }
175
+ #currentSlide #csHere:before {
176
+ content: "#";
177
+ font-weight: normal;
178
+ }
179
+ #currentSlide #csTotal:before {
180
+ content: " of ";
181
+ }
182
+
183
+ /* ==================== header, footer */
184
+ #header,
185
+ #footer {
186
+ font-size: 0.5em;
187
+ background: #336;
188
+ filter: Alpha(
189
+ Opacity=50,
190
+ FinishOpacity=100,
191
+ Style=1,
192
+ StartX=100,
193
+ FinishX=0,
194
+ StartY=100,
195
+ FinishY=100);
196
+ }
197
+
198
+ /* ========== header */
199
+ #header {
200
+ border-bottom: 1px solid #333;
201
+ padding-bottom: 2em;
202
+ font-family: "���˃S�V�b�N Std L","A-OTF �S�V�b�NMB101 Pro B","IPA P�S�V�b�N",Helvetica,Arial,sans-serif;
203
+ }
204
+
205
+ /* ========== footer */
206
+ #footer {
207
+ color: #bbb;
208
+ border-top: 1px solid #333;
209
+ font-family: "���˃S�V�b�N Std L","A-OTF �S�V�b�NMB101 Pro B","IPA P�S�V�b�N",Helvetica,Arial,sans-serif;
210
+ }
211
+ #footer h1,
212
+ #footer h2 {
213
+ padding: 0.5em 0.75em;
214
+ font-weight: normal;
215
+ }
216
+ #footer h1 {
217
+ left: 0;
218
+ font-size: 1em;
219
+ letter-spacing: 1px;
220
+ }
221
+ #footer h2 {
222
+ position: absolute;
223
+ bottom: 0;
224
+ right: 0;
225
+ }
226
+
227
+ #navLinks a {
228
+ margin: 0 0.33em;
229
+ padding: 0 0.25em;
230
+ border: 1px solid;
231
+ border-color: #CCD #556 #556 #CCD;
232
+ background-color: #8597C4;
233
+ }
234
+
235
+ /* ==================== slide frame */
236
+ /* see framing.css */
237
+
238
+ div.slide {
239
+ top: 0;
240
+ width: 95%;
241
+ padding: 0 0 0 5%;
242
+ z-index: 2;
243
+ }
244
+
245
+ /* end */
@@ -0,0 +1,9 @@
1
+ /* Do not edit or override these styles! The system will likely break if you do. */
2
+
3
+ div#header, div#footer, div#controls, div.slide {position: absolute;}
4
+ html>body div#header, html>body div#footer,
5
+ html>body div#controls, html>body div.slide {position: fixed;}
6
+ .handout {display: none;}
7
+ .layout {display: block;}
8
+ div.slide, .hideme, .incremental {visibility: hidden;}
9
+ #slide0 {visibility: visible;}
@@ -0,0 +1,3 @@
1
+ @import url(s5-core.css); /* required to make the slide show run at all */
2
+ @import url(framing.css); /* sets basic placement and size of slide components */
3
+ @import url(pretty.css); /* stuff that makes the slides look better than blah */
@@ -0,0 +1,61 @@
1
+ /* The following styles size and place the slide components.
2
+ Edit them if you want to change the overall slide layout.
3
+ The commented lines can be uncommented (and modified, if necessary)
4
+ to help you with the rearrangement process. */
5
+
6
+ div#header,
7
+ div#footer,
8
+ div.slide {
9
+ width: 100%;
10
+ top: 0;
11
+ left: 0;
12
+ }
13
+ div#header {
14
+ top: 0;
15
+ left: 0;
16
+ z-index: 1;
17
+ }
18
+ div#footer {
19
+ top: auto;
20
+ bottom: 0;
21
+ width: 100%;
22
+ z-index: 5;
23
+ }
24
+
25
+ div.slide {
26
+ top: 0;
27
+ width: 88%;
28
+ padding: 1em 7% 2em 5%;
29
+ z-index: 2;
30
+ }
31
+
32
+ div#controls {
33
+ bottom: 1em;
34
+ left: 0;
35
+ width: 100%;
36
+ text-align: center;
37
+ z-index: 1000;
38
+ }
39
+ div#controls form {
40
+ margin: 0;
41
+ padding: 0;
42
+ }
43
+
44
+ #currentSlide {
45
+ position: absolute;
46
+ left: 0;
47
+ bottom: 0.5em;
48
+ z-index: 10;
49
+ width: 100%;
50
+ text-align: center;
51
+ }
52
+ html>body #currentSlide {
53
+ position: fixed;
54
+ }
55
+
56
+ /*
57
+ div#header {background: #FCC;}
58
+ div#footer {background: #CCF;}
59
+ div#controls {background: #BBD;}
60
+ div#currentSlide {background: #FFC;}
61
+ */