failuregem 0.0.6.7 → 0.0.6.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 655a385f5be784b9c3656c0fade64375d6511d67869d3c0b069a1abfae114898
4
- data.tar.gz: 07154fb4e4c1196d25b45fc3170d7068b6553ef18e0488939ce42a98a0b1f83d
3
+ metadata.gz: d22b06ad651fcdba75510aeded4aa6e827c56adf0fe0126bd63a5ce8d51570cd
4
+ data.tar.gz: 70ad912f570ae44dc2f8253ea101005b90b355ce86509fa0c1565a11883eac4c
5
5
  SHA512:
6
- metadata.gz: a8d277d53010f0e4fb1e416dd8a1b625a1730173d450e1be69c03ff14172ef4c70cb7104611ad6ff5f91e8def421bd4a47373dc38584deaf7e14de16f0c0a52c
7
- data.tar.gz: f6a4f68eca993f45b169f363b28a1df5da9eaf8f2c0c9e14fdc9725d68514e758c288368b1d26a37806a83fdf996614e754428412ead4f44c170adf165aacfe9
6
+ metadata.gz: 4f4a71af4776da6c6e72690408df2e961f59aee8fddb5544b88fb2755610dbb6759c9c18eb9e653c853092459e0f0594c2238dc7b318e63cd57dfc14cc713525
7
+ data.tar.gz: 53a6f8efe2c0e66792c4526dcf0959340e8dbe3f0742ec4ffc029fef9b58687745bd4535fba134abcfc89257d4e9d6a087a3ac049d70f8c0c5e7bd105c008fb0
@@ -0,0 +1,211 @@
1
+ // Place all the styles related to the pages controller here.
2
+ // They will automatically be included in application.css.
3
+ // You can use Sass (SCSS) here: http://sass-lang.com/
4
+
5
+ //----GENERAL------------------//
6
+ *
7
+ font-size: 16px
8
+
9
+ html
10
+ //overflow: scroll
11
+
12
+ img
13
+ border-radius: 4px !important
14
+
15
+ .center
16
+ text-align: center
17
+ margin: 0 auto
18
+
19
+ h1, h1 a, h1 span, h1 span span
20
+ font-size: 36px !important
21
+
22
+ h2, h2 a, h2 span, h2 span span
23
+ font-size: 30px !important
24
+
25
+ h3, h3 a, h3 span, h3 span span
26
+ font-size: 24px !important
27
+
28
+ h4, h4 a, h4 span, h4 span span
29
+ font-size: 20px !important
30
+
31
+ h5, h5 a, h5 span, h5 span span
32
+ font-size: 18px !important
33
+
34
+ h6, h6 a, h6 span, h6 span span
35
+ font-size: 16px !important
36
+
37
+ //----HEADER & NAVIGATION-----//
38
+
39
+ .navbar-default, .navbar-header, .navbar-collapse, .header
40
+ background-color: $header-bg
41
+
42
+ .navbar-brand
43
+ padding-left: 0px !important
44
+ margin: 29px 0px 0px 0px
45
+
46
+ .navigation-title
47
+ color: $white1
48
+ font-size: 30px !important
49
+ span
50
+ font-size: 30px
51
+ color: $turq1
52
+
53
+ .navigation-link
54
+ padding: 0px !important
55
+ margin: 45px 15px
56
+ font-size: 14px
57
+ color: $white1 !important
58
+ &:hover
59
+ color: $turq1 !important
60
+
61
+ .active
62
+ .navigation-link
63
+ background-color: $header-bg !important
64
+ color: $turq1 !important
65
+
66
+ .navigation-link .active
67
+ border-bottom: 1px solid !important
68
+
69
+ .navbar-toggle
70
+ margin: 42px 20px 0px 0px !important
71
+ height: 28px
72
+ padding: 2px 9px !important
73
+ i
74
+ font-size: 15px
75
+ color: $white1
76
+
77
+ .icon-bar
78
+ color: $white1 !important
79
+
80
+ //----CUSTOM NAV-----------//
81
+ .sub-nav
82
+ height: 100%
83
+
84
+ .sub-pages-nav
85
+ //float: left
86
+ //position: fixed
87
+ margin-top: 10px
88
+ margin-bottom: 55px
89
+ width: 100% !important
90
+ height: 27px !important
91
+ overflow: hidden
92
+
93
+ li
94
+ display: inline
95
+ margin-right: 20px
96
+
97
+ .custom-nav
98
+ width: 100% !important
99
+ display: inline
100
+ margin-left: 0px !important
101
+ padding-left: 0px !important
102
+ text-decoration: none
103
+ list-style-type: none
104
+ margin-right: 10px !important
105
+
106
+ li
107
+ margin-bottom: 20px !important
108
+ border-bottom: 1px solid $white1 !important
109
+ color: $turq1 !important
110
+ a
111
+ font-size: 15px
112
+
113
+ .active
114
+ border-bottom: 1px solid $turq1 !important
115
+
116
+ //----STARTPAGE------------//
117
+
118
+ .carousel-title a
119
+ color: $white1 !important
120
+ font-size: 25px
121
+ text-decoration: none
122
+
123
+ &:hover
124
+ color: $gray1 !important
125
+ text-decoration: none
126
+
127
+ .carousel-control .glyphicon
128
+ color: $white1
129
+
130
+ //----NEWS----------------//
131
+
132
+ .news
133
+ height: 250px
134
+ overflow: hidden
135
+
136
+ //----PAGES--------------//
137
+
138
+ a
139
+ color: $turq1 !important
140
+ &:hover
141
+ color: $turq2 !important
142
+ text-decoration: none !important
143
+
144
+ body
145
+ color: $black !important
146
+
147
+ .dashboard-content
148
+ border-left: 1px solid $gray1 !important
149
+
150
+ .page-content
151
+ border-left: 1px solid $gray1 !important
152
+
153
+
154
+ //----BUTTONS------------//
155
+
156
+ .btn-primary
157
+ background-color: $turq1 !important
158
+ border-color: $turq1 !important
159
+ color: $white1 !important
160
+
161
+ //----TABLES-------------//
162
+
163
+ .cut-td-text
164
+ max-height: 25px !important
165
+ overflow: hidden !important
166
+
167
+ //----PAGINATION---------//
168
+
169
+ .pagination
170
+ .active
171
+ span
172
+ background-color: $white1 !important
173
+ color: $black !important
174
+ border: 1px solid $turq1 !important
175
+
176
+ //----PROGRESS BAR-------//
177
+
178
+ .progress-info-green
179
+ float: left
180
+ width: 20px
181
+ height: 20px
182
+ border-radius: 100%
183
+ background-color: #5cb85c
184
+ margin-right: 7px
185
+
186
+ .progress-info-blue
187
+ float: right
188
+ width: 20px
189
+ height: 20px
190
+ border-radius: 100%
191
+ background-color: #5bc0de
192
+ margin-right: 7px
193
+
194
+ //----CHART BOX----------//
195
+
196
+ .chart
197
+
198
+ //----FOOTER-------------//
199
+
200
+ .footer
201
+ height: 120px
202
+
203
+ .footer-div
204
+ border-top: solid 1px $gray1
205
+ background-color: $white1
206
+ height: 90px
207
+ padding: 10px 0px
208
+
209
+ .bl-logo
210
+ width: 220px
211
+ float: right
data/lib/failuregem.rb CHANGED
@@ -5,7 +5,7 @@ require 'simple_form'
5
5
  require 'paperclip'
6
6
  require 'active_link_to'
7
7
 
8
- module Rails
8
+ module Failuregem
9
9
  class Engine < ::Rails::Engine
10
10
  end
11
11
  end
@@ -0,0 +1,211 @@
1
+ // Place all the styles related to the pages controller here.
2
+ // They will automatically be included in application.css.
3
+ // You can use Sass (SCSS) here: http://sass-lang.com/
4
+
5
+ //----GENERAL------------------//
6
+ *
7
+ font-size: 16px
8
+
9
+ html
10
+ //overflow: scroll
11
+
12
+ img
13
+ border-radius: 4px !important
14
+
15
+ .center
16
+ text-align: center
17
+ margin: 0 auto
18
+
19
+ h1, h1 a, h1 span, h1 span span
20
+ font-size: 36px !important
21
+
22
+ h2, h2 a, h2 span, h2 span span
23
+ font-size: 30px !important
24
+
25
+ h3, h3 a, h3 span, h3 span span
26
+ font-size: 24px !important
27
+
28
+ h4, h4 a, h4 span, h4 span span
29
+ font-size: 20px !important
30
+
31
+ h5, h5 a, h5 span, h5 span span
32
+ font-size: 18px !important
33
+
34
+ h6, h6 a, h6 span, h6 span span
35
+ font-size: 16px !important
36
+
37
+ //----HEADER & NAVIGATION-----//
38
+
39
+ .navbar-default, .navbar-header, .navbar-collapse, .header
40
+ background-color: $header-bg
41
+
42
+ .navbar-brand
43
+ padding-left: 0px !important
44
+ margin: 29px 0px 0px 0px
45
+
46
+ .navigation-title
47
+ color: $white1
48
+ font-size: 30px !important
49
+ span
50
+ font-size: 30px
51
+ color: $turq1
52
+
53
+ .navigation-link
54
+ padding: 0px !important
55
+ margin: 45px 15px
56
+ font-size: 14px
57
+ color: $white1 !important
58
+ &:hover
59
+ color: $turq1 !important
60
+
61
+ .active
62
+ .navigation-link
63
+ background-color: $header-bg !important
64
+ color: $turq1 !important
65
+
66
+ .navigation-link .active
67
+ border-bottom: 1px solid !important
68
+
69
+ .navbar-toggle
70
+ margin: 42px 20px 0px 0px !important
71
+ height: 28px
72
+ padding: 2px 9px !important
73
+ i
74
+ font-size: 15px
75
+ color: $white1
76
+
77
+ .icon-bar
78
+ color: $white1 !important
79
+
80
+ //----CUSTOM NAV-----------//
81
+ .sub-nav
82
+ height: 100%
83
+
84
+ .sub-pages-nav
85
+ //float: left
86
+ //position: fixed
87
+ margin-top: 10px
88
+ margin-bottom: 55px
89
+ width: 100% !important
90
+ height: 27px !important
91
+ overflow: hidden
92
+
93
+ li
94
+ display: inline
95
+ margin-right: 20px
96
+
97
+ .custom-nav
98
+ width: 100% !important
99
+ display: inline
100
+ margin-left: 0px !important
101
+ padding-left: 0px !important
102
+ text-decoration: none
103
+ list-style-type: none
104
+ margin-right: 10px !important
105
+
106
+ li
107
+ margin-bottom: 20px !important
108
+ border-bottom: 1px solid $white1 !important
109
+ color: $turq1 !important
110
+ a
111
+ font-size: 15px
112
+
113
+ .active
114
+ border-bottom: 1px solid $turq1 !important
115
+
116
+ //----STARTPAGE------------//
117
+
118
+ .carousel-title a
119
+ color: $white1 !important
120
+ font-size: 25px
121
+ text-decoration: none
122
+
123
+ &:hover
124
+ color: $gray1 !important
125
+ text-decoration: none
126
+
127
+ .carousel-control .glyphicon
128
+ color: $white1
129
+
130
+ //----NEWS----------------//
131
+
132
+ .news
133
+ height: 250px
134
+ overflow: hidden
135
+
136
+ //----PAGES--------------//
137
+
138
+ a
139
+ color: $turq1 !important
140
+ &:hover
141
+ color: $turq2 !important
142
+ text-decoration: none !important
143
+
144
+ body
145
+ color: $black !important
146
+
147
+ .dashboard-content
148
+ border-left: 1px solid $gray1 !important
149
+
150
+ .page-content
151
+ border-left: 1px solid $gray1 !important
152
+
153
+
154
+ //----BUTTONS------------//
155
+
156
+ .btn-primary
157
+ background-color: $turq1 !important
158
+ border-color: $turq1 !important
159
+ color: $white1 !important
160
+
161
+ //----TABLES-------------//
162
+
163
+ .cut-td-text
164
+ max-height: 25px !important
165
+ overflow: hidden !important
166
+
167
+ //----PAGINATION---------//
168
+
169
+ .pagination
170
+ .active
171
+ span
172
+ background-color: $white1 !important
173
+ color: $black !important
174
+ border: 1px solid $turq1 !important
175
+
176
+ //----PROGRESS BAR-------//
177
+
178
+ .progress-info-green
179
+ float: left
180
+ width: 20px
181
+ height: 20px
182
+ border-radius: 100%
183
+ background-color: #5cb85c
184
+ margin-right: 7px
185
+
186
+ .progress-info-blue
187
+ float: right
188
+ width: 20px
189
+ height: 20px
190
+ border-radius: 100%
191
+ background-color: #5bc0de
192
+ margin-right: 7px
193
+
194
+ //----CHART BOX----------//
195
+
196
+ .chart
197
+
198
+ //----FOOTER-------------//
199
+
200
+ .footer
201
+ height: 120px
202
+
203
+ .footer-div
204
+ border-top: solid 1px $gray1
205
+ background-color: $white1
206
+ height: 90px
207
+ padding: 10px 0px
208
+
209
+ .bl-logo
210
+ width: 220px
211
+ float: right
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: failuregem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6.7
4
+ version: 0.0.6.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leon Vogt
@@ -159,6 +159,8 @@ extensions: []
159
159
  extra_rdoc_files: []
160
160
  files:
161
161
  - lib/failuregem.rb
162
+ - lib/failuregem/assets/mainstyle.scss
163
+ - vendor/assets/stylesheets/mainstyle.scss
162
164
  homepage: http://rubygems.org/gems/failuregem
163
165
  licenses:
164
166
  - MIT