sinatra-hexacta 1.2.2 → 1.2.3

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: 0262333a47377639f65282dafdec1929f579195fedf8d3f55227466b0240a3a0
4
- data.tar.gz: 33ac18607abd6148b0ef4d9ae9f4af71e37d0f91f9266ba6e841fcbe5b454765
3
+ metadata.gz: eb4cad061ecfb76bad43cb9ddd7bbff5240cffc5e60cde012d3b2a707ec636e4
4
+ data.tar.gz: 40a5fb12a592ae6fad4c16a71c177d580599dcdc530304bc2a7e3974a470bd0a
5
5
  SHA512:
6
- metadata.gz: 0f357ec47c5d83a7e9e25b00efce779e1c2f4e848b44c90bd2a11b9717525dd530a1541df9062e8198e09c2ac973197b8d5364e57b4766c7d0d8fa3d622edd55
7
- data.tar.gz: 1f4dd8b78733c1750e0bb4b23ad8821532ee2314a24161041cfdcad094a0c2a4fa6266e552f39b2569bc3adabc0409d2bee91146f490ae35d1737343699d8fc9
6
+ metadata.gz: 78df9443693b8841368d5433e667f20893a8567043692c11abff63ef380872c0e0dc9d496a3edb4f917523ec2decbe508c3fcb2782fd09fd165b09959922287c
7
+ data.tar.gz: 9d1baf90f11d86b2494fdcb8407681368d0215b628812e1ae4e2b41ebbc920a1e52a7eb2af8d1a54f529ae97bda1a5ab30caed88eb0c1804a0c60dd8bfd8f7c0
@@ -0,0 +1,254 @@
1
+
2
+ #header {
3
+ /*-webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
4
+ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);*/
5
+ box-shadow: none;
6
+ background-color: transparent !important;
7
+ /*background-color: rgba(255,255,255,0.5) !important;*/
8
+ }
9
+
10
+ html:not([data-scroll='0']) #header {
11
+ -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
12
+ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
13
+ background-color: rgba(255,255,255,0.9) !important;
14
+ }
15
+
16
+ html:not([data-scroll='0']) body.darkmode #header {
17
+ -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
18
+ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
19
+ background-color: rgba(40,40,40,0.9) !important;
20
+ }
21
+
22
+ html:not([data-scroll='0']) #header .top-menu > li > a {
23
+ color: #7e8299;
24
+ }
25
+
26
+ html:not([data-scroll='0']) body.darkmode #header .top-menu > li > a {
27
+ color: white;
28
+ }
29
+
30
+ #header .logo {
31
+ padding: 6px 12px 6px 8px;
32
+ border-radius: .42rem;
33
+ top: -4px;
34
+ position: relative;
35
+ min-width: 46px;
36
+ }
37
+
38
+ html:not([data-scroll='0']) #header #menu-trigger .line-wrap .line {
39
+ background-color: #7e8299;
40
+ }
41
+
42
+ html:not([data-scroll='0']) body.darkmode #header #menu-trigger .line-wrap .line {
43
+ background-color: white;
44
+ }
45
+
46
+
47
+ #header input {
48
+ background: transparent !important;
49
+ /*border-bottom: 2px solid #7e8299 !important;*/
50
+ border-bottom: 2px solid white !important;
51
+ color: #7e8299 !important;
52
+ border-radius: 0 !important;
53
+ }
54
+
55
+ html:not([data-scroll='0']) #header input {
56
+ border-bottom: 2px solid #7e8299 !important;
57
+ }
58
+
59
+ html:not([data-scroll='0']) body.darkmode #header input {
60
+ border-bottom: 2px solid white !important;
61
+ }
62
+
63
+ html:not([data-scroll='0']) #header input::placeholder {
64
+ color: #7e8299 !important;
65
+ }
66
+
67
+ html:not([data-scroll='0']) body.darkmode #header input::placeholder {
68
+ color: #7e8299 !important;
69
+ }
70
+
71
+ #header input:-ms-input-placeholder {
72
+ color: #7e8299 !important;
73
+ }
74
+
75
+ #header input::-ms-input-placeholder {
76
+ color: #7e8299 !important;
77
+ }
78
+
79
+ [data-current-skin="lightblue"] .logo {
80
+ background-color: #03a9f4;
81
+ }
82
+
83
+ [data-current-skin="bluegray"] .logo {
84
+ background-color: #607d8b;
85
+ }
86
+
87
+ [data-current-skin="blue"] .logo {
88
+ background-color: #2196f3;
89
+ }
90
+
91
+ [data-current-skin="darkblue"] .logo {
92
+ background-color: #2c4985;
93
+ }
94
+
95
+ [data-current-skin="teal"] .logo {
96
+ background-color: #009688;
97
+ }
98
+
99
+ [data-current-skin="purple"] .logo {
100
+ background-color: #9c27b0;
101
+ }
102
+
103
+ [data-current-skin="orange"] .logo {
104
+ background-color: #ff9800;
105
+ }
106
+
107
+ [data-current-skin="cyan"] .logo {
108
+ background-color: #00bcd4;
109
+ }
110
+
111
+ [data-current-skin="green"] .logo {
112
+ background-color: #4caf50;
113
+ }
114
+
115
+ [data-current-skin="teal"] .logo {
116
+ background-color: #009688;
117
+ }
118
+
119
+ [data-current-skin="pink"] .logo {
120
+ background-color: #e91e63;
121
+ }
122
+
123
+ body {
124
+ background-color: #eef0f8;
125
+ }
126
+
127
+ #sidebar {
128
+ position: absolute;
129
+ top: 0px;
130
+ min-height: 700px;
131
+ margin-top: 80px;
132
+ }
133
+
134
+ .container .block-header h2 {
135
+ color: white;
136
+ }
137
+
138
+ .profile-menu {
139
+ margin-top: 20px;
140
+ }
141
+
142
+ .profile-menu > a {
143
+ background: none !important;
144
+ }
145
+
146
+ .profile-menu > a .profile-pic {
147
+ text-align: center;
148
+ }
149
+
150
+ .profile-pic > img {
151
+ width: 65px;
152
+ height: 65px;
153
+ }
154
+
155
+ .profile-menu > a .profile-info {
156
+ background: none;
157
+ margin-top: 0px;
158
+ color: #7f7f7f;
159
+ }
160
+
161
+ .profile-menu .main-menu {
162
+ border-bottom: 0px;
163
+ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
164
+ }
165
+
166
+ .card {
167
+ -webkit-box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
168
+ box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
169
+ border-radius: .42rem;
170
+ }
171
+
172
+ .card .tab-nav {
173
+ }
174
+
175
+ #profile-main {
176
+ }
177
+
178
+ @media (min-width: 1200px) {
179
+ #profile-main .pm-body {
180
+
181
+ }
182
+ }
183
+
184
+ @media (min-width: 768px) and (max-width: 1200px) {
185
+ #profile-main .pm-body {
186
+
187
+ }
188
+ }
189
+
190
+ @media (max-width: 767px) {
191
+ #profile-main .pm-body {
192
+
193
+ }
194
+ }
195
+
196
+ #profile-main .pm-body .tab-nav {
197
+ }
198
+
199
+ #profile-main .pm-body .tab-content {
200
+ }
201
+
202
+ #profile-main .pm-overview {
203
+ }
204
+
205
+ #profile-main .pmo-pic, #profile-main .pmo-block{
206
+ }
207
+
208
+ #profile-main .pmo-contact {
209
+ }
210
+
211
+ .btn, .lv-item, .btn-group, .t-view, .tvb-stats li,
212
+ .footer-text .text, .t-view:before, .actions > li > a:before,
213
+ .actions > a:before, .pagination > li > a, .pagination > li > span,
214
+ .listview [class*="lv-img"], .profile-pic > img, .form-control,
215
+ #header input[type="text"], #header .results, .img-circle, .dropdown.open .dropdown-menu,
216
+ .modal .modal-content, .profile-view .pv-header > .pv-main, .pt-inner .pti-header, .ptih-title,
217
+ .card .tab-nav, .dash-widget-item {
218
+ border-radius: .42rem;
219
+ }
220
+
221
+ .dash-widget-item {
222
+ -webkit-box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
223
+ box-shadow: 0 10px 30px 0 rgba(82,63,105,.08);
224
+ overflow: hidden;
225
+ }
226
+
227
+ #main {
228
+ background-image: url('/sinatra-hexacta/img/metronic.jpg');
229
+ background-repeat: no-repeat;
230
+ background-position: center top;
231
+ background-size: 100% 350px;
232
+ }
233
+
234
+ .pagination > li > a, .pagination > li > span {
235
+ }
236
+
237
+ .form-control {
238
+ }
239
+
240
+ #loader {
241
+ }
242
+
243
+ .profile-pic > img {
244
+ }
245
+
246
+ .profile-pic {
247
+ }
248
+
249
+ .results .card {
250
+ }
251
+
252
+ .profile-view {
253
+ }
254
+
@@ -13,7 +13,7 @@
13
13
  h5.c-gray Tema
14
14
 
15
15
  .col-xs-4
16
- == select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
16
+ == select_input({ :name => "css", :elements => [{ :text => "Default", :value => nil}, { :text => "Wieldy", :value => 'wieldy'}, { :text => "Metronic", :value => 'metronic'}], :placeholder => "" , :chosen => user_configuration.nil?? nil : user_configuration.css })
17
17
 
18
18
  .col-xs-6
19
19
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-hexacta
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marco Zanger
@@ -105,6 +105,7 @@ files:
105
105
  - lib/sinatra/public/css/app.min.1.css
106
106
  - lib/sinatra/public/css/app.min.2.css
107
107
  - lib/sinatra/public/css/darkmode.css
108
+ - lib/sinatra/public/css/metronic.css
108
109
  - lib/sinatra/public/css/shell.css
109
110
  - lib/sinatra/public/css/wieldy.css
110
111
  - lib/sinatra/public/fonts/montserrat/Montserrat-Black.otf
@@ -132,6 +133,7 @@ files:
132
133
  - lib/sinatra/public/fonts/roboto/Roboto-Thin-webfont.ttf
133
134
  - lib/sinatra/public/fonts/roboto/Roboto-Thin-webfont.woff
134
135
  - lib/sinatra/public/img/finder.png
136
+ - lib/sinatra/public/img/metronic.jpg
135
137
  - lib/sinatra/public/img/noimage.jpg
136
138
  - lib/sinatra/public/img/select.png
137
139
  - lib/sinatra/public/img/select@2x.png