beef-layout 0.2.0 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. data/Rakefile +2 -2
  2. data/VERSION +1 -1
  3. data/{layout.gemspec → beef-layout.gemspec} +12 -18
  4. data/generators/layout_files/layout_files_generator.rb +4 -19
  5. data/generators/layout_files/templates/application_layout.html.erb +69 -54
  6. data/generators/layout_files/templates/public/javascripts/Gotham_Medium_500.font.js +10 -0
  7. data/generators/layout_files/templates/public/javascripts/cufon-yui.js +7 -0
  8. data/generators/layout_files/templates/public/stylesheets/forms.css +7 -0
  9. data/generators/layout_files/templates/public/stylesheets/ie7.css +8 -1
  10. data/generators/layout_files/templates/public/stylesheets/layout.css +166 -12
  11. data/generators/layout_files/templates/public/stylesheets/lightwindow.css +376 -0
  12. data/generators/layout_files/templates/public/stylesheets/print.css +0 -0
  13. data/generators/layout_files/templates/public/stylesheets/reset.css +5 -0
  14. data/generators/layout_files/templates/public/stylesheets/skin.css +102 -1
  15. data/generators/layout_files/templates/public/stylesheets/textile-editor.css +60 -0
  16. data/generators/layout_files/templates/public/stylesheets/typography.css +141 -15
  17. metadata +11 -19
  18. data/generators/layout_files/templates/public/stylesheets/wireframe/ie6.css +0 -26
  19. data/generators/layout_files/templates/public/stylesheets/wireframe/ie7.css +0 -1
  20. data/generators/layout_files/templates/public/stylesheets/wireframe/images/2nd_nav_bg.gif +0 -0
  21. data/generators/layout_files/templates/public/stylesheets/wireframe/images/body_bg.gif +0 -0
  22. data/generators/layout_files/templates/public/stylesheets/wireframe/images/content_wrap_bg.gif +0 -0
  23. data/generators/layout_files/templates/public/stylesheets/wireframe/images/content_wrap_e_bg.gif +0 -0
  24. data/generators/layout_files/templates/public/stylesheets/wireframe/images/featurebox2_bg.gif +0 -0
  25. data/generators/layout_files/templates/public/stylesheets/wireframe/images/featurebox_bg.gif +0 -0
  26. data/generators/layout_files/templates/public/stylesheets/wireframe/images/header_bg.gif +0 -0
  27. data/generators/layout_files/templates/public/stylesheets/wireframe/images/sprites.gif +0 -0
  28. data/generators/layout_files/templates/public/stylesheets/wireframe/images/td_bg.gif +0 -0
  29. data/generators/layout_files/templates/public/stylesheets/wireframe/images/thumb_100wide.gif +0 -0
  30. data/generators/layout_files/templates/public/stylesheets/wireframe/main.css +0 -289
  31. data/generators/layout_files/templates/public/stylesheets/wireframe/print.css +0 -51
@@ -1,51 +0,0 @@
1
- /*
2
- LEGAL
3
- =====
4
- Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
5
- Community: Mollio http://www.mollio.org $
6
- License: Released Under the "Common Public License 1.0",
7
- http://www.opensource.org/licenses/cpl.php
8
- License: Released Under the "Creative Commons License",
9
- http://creativecommons.org/licenses/by/2.5/
10
- License: Released Under the "GNU Creative Commons License",
11
- http://creativecommons.org/licenses/GPL/2.0/
12
- */
13
-
14
-
15
- body {font: 10pt arial,tahoma,verdana,sans-serif}
16
- h1, h2, h3, h4, h5, h6 {margin: 1em 0 .2em;font-family: arial,tahoma,verdana,sans-serif}
17
-
18
- * {float:none;position:static;width:auto;background:#fff}
19
- p {margin: 0 0 1em}
20
- img {border:none;display:block;margin: .5em 0}
21
- dt {font-weight:bold}
22
-
23
- #nav, #search, #nav-secondary, #breadcrumb, #poweredby {display:none}
24
-
25
- /* =LINKS */
26
- a {border:none}
27
- a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer}
28
- a:link {color:#5291c4}
29
- a:visited {color:#666}
30
- a:hover {color:#ff9900;border:none}
31
- a:active {color:#0066cc}
32
-
33
- .teaserBox {clear:both;margin: 0 0 1em}
34
-
35
- .sponsors img {margin: .5em 0}
36
-
37
- #footer {margin: 1em 0}
38
-
39
- #header {border-bottom: 3px solid #c00}
40
-
41
- /* TABLES */
42
- table {font-size: 9pt;margin: 0 0 1em;border-collapse:collapse}
43
- table th {border-bottom: 3px solid #000;vertical-align:top;padding: 1.5em 3px 3px;line-height:1.1;font: bold 145% arial;letter-spacing:0;text-align:left}
44
- .table1 th.time {border-bottom: none;font: bold 89% verdana;color:#ff9c00;vertical-align:top;padding: 3px}
45
- .table1 td {border: 1px solid #ddd;font-size: 9pt;padding: 3px;vertical-align:top}
46
- .table1 td a {display:block;width:auto;font-weight:bold}
47
- .table1 td a:link, .table1 td a:visited, .table1 td a:hover, .table1 td a:active {border:none;text-decoration:none}
48
- .table1 th.sub {background: #aaa}
49
- .table1 th.sub2 {background: #bbb;color:#000}
50
- .table1 td ul li {background: #fff}
51
-