webgen 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) hide show
  1. data/ChangeLog +23 -187
  2. data/THANKS +8 -3
  3. data/VERSION +1 -1
  4. data/doc/examples/website_styles/1024px/README +9 -0
  5. data/doc/examples/website_styles/1024px/config.yaml +2 -0
  6. data/doc/examples/website_styles/1024px/src/about.page +12 -0
  7. data/doc/examples/website_styles/1024px/src/default.css +188 -0
  8. data/doc/examples/website_styles/1024px/src/default.template +62 -0
  9. data/doc/examples/website_styles/1024px/src/download.page +15 -0
  10. data/doc/examples/website_styles/1024px/src/features.page +8 -0
  11. data/doc/examples/website_styles/1024px/src/images/background.gif +0 -0
  12. data/doc/examples/website_styles/1024px/src/index.page +9 -0
  13. data/doc/examples/website_styles/1024px/src/screenshots.page +18 -0
  14. data/doc/examples/website_styles/andreas00/README +9 -0
  15. data/doc/examples/website_styles/andreas00/config.yaml +2 -0
  16. data/doc/examples/website_styles/andreas00/src/about.page +12 -0
  17. data/doc/examples/website_styles/andreas00/src/default.css +290 -0
  18. data/doc/examples/website_styles/andreas00/src/default.template +62 -0
  19. data/doc/examples/website_styles/andreas00/src/download.page +15 -0
  20. data/doc/examples/website_styles/andreas00/src/features.page +8 -0
  21. data/doc/examples/website_styles/andreas00/src/images/bg.gif +0 -0
  22. data/doc/examples/website_styles/andreas00/src/images/front.jpg +0 -0
  23. data/doc/examples/website_styles/andreas00/src/images/menubg.gif +0 -0
  24. data/doc/examples/website_styles/andreas00/src/images/menubg2.gif +0 -0
  25. data/doc/examples/website_styles/andreas00/src/index.page +9 -0
  26. data/doc/examples/website_styles/andreas00/src/screenshots.page +18 -0
  27. data/doc/examples/website_styles/andreas01/README +9 -0
  28. data/doc/examples/website_styles/andreas01/config.yaml +2 -0
  29. data/doc/examples/website_styles/andreas01/src/about.page +12 -0
  30. data/doc/examples/website_styles/andreas01/src/default.css +310 -0
  31. data/doc/examples/website_styles/andreas01/src/default.template +63 -0
  32. data/doc/examples/website_styles/andreas01/src/download.page +15 -0
  33. data/doc/examples/website_styles/andreas01/src/features.page +8 -0
  34. data/doc/examples/website_styles/andreas01/src/images/bg.gif +0 -0
  35. data/doc/examples/website_styles/andreas01/src/images/front.jpg +0 -0
  36. data/doc/examples/website_styles/andreas01/src/index.page +9 -0
  37. data/doc/examples/website_styles/andreas01/src/print.css +35 -0
  38. data/doc/examples/website_styles/andreas01/src/screenshots.page +18 -0
  39. data/doc/examples/website_styles/andreas03/README +9 -0
  40. data/doc/examples/website_styles/andreas03/config.yaml +2 -0
  41. data/doc/examples/website_styles/andreas03/src/about.page +12 -0
  42. data/doc/examples/website_styles/andreas03/src/default.css +223 -0
  43. data/doc/examples/website_styles/andreas03/src/default.template +60 -0
  44. data/doc/examples/website_styles/andreas03/src/download.page +15 -0
  45. data/doc/examples/website_styles/andreas03/src/features.page +8 -0
  46. data/doc/examples/website_styles/andreas03/src/images/bodybg.png +0 -0
  47. data/doc/examples/website_styles/andreas03/src/images/contbg.png +0 -0
  48. data/doc/examples/website_styles/andreas03/src/images/footerbg.png +0 -0
  49. data/doc/examples/website_styles/andreas03/src/images/gradient1.png +0 -0
  50. data/doc/examples/website_styles/andreas03/src/images/gradient2.png +0 -0
  51. data/doc/examples/website_styles/andreas03/src/index.page +9 -0
  52. data/doc/examples/website_styles/andreas03/src/screenshots.page +18 -0
  53. data/doc/examples/website_styles/andreas04/README +9 -0
  54. data/doc/examples/website_styles/andreas04/config.yaml +2 -0
  55. data/doc/examples/website_styles/andreas04/src/about.page +12 -0
  56. data/doc/examples/website_styles/andreas04/src/default.css +290 -0
  57. data/doc/examples/website_styles/andreas04/src/default.template +83 -0
  58. data/doc/examples/website_styles/andreas04/src/download.page +15 -0
  59. data/doc/examples/website_styles/andreas04/src/features.page +8 -0
  60. data/doc/examples/website_styles/andreas04/src/images/blinkarrow.gif +0 -0
  61. data/doc/examples/website_styles/andreas04/src/images/bodybg.png +0 -0
  62. data/doc/examples/website_styles/andreas04/src/images/contentbg.png +0 -0
  63. data/doc/examples/website_styles/andreas04/src/images/entrybg.png +0 -0
  64. data/doc/examples/website_styles/andreas04/src/images/flash.gif +0 -0
  65. data/doc/examples/website_styles/andreas04/src/images/flash2.gif +0 -0
  66. data/doc/examples/website_styles/andreas04/src/images/globe.gif +0 -0
  67. data/doc/examples/website_styles/andreas04/src/images/globebottom.gif +0 -0
  68. data/doc/examples/website_styles/andreas04/src/images/linkarrow.gif +0 -0
  69. data/doc/examples/website_styles/andreas04/src/images/menuhover.png +0 -0
  70. data/doc/examples/website_styles/andreas04/src/index.page +9 -0
  71. data/doc/examples/website_styles/andreas04/src/screenshots.page +18 -0
  72. data/doc/examples/website_styles/andreas05/README +9 -0
  73. data/doc/examples/website_styles/andreas05/config.yaml +2 -0
  74. data/doc/examples/website_styles/andreas05/src/about.page +12 -0
  75. data/doc/examples/website_styles/andreas05/src/default.css +33 -0
  76. data/doc/examples/website_styles/andreas05/src/default.template +42 -0
  77. data/doc/examples/website_styles/andreas05/src/download.page +15 -0
  78. data/doc/examples/website_styles/andreas05/src/features.page +8 -0
  79. data/doc/examples/website_styles/andreas05/src/images/bodybg.gif +0 -0
  80. data/doc/examples/website_styles/andreas05/src/images/front.png +0 -0
  81. data/doc/examples/website_styles/andreas05/src/index.page +9 -0
  82. data/doc/examples/website_styles/andreas05/src/screenshots.page +18 -0
  83. data/doc/examples/website_styles/andreas06/README +9 -0
  84. data/doc/examples/website_styles/andreas06/config.yaml +2 -0
  85. data/doc/examples/website_styles/andreas06/src/about.page +12 -0
  86. data/doc/examples/website_styles/andreas06/src/default.css +354 -0
  87. data/doc/examples/website_styles/andreas06/src/default.template +72 -0
  88. data/doc/examples/website_styles/andreas06/src/download.page +15 -0
  89. data/doc/examples/website_styles/andreas06/src/features.page +8 -0
  90. data/doc/examples/website_styles/andreas06/src/images/bodybg.gif +0 -0
  91. data/doc/examples/website_styles/andreas06/src/images/boxbg.gif +0 -0
  92. data/doc/examples/website_styles/andreas06/src/images/greypx.gif +0 -0
  93. data/doc/examples/website_styles/andreas06/src/images/header.jpg +0 -0
  94. data/doc/examples/website_styles/andreas06/src/images/innerbg.gif +0 -0
  95. data/doc/examples/website_styles/andreas06/src/images/leaves.jpg +0 -0
  96. data/doc/examples/website_styles/andreas06/src/images/tabs.gif +0 -0
  97. data/doc/examples/website_styles/andreas06/src/index.page +9 -0
  98. data/doc/examples/website_styles/andreas06/src/screenshots.page +18 -0
  99. data/doc/examples/website_styles/andreas07/README +9 -0
  100. data/doc/examples/website_styles/andreas07/config.yaml +2 -0
  101. data/doc/examples/website_styles/andreas07/src/about.page +12 -0
  102. data/doc/examples/website_styles/andreas07/src/browserfix.css +7 -0
  103. data/doc/examples/website_styles/andreas07/src/default.css +92 -0
  104. data/doc/examples/website_styles/andreas07/src/default.template +44 -0
  105. data/doc/examples/website_styles/andreas07/src/download.page +15 -0
  106. data/doc/examples/website_styles/andreas07/src/features.page +8 -0
  107. data/doc/examples/website_styles/andreas07/src/images/bodybg.gif +0 -0
  108. data/doc/examples/website_styles/andreas07/src/images/sidebarbg.gif +0 -0
  109. data/doc/examples/website_styles/andreas07/src/index.page +9 -0
  110. data/doc/examples/website_styles/andreas07/src/screenshots.page +18 -0
  111. data/doc/examples/website_styles/andreas08/README +9 -0
  112. data/doc/examples/website_styles/andreas08/config.yaml +2 -0
  113. data/doc/examples/website_styles/andreas08/src/about.page +12 -0
  114. data/doc/examples/website_styles/andreas08/src/default.css +224 -0
  115. data/doc/examples/website_styles/andreas08/src/default.template +53 -0
  116. data/doc/examples/website_styles/andreas08/src/download.page +15 -0
  117. data/doc/examples/website_styles/andreas08/src/features.page +8 -0
  118. data/doc/examples/website_styles/andreas08/src/index.page +9 -0
  119. data/doc/examples/website_styles/andreas08/src/screenshots.page +18 -0
  120. data/doc/examples/website_styles/andreas09/README +9 -0
  121. data/doc/examples/website_styles/andreas09/config.yaml +2 -0
  122. data/doc/examples/website_styles/andreas09/src/about.page +12 -0
  123. data/doc/examples/website_styles/andreas09/src/default.css +308 -0
  124. data/doc/examples/website_styles/andreas09/src/default.template +70 -0
  125. data/doc/examples/website_styles/andreas09/src/download.page +15 -0
  126. data/doc/examples/website_styles/andreas09/src/features.page +8 -0
  127. data/doc/examples/website_styles/andreas09/src/images/bodybg-black.jpg +0 -0
  128. data/doc/examples/website_styles/andreas09/src/images/bodybg-green.jpg +0 -0
  129. data/doc/examples/website_styles/andreas09/src/images/bodybg-orange.jpg +0 -0
  130. data/doc/examples/website_styles/andreas09/src/images/bodybg-purple.jpg +0 -0
  131. data/doc/examples/website_styles/andreas09/src/images/bodybg-red.jpg +0 -0
  132. data/doc/examples/website_styles/andreas09/src/images/bodybg.jpg +0 -0
  133. data/doc/examples/website_styles/andreas09/src/images/footerbg.jpg +0 -0
  134. data/doc/examples/website_styles/andreas09/src/images/menuhover-black.jpg +0 -0
  135. data/doc/examples/website_styles/andreas09/src/images/menuhover-green.jpg +0 -0
  136. data/doc/examples/website_styles/andreas09/src/images/menuhover-orange.jpg +0 -0
  137. data/doc/examples/website_styles/andreas09/src/images/menuhover-purple.jpg +0 -0
  138. data/doc/examples/website_styles/andreas09/src/images/menuhover-red.jpg +0 -0
  139. data/doc/examples/website_styles/andreas09/src/images/menuhover.jpg +0 -0
  140. data/doc/examples/website_styles/andreas09/src/index.page +9 -0
  141. data/doc/examples/website_styles/andreas09/src/screenshots.page +18 -0
  142. data/doc/examples/website_styles/default/README +9 -0
  143. data/doc/examples/website_styles/default/config.yaml +2 -0
  144. data/doc/examples/website_styles/default/src/about.page +12 -0
  145. data/doc/examples/website_styles/default/src/default.css +84 -0
  146. data/doc/examples/website_styles/default/src/default.template +38 -0
  147. data/doc/examples/website_styles/default/src/download.page +15 -0
  148. data/doc/examples/website_styles/default/src/features.page +8 -0
  149. data/doc/examples/website_styles/default/src/index.page +9 -0
  150. data/doc/examples/website_styles/default/src/screenshots.page +18 -0
  151. data/doc/examples/website_templates/default/README +8 -0
  152. data/doc/examples/website_templates/default/config.yaml +2 -0
  153. data/doc/examples/website_templates/default/src/default.css +84 -0
  154. data/doc/examples/website_templates/default/src/default.template +38 -0
  155. data/doc/examples/website_templates/default/src/index.page +8 -0
  156. data/doc/examples/website_templates/personal_hp/README +8 -0
  157. data/doc/examples/website_templates/personal_hp/config.yaml +2 -0
  158. data/doc/examples/website_templates/personal_hp/src/about.page +12 -0
  159. data/doc/examples/website_templates/personal_hp/src/default.css +84 -0
  160. data/doc/examples/website_templates/personal_hp/src/default.template +38 -0
  161. data/doc/examples/website_templates/personal_hp/src/index.page +9 -0
  162. data/doc/examples/website_templates/personal_hp/src/links.page +22 -0
  163. data/doc/examples/website_templates/personal_hp/src/projects.page +20 -0
  164. data/doc/examples/website_templates/project/README +9 -0
  165. data/doc/examples/website_templates/project/config.yaml +2 -0
  166. data/doc/examples/website_templates/project/src/about.page +12 -0
  167. data/doc/examples/website_templates/project/src/default.css +84 -0
  168. data/doc/examples/website_templates/project/src/default.template +38 -0
  169. data/doc/examples/website_templates/project/src/download.page +15 -0
  170. data/doc/examples/website_templates/project/src/features.page +8 -0
  171. data/doc/examples/website_templates/project/src/index.page +9 -0
  172. data/doc/examples/website_templates/project/src/screenshots.page +18 -0
  173. data/doc/plugin/gallery/slides/collage.rb +337 -0
  174. data/doc/src/default.template +4 -4
  175. data/doc/src/documentation/plugins/core/filehandler.page +6 -0
  176. data/doc/src/examples/gallery_styles/default/default.gallery +78 -0
  177. data/doc/src/examples/gallery_styles/default/gallery_gallery.template +38 -0
  178. data/doc/src/examples/gallery_styles/default/gallery_image.template +30 -0
  179. data/doc/src/examples/gallery_styles/default/gallery_main.template +18 -0
  180. data/doc/src/examples/gallery_styles/index.page +22 -0
  181. data/doc/src/examples/gallery_styles/slides/gallery_gallery.template +62 -0
  182. data/doc/src/examples/gallery_styles/slides/gallery_image.template +53 -0
  183. data/doc/src/examples/gallery_styles/slides/gallery_main.template +32 -0
  184. data/doc/src/examples/gallery_styles/slides/slides.gallery +79 -0
  185. data/doc/src/examples/sipttra_styles/default.page +5 -0
  186. data/doc/src/examples/sipttra_styles/default/css/sipttra.rcss +71 -0
  187. data/doc/src/examples/sipttra_styles/default/default.template +16 -0
  188. data/doc/src/examples/sipttra_styles/default/index.todo +60 -0
  189. data/doc/src/examples/sipttra_styles/default/js/sipttra.js +7 -0
  190. data/doc/src/examples/sipttra_styles/default/sipttra.template +105 -0
  191. data/doc/src/examples/sipttra_styles/index.page +17 -0
  192. data/doc/src/examples/website_styles/1024px.page +5 -0
  193. data/doc/src/examples/website_styles/andreas00.page +5 -0
  194. data/doc/src/examples/website_styles/andreas01.page +5 -0
  195. data/doc/src/examples/website_styles/andreas03.page +5 -0
  196. data/doc/src/examples/website_styles/andreas04.page +5 -0
  197. data/doc/src/examples/website_styles/andreas05.page +5 -0
  198. data/doc/src/examples/website_styles/andreas06.page +5 -0
  199. data/doc/src/examples/website_styles/andreas07.page +5 -0
  200. data/doc/src/examples/website_styles/andreas08.page +5 -0
  201. data/doc/src/examples/website_styles/andreas09.page +5 -0
  202. data/doc/src/examples/website_styles/default.page +5 -0
  203. data/doc/src/examples/website_styles/index.page +76 -0
  204. data/doc/src/examples/website_templates/default.page +5 -0
  205. data/doc/src/examples/website_templates/index.page +24 -0
  206. data/doc/src/examples/website_templates/personal_hp.page +5 -0
  207. data/doc/src/examples/website_templates/project.page +5 -0
  208. data/doc/src/news.page +8 -0
  209. data/lib/webgen/config.rb +1 -1
  210. data/lib/webgen/node.rb +4 -4
  211. data/lib/webgen/plugins/filehandlers/filehandler.rb +1 -1
  212. data/lib/webgen/plugins/filehandlers/gallery.rb +1 -1
  213. data/lib/webgen/plugins/filehandlers/page.rb +2 -2
  214. metadata +256 -2
@@ -0,0 +1,9 @@
1
+ ---
2
+ title: Homepage
3
+ inMenu: true
4
+ orderInfo: 0
5
+ directoryName: Project XXX
6
+ ---
7
+ h2. Project XXX
8
+
9
+ This is the first page your viewers will see!
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: Screenshots
3
+ inMenu: true
4
+ orderInfo: 40
5
+ ---
6
+ h2. Screenshots
7
+
8
+ h3. Main View
9
+
10
+ Image of Main View
11
+
12
+ Description of image
13
+
14
+ h3. Next image
15
+
16
+ Image
17
+
18
+ bla bla bla
@@ -0,0 +1,9 @@
1
+ description:
2
+ This template provides the basic files for a website for a software project.
3
+ You just need to fill in the correct data in the provided files and there
4
+ you go!
5
+
6
+ author:
7
+ Thomas Leitner
8
+ ---
9
+ note: This file can be deleted!
@@ -0,0 +1,2 @@
1
+ Core/Configuration:
2
+ outDir: ../../../output/examples/website_styles/andreas05
@@ -0,0 +1,12 @@
1
+ ---
2
+ title: About
3
+ inMenu: true
4
+ orderInfo: 10
5
+ ---
6
+ h2. About Project XXX
7
+
8
+ Description of project!
9
+
10
+ h2. About the Author
11
+
12
+ bla bla bla
@@ -0,0 +1,33 @@
1
+ /* andreas05 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given for the original design work.
2
+ Version: 2.0, July 15, 2006 */
3
+
4
+ /* General tags */
5
+ *{margin:0; padding:0;}
6
+ body{background:#ccc url(images/bodybg.gif) repeat; font:76% verdana,tahoma,sans-serif;}
7
+ a{background-color:inherit; color:#286ea0; font-weight:bold; text-decoration:none;}
8
+ a:hover{text-decoration:underline;}
9
+ p{margin:0 0 16px 0;}
10
+ ul, ol{margin:0 0 16px 15px; padding-left:5px;}
11
+ ul ul, ol ol{margin:3px 0 0 15px;}
12
+ img{float:left; margin:0 10px 5px 0;}
13
+
14
+ /* Headers */
15
+ h1{color:#555; font-size:3.6em; letter-spacing:-3px; margin:0; text-align:right;}
16
+ h2{font-size:1.6em; font-weight:normal; letter-spacing:-1px; margin:5px 0 10px;}
17
+
18
+ /* IDs */
19
+ #title{margin:20px auto -9px; width:700px;}
20
+ #container{background:#fff url(images/front.png) bottom left no-repeat; border:20px solid #555; color:#555; margin:0 auto 15px; padding:10px; width:700px; line-height:1.3em;}
21
+ #sidebar{float:left; padding-left:175px; width:110px;}
22
+ #sidebar p{margin:10px 0 5px 0; text-align:center; font-size:0.8em;}
23
+ #main{float:right; width:385px;}
24
+ #footer{clear:both;}
25
+
26
+ /* Menu */
27
+ #sidebar .webgen-menu ul {list-style-type: none; margin: 0px; padding: 0px;}
28
+ #sidebar .webgen-menu a, #sidebar .webgen-menu span {border:1px solid #ffffff; color:#286ea0; display:block; font-size:1.1em; font-weight:bold; padding:4px 2px 4px 10px; width:110px;}
29
+ #sidebar .webgen-menu a:hover, #sidebar .webgen-menu-item-selected a, #sidebar .webgen-menu-item-selected span {background-color:#f8f8f8; border:1px solid #dadada; color:#286ea0; text-decoration:none;}
30
+
31
+ /* Various classes */
32
+ .credits{color:#888; font-size:0.9em; margin-bottom:0;}
33
+ .credits a{color:#888;}
@@ -0,0 +1,42 @@
1
+ --- content, html
2
+ <?xml version="1.0" encoding="UTF-8"?>
3
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5
+ <head>
6
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7
+ <meta name="description" content="your description goes here" />
8
+ <meta name="keywords" content="your,keywords,goes,here" />
9
+ <meta name="author" content="Your Name / Original design: Andreas Viklund - http://andreasviklund.com/" />
10
+ <meta name="generator" content="webgen - http://webgen.rubyforge.org" />
11
+ <link rel="stylesheet" type="text/css" href="{relocatable: default.css}" />
12
+ <link rel="stylesheet" type="text/css" href="{resource: webgen-css}" />
13
+ <title>{title:}</title>
14
+ </head>
15
+
16
+ <body>
17
+ <div id="title"><h1>Site Title</h1></div>
18
+ <div id="container">
19
+ <div id="sidebar">
20
+
21
+ <h2>Site menu</h2>
22
+ {menu: {menuStyle: vertical, options: {maxLevels: 1}}}
23
+
24
+ <p class="sidenote">
25
+ Links:<br />
26
+ <a href="http://webgen.rubyforge.org">webgen homepage</a><br />
27
+ <a href="http://andreasviklund.com/templates">More templates</a><br />
28
+ <a href="http://openwebdesign.org">OWD</a><br />
29
+ <a href="http://oswd.org">OSWD</a>
30
+ </p>
31
+
32
+ </div>
33
+
34
+ <div id="main">
35
+ {block:}
36
+ <p class="credits"><strong>&copy; 2005 Your name</strong> | Generated by <a href="http://webgen.rubyforge.org">webgen</a> | Design by <a href="http://andreasviklund.com/">Andreas Viklund</a></p>
37
+ </div>
38
+
39
+ <div id="footer"></div>
40
+ </div>
41
+ </body>
42
+ </html>
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: Download
3
+ inMenu: true
4
+ orderInfo: 30
5
+ ---
6
+ h2. Download
7
+
8
+ Download link will be here!
9
+
10
+ List of dependencies:
11
+
12
+ * Dep One v. 3.3.3
13
+ * Dep Two v. 2.5.1 (optional)
14
+
15
+
@@ -0,0 +1,8 @@
1
+ ---
2
+ title: Features
3
+ inMenu: true
4
+ orderInfo: 20
5
+ ---
6
+ h2. Features
7
+
8
+ Here is the place where the feature list for your project should go.
@@ -0,0 +1,9 @@
1
+ ---
2
+ title: Homepage
3
+ inMenu: true
4
+ orderInfo: 0
5
+ directoryName: Project XXX
6
+ ---
7
+ h2. Project XXX
8
+
9
+ This is the first page your viewers will see!
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: Screenshots
3
+ inMenu: true
4
+ orderInfo: 40
5
+ ---
6
+ h2. Screenshots
7
+
8
+ h3. Main View
9
+
10
+ Image of Main View
11
+
12
+ Description of image
13
+
14
+ h3. Next image
15
+
16
+ Image
17
+
18
+ bla bla bla
@@ -0,0 +1,9 @@
1
+ description:
2
+ This template provides the basic files for a website for a software project.
3
+ You just need to fill in the correct data in the provided files and there
4
+ you go!
5
+
6
+ author:
7
+ Thomas Leitner
8
+ ---
9
+ note: This file can be deleted!
@@ -0,0 +1,2 @@
1
+ Core/Configuration:
2
+ outDir: ../../../output/examples/website_styles/andreas06
@@ -0,0 +1,12 @@
1
+ ---
2
+ title: About
3
+ inMenu: true
4
+ orderInfo: 10
5
+ ---
6
+ h2. About Project XXX
7
+
8
+ Description of project!
9
+
10
+ h2. About the Author
11
+
12
+ bla bla bla
@@ -0,0 +1,354 @@
1
+ /* andreas06 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
2
+
3
+ Version: 1.1, November 28, 2005 */
4
+
5
+ body{
6
+ background:#e0e0e0 url(images/bodybg.gif) repeat-x;
7
+ color:#505050;
8
+ font:76% Georgia,Verdana,Tahoma,Arial,sans-serif;
9
+ margin:0;
10
+ padding:0;
11
+ text-align:center;
12
+ }
13
+
14
+ p{
15
+ line-height:1.5em;
16
+ margin:0 0 15px;
17
+ }
18
+
19
+ a{
20
+ color:#fa9035;
21
+ font-weight:700;
22
+ text-decoration:none;
23
+ }
24
+
25
+ a:hover{
26
+ color:#d04a10;
27
+ }
28
+
29
+ hr{
30
+ height:1px;
31
+ margin:10px 0;
32
+ width:98%;
33
+ }
34
+
35
+ dt{
36
+ font-weight:700;
37
+ }
38
+
39
+ dd{
40
+ margin:1px 0 12px 15px;
41
+ }
42
+
43
+ #container{
44
+ background:#c0c0c0 url(images/bodybg.gif) repeat-x;
45
+ margin:0 auto;
46
+ text-align:left;
47
+ width:752px;
48
+ }
49
+
50
+ #sitename{
51
+ background:url(images/leaves.jpg) top center no-repeat;
52
+ color:#ffffff;
53
+ font-weight:400;
54
+ height:80px;
55
+ margin:0 20px 10px 0;
56
+ text-align:center;
57
+ }
58
+
59
+ #sitename h1{
60
+ font-size:2.2em;
61
+ margin:0;
62
+ padding-top:20px;
63
+ }
64
+
65
+ #sitename span{
66
+ font-size:1.6em;
67
+ letter-spacing:-1px;
68
+ margin:0;
69
+ }
70
+
71
+ #nav{
72
+ background:url(images/greypx.gif) bottom left repeat-x;
73
+ float:left;
74
+ width:752px;
75
+ }
76
+
77
+ #nav ul, #nav li{
78
+ list-style:none;
79
+ margin:0;
80
+ padding:0;
81
+ }
82
+
83
+ #nav a, #nav span {
84
+ background:url(images/tabs.gif) no-repeat 100% 0;
85
+ color:#808080;
86
+ display:block;
87
+ font-size:1.2em;
88
+ font-weight: 700;
89
+ letter-spacing:-1px;
90
+ padding:7px 20px 4px 11px;
91
+ text-decoration:none;
92
+ }
93
+
94
+ #nav a:hover{
95
+ color:#505050;
96
+ }
97
+
98
+ #nav li{
99
+ background:url(images/tabs.gif) no-repeat 0 0;
100
+ float:left;
101
+ margin:0 4px 0 0;
102
+ padding:0 0 0 9px;
103
+ }
104
+
105
+ #nav li.webgen-menu-item-selected, #nav li.webgen-menu-submenu-inhierarchy {
106
+ background:url(images/tabs.gif) no-repeat 0 -41px;
107
+ }
108
+
109
+ #nav li.webgen-menu-item-selected a, #nav li.webgen-menu-submenu-inhierarchy a, #nav li.webgen-menu-item-selected span {
110
+ background:url(images/tabs.gif) no-repeat 100% -41px;
111
+ color:#303030;
112
+ padding:7px 20px 5px 11px;
113
+ }
114
+
115
+ #wrap1{
116
+ background:#ffffff url(images/innerbg.gif) repeat-y;
117
+ border-bottom:1px solid #808080;
118
+ border-left:1px solid #808080;
119
+ border-right:1px solid #808080;
120
+ clear:both;
121
+ padding:0;
122
+ width:750px;
123
+ }
124
+
125
+ #wrap2{
126
+ background:url(images/header.jpg) top left no-repeat;
127
+ padding:10px;
128
+ width:730px;
129
+ }
130
+
131
+ #header{
132
+ height:30px;
133
+ position:relative;
134
+ width:730px;
135
+ }
136
+
137
+ #header h1{
138
+ float:left;
139
+ font-size:1.4em;
140
+ margin:0;
141
+ width:180px;
142
+ }
143
+
144
+ #topbox{
145
+ color:#808080;
146
+ margin:0 0 4px;
147
+ text-align:right;
148
+ }
149
+
150
+ #topbox a{
151
+ color:#d04a10;
152
+ }
153
+
154
+ #topbox a:hover{
155
+ text-decoration:underline;
156
+ }
157
+
158
+ #leftside{
159
+ float:left;
160
+ margin:-15px 0 0;
161
+ width:145px;
162
+ }
163
+
164
+ #leftside h1{
165
+ font-size:1.4em;
166
+ font-weight:400;
167
+ }
168
+
169
+ #rightside{
170
+ float:right;
171
+ margin:40px 15px 20px 0;
172
+ width:130px;
173
+ }
174
+
175
+ #rightside h1{
176
+ font-size:1.4em;
177
+ font-weight:400;
178
+ margin:0 0 12px;
179
+ }
180
+
181
+ #rightside p{
182
+ font-size:0.9em;
183
+ margin:2px 0 12px 10px;
184
+ }
185
+
186
+ #rightside img{
187
+ border:1px solid #fa9035;
188
+ margin:10px 0 5px 5px;
189
+ padding:2px;
190
+ }
191
+
192
+ #content{
193
+ margin:45px 160px 0 180px;
194
+ }
195
+
196
+ #contentalt{
197
+ margin:45px 15px 0 180px;
198
+ }
199
+
200
+ #content p,#contentalt p{
201
+ margin:8px 0 0 10px;
202
+ }
203
+
204
+ #content h1,#contentalt h1{
205
+ color:#505050;
206
+ font-size:2em;
207
+ font-weight:400;
208
+ margin:15px 0 10px;
209
+ padding:0;
210
+ }
211
+
212
+ #content h2,#contentalt h2{
213
+ color:#505050;
214
+ font-size:1.5em;
215
+ font-weight:400;
216
+ margin:20px 0 10px;
217
+ padding:0;
218
+ }
219
+
220
+ #content img,#contentalt img{
221
+ border:1px solid #fa9035;
222
+ float:left;
223
+ margin:5px 15px 6px;
224
+ }
225
+
226
+ #footer{
227
+ clear:both;
228
+ color:#a0a0a0;
229
+ font-size:0.9em;
230
+ height:26px;
231
+ margin-top:20px;
232
+ padding:1px;
233
+ text-align:right;
234
+ width:730px;
235
+ }
236
+
237
+ #footer a{
238
+ color:#a0a0a0;
239
+ font-weight:400;
240
+ }
241
+
242
+ #footer a:hover{
243
+ color:#a0a0a0;
244
+ text-decoration:underline;
245
+ }
246
+
247
+ .menublock{
248
+ margin-bottom:10px;
249
+ }
250
+
251
+ #leftside .webgen-menu ul {
252
+ margin: 0px;
253
+ padding: 0px;
254
+ list-style-type: none;
255
+ }
256
+
257
+ #leftside .webgen-menu li {
258
+ margin: 0px;
259
+ padding: 0px;
260
+ }
261
+
262
+ .nav, #leftside .webgen-menu ul a {
263
+ color:#d04a10;
264
+ display:block;
265
+ font-size:1.1em;
266
+ font-weight:700;
267
+ margin-bottom:1px;
268
+ padding:2px 2px 2px 10px;
269
+ position:relative;
270
+ text-decoration:none;
271
+ width:125px;
272
+ }
273
+
274
+ .nav:hover, #leftside .webgen-menu ul a:hover {
275
+ border:1px solid #fa9035;
276
+ color:#505050;
277
+ padding:1px 1px 1px 9px;
278
+ }
279
+
280
+ .sub, #leftside .webgen-menu ul ul a {
281
+ font-size:0.9em;
282
+ margin-left:20px;
283
+ padding:1px 1px 1px 6px;
284
+ width:105px;
285
+ }
286
+
287
+ .sub:hover, #leftside .webgen-menu ul ul a {
288
+ border:1px solid #fa9035;
289
+ color:#505050;
290
+ padding:0 0 0 5px;
291
+ }
292
+
293
+ .intro{
294
+ font-weight:700;
295
+ }
296
+
297
+ .active{
298
+ border:1px solid #fa9035;
299
+ padding:1px 1px 1px 9px;
300
+ }
301
+
302
+ .box{
303
+ background:#f8f8f8 url(images/boxbg.gif) top left repeat-y;
304
+ border:1px solid #d0d4d4;
305
+ color:#505050;
306
+ margin:15px auto;
307
+ padding:10px 10px 10px 20px;
308
+ width:75%;
309
+ }
310
+
311
+ .photo{
312
+ margin:5px auto 15px;
313
+ padding:5px;
314
+ }
315
+
316
+ .smallcaps{
317
+ font-variant:small-caps;
318
+ }
319
+
320
+ .mini{
321
+ color:#a0a0a0;
322
+ font-size:0.75em;
323
+ font-weight:400;
324
+ line-height:1.2em;
325
+ margin:20px 0 10px 8px;
326
+ }
327
+
328
+ .small{
329
+ font-size:0.85em;
330
+ }
331
+
332
+ .large{
333
+ font-size:1.4em;
334
+ }
335
+
336
+ .soft{
337
+ color:#808080;
338
+ }
339
+
340
+ .normal{
341
+ font-weight:400;
342
+ }
343
+
344
+ .sharp{
345
+ color:#101010;
346
+ }
347
+
348
+ .center{
349
+ text-align:center;
350
+ }
351
+
352
+ .hide{
353
+ display:none;
354
+ }