twitter-bootstrap-rails 0.0.3

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.
@@ -0,0 +1,184 @@
1
+ /* Typography.less
2
+ * Headings, body text, lists, code, and more for a versatile and durable typography system
3
+ * ---------------------------------------------------------------------------------------- */
4
+
5
+
6
+ // BODY TEXT
7
+ // ---------
8
+
9
+ p {
10
+ #font > .shorthand(normal,@basefont,@baseline);
11
+ margin-bottom: @baseline;
12
+ small {
13
+ font-size: 11px;
14
+ color: @grayLight;
15
+ }
16
+ }
17
+
18
+
19
+ // HEADINGS
20
+ // --------
21
+
22
+ h1, h2, h3, h4, h5, h6 {
23
+ font-weight: bold;
24
+ color: @grayDark;
25
+ small {
26
+ color: @grayLight;
27
+ }
28
+ }
29
+ h1 {
30
+ margin-bottom: @baseline;
31
+ font-size: 30px;
32
+ line-height: @baseline * 2;
33
+ small {
34
+ font-size: 18px;
35
+ }
36
+ }
37
+ h2 {
38
+ font-size: 24px;
39
+ line-height: @baseline * 2;
40
+ small {
41
+ font-size: 14px;
42
+ }
43
+ }
44
+ h3, h4, h5, h6 {
45
+ line-height: @baseline * 2;
46
+ }
47
+ h3 {
48
+ font-size: 18px;
49
+ small {
50
+ font-size: 14px;
51
+ }
52
+ }
53
+ h4 {
54
+ font-size: 16px;
55
+ small {
56
+ font-size: 12px;
57
+ }
58
+ }
59
+ h5 {
60
+ font-size: 14px;
61
+ }
62
+ h6 {
63
+ font-size: 13px;
64
+ color: @grayLight;
65
+ text-transform: uppercase;
66
+ }
67
+
68
+
69
+ // COLORS
70
+ // ------
71
+
72
+ // Unordered and Ordered lists
73
+ ul, ol {
74
+ margin: 0 0 @baseline 25px;
75
+ }
76
+ ul ul,
77
+ ul ol,
78
+ ol ol,
79
+ ol ul {
80
+ margin-bottom: 0;
81
+ }
82
+ ul {
83
+ list-style: disc;
84
+ }
85
+ ol {
86
+ list-style: decimal;
87
+ }
88
+ li {
89
+ line-height: @baseline;
90
+ color: @gray;
91
+ }
92
+ ul.unstyled {
93
+ list-style: none;
94
+ margin-left: 0;
95
+ }
96
+
97
+ // Description Lists
98
+ dl {
99
+ margin-bottom: @baseline;
100
+ dt, dd {
101
+ line-height: @baseline;
102
+ }
103
+ dt {
104
+ font-weight: bold;
105
+ }
106
+ dd {
107
+ margin-left: @baseline / 2;
108
+ }
109
+ }
110
+
111
+ // MISC
112
+ // ----
113
+
114
+ // Horizontal rules
115
+ hr {
116
+ margin: 0 0 19px;
117
+ border: 0;
118
+ border-bottom: 1px solid #eee;
119
+ }
120
+
121
+ // Emphasis
122
+ strong {
123
+ font-style: inherit;
124
+ font-weight: bold;
125
+ line-height: inherit;
126
+ }
127
+ em {
128
+ font-style: italic;
129
+ font-weight: inherit;
130
+ line-height: inherit;
131
+ }
132
+ .muted {
133
+ color: @grayLighter;
134
+ }
135
+
136
+ // Blockquotes
137
+ blockquote {
138
+ margin-bottom: @baseline;
139
+ border-left: 5px solid #eee;
140
+ padding-left: 15px;
141
+ p {
142
+ #font > .shorthand(300,14px,@baseline);
143
+ margin-bottom: 0;
144
+ }
145
+ small, cite {
146
+ display: block;
147
+ #font > .shorthand(300,12px,@baseline);
148
+ color: @grayLight;
149
+ &:before {
150
+ content: '\2014 \00A0';
151
+ }
152
+ }
153
+ }
154
+
155
+ // Addresses
156
+ address {
157
+ display: block;
158
+ line-height: @baseline;
159
+ margin-bottom: @baseline;
160
+ }
161
+
162
+ // Inline and block code styles
163
+ code, pre {
164
+ padding: 0 3px 2px;
165
+ font-family: Monaco, Andale Mono, Courier New, monospace;
166
+ font-size: 12px;
167
+ .border-radius(3px);
168
+ }
169
+ code {
170
+ background-color: lighten(@orange, 40%);
171
+ color: rgba(0,0,0,.75);
172
+ padding: 1px 3px;
173
+ }
174
+ pre {
175
+ background-color: #f5f5f5;
176
+ display: block;
177
+ padding: @baseline - 1;
178
+ margin: 0 0 @baseline;
179
+ line-height: @baseline;
180
+ font-size: 12px;
181
+ border: 1px solid rgba(0,0,0,.15);
182
+ .border-radius(3px);
183
+ white-space: pre-wrap;
184
+ }
metadata ADDED
@@ -0,0 +1,111 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: twitter-bootstrap-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.3
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Seyhun Akyurek
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2011-08-23 00:00:00.000000000 +03:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: railties
17
+ requirement: &72353460 !ruby/object:Gem::Requirement
18
+ none: false
19
+ requirements:
20
+ - - ~>
21
+ - !ruby/object:Gem::Version
22
+ version: '3.0'
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: *72353460
26
+ - !ruby/object:Gem::Dependency
27
+ name: thor
28
+ requirement: &72353150 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '0.14'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: *72353150
37
+ - !ruby/object:Gem::Dependency
38
+ name: bundler
39
+ requirement: &72352890 !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ~>
43
+ - !ruby/object:Gem::Version
44
+ version: 1.0.0
45
+ type: :development
46
+ prerelease: false
47
+ version_requirements: *72352890
48
+ - !ruby/object:Gem::Dependency
49
+ name: rails
50
+ requirement: &72352600 !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ~>
54
+ - !ruby/object:Gem::Version
55
+ version: '3.0'
56
+ type: :development
57
+ prerelease: false
58
+ version_requirements: *72352600
59
+ description: Bootstrap CSS toolkit for Rails 3 projects
60
+ email:
61
+ - seyhunak@gmail.com
62
+ executables: []
63
+ extensions: []
64
+ extra_rdoc_files: []
65
+ files:
66
+ - .gitignore
67
+ - Gemfile
68
+ - README
69
+ - README.md
70
+ - Rakefile
71
+ - lib/twitter-bootstrap-rails.rb
72
+ - lib/twitter-bootstrap-rails/engine.rb
73
+ - lib/twitter-bootstrap-rails/railtie.rb
74
+ - lib/twitter-bootstrap-rails/version.rb
75
+ - twitter-bootstrap-rails.gemspec
76
+ - vendor/assets/stylesheets/bootstrap-1.0.0.css
77
+ - vendor/assets/stylesheets/bootstrap-1.0.0.min.css
78
+ - vendor/assets/stylesheets/bootstrap/bootstrap.less
79
+ - vendor/assets/stylesheets/bootstrap/forms.less
80
+ - vendor/assets/stylesheets/bootstrap/patterns.less
81
+ - vendor/assets/stylesheets/bootstrap/preboot.less
82
+ - vendor/assets/stylesheets/bootstrap/reset.less
83
+ - vendor/assets/stylesheets/bootstrap/scaffolding.less
84
+ - vendor/assets/stylesheets/bootstrap/tables.less
85
+ - vendor/assets/stylesheets/bootstrap/type.less
86
+ has_rdoc: true
87
+ homepage: https://github.com/seyhunak/twitter-bootstrap-rails
88
+ licenses: []
89
+ post_install_message:
90
+ rdoc_options: []
91
+ require_paths:
92
+ - lib
93
+ required_ruby_version: !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ! '>='
97
+ - !ruby/object:Gem::Version
98
+ version: '0'
99
+ required_rubygems_version: !ruby/object:Gem::Requirement
100
+ none: false
101
+ requirements:
102
+ - - ! '>='
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ requirements: []
106
+ rubyforge_project: twitter-bootstrap-rails
107
+ rubygems_version: 1.6.2
108
+ signing_key:
109
+ specification_version: 3
110
+ summary: Bootstrap CSS toolkit for Rails 3 projects
111
+ test_files: []