choctop 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/History.txt +12 -0
  2. data/Manifest.txt +0 -57
  3. data/README.rdoc +6 -0
  4. data/Rakefile +18 -22
  5. data/features/development.feature +1 -1
  6. data/features/dmg.feature +8 -0
  7. data/features/rake_tasks.feature +1 -0
  8. data/features/step_definitions/common_steps.rb +0 -9
  9. data/features/step_definitions/dmg_steps.rb +2 -6
  10. data/features/step_definitions/generator_steps.rb +13 -2
  11. data/features/step_definitions/remote_steps.rb +5 -5
  12. data/features/support/env.rb +10 -3
  13. data/lib/choctop.rb +41 -12
  14. data/lib/choctop/appcast.rb +17 -4
  15. data/lib/choctop/dmg.rb +38 -6
  16. data/spec/choctop_spec.rb +30 -2
  17. metadata +16 -95
  18. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/TemplateIcon.icns +0 -0
  19. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.mode1v3 +0 -1360
  20. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/drnic.pbxuser +0 -108
  21. data/features/fixtures/App With Whitespace/App With Whitespace.xcodeproj/project.pbxproj +0 -276
  22. data/features/fixtures/App With Whitespace/App With Whitespace_Prefix.pch +0 -7
  23. data/features/fixtures/App With Whitespace/English.lproj/InfoPlist.strings +0 -0
  24. data/features/fixtures/App With Whitespace/English.lproj/MainMenu.xib +0 -3034
  25. data/features/fixtures/App With Whitespace/Info.plist +0 -30
  26. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/categories.pbxbtree +0 -0
  27. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/cdecls.pbxbtree +0 -0
  28. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/decls.pbxbtree +0 -0
  29. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/files.pbxbtree +0 -0
  30. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/imports.pbxbtree +0 -0
  31. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/pbxindex.header +0 -0
  32. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/protocols.pbxbtree +0 -0
  33. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/refs.pbxbtree +0 -0
  34. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/control +0 -0
  35. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/strings.pbxstrings/strings +0 -0
  36. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/subclasses.pbxbtree +0 -0
  37. data/features/fixtures/App With Whitespace/build/App With Whitespace.build/App With Whitespace.pbxindex/symbols0.pbxsymbols +0 -0
  38. data/features/fixtures/App With Whitespace/main.m +0 -14
  39. data/features/fixtures/SampleApp/English.lproj/InfoPlist.strings +0 -0
  40. data/features/fixtures/SampleApp/English.lproj/MainMenu.xib +0 -3034
  41. data/features/fixtures/SampleApp/Info.plist +0 -30
  42. data/features/fixtures/SampleApp/README.txt +0 -1
  43. data/features/fixtures/SampleApp/SampleApp.xcodeproj/TemplateIcon.icns +0 -0
  44. data/features/fixtures/SampleApp/SampleApp.xcodeproj/project.pbxproj +0 -284
  45. data/features/fixtures/SampleApp/SampleApp_Prefix.pch +0 -7
  46. data/features/fixtures/SampleApp/build/Release/README.txt +0 -1
  47. data/features/fixtures/SampleApp/build/Release/dmg/README.txt +0 -1
  48. data/features/fixtures/SampleApp/main.m +0 -14
  49. data/website/_layouts/default.html +0 -41
  50. data/website/_layouts/post.html +0 -86
  51. data/website/_posts/2009-02-02-first-post.markdown +0 -6
  52. data/website/_site/2009/02/02/first-post.html +0 -86
  53. data/website/_site/atom.xml +0 -24
  54. data/website/_site/config.yml +0 -6
  55. data/website/_site/css/stylesheet.css +0 -135
  56. data/website/_site/images/logo.gif +0 -0
  57. data/website/_site/images/logo.jpg +0 -0
  58. data/website/_site/images/logo.png +0 -0
  59. data/website/_site/images/love-16.gif +0 -0
  60. data/website/_site/images/love.gif +0 -0
  61. data/website/_site/images/mocra-keynote-bg.jpg +0 -0
  62. data/website/_site/images/title slide.jpg +0 -0
  63. data/website/_site/images/title-slide.png +0 -0
  64. data/website/_site/index.html +0 -85
  65. data/website/atom.xml +0 -27
  66. data/website/config.yml +0 -6
  67. data/website/css/stylesheet.css +0 -135
  68. data/website/images/logo.gif +0 -0
  69. data/website/images/logo.png +0 -0
  70. data/website/images/love-16.gif +0 -0
  71. data/website/images/love.gif +0 -0
  72. data/website/images/mocra-keynote-bg.jpg +0 -0
  73. data/website/images/title-slide.png +0 -0
  74. data/website/index.markdown +0 -63
@@ -1,6 +0,0 @@
1
- ---
2
- layout: post
3
- title: Welcome to 'ChocTop'
4
- ---
5
-
6
- ChocTop is going to be an awesome project.
@@ -1,86 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
- "http://www.w3.org/TR/html4/strict.dtd">
3
- <html>
4
- <head>
5
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
6
- <meta name="viewport" content="width = 750">
7
- <link rel="stylesheet" type="text/css" href="../../../css/stylesheet.css" charset="utf-8">
8
- <title>Welcome to 'ChocTop'</title>
9
- </head>
10
- <body id="intro">
11
- <div id="wrapper">
12
- <div id="header" onclick="javascript:window.location='/choctop/'">
13
- <h1>ChocTop</h1>
14
- </div>
15
- <div id="navigation">
16
- <ul>
17
- <li id="navi_intro">
18
- <a href="/choctop/">Intro</a>
19
- </li>
20
- <li id="navi_source">
21
- <a href="http://github.com/drnic/choctop">Source</a>
22
- </li>
23
- <li id="navi_tickets">
24
- <a href="http://drnic.lighthouseapp.com/projects/http://drnic.lighthouseapp.com/projects/24673-choctop/overview/tickets">Tickets</a>
25
- </li>
26
- </ul>
27
- </div>
28
- <div id="page_body">
29
- <div id="content">
30
- <p>ChocTop is going to be an awesome project.</p>
31
-
32
- <script type="text/javascript">var disqus_url = "http://drnic.github.com/choctop/"; var disqus_title ="";</script>
33
- <div id="disqus_thread"></div><script type="text/javascript" src="http://disqus.com/forums/choctop/embed.js"></script>
34
- <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
35
- <script type="text/javascript">
36
- //<![CDATA[
37
- (function() {
38
- var links = document.getElementsByTagName('a');
39
- var query = '?';
40
- for(var i = 0; i < links.length; i++) {
41
- if(links[i].href.indexOf('#disqus_thread') >= 0) {
42
- query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
43
- }
44
- }
45
- document.write('<script type="text/javascript" src="http://disqus.com/forums/choctop/get_num_replies.js' + query + '"></' + 'script>');
46
- })();
47
- //]]>
48
- </script>
49
-
50
- </div>
51
- <div id="sidebar">
52
- <div class="item">
53
- <!-- Download -->
54
- <h4>Install Bundle</h4>
55
- <p>Coming soon</p>
56
- </div>
57
- <div class="item">
58
- <!-- Tickets -->
59
- <h4><a href="http://drnic.lighthouseapp.com/projects/http://drnic.lighthouseapp.com/projects/24673-choctop/overview/tickets" id="tickets" name="tickets">Tickets</a></h4>
60
- <p>
61
- Found a bug?<br />
62
- Request a feature?
63
- </p>
64
- </div>
65
- <div class="item">
66
- <!-- Blog -->
67
- <a href="../../../atom.xml" id="rss_feed" name="rss_feed">Blog Posts</a>
68
- <h4>Blog Posts</h4>
69
- <p>
70
-
71
- <span>02 Feb 2009</span> » <a href="/2009/02/02/first-post.html">Welcome to 'ChocTop'</a><br>
72
-
73
- </p>
74
- </div>
75
- <div class="item">
76
- <script type="text/javascript" src="http://disqus.com/forums/choctop/combination_widget.js?num_items=5&color=orange&default_tab=recent"></script>
77
- </div>
78
- </div>
79
- </div>
80
- <div id="footer">
81
- <p>made by <a href="http://drnicwilliams.com">Dr Nic</a> | sponsored by <a href="http://mocra.com">Mocra</a> | thank you to all contributors!</p>
82
- </div>
83
- </div>
84
- <a href="http://github.com/drnic/choctop"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
85
- </body>
86
- </html>
@@ -1,24 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <feed xmlns="http://www.w3.org/2005/Atom">
3
-
4
- <title>ChocTop</title>
5
- <link href="http://drnic.github.com/choctop/atom.xml" rel="self"/>
6
- <link href="http://drnic.github.com/choctop/"/>
7
- <updated>2009-02-03T09:56:03+10:00</updated>
8
- <id>http://drnic.github.com/choctop/</id>
9
- <author>
10
- <name>Dr Nic Williams</name>
11
- <email>drnicwilliams@gmail.com</email>
12
- </author>
13
-
14
-
15
- <entry>
16
- <title>Welcome to 'ChocTop'</title>
17
- <link href="http://drnic.github.com/choctop/2009/02/02/first-post.html"/>
18
- <updated>2009-02-02T00:00:00+10:00</updated>
19
- <id>http://drnic.github.com/choctop/2009/02/02/first-post</id>
20
- <content type="html">&lt;p&gt;ChocTop is going to be an awesome project.&lt;/p&gt;</content>
21
- </entry>
22
-
23
-
24
- </feed>
@@ -1,6 +0,0 @@
1
- ---
2
- :github_user: drnic
3
- :header_color: aaa
4
- :name: choctop
5
- :theme: plain
6
- :title: ChocTop
@@ -1,135 +0,0 @@
1
- html {
2
- background: #1e1e1e;
3
- }
4
- body {
5
- /* background: transparent url("http://macromates.com/images/site/bg_body") repeat-y 50% 0px;*/
6
- /* font: 0.72em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;*/
7
- font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
8
- margin: 0;
9
- padding: 0;
10
- background-image: url(../images/mocra-keynote-bg.jpg);
11
- }
12
- a[href] {
13
- color: #525151;
14
- }
15
-
16
- #wrapper { /* IE workaround */
17
- margin: 0 auto;
18
- padding: 0;
19
- width: 550px;
20
- }
21
- html>body #wrapper {
22
- margin: 0 auto;
23
- padding: 0;
24
- width: auto;
25
- max-width: 550px;
26
- }
27
-
28
- #logo {
29
- padding-top: 10px;
30
- text-align: center;
31
- }
32
- #header {
33
- position: relative;
34
- }
35
- #header h1 {
36
- position: absolute;
37
- left: 60px;
38
- top: 40px;
39
- height: 50px;
40
- cursor: pointer;
41
- color: white;
42
- }
43
-
44
- #navigation {
45
- background: #232323;
46
- border-bottom: 1px solid #171717;
47
- margin: 0;
48
- padding: 0.5em 0;
49
- width: 100%;
50
- }
51
- #navigation ul {
52
- margin: 0;
53
- padding: 0;
54
- list-style: none;
55
- }
56
- #navigation li {
57
- display: inline;
58
- margin: 0;
59
- padding: 0 0 0 25px;
60
- text-shadow: 0px 2px 4px #000;
61
- }
62
- #navigation li a {
63
- color: #5b5b5b;
64
- text-decoration: none;
65
- }
66
-
67
- #intro #navi_intro a,
68
- #blog #navi_blog a,
69
- #toc #navi_manual a,
70
- #chapter #navi_manual a,
71
- #wiki #navi_wiki a,
72
- #community #navi_community a,
73
- #contact #navi_contact a,
74
- #navigation li a:hover {
75
- color: #fff;
76
- }
77
-
78
- #page_body {
79
- margin: 0;
80
- padding: 0;
81
- position: relative;
82
- overflow: hidden;
83
- }
84
-
85
- #content { /* IE workaround */
86
- margin: 0;
87
- padding: 25px;
88
- width: 100%;
89
- height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
90
- background: #D6C086;
91
- }
92
- html>body #content {
93
- margin: 0;
94
- padding: 25px;
95
- width: auto;
96
- height: auto;
97
- min-height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
98
- background: #D6C086;
99
- }
100
- #content :first-child {
101
- margin-top: 0px;
102
- }
103
- #content :first-child + h1 {
104
- margin-top: 0px;
105
- }
106
-
107
- #footer {
108
- position: relative;
109
- margin: 0;
110
- padding: 0.75em 25px 0.75em 25px;
111
- min-height: 1em;
112
- clear: both;
113
- color: #b5b5b5;
114
- background: #2E2E2E;
115
- }
116
- #footer * {
117
- margin: 0;
118
- padding: 0;
119
- }
120
- #footer a {
121
- color: #b5b5b5;
122
- text-decoration: none;
123
- }
124
- #footer a:hover {
125
- color: #2E2E2E;
126
- background: #b5b5b5;
127
- text-decoration: none;
128
- }
129
- #footer .left {
130
- float: left;
131
- }
132
- #footer .right {
133
- float: right;
134
- }
135
-
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,85 +0,0 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
2
- "http://www.w3.org/TR/html4/strict.dtd">
3
- <html>
4
- <head>
5
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
6
- <meta name="viewport" content="width = 750">
7
- <link rel="stylesheet" type="text/css" href="css/stylesheet.css" charset="utf-8">
8
- <title>ChocTop</title>
9
- </head>
10
- <body id="intro">
11
- <div id="wrapper">
12
- <img src="images/title-slide.png" id="logo"/>
13
- <div id="header" onclick="javascript:window.location='/choctop/'">
14
- </div>
15
- <div id="navigation">
16
- <ul>
17
- <li id="navi_intro">
18
- <a href="/choctop/">Intro</a>
19
- </li>
20
- <li id="navi_source">
21
- <a href="http://github.com/drnic/choctop">Source</a>
22
- </li>
23
- <li id="navi_tickets">
24
- <a href="http://drnic.lighthouseapp.com/projects/24673-choctop/tickets">Tickets</a>
25
- </li>
26
- <li id="navi_twitter">
27
- <a href="http://search.twitter.com/search?q=choctop">"I <span class="love">♥</span> ChocTop" on Twitter</a>
28
- </li>
29
- </ul>
30
- </div>
31
- <div id="page_body">
32
- <div id="content">
33
- <h3 id='introducing_choctop'>Introducing ChocTop</h3>
34
-
35
- <p>ChocTop packages and deploys any Cocoa application in a custom DMG, with generated Sparkle XML support.</p>
36
-
37
- <h3 id='screencast'>Screencast</h3>
38
- <object height='375' width='500'><param name='allowfullscreen' value='true' /><param name='allowscriptaccess' value='always' /><param name='movie' value='http://vimeo.com/moogaloop.swf?clip_id=3049180&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1' /><embed src='http://vimeo.com/moogaloop.swf?clip_id=3049180&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=01AAEA&amp;fullscreen=1' type='application/x-shockwave-flash' allowfullscreen='true' allowscriptaccess='always' height='375' width='500' /></object>
39
- <p><a href='http://www.vimeo.com/download/video:87685244?e=1233561345&amp;amp;h=73e93c78ab63146ed2f460e963bcdb72&amp;amp;uh=ea4240c7d2ca97bf2c67dd997754d4b3'>Download QuickTime Movie</a> from <a href='http://www.vimeo.com'>Vimeo</a> (275Mb)</p>
40
-
41
- <h3 id='instructions'>Instructions</h3>
42
-
43
- <p>ChocTop is a command-line installer plus rake tasks (watch the screencast if this is confusing), bundled as a RubyGem:</p>
44
- <pre>sudo gem install choctop
45
- install_choctop path/to/xcode/project</pre>
46
- <p>Your project is given a Rakefile, a release_notes.txt and a release_notes_template.html.erb</p>
47
-
48
- <p>You edit the Rakefile with your custom DMG asset information and/or remote file locations for the rsync upload process. CommitChat&#8217;s Rakefile includes:</p>
49
- <pre lang='ruby'>ChocTop.new do |s|
50
- s.host = 'commitchat.com'
51
- s.base_url = 'http://commitchat.com/secret_path_to_beta'
52
- s.remote_dir = '/opt/apps/commitchat/secret_path_to_beta'
53
-
54
- s.background_file = "dmgbg.png"
55
- s.volume_icon = 'VolumeIcon.icns'
56
- s.app_icon_position = [106, 83]
57
- s.applications_icon_position = [422, 83]
58
- end</pre>
59
- <p>You also need to add <a href='http://sparkle.andymatuschak.org/' title='Sparkle: a free software update framework for the Mac'>Sparkle</a> to your project, and the Info.plist properties such as <code>SUFeedURL</code>.</p>
60
-
61
- <p>To generate a new DMG, run:</p>
62
- <pre>rake dmg</pre>
63
- <p>To generate a new DMG and push it up to the remote server, and subsequently have users automatically start downloading the latest + greatest automatically via Sparkle:</p>
64
- <pre>rake dmg upload</pre>
65
- <p>I&#8217;m very sorry. It is perhaps too easy. It probably should be harder to make it seem more useful.</p>
66
-
67
- <p>The very cool part is that when the DMG is being designed + constructed from your Rakefile settings you actually can see it happening on the screen. The AppleScript that is executed actually operates upon the DMG whilst it is mounted, before unmounting it, compressing and read-only-ifying it. Its pretty to watch.</p>
68
-
69
- <h3 id='more_information'>More information</h3>
70
-
71
- <ul>
72
- <li>Homepage - <a href='http://drnic.github.com/choctop'>http://drnic.github.com/choctop</a></li>
73
-
74
- <li>Source - <a href='http://github.com/drnic/choctop' title='drnic&apos;s choctop at master - GitHub'>http://github.com/drnic/choctop</a></li>
75
-
76
- <li>Tickets - <a href='http://drnic.lighthouseapp.com/projects/24673-choctop'>http://drnic.lighthouseapp.com/projects/24673-choctop</a></li>
77
- </ul>
78
- </div>
79
- </div>
80
- <div id="footer">
81
- <p>made by <a href="http://drnicwilliams.com">Dr Nic</a> | sponsored by <a href="http://mocra.com">Mocra</a> | thank you to all contributors!</p>
82
- </div>
83
- </div>
84
- </body>
85
- </html>
data/website/atom.xml DELETED
@@ -1,27 +0,0 @@
1
- ---
2
- layout: nil
3
- ---
4
- <?xml version="1.0" encoding="utf-8"?>
5
- <feed xmlns="http://www.w3.org/2005/Atom">
6
-
7
- <title>ChocTop</title>
8
- <link href="http://drnic.github.com/choctop/atom.xml" rel="self"/>
9
- <link href="http://drnic.github.com/choctop/"/>
10
- <updated>{{ site.time | date_to_xmlschema }}</updated>
11
- <id>http://drnic.github.com/choctop/</id>
12
- <author>
13
- <name>Dr Nic Williams</name>
14
- <email>drnicwilliams@gmail.com</email>
15
- </author>
16
-
17
- {% for post in site.posts %}
18
- <entry>
19
- <title>{{ post.title }}</title>
20
- <link href="http://drnic.github.com/choctop{{ post.url }}"/>
21
- <updated>{{ post.date | date_to_xmlschema }}</updated>
22
- <id>http://drnic.github.com/choctop{{ post.id }}</id>
23
- <content type="html">{{ post.content | xml_escape }}</content>
24
- </entry>
25
- {% endfor %}
26
-
27
- </feed>
data/website/config.yml DELETED
@@ -1,6 +0,0 @@
1
- ---
2
- :github_user: drnic
3
- :header_color: aaa
4
- :name: choctop
5
- :theme: plain
6
- :title: ChocTop
@@ -1,135 +0,0 @@
1
- html {
2
- background: #1e1e1e;
3
- }
4
- body {
5
- /* background: transparent url("http://macromates.com/images/site/bg_body") repeat-y 50% 0px;*/
6
- /* font: 0.72em/170% "Lucida Grande", Verdana, Helvetica, sans-serif;*/
7
- font: 12px "Lucida Grande", Verdana, Helvetica, sans-serif;
8
- margin: 0;
9
- padding: 0;
10
- background-image: url(../images/mocra-keynote-bg.jpg);
11
- }
12
- a[href] {
13
- color: #525151;
14
- }
15
-
16
- #wrapper { /* IE workaround */
17
- margin: 0 auto;
18
- padding: 0;
19
- width: 550px;
20
- }
21
- html>body #wrapper {
22
- margin: 0 auto;
23
- padding: 0;
24
- width: auto;
25
- max-width: 550px;
26
- }
27
-
28
- #logo {
29
- padding-top: 10px;
30
- text-align: center;
31
- }
32
- #header {
33
- position: relative;
34
- }
35
- #header h1 {
36
- position: absolute;
37
- left: 60px;
38
- top: 40px;
39
- height: 50px;
40
- cursor: pointer;
41
- color: white;
42
- }
43
-
44
- #navigation {
45
- background: #232323;
46
- border-bottom: 1px solid #171717;
47
- margin: 0;
48
- padding: 0.5em 0;
49
- width: 100%;
50
- }
51
- #navigation ul {
52
- margin: 0;
53
- padding: 0;
54
- list-style: none;
55
- }
56
- #navigation li {
57
- display: inline;
58
- margin: 0;
59
- padding: 0 0 0 25px;
60
- text-shadow: 0px 2px 4px #000;
61
- }
62
- #navigation li a {
63
- color: #5b5b5b;
64
- text-decoration: none;
65
- }
66
-
67
- #intro #navi_intro a,
68
- #blog #navi_blog a,
69
- #toc #navi_manual a,
70
- #chapter #navi_manual a,
71
- #wiki #navi_wiki a,
72
- #community #navi_community a,
73
- #contact #navi_contact a,
74
- #navigation li a:hover {
75
- color: #fff;
76
- }
77
-
78
- #page_body {
79
- margin: 0;
80
- padding: 0;
81
- position: relative;
82
- overflow: hidden;
83
- }
84
-
85
- #content { /* IE workaround */
86
- margin: 0;
87
- padding: 25px;
88
- width: 100%;
89
- height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
90
- background: #D6C086;
91
- }
92
- html>body #content {
93
- margin: 0;
94
- padding: 25px;
95
- width: auto;
96
- height: auto;
97
- min-height: 584px; /* (64+2*20+2)*6 - 2 - 2*25 */
98
- background: #D6C086;
99
- }
100
- #content :first-child {
101
- margin-top: 0px;
102
- }
103
- #content :first-child + h1 {
104
- margin-top: 0px;
105
- }
106
-
107
- #footer {
108
- position: relative;
109
- margin: 0;
110
- padding: 0.75em 25px 0.75em 25px;
111
- min-height: 1em;
112
- clear: both;
113
- color: #b5b5b5;
114
- background: #2E2E2E;
115
- }
116
- #footer * {
117
- margin: 0;
118
- padding: 0;
119
- }
120
- #footer a {
121
- color: #b5b5b5;
122
- text-decoration: none;
123
- }
124
- #footer a:hover {
125
- color: #2E2E2E;
126
- background: #b5b5b5;
127
- text-decoration: none;
128
- }
129
- #footer .left {
130
- float: left;
131
- }
132
- #footer .right {
133
- float: right;
134
- }
135
-