waterfall_bourbon_neat_rails 0.0.1.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/waterfall_bourbon_neat_rails/application.js +3 -4
  3. data/app/assets/stylesheets/waterfall_bourbon_neat_rails.css.scss +36 -1
  4. data/app/assets/stylesheets/waterfall_bourbon_neat_rails/application.css.scss +4 -0
  5. data/app/views/layouts/application.html.slim +5 -4
  6. data/app/views/waterfall_bourbon_neat_rails/_footer.html.slim +13 -2
  7. data/app/views/waterfall_bourbon_neat_rails/_full_body.html.slim +1 -1
  8. data/app/views/waterfall_bourbon_neat_rails/_javascript.html.slim +5 -2
  9. data/app/views/waterfall_bourbon_neat_rails/_nav.html.slim +3 -3
  10. data/lib/waterfall_bourbon_neat_rails.rb +1 -1
  11. data/lib/waterfall_bourbon_neat_rails/rails/engine.rb +7 -0
  12. data/lib/waterfall_bourbon_neat_rails/version.rb +2 -2
  13. metadata +29 -118
  14. data/app/assets/images/waterfall_bourbon_neat_rails/home-bg.jpg +0 -0
  15. data/app/assets/images/waterfall_bourbon_neat_rails/home-tile-bg.gif +0 -0
  16. data/app/assets/images/waterfall_bourbon_neat_rails/waterfall-software-logo.png +0 -0
  17. data/app/assets/stylesheets/base/_base.scss +0 -24
  18. data/app/assets/stylesheets/base/_buttons.scss +0 -10
  19. data/app/assets/stylesheets/base/_flashes.scss +0 -15
  20. data/app/assets/stylesheets/base/_forms.scss +0 -78
  21. data/app/assets/stylesheets/base/_grid-settings.scss +0 -14
  22. data/app/assets/stylesheets/base/_lists.scss +0 -30
  23. data/app/assets/stylesheets/base/_tables.scss +0 -22
  24. data/app/assets/stylesheets/base/_typography.scss +0 -87
  25. data/app/assets/stylesheets/base/_variables.scss +0 -53
  26. data/app/assets/stylesheets/base/extends/_button.scss +0 -17
  27. data/app/assets/stylesheets/base/extends/_clearfix.scss +0 -3
  28. data/app/assets/stylesheets/base/extends/_hide-text.scss +0 -3
  29. data/app/assets/stylesheets/base/mixins/_flash.scss +0 -15
  30. data/app/assets/stylesheets/normalize/README.md +0 -57
  31. data/app/assets/stylesheets/normalize/component.json +0 -8
  32. data/app/assets/stylesheets/normalize/normalize.css +0 -425
  33. data/app/assets/stylesheets/normalize/package.json +0 -30
  34. data/app/assets/stylesheets/partials/_flash.scss +0 -15
  35. data/app/assets/stylesheets/partials/_footer.scss +0 -8
  36. data/app/assets/stylesheets/partials/_layout.scss +0 -197
  37. data/app/assets/stylesheets/partials/_nav.scss +0 -58
  38. data/app/assets/stylesheets/partials/_variables.scss +0 -1
  39. data/app/assets/stylesheets/waterfall_bourbon_neat_rails/application.scss +0 -11
  40. data/lib/waterfall_bourbon_neat_rails/engine.rb +0 -7
@@ -1,30 +0,0 @@
1
- {
2
- "name": "normalize.css",
3
- "version": "3.0.1",
4
- "description": "Normalize.css as a node packaged module",
5
- "style": "normalize.css",
6
- "files": [
7
- "normalize.css",
8
- "component.json"
9
- ],
10
- "homepage": "http://necolas.github.io/normalize.css",
11
- "repository": {
12
- "type": "git",
13
- "url": "git://github.com/necolas/normalize.css.git"
14
- },
15
- "author": {
16
- "name": "Nicolas Gallagher"
17
- },
18
- "license": "MIT",
19
- "readme": "# normalize.css v3\n\nNormalize.css is a customisable CSS file that makes browsers render all\nelements more consistently and in line with modern standards.\n\nThe project relies on researching the differences between default browser\nstyles in order to precisely target only the styles that need or benefit from\nnormalizing.\n\n[View the test file](http://necolas.github.io/normalize.css/latest/test.html)\n\n## Install\n\nDownload from the [project page](http://necolas.github.io/normalize.css/).\n\nInstall with [Component(1)](https://github.com/component/component/): `component install necolas/normalize.css`\n\nInstall with [npm](http://npmjs.org/): `npm install --save normalize.css`\n\nInstall with [Bower](http://bower.io/): `bower install --save normalize.css`\n\n## What does it do?\n\n* Preserves useful defaults, unlike many CSS resets.\n* Normalizes styles for a wide range of elements.\n* Corrects bugs and common browser inconsistencies.\n* Improves usability with subtle improvements.\n* Explains what code does using detailed comments.\n\n## How to use it\n\nNo other styles should come before Normalize.css.\n\nIt is recommended that you include the `normalize.css` file as untouched\nlibrary code.\n\n## Browser support\n\n* Google Chrome (latest)\n* Mozilla Firefox (latest)\n* Mozilla Firefox 4\n* Opera (latest)\n* Apple Safari 6+\n* Internet Explorer 8+\n\n[Normalize.css v1 provides legacy browser\nsupport](https://github.com/necolas/normalize.css/tree/v1) (IE 6+, Safari 4+),\nbut is no longer actively developed.\n\n## Contributing\n\nPlease read the CONTRIBUTING.md\n\n## Acknowledgements\n\nNormalize.css is a project by [Nicolas Gallagher](https://github.com/necolas),\nco-created with [Jonathan Neal](https://github.com/jonathantneal).\n",
20
- "readmeFilename": "README.md",
21
- "bugs": {
22
- "url": "https://github.com/necolas/normalize.css/issues"
23
- },
24
- "_id": "normalize.css@3.0.1",
25
- "dist": {
26
- "shasum": "0a7d531e467893d255fc83c077f1c3127423e36e"
27
- },
28
- "_from": "normalize.css@",
29
- "_resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-3.0.1.tgz"
30
- }
@@ -1,15 +0,0 @@
1
- .flash-alert {
2
- @include flash($alert-color);
3
- }
4
-
5
- .flash-error {
6
- @include flash($error-color);
7
- }
8
-
9
- .flash-notice {
10
- @include flash($notice-color);
11
- }
12
-
13
- .flash-success {
14
- @include flash($success-color);
15
- }
@@ -1,8 +0,0 @@
1
- footer#main-footer {
2
- position: absolute;
3
- bottom: 0px;
4
- width: 100%;
5
- background-color: #252525;
6
- color: #FFF;
7
- padding: 10px;
8
- }
@@ -1,197 +0,0 @@
1
- .container {
2
- @include outer-container;
3
- text-align: left;
4
-
5
- ul, ol {
6
- font-size: 1em;
7
- font-weight: 500;
8
-
9
- li {
10
- margin: .5em 0;
11
-
12
- span {
13
- display: inline-block;
14
-
15
- &:before {
16
- content: '/';
17
- margin: 0 .3em;
18
- }
19
- }
20
- }
21
- }
22
-
23
- h2, h3 {
24
- color: #FFF;
25
- }
26
- }
27
-
28
- .large-column {
29
- @include span-columns(8 of 12);
30
- }
31
-
32
- .small-column {
33
- @include span-columns(4 of 12);
34
- }
35
-
36
- .side-bar {
37
- @include span-columns(4);
38
- }
39
-
40
- .main-content {
41
- @include span-columns(5);
42
- }
43
-
44
- .right-side-content {
45
- @include span-columns(3);
46
- @include omega();
47
- }
48
-
49
- body {
50
- height: 100%;
51
- }
52
-
53
- .login {
54
- position: fixed;
55
- bottom: 0px;
56
- width: 100%;
57
- background: image-url('home-tile-bg.gif') repeat scroll left top #0057A7;
58
- height: 35%;
59
- box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.46);
60
- margin-left: 0.5em;
61
- z-index: 100;
62
- color: #FFF;
63
-
64
- .form {
65
- width: 100%;
66
- overflow: hidden;
67
-
68
- label {
69
- text-align: left;
70
- &.error {
71
- color: rgba(255, 0, 0, 1);
72
- font-weight: 200;
73
- }
74
- }
75
-
76
- .forgot-password {
77
- text-transform: uppercase;
78
- a {
79
- display: block;
80
- float: right;
81
- color: #A8C7E3;
82
- &:hover {
83
- color: #FFF;
84
- }
85
- }
86
- }
87
-
88
- .form-inputs {
89
- margin-top: 1em;
90
- text-align: left;
91
- }
92
-
93
- .form-actions {
94
- width: 28%;
95
- }
96
-
97
- input[type=submit] {
98
- padding: 3px 1em 0px 0px;
99
- display: inline-block;
100
- text-transform: uppercase;
101
- color: #FFF;
102
- font-size: 20px;
103
- border: medium none;
104
- font-family: $font-stack;
105
- font-weight: 400;
106
- margin-left: auto;
107
- background: image-url('login-more-than.png') no-repeat scroll right center transparent;
108
- &:hover {
109
- color: #A8C7E3;
110
- }
111
- }
112
- }
113
-
114
- form {
115
- display: inline-block;
116
- width: 25%;
117
- }
118
-
119
- input {
120
- background: none repeat scroll 0% 0% #FFF;
121
- padding: 0.5em;
122
- color: #0057A7;
123
- border-radius: 5px;
124
- border: medium none;
125
- width: 100%;
126
- font-family: $font-stack;
127
- font-weight: 400;
128
- }
129
-
130
- }
131
-
132
- .password-reset {
133
- @extend .login;
134
- height: 35%;
135
- color: #333;
136
- }
137
-
138
- body#main {
139
- background: image-url('home-bg.jpg') no-repeat fixed center center / cover #383A3D;
140
- color: #333;
141
- position: relative;
142
- text-align: center;
143
-
144
- div.logo {
145
- width: 430px;
146
- padding: 4% 0px 6%;
147
- margin: 0px auto;
148
- }
149
-
150
- span {
151
- display: block;
152
- text-transform: uppercase;
153
- color: #FFF;
154
-
155
- &.not-bold {
156
- font-size: 22px;
157
- line-height: 24px;
158
- font-weight: 200;
159
- }
160
-
161
- &.bold {
162
- font-weight: 600;
163
- font-size: 42px;
164
- line-height: 52px;
165
- margin: 0.25em 0px;
166
- }
167
-
168
- }
169
- }
170
-
171
- body#landing-page {
172
- background: image-url('landing-bg.gif') repeat-x fixed left center #B9B9B8;
173
-
174
- #header{
175
- height: 150px;
176
- }
177
-
178
- #header-region {
179
- float: right;
180
- padding: 26px 18px 0px 0px;
181
- }
182
-
183
- #header:after {
184
- visibility: hidden;
185
- display: block;
186
- font-size: 0px;
187
- content: " ";
188
- clear: both;
189
- height: 0px;
190
- }
191
-
192
- .logo {
193
- float: left;
194
- padding: 1% 0% 2% 3%;
195
- }
196
-
197
- }
@@ -1,58 +0,0 @@
1
- #user-nav {
2
- float:right;
3
- li{
4
- float:left;
5
- border-left:1px solid #fff;
6
-
7
- &:first-child{
8
- border:none;
9
- }
10
- &:hover{
11
- background-color:#999;
12
- }
13
- a{
14
- text-transform:uppercase;
15
- color:#fff;
16
- padding: 3px 12px;
17
- display: block;
18
- }
19
- }
20
- }
21
-
22
- #profile {
23
- float:right;
24
- min-width:200px;
25
- li{
26
- &:hover{
27
- background-color: #fff;
28
- a {
29
- color:#477DCA;
30
- }
31
- }
32
- }
33
- a {
34
- font-weight: 800;
35
- padding: 3px 12px;
36
- white-space: nowrap;
37
- color: #FFF;
38
- display: block;
39
- text-transform: uppercase;
40
- }
41
-
42
- #profile_menu{
43
- display:none;
44
- a {
45
- color:#477DCA;
46
- font-weight: normal;
47
- &:hover{
48
- color: #FFF;
49
- background-color: #477DCA;
50
- }
51
- }
52
- }
53
- li:hover {
54
- #profile_menu{
55
- display:block;
56
- }
57
- }
58
- }
@@ -1 +0,0 @@
1
- $font-stack: "Open Sans", Helvetica, Arial, sans-serif;
@@ -1,11 +0,0 @@
1
- @import "normalize/normalize.css";
2
- @import "bourbon";
3
- @import "base/base"; /* Bitters needs to be imported before Neat */
4
- @import "neat";
5
- @import "partials/variables";
6
- @import "partials/layout";
7
- @import "partials/flash";
8
- @import "partials/nav";
9
- @import "partials/footer";
10
- // @import "jquery.autocomplete";
11
- // include only jquery-ui modules that are needed
@@ -1,7 +0,0 @@
1
- require 'rails'
2
-
3
- module WaterfallBourbonNeatRails
4
- class Engine < ::Rails::Engine
5
- isolate_namespace WaterfallBourbonNeatRails
6
- end
7
- end