jetpack-rails 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,94 @@
1
+ /* Twitter Typography +
2
+ * Largely taken from Twitter Bootstrap v1.3,
3
+ * with customizations and adaptations to make it more "sassy".
4
+ * ---------------------------------------------------------------------------------------- */
5
+
6
+ // BODY TEXT
7
+ body { @include font; }
8
+ p {
9
+ margin-bottom: $baseline / 2;
10
+ small { font-size: $base_size - 2; color: $light2; }
11
+ }
12
+
13
+ // HEADINGS
14
+ h1, h2, h3, h4, h5, h6 {
15
+ font-weight: 700; color: $dark2; line-height: $baseline * 2;
16
+ small { color: $light2; }
17
+ }
18
+ h1 {
19
+ font-size: 30px; margin-bottom: $baseline / 2;
20
+ small { font-size: 18px; font-weight: 500; }
21
+ }
22
+ h2 {
23
+ font-size: 24px;
24
+ small { font-size: 14px; font-weight: 500; }
25
+ }
26
+ h3 {
27
+ font-size: 18px;
28
+ small { font-size: 14px; font-weight: 500; }
29
+ }
30
+ h4 {
31
+ font-size: 16px;
32
+ small { font-size: 12px; font-weight: 500; }
33
+ }
34
+ h5 { font-size: 14px; }
35
+ h6 { font-size: 13px; color: $light2; text-transform: uppercase; }
36
+
37
+ // LISTS
38
+ ol { margin: 0 0 $baseline 20px; }
39
+ ul { margin: 0 0 $baseline 15px; }
40
+ ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }
41
+ ul { list-style: disc; }
42
+ ol { list-style: decimal; }
43
+ li { line-height: $baseline; color: $light2; }
44
+ ul.unstyled { list-style: none; margin-left: 0; }
45
+
46
+ // DESCRIPTION LISTS
47
+ dl {
48
+ margin-bottom: $baseline;
49
+ dt, dd { line-height: $baseline; }
50
+ dt { font-weight: 700; }
51
+ dd { margin-left: $baseline / 2; }
52
+ }
53
+
54
+ // HORIZONTAL RULES
55
+ hr {
56
+ margin: 20px 0 19px;
57
+ border: 0;
58
+ border-bottom: 1px solid #eee;
59
+ }
60
+
61
+ // EMPHASIS
62
+ strong { font-style: inherit; font-weight: 700; }
63
+ em { font-style: italic; font-weight: inherit; line-height: inherit; }
64
+ .muted { color: $light2; }
65
+
66
+ // QUOTES
67
+ blockquote {
68
+ margin-bottom: $baseline; border-left: 5px solid $light2; padding-left: 15px;
69
+ p { @include font(14px, $sans, 300); margin-bottom: 0; }
70
+ small {
71
+ display: block; @include font( 12px, $sans, 300 ); color: $light2;
72
+ &:before { content: '\2014 \00A0'; }
73
+ }
74
+ }
75
+
76
+ // ADDRESSES
77
+ address { display: block; line-height: $baseline; margin-bottom: $baseline; }
78
+
79
+ // CODE
80
+ code, pre { padding: 0 3px 2px; font-family: $mono; font-size: 12px; background-color: $light1; }
81
+ code { background-color: $light1; color: rgba(0,0,0,.75); padding: 1px 3px; }
82
+ pre {
83
+ display: block;
84
+ padding: ($baseline - 1) / 2;
85
+ margin: 0 0 $baseline;
86
+ line-height: $baseline;
87
+ font-size: 12px;
88
+ border: 1px solid $light2;
89
+ border: 1px solid rgba(0,0,0,.15);
90
+ @include border-radius(3px);
91
+ white-space: pre;
92
+ white-space: pre-wrap;
93
+ word-wrap: break-word;
94
+ }
@@ -0,0 +1,8 @@
1
+ @import "jetpack/mixins";
2
+ @import "jetpack/resetize";
3
+ @import "jetpack/fractionalize";
4
+ @import "jetpack/typography";
5
+ @import "jetpack/tables";
6
+ @import "jetpack/forms";
7
+ @import "jetpack/navigation";
8
+ @import "jetpack/interface";
metadata ADDED
@@ -0,0 +1,74 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jetpack-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Andrew Burleson
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-11-11 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: sass-rails
16
+ requirement: &2164854900 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: 3.1.0
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *2164854900
25
+ description:
26
+ email: andrew@eighty-b.com
27
+ executables: []
28
+ extensions: []
29
+ extra_rdoc_files: []
30
+ files:
31
+ - vendor/assets/stylesheets/jetpack/forms.css.scss
32
+ - vendor/assets/stylesheets/jetpack/fractionalize.css.scss
33
+ - vendor/assets/stylesheets/jetpack/interface.css.scss
34
+ - vendor/assets/stylesheets/jetpack/mixins.css.scss
35
+ - vendor/assets/stylesheets/jetpack/navigation.css.scss
36
+ - vendor/assets/stylesheets/jetpack/presets.css.scss
37
+ - vendor/assets/stylesheets/jetpack/resetize.css.scss
38
+ - vendor/assets/stylesheets/jetpack/tables.css.scss
39
+ - vendor/assets/stylesheets/jetpack/typography.css.scss
40
+ - vendor/assets/stylesheets/jetpack.css.scss
41
+ - vendor/assets/javascripts/jetpack/alerts.js
42
+ - vendor/assets/javascripts/jetpack/modal.js
43
+ - vendor/assets/javascripts/jetpack/tabs.js
44
+ - vendor/assets/javascripts/jetpack/tipsy.js
45
+ - vendor/assets/javascripts/jetpack.js
46
+ - README.md
47
+ - LICENSE
48
+ - lib/jetpack-rails.rb
49
+ homepage: http://github.com/burlesona/jetpack-rails
50
+ licenses: []
51
+ post_install_message:
52
+ rdoc_options: []
53
+ require_paths:
54
+ - lib
55
+ required_ruby_version: !ruby/object:Gem::Requirement
56
+ none: false
57
+ requirements:
58
+ - - ! '>='
59
+ - !ruby/object:Gem::Version
60
+ version: '0'
61
+ required_rubygems_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ! '>='
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubyforge_project:
69
+ rubygems_version: 1.8.11
70
+ signing_key:
71
+ specification_version: 3
72
+ summary: A sweet fractional grid system plus an awesome bootstrap mashup, optimized
73
+ for the asset pipeline.
74
+ test_files: []