pixarea-compass-themes 0.1.0

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 (52) hide show
  1. data/.gitignore +6 -0
  2. data/.livereload +21 -0
  3. data/Gemfile +4 -0
  4. data/README +23 -0
  5. data/README.markdown +23 -0
  6. data/Rakefile +2 -0
  7. data/lib/pixarea-compass-themes.rb +10 -0
  8. data/lib/pixarea-compass-themes/version.rb +7 -0
  9. data/pixarea-compass-themes.gemspec +25 -0
  10. data/sass/_lib.sass +8 -0
  11. data/sass/_modules.sass +4 -0
  12. data/sass/_themes.sass +2 -0
  13. data/sass/home.sass +1 -0
  14. data/sass/lib/_font-stacks.scss +63 -0
  15. data/sass/lib/_formatting.sass +23 -0
  16. data/sass/lib/_palettes.sass +38 -0
  17. data/sass/lib/_pie.sass +12 -0
  18. data/sass/lib/_structure.sass +12 -0
  19. data/sass/lib/_tones.sass +5 -0
  20. data/sass/lib/_typo.sass +10 -0
  21. data/sass/modules/_forms.sass +1 -0
  22. data/sass/modules/_menus.sass +1 -0
  23. data/sass/modules/forms/_basic.sass +27 -0
  24. data/sass/modules/menus/_inline-blocks.sass +15 -0
  25. data/sass/theme.sass +5 -0
  26. data/sass/themes/_minipane.sass +32 -0
  27. data/sass/themes/_shapy.sass +32 -0
  28. data/sass/themes/minipane/_formatting.sass +4 -0
  29. data/sass/themes/minipane/_shadows.sass +1 -0
  30. data/sass/themes/minipane/_shapes.sass +6 -0
  31. data/sass/themes/minipane/_structure.sass +50 -0
  32. data/sass/themes/minipane/_tones.sass +57 -0
  33. data/sass/themes/minipane/tones/_burma.sass +26 -0
  34. data/sass/themes/minipane/tones/_dark.sass +73 -0
  35. data/sass/themes/shapy/_formatting.sass +4 -0
  36. data/sass/themes/shapy/_shadows.sass +16 -0
  37. data/sass/themes/shapy/_shapes.sass +32 -0
  38. data/sass/themes/shapy/_structure.sass +49 -0
  39. data/sass/themes/shapy/_tones.sass +59 -0
  40. data/sass/themes/shapy/tones/_burma.sass +29 -0
  41. data/sass/themes/shapy/tones/_circus.sass +34 -0
  42. data/sass/themes/shapy/tones/_dark.sass +69 -0
  43. data/sass/themes/shapy/tones/_firen.sass +25 -0
  44. data/sass/themes/shapy/tones/_rusty.sass +30 -0
  45. data/stylesheets/PIE.htc +77 -0
  46. data/stylesheets/home.css +0 -0
  47. data/stylesheets/theme.css +413 -0
  48. data/stylesheets/themes/shapy.css +62 -0
  49. data/templates/project/manifest.rb +2 -0
  50. data/templates/project/theme.sass +5 -0
  51. data/views/layouts/application.html.erb +21 -0
  52. metadata +117 -0
@@ -0,0 +1,62 @@
1
+ /* RESET --------------------------------------------------------------------- */
2
+ html { margin: 0; padding: 0; border: 0; }
3
+
4
+ .bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote, q, th, td, caption, table, div, span, object, iframe, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
5
+
6
+ article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }
7
+
8
+ blockquote, q { quotes: "" ""; }
9
+ blockquote:before, blockquote:after, q:before, q:after { content: ""; }
10
+
11
+ th, td, caption { float: none !important; text-align: left; font-weight: normal; vertical-align: middle; }
12
+
13
+ table { border-collapse: separate; border-spacing: 0; vertical-align: middle; }
14
+
15
+ a img { border: none; }
16
+
17
+ /* STRUCTURE ----------------------------------------------------------------- */
18
+ #body_content_title { visibility: hidden; position: absolute; }
19
+
20
+ .inner { padding: 20px; margin-bottom: 20px; }
21
+
22
+ #page #header { width: 950px; margin: 0 auto; overflow: hidden; *zoom: 1; overflow: visible; *zoom: 1; padding-top: 20px; }
23
+ #page #header:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
24
+ #page #body { width: 950px; margin: 0 auto; overflow: hidden; *zoom: 1; overflow: visible; *zoom: 1; }
25
+ #page #body:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
26
+ #page #body #body_content_left { display: inline; float: left; margin-right: 10px; width: 670px; }
27
+ * html #page #body #body_content_left { overflow-x: hidden; }
28
+ #page #body #body_content_left .inner { padding-right: 100px; }
29
+ #page #body .no_body_content_right #body_content_left { display: inline; float: left; margin-right: 10px; width: 870px; }
30
+ * html #page #body .no_body_content_right #body_content_left { overflow-x: hidden; }
31
+ #page #body #body_content_right { display: inline; float: left; margin-right: 10px; width: 310px; margin-right: 0; display: inline; float: left; position: relative; margin-left: -60px; margin-top: 40px; }
32
+ * html #page #body #body_content_right { overflow-x: hidden; }
33
+
34
+ #menu { padding-left: 10px; }
35
+ #menu ul { margin: 0; padding: 0; border: 0; overflow: hidden; *zoom: 1; }
36
+ #menu ul li { list-style-image: none; list-style-type: none; margin-left: 0px; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; white-space: nowrap; }
37
+ #menu ul li { *display: inline; }
38
+ #menu ul li { margin-right: 20px; display: inline; float: left; margin-right: 10px; width: 130px; }
39
+ * html #menu ul li { overflow-x: hidden; }
40
+ #menu ul li a { padding: 5px; display: block; text-align: center; }
41
+ #menu ul li.selected > a { font-weight: bold; }
42
+
43
+ #header h1 { padding: 20px 10px; }
44
+ #header h1 a { color: inherit; text-decoration: inherit; cursor: inherit; display: -moz-inline-box; -moz-box-orient: vertical; display: inline-block; vertical-align: middle; *vertical-align: auto; padding: 20px 30px; position: relative; margin-left: -40px; }
45
+ #header h1 a:active, #header h1 a:focus { outline: none; }
46
+ #header h1 a { *display: inline; }
47
+
48
+ #footer { width: 950px; margin: 0 auto; overflow: hidden; *zoom: 1; overflow: visible; *zoom: 1; padding-top: 10px; padding-left: 40px; }
49
+ #footer:after { content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden; }
50
+
51
+ /* FORMS ------------------------------ */
52
+ .inquiries form label { width: 150px; margin-right: 10px; float: left; text-align: left; }
53
+ .inquiries form input[type=text] { width: 300px; padding: 5px; border-width: 0; }
54
+ .inquiries form input[type=submit] { width: 190px; padding: 5px 0; border-width: 0; }
55
+ .inquiries form textarea { width: 460px; padding: 5px; border-width: 0; }
56
+ .inquiries form .field { margin: 12px 0px; }
57
+ .inquiries form .actions { margin-left: 160px; }
58
+
59
+ /* FORMATTING----------------------------------------------------------------- */
60
+ /* TONES --------------------------------------------------------------------- */
61
+ /* SHAPES -------------------------------------------------------------------- */
62
+ /* SHADOWS ------------------------------------------------------------------- */
@@ -0,0 +1,2 @@
1
+ discover :all
2
+
@@ -0,0 +1,5 @@
1
+
2
+ @import themes
3
+
4
+ +theme-minipane(dark)
5
+ //+theme-shapy(burma)
@@ -0,0 +1,21 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <%= render :partial => "/shared/head", :locals => {:theme => true} %>
4
+ <body>
5
+ <%= render :partial => "/shared/site_bar" %>
6
+ <div id='page_container'>
7
+ <div id='page'>
8
+ <%= render :partial => "/shared/ie6check" if request.env['HTTP_USER_AGENT'] =~ /MSIE/ -%>
9
+ <div id='header'>
10
+ <%= render :partial => "/shared/header" %>
11
+ </div>
12
+ <div id='body' class='clearfix'>
13
+ <%= yield %>
14
+ </div>
15
+ <div id='footer'>
16
+ <%= render :partial => "/shared/footer" %>
17
+ </div>
18
+ </div>
19
+ </div>
20
+ </body>
21
+ </html>
metadata ADDED
@@ -0,0 +1,117 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pixarea-compass-themes
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.1.0
6
+ platform: ruby
7
+ authors:
8
+ - Daniel Reszka
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-04-01 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: compass
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 0.11.beta.3
25
+ type: :runtime
26
+ version_requirements: *id001
27
+ description: A supra-modular CSS theming system based on COMPASS
28
+ email:
29
+ - draens@hotmail.com
30
+ executables: []
31
+
32
+ extensions: []
33
+
34
+ extra_rdoc_files: []
35
+
36
+ files:
37
+ - .gitignore
38
+ - .livereload
39
+ - Gemfile
40
+ - README
41
+ - README.markdown
42
+ - Rakefile
43
+ - lib/pixarea-compass-themes.rb
44
+ - lib/pixarea-compass-themes/version.rb
45
+ - pixarea-compass-themes.gemspec
46
+ - sass/_lib.sass
47
+ - sass/_modules.sass
48
+ - sass/_themes.sass
49
+ - sass/home.sass
50
+ - sass/lib/_font-stacks.scss
51
+ - sass/lib/_formatting.sass
52
+ - sass/lib/_palettes.sass
53
+ - sass/lib/_pie.sass
54
+ - sass/lib/_structure.sass
55
+ - sass/lib/_tones.sass
56
+ - sass/lib/_typo.sass
57
+ - sass/modules/_forms.sass
58
+ - sass/modules/_menus.sass
59
+ - sass/modules/forms/_basic.sass
60
+ - sass/modules/menus/_inline-blocks.sass
61
+ - sass/theme.sass
62
+ - sass/themes/_minipane.sass
63
+ - sass/themes/_shapy.sass
64
+ - sass/themes/minipane/_formatting.sass
65
+ - sass/themes/minipane/_shadows.sass
66
+ - sass/themes/minipane/_shapes.sass
67
+ - sass/themes/minipane/_structure.sass
68
+ - sass/themes/minipane/_tones.sass
69
+ - sass/themes/minipane/tones/_burma.sass
70
+ - sass/themes/minipane/tones/_dark.sass
71
+ - sass/themes/shapy/_formatting.sass
72
+ - sass/themes/shapy/_shadows.sass
73
+ - sass/themes/shapy/_shapes.sass
74
+ - sass/themes/shapy/_structure.sass
75
+ - sass/themes/shapy/_tones.sass
76
+ - sass/themes/shapy/tones/_burma.sass
77
+ - sass/themes/shapy/tones/_circus.sass
78
+ - sass/themes/shapy/tones/_dark.sass
79
+ - sass/themes/shapy/tones/_firen.sass
80
+ - sass/themes/shapy/tones/_rusty.sass
81
+ - stylesheets/PIE.htc
82
+ - stylesheets/home.css
83
+ - stylesheets/theme.css
84
+ - stylesheets/themes/shapy.css
85
+ - templates/project/manifest.rb
86
+ - templates/project/theme.sass
87
+ - views/layouts/application.html.erb
88
+ has_rdoc: true
89
+ homepage: https://github.com/danielres/pixarea-compass-themes
90
+ licenses: []
91
+
92
+ post_install_message:
93
+ rdoc_options: []
94
+
95
+ require_paths:
96
+ - lib
97
+ required_ruby_version: !ruby/object:Gem::Requirement
98
+ none: false
99
+ requirements:
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: "0"
103
+ required_rubygems_version: !ruby/object:Gem::Requirement
104
+ none: false
105
+ requirements:
106
+ - - ">="
107
+ - !ruby/object:Gem::Version
108
+ version: "0"
109
+ requirements: []
110
+
111
+ rubyforge_project: pixarea-compass-themes
112
+ rubygems_version: 1.6.2
113
+ signing_key:
114
+ specification_version: 3
115
+ summary: A supra-modular CSS theming system based on COMPASS
116
+ test_files: []
117
+