ilstyle 0.4.4 → 0.4.5
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 57f3c0ef420dc66914a73fd79684c8a43dbb42d0
|
|
4
|
+
data.tar.gz: fb732fa922ac1d90242cff059a932188f4604878
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 02d8b1d4d09365f8f2474a476cd65b7c56c7ee7000c4a59ad361b2b05477a6d76c1880ef73022da791edfee3c0345bb89683c570c95774d7f11c2f0467652c64
|
|
7
|
+
data.tar.gz: bc6d24e333efa4606b550a40407c6e616c905a981531e8649ee41a84931dc5142420c308aed80963f236961e708696d87e2d49213af6bec8f963b19b92347f15
|
|
File without changes
|
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
/* Regular CSS file for i-level look */
|
|
2
2
|
/* Imports */
|
|
3
3
|
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);
|
|
4
|
-
|
|
4
|
+
|
|
5
|
+
/* Define colours */
|
|
6
|
+
$ilorange:#F57E29;
|
|
7
|
+
$ilorangelight:#fe854b;
|
|
8
|
+
$ilgray:#535353;
|
|
9
|
+
$ilgraylight:#a6a6a6;
|
|
10
|
+
$ilblue:#0E719F;
|
|
11
|
+
$ilgreen:#0ec505;
|
|
12
|
+
$ildarkgreen:#01992b;
|
|
13
|
+
$ilred:#fc2727;
|
|
14
|
+
$ildarkred: #ff0c37;
|
|
15
|
+
$ilredlight: #ff949a;
|
|
16
|
+
$ilbackground: #e4e4e4;
|
|
17
|
+
$ilyellow: #ffc974;
|
|
5
18
|
|
|
6
19
|
/************************************
|
|
7
20
|
** Text *
|
|
@@ -32,6 +45,7 @@ h2 {
|
|
|
32
45
|
|
|
33
46
|
label {
|
|
34
47
|
font-weight:300;
|
|
48
|
+
vertical-align: top;
|
|
35
49
|
}
|
|
36
50
|
strong {
|
|
37
51
|
float: left;
|
|
@@ -70,7 +84,7 @@ ol {
|
|
|
70
84
|
}
|
|
71
85
|
fieldset.two-column {
|
|
72
86
|
display:inline-block;
|
|
73
|
-
width:
|
|
87
|
+
width: 49.167em;
|
|
74
88
|
min-width: 300px;
|
|
75
89
|
padding: 0;
|
|
76
90
|
margin: 5px 0;
|
|
@@ -79,14 +93,23 @@ ol {
|
|
|
79
93
|
}
|
|
80
94
|
li{
|
|
81
95
|
margin: 3px 0px;
|
|
82
|
-
label{ width:
|
|
96
|
+
label{ width: 15.833em; }
|
|
83
97
|
}
|
|
84
98
|
|
|
85
99
|
li input, li select, li textarea,{
|
|
86
|
-
|
|
100
|
+
-moz-box-sizing: border-box;
|
|
101
|
+
box-sizing: border-box;
|
|
102
|
+
width: 15.833em;
|
|
87
103
|
}
|
|
88
104
|
li input.small, li select.small, li textarea.small,{
|
|
89
|
-
|
|
105
|
+
-moz-box-sizing: border-box;
|
|
106
|
+
box-sizing: border-box;
|
|
107
|
+
width: 4.167em;
|
|
108
|
+
}
|
|
109
|
+
li input.large, li select.large, li textarea.large,{
|
|
110
|
+
width: 32.500em;
|
|
111
|
+
-moz-box-sizing: border-box;
|
|
112
|
+
box-sizing: border-box;
|
|
90
113
|
}
|
|
91
114
|
|
|
92
115
|
}
|
|
@@ -109,13 +132,8 @@ ol > li > label {
|
|
|
109
132
|
ol > li > input,
|
|
110
133
|
ol > li > textarea,
|
|
111
134
|
ol > li > select{
|
|
112
|
-
width: calc(40%);
|
|
113
|
-
max-width: 300px;
|
|
114
135
|
float:right;
|
|
115
136
|
}
|
|
116
|
-
ol > fieldset > li select {
|
|
117
|
-
width: 150px;
|
|
118
|
-
}
|
|
119
137
|
|
|
120
138
|
ol > li > span {
|
|
121
139
|
margin: 1px 0px 1px 0px;
|
|
@@ -168,50 +186,52 @@ textarea:focus{
|
|
|
168
186
|
/************************************
|
|
169
187
|
** Layout - Header *
|
|
170
188
|
***********************************/
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
/************************************
|
|
192
|
+
** MARK : Layout - Navigation bar *
|
|
193
|
+
***********************************/
|
|
194
|
+
/* To fix the issue of showing a menu over an element with position:fixed,
|
|
195
|
+
we add a container and define an ordering, using Flexboxes */
|
|
196
|
+
.navigation_container{
|
|
197
|
+
display: -webkit-box;
|
|
198
|
+
display: -moz-box;
|
|
199
|
+
display: box;
|
|
200
|
+
|
|
201
|
+
-webkit-box-orient: vertical;
|
|
202
|
+
-moz-box-orient: vertical;
|
|
203
|
+
box-orient: vertical;
|
|
204
|
+
width: 100%;
|
|
205
|
+
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
|
|
206
|
+
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
|
|
207
|
+
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
|
|
208
|
+
z-index: 999999;
|
|
177
209
|
}
|
|
178
210
|
|
|
179
|
-
#
|
|
180
|
-
|
|
211
|
+
#sidebar{
|
|
212
|
+
-webkit-box-ordinal-group: 3;
|
|
213
|
+
-moz-box-ordinal-group: 3;
|
|
214
|
+
box-ordinal-group: 3;
|
|
215
|
+
|
|
216
|
+
position: fixed;
|
|
217
|
+
width: 100%;
|
|
218
|
+
top: 41px;
|
|
219
|
+
z-index: 90;
|
|
220
|
+
|
|
221
|
+
-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
222
|
+
-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
223
|
+
box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
181
224
|
}
|
|
182
|
-
|
|
183
|
-
|
|
225
|
+
#navContainer{
|
|
226
|
+
-webkit-box-ordinal-group: 2;
|
|
227
|
+
-moz-box-ordinal-group: 2;
|
|
228
|
+
box-ordinal-group: 2;
|
|
229
|
+
|
|
230
|
+
position: fixed;
|
|
231
|
+
top: 0;
|
|
184
232
|
width:100%;
|
|
185
|
-
text-align:center;
|
|
186
|
-
color: #888;
|
|
187
|
-
font-size: 2.5em;
|
|
188
|
-
font-weight: 300;
|
|
189
|
-
height: 40px;
|
|
190
|
-
}
|
|
191
|
-
/* header: left column*/
|
|
192
|
-
#hdrLeft{
|
|
193
|
-
width: 150px;
|
|
194
|
-
right: 150px;
|
|
195
|
-
height: 40px;
|
|
196
|
-
margin-left: -100%; /* Position the left column to the left of the center colmun */
|
|
197
|
-
}
|
|
198
|
-
#leftlogin{
|
|
199
|
-
/*fixes problems with left column on login page*/
|
|
200
|
-
width: 80px;
|
|
201
|
-
right: 80px;
|
|
202
|
-
margin-left: 0; /* Position the left column to the left of the center colmun */
|
|
203
|
-
}
|
|
204
|
-
/* header: right column*/
|
|
205
|
-
#hdrRight{
|
|
206
|
-
width: 300px;
|
|
207
|
-
height: 40px;
|
|
208
|
-
margin-right: -300px; /*Position the right column to the right of the center column*/
|
|
209
|
-
text-align: right;
|
|
210
233
|
}
|
|
211
234
|
|
|
212
|
-
/************************************
|
|
213
|
-
** MARK : Layout - Navigation bar *
|
|
214
|
-
***********************************/
|
|
215
235
|
#empty_nav_bar{
|
|
216
236
|
height: 5px;
|
|
217
237
|
}
|
|
@@ -219,13 +239,7 @@ textarea:focus{
|
|
|
219
239
|
.navContainerPadding {
|
|
220
240
|
padding-top:40px;
|
|
221
241
|
}
|
|
222
|
-
.fixedNavContainer
|
|
223
|
-
position: fixed; top: 0;
|
|
224
|
-
z-index:99;
|
|
225
|
-
width:100%;
|
|
226
|
-
}
|
|
227
|
-
.fixedNavContainer[role=menubar]{
|
|
228
|
-
top: 41px;
|
|
242
|
+
.fixedNavContainer[role="menubar"]{
|
|
229
243
|
}
|
|
230
244
|
|
|
231
245
|
#logo {
|
|
@@ -246,6 +260,7 @@ nav[role=navigation]{
|
|
|
246
260
|
background-color: $ilorange;
|
|
247
261
|
height:40px;
|
|
248
262
|
min-width: 900px;
|
|
263
|
+
z-index: 100;
|
|
249
264
|
|
|
250
265
|
border-bottom: 1px solid white;
|
|
251
266
|
/* fix issue with inline-box */
|
|
@@ -260,6 +275,8 @@ nav[role=navigation]{
|
|
|
260
275
|
display: inline-block;
|
|
261
276
|
border-right: 1px solid white;
|
|
262
277
|
height: 40px;
|
|
278
|
+
min-width: 7.500em;
|
|
279
|
+
text-align: center;
|
|
263
280
|
a, a:link, a:active {
|
|
264
281
|
display: inline-block;
|
|
265
282
|
text-decoration: none;
|
|
@@ -286,7 +303,7 @@ nav[role=navigation]{
|
|
|
286
303
|
li:hover ul{
|
|
287
304
|
display:block;
|
|
288
305
|
color: white;
|
|
289
|
-
|
|
306
|
+
z-index: 200;
|
|
290
307
|
}
|
|
291
308
|
|
|
292
309
|
li.last ul{
|
|
@@ -295,18 +312,26 @@ nav[role=navigation]{
|
|
|
295
312
|
}
|
|
296
313
|
ul{
|
|
297
314
|
display: none;
|
|
315
|
+
position: absolute;
|
|
298
316
|
width: 190px;
|
|
299
317
|
padding: 0;
|
|
300
|
-
background-color: $ilgray;
|
|
301
318
|
|
|
302
319
|
list-style-type: none;
|
|
303
|
-
|
|
320
|
+
li:first-child{
|
|
321
|
+
margin-top: 1px;
|
|
322
|
+
border-top: none;
|
|
323
|
+
}
|
|
304
324
|
form li,li{
|
|
325
|
+
background-color: $ilgray;
|
|
326
|
+
border-right: none;
|
|
305
327
|
text-align: right;
|
|
306
328
|
float:none;
|
|
307
329
|
font-size: 11px;
|
|
308
330
|
color: white;
|
|
309
331
|
border-top: 1px solid #666;
|
|
332
|
+
-moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
333
|
+
-webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
334
|
+
box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.5);
|
|
310
335
|
a{
|
|
311
336
|
width: 170px;
|
|
312
337
|
}
|
|
@@ -336,6 +361,10 @@ article nav[role=navigation]{
|
|
|
336
361
|
/************************************
|
|
337
362
|
** MARK : Layout - menubar *
|
|
338
363
|
***********************************/
|
|
364
|
+
#navigation_container nav[role=menubar]{
|
|
365
|
+
border-bottom: none;
|
|
366
|
+
}
|
|
367
|
+
|
|
339
368
|
nav[role=menubar]{
|
|
340
369
|
background-color: $ilgraylight;
|
|
341
370
|
height:26px;
|
|
@@ -347,6 +376,12 @@ nav[role=menubar]{
|
|
|
347
376
|
letter-spacing: 0px;
|
|
348
377
|
word-spacing: 0px;
|
|
349
378
|
|
|
379
|
+
ul{
|
|
380
|
+
margin-left: 25px;
|
|
381
|
+
}
|
|
382
|
+
li:first-child{
|
|
383
|
+
border-left: 1px solid white;
|
|
384
|
+
}
|
|
350
385
|
li{
|
|
351
386
|
font-size: 11px;
|
|
352
387
|
margin: 0px;
|
|
@@ -381,7 +416,6 @@ nav[role=menubar]{
|
|
|
381
416
|
padding: 0;
|
|
382
417
|
background-color: $ilgray;
|
|
383
418
|
list-style-type: none;
|
|
384
|
-
z-index: 99999;
|
|
385
419
|
li{
|
|
386
420
|
float:none;
|
|
387
421
|
width: 190px;
|
|
@@ -409,13 +443,14 @@ article.content {
|
|
|
409
443
|
text-align: left;
|
|
410
444
|
margin: 0 auto;
|
|
411
445
|
padding-left: 10px;
|
|
446
|
+
display:block;
|
|
412
447
|
|
|
413
448
|
section{
|
|
414
|
-
width:
|
|
449
|
+
width: 100em;
|
|
415
450
|
margin: 0 auto 10px auto;
|
|
416
451
|
background-color: $ilbackground;
|
|
417
|
-
padding:
|
|
418
|
-
nav{ min-width: calc(100% +
|
|
452
|
+
padding: 0.833em 0 0.833em 0.833em;
|
|
453
|
+
nav{ min-width: calc(100% + 0.833em ); }
|
|
419
454
|
}
|
|
420
455
|
}
|
|
421
456
|
|
|
@@ -549,11 +584,15 @@ input[type=submit]:focus,
|
|
|
549
584
|
***********************************/
|
|
550
585
|
|
|
551
586
|
.notification{
|
|
552
|
-
margin: 1% 20% ;
|
|
553
587
|
line-height: 18px;
|
|
554
588
|
border-radius: 0 \0;
|
|
555
589
|
|
|
556
|
-
position:
|
|
590
|
+
position: fixed;
|
|
591
|
+
top: 15%;
|
|
592
|
+
width: 40%;
|
|
593
|
+
left: 50%;
|
|
594
|
+
transform: translate(-50%, -50%);
|
|
595
|
+
right: auto;
|
|
557
596
|
padding: 7px 15px;
|
|
558
597
|
margin-bottom: 18px;
|
|
559
598
|
color: #fff;
|
|
@@ -581,10 +620,9 @@ input[type=submit]:focus,
|
|
|
581
620
|
-moz-border-radius: 4px;
|
|
582
621
|
border-radius: 4px;
|
|
583
622
|
|
|
584
|
-
-webkit-box-shadow:
|
|
585
|
-
-moz-box-shadow:
|
|
586
|
-
box-shadow:
|
|
587
|
-
|
|
623
|
+
-webkit-box-shadow: 0 3px 28px rgba(0, 0, 0, .95);
|
|
624
|
+
-moz-box-shadow: 0 3px 28px rgba(0, 0, 0, .95);
|
|
625
|
+
box-shadow: 0 3px 28px rgba(0, 0, 0, .95);
|
|
588
626
|
margin-bottom: 0;
|
|
589
627
|
|
|
590
628
|
&.notice{
|
data/lib/ilstyle/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ilstyle
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Etienne van Delden
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -54,6 +54,7 @@ files:
|
|
|
54
54
|
- app/assets/images/ilstyle/arrow-right_large.png
|
|
55
55
|
- app/assets/images/ilstyle/arrow-right_large_hover.png
|
|
56
56
|
- app/assets/images/ilstyle/i-level_ruiten.png
|
|
57
|
+
- app/assets/images/ilstyle/logo-grey-white.png
|
|
57
58
|
- app/assets/javascripts/i-level.js
|
|
58
59
|
- app/assets/stylesheets/ilstyle/1024.css
|
|
59
60
|
- app/assets/stylesheets/ilstyle/10cols.css
|
|
@@ -129,7 +130,6 @@ files:
|
|
|
129
130
|
- huisstijl/i-Level_PBS_layout/i-Level_PBS_specificaties.psd
|
|
130
131
|
- huisstijl/i-Level_PBS_layout/i-Level_PBS_specificaties_2.psd
|
|
131
132
|
- huisstijl/i-Level_PBS_layout/template_PBS_screen1.psd
|
|
132
|
-
- huisstijl/logo-grey-white
|
|
133
133
|
- huisstijl/logo-grey-white.ai
|
|
134
134
|
- huisstijl/logo-textual-black_white.ai
|
|
135
135
|
- huisstijl/logo-textual.ai
|