linaro-jekyll-theme 0.1.2.18 → 0.1.2.19
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/nav.scss +119 -61
- data/_sass/core/old-search.scss +239 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a36a8f6ef03d87163166af2b6133e78c243f42c
|
4
|
+
data.tar.gz: 53899b698771573a248f89ffe9484de6c309b21c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d724e9e5bf3a004de1a387533bc1b414193b926a9042cb97b5224aefe9b3dd572a4ab0d49d087f387f3c8fcd37885ced62bb2aae6ddf605f065dd86df98c1100
|
7
|
+
data.tar.gz: 8276a7c112dc05c2b53ae507387b8e95453499950ba85a9670aed9759d5bf261351579a808c8449225f97adb5da72fb0e2d1839b9ddb405e8b95e5da4a2a4c48
|
data/_sass/core/nav.scss
CHANGED
@@ -410,65 +410,123 @@ i.glyphicon.glyphicon-search {
|
|
410
410
|
font-size: 16px;
|
411
411
|
}
|
412
412
|
|
413
|
-
.navbar-collapse form[role="search"] {
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
}
|
422
|
-
.navbar-collapse form[role="search"] button,
|
423
|
-
.navbar-collapse form[role="search"] input {
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
}
|
433
|
-
.navbar-collapse form[role="search"] input {
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
}
|
440
|
-
.navbar-collapse form[role="search"] button[type="reset"] {
|
441
|
-
|
442
|
-
}
|
443
|
-
|
444
|
-
@media (min-width: 768px) {
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
413
|
+
// .navbar-collapse form[role="search"] {
|
414
|
+
// position: absolute;
|
415
|
+
// top: 0px;
|
416
|
+
// right: 0px;
|
417
|
+
// width: 100%;
|
418
|
+
// padding: 0px;
|
419
|
+
// margin: 0px;
|
420
|
+
// z-index: 0;
|
421
|
+
// }
|
422
|
+
// .navbar-collapse form[role="search"] button,
|
423
|
+
// .navbar-collapse form[role="search"] input {
|
424
|
+
// padding: 8px 12px;
|
425
|
+
// border-radius: 0px;
|
426
|
+
// border-width: 0px;
|
427
|
+
// color: rgb(119, 119, 119);
|
428
|
+
// background-color: rgb(248, 248, 248);
|
429
|
+
// border-color: rgb(231, 231, 231);
|
430
|
+
// box-shadow: none;
|
431
|
+
// outline: none;
|
432
|
+
// }
|
433
|
+
// .navbar-collapse form[role="search"] input {
|
434
|
+
// padding: 16px 12px;
|
435
|
+
// font-size: 14pt;
|
436
|
+
// font-style: italic;
|
437
|
+
// color: rgb(160, 160, 160);
|
438
|
+
// box-shadow: none;
|
439
|
+
// }
|
440
|
+
// .navbar-collapse form[role="search"] button[type="reset"] {
|
441
|
+
// display: none;
|
442
|
+
// }
|
443
|
+
//
|
444
|
+
// @media (min-width: 768px) {
|
445
|
+
//
|
446
|
+
// .navbar-collapse {
|
447
|
+
// padding-top: 0px !important;
|
448
|
+
// padding-right: 38px !important;
|
449
|
+
// }
|
450
|
+
// .navbar-collapse form[role="search"] {
|
451
|
+
// width: 38px;
|
452
|
+
// }
|
453
|
+
// .navbar-collapse form[role="search"] button,
|
454
|
+
// .navbar-collapse form[role="search"] input {
|
455
|
+
// padding: 15px 12px;
|
456
|
+
// }
|
457
|
+
// .navbar-collapse form[role="search"] input {
|
458
|
+
// padding: 25px 12px;
|
459
|
+
// font-size: 18pt;
|
460
|
+
// opacity: 0;
|
461
|
+
// display: none;
|
462
|
+
// }
|
463
|
+
// .navbar-collapse form[role="search"].active {
|
464
|
+
// width: 100%;
|
465
|
+
// }
|
466
|
+
// .navbar-collapse form[role="search"].active button,
|
467
|
+
// .navbar-collapse form[role="search"].active input {
|
468
|
+
// display: table-cell;
|
469
|
+
// opacity: 1;
|
470
|
+
// }
|
471
|
+
// .navbar-collapse form[role="search"].active input {
|
472
|
+
// width: 100%;
|
473
|
+
// }
|
474
|
+
// }
|
475
|
+
|
476
|
+
div#search_bar {
|
477
|
+
width: 100%;
|
478
|
+
position: absolute;
|
479
|
+
right:70px;
|
480
|
+
text-align:right;
|
481
|
+
height: 66px;
|
482
|
+
}
|
483
|
+
|
484
|
+
div#search_bar input {
|
485
|
+
width:1000px;
|
486
|
+
right: 0;
|
487
|
+
height: 66px;
|
488
|
+
border-radius:0;
|
489
|
+
outline:0;
|
490
|
+
border:0;
|
491
|
+
text-align: right;
|
492
|
+
font-size: 26px;
|
493
|
+
color: black;
|
494
|
+
}
|
495
|
+
|
496
|
+
div#search_bar input:focus {
|
497
|
+
border-color: inherit;
|
498
|
+
-webkit-box-shadow: none;
|
499
|
+
box-shadow: none;
|
500
|
+
outline: none;
|
501
|
+
}
|
502
|
+
|
503
|
+
|
504
|
+
div#search_bar button {
|
505
|
+
width:50px;
|
506
|
+
margin-left: -10px;
|
507
|
+
border-radius: 0px;
|
508
|
+
right: 0;
|
509
|
+
height: 66px;
|
510
|
+
background-color: white;
|
511
|
+
border:0;
|
512
|
+
}
|
513
|
+
div#search_bar button:hover {
|
514
|
+
background-color: black;
|
515
|
+
color:white;
|
516
|
+
}
|
517
|
+
|
518
|
+
div#search_bar input::-webkit-input-placeholder {
|
519
|
+
color: #0a0a0a !important;
|
520
|
+
}
|
521
|
+
|
522
|
+
div#search_bar input:-moz-placeholder { /* Firefox 18- */
|
523
|
+
color: #0a0a0a !important;
|
524
|
+
}
|
525
|
+
|
526
|
+
div#search_bar input::-moz-placeholder { /* Firefox 19+ */
|
527
|
+
color: #0a0a0a !important;
|
528
|
+
}
|
529
|
+
|
530
|
+
div#search_bar input:-ms-input-placeholder {
|
531
|
+
color: #0a0a0a !important;
|
474
532
|
}
|
@@ -0,0 +1,239 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
// Search Bar
|
4
|
+
|
5
|
+
button#searchButton {
|
6
|
+
color: $navbar-base-text-color;
|
7
|
+
}
|
8
|
+
|
9
|
+
@media (min-width: 1200px) {
|
10
|
+
#searchDropdown {
|
11
|
+
top: 16%;
|
12
|
+
min-width: 234px;
|
13
|
+
width:781px;
|
14
|
+
font-size:16px;
|
15
|
+
background-color: $navbar-inverse-bg;
|
16
|
+
right: -2px;
|
17
|
+
}
|
18
|
+
#searchDropdown input {
|
19
|
+
width: 675px;
|
20
|
+
text-align: right;
|
21
|
+
color: $navbar-base-text-color;
|
22
|
+
background-color: $navbar-inverse-bg;
|
23
|
+
outline:0;
|
24
|
+
border:0;
|
25
|
+
outline-style: none;
|
26
|
+
box-shadow: none;
|
27
|
+
border-color: transparent;
|
28
|
+
|
29
|
+
}
|
30
|
+
#searchDropdown input:focus{
|
31
|
+
outline:0;
|
32
|
+
border:0
|
33
|
+
}
|
34
|
+
#searchDropdown button[type="reset"]{
|
35
|
+
font-size:16px;
|
36
|
+
background-color: $navbar-inverse-bg;
|
37
|
+
border:0;
|
38
|
+
}
|
39
|
+
#searchDropdown button[type="reset"]:hover{
|
40
|
+
color: $brand-primary;
|
41
|
+
transition: color 1s ease;
|
42
|
+
}
|
43
|
+
|
44
|
+
#searchDropdown button[type="submit"]{
|
45
|
+
font-size:16px;
|
46
|
+
background-color: $navbar-inverse-bg;
|
47
|
+
border:0;
|
48
|
+
}
|
49
|
+
#searchDropdown button[type="submit"]:hover{
|
50
|
+
color: $brand-primary;
|
51
|
+
transition: color 1s ease;
|
52
|
+
}
|
53
|
+
|
54
|
+
}
|
55
|
+
|
56
|
+
@media screen and (max-width: 1200px) and (min-width: 0px) {
|
57
|
+
#searchform > div > input.form-control{
|
58
|
+
width:100%;
|
59
|
+
}
|
60
|
+
#searchform{
|
61
|
+
margin-bottom: 20px;
|
62
|
+
}
|
63
|
+
#navbar-collapse {
|
64
|
+
padding-top:5px;
|
65
|
+
}
|
66
|
+
#navbar-buttons{
|
67
|
+
margin-top: -10px;
|
68
|
+
}
|
69
|
+
button.navbar-toggle {
|
70
|
+
margin-right: 10px;
|
71
|
+
}
|
72
|
+
#searchform button.btn.btn-default {
|
73
|
+
height: 45px;
|
74
|
+
}
|
75
|
+
|
76
|
+
.navbar-collapse form[role="search"]{
|
77
|
+
margin-bottom:10px;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
|
81
|
+
|
82
|
+
.navbar-collapse form[role="search"] {
|
83
|
+
top: 0px;
|
84
|
+
right: 0px;
|
85
|
+
width: 100%;
|
86
|
+
padding: 0px;
|
87
|
+
margin: 0px;
|
88
|
+
z-index: 0;
|
89
|
+
}
|
90
|
+
.navbar-collapse form[role="search"] button,
|
91
|
+
.navbar-collapse form[role="search"] input {
|
92
|
+
padding: 8px 12px;
|
93
|
+
border-radius: 0px;
|
94
|
+
border-width: 0px;
|
95
|
+
color: $navbar-base-text-color;
|
96
|
+
border-color: rgb(231, 231, 231);
|
97
|
+
box-shadow: none;
|
98
|
+
outline: none;
|
99
|
+
}
|
100
|
+
.navbar-collapse form[role="search"] button[type="reset"]:focus {outline:0;background-color: transparent}
|
101
|
+
.navbar-collapse form[role="search"] button[type="reset"]:active {outline:0;background-color: transparent}
|
102
|
+
.navbar-collapse form[role="search"] button[type="submit"]:focus {outline:0;background-color: transparent}
|
103
|
+
.navbar-collapse form[role="search"] button[type="submit"]:active {outline:0;background-color: transparent}
|
104
|
+
.navbar-collapse form[role="search"] button[type="submit"] {
|
105
|
+
background-color: transparent;
|
106
|
+
}
|
107
|
+
.navbar-collapse form[role="search"] button[type="submit"]:hover {
|
108
|
+
display: table-cell;
|
109
|
+
color: $brand-primary;
|
110
|
+
transition: color .5s ease;
|
111
|
+
-moz-transition: color .5s ease;
|
112
|
+
-webkit-transition: color .5s ease;
|
113
|
+
}
|
114
|
+
.navbar-collapse form[role="search"] input {
|
115
|
+
padding: 16px 12px;
|
116
|
+
font-size: 14pt;
|
117
|
+
font-style: normal;
|
118
|
+
color: $navbar-base-text-color;
|
119
|
+
box-shadow: none;
|
120
|
+
background-color: $navbar-inverse-bg;
|
121
|
+
}
|
122
|
+
|
123
|
+
@media (min-width: 1200px) {
|
124
|
+
|
125
|
+
.navbar-collapse {
|
126
|
+
padding-top: 0px;
|
127
|
+
padding-right: 38px;
|
128
|
+
margin-right: -40px !important;
|
129
|
+
margin-left: -15px !important;
|
130
|
+
|
131
|
+
}
|
132
|
+
ul.dropdown-menu {
|
133
|
+
margin-top: -1px !important;
|
134
|
+
}
|
135
|
+
.navbar-collapse form[role="search"] {
|
136
|
+
position: absolute;
|
137
|
+
min-width: 50px;
|
138
|
+
display: block;
|
139
|
+
}
|
140
|
+
.navbar-collapse form[role="search"] button {
|
141
|
+
margin-right: 0;
|
142
|
+
min-width: 90px;
|
143
|
+
}
|
144
|
+
.navbar-collapse form[role="search"] button[type="submit"]:hover {
|
145
|
+
color: $brand-primary;
|
146
|
+
transition: color .5s ease;
|
147
|
+
-moz-transition: color .5s ease;
|
148
|
+
-webkit-transition: color .5s ease;
|
149
|
+
}
|
150
|
+
.navbar-collapse form[role="search"] button,
|
151
|
+
.navbar-collapse form[role="search"] input {
|
152
|
+
height:51px;
|
153
|
+
padding: 15px 12px;
|
154
|
+
}
|
155
|
+
.navbar-collapse form[role="search"] input {
|
156
|
+
padding: 25px 12px;
|
157
|
+
font-size: 18pt;
|
158
|
+
opacity: 0;
|
159
|
+
display: none;
|
160
|
+
}
|
161
|
+
.navbar-collapse form[role="search"].active {
|
162
|
+
width: 100%;
|
163
|
+
transition: width 2s ease;
|
164
|
+
-moz-transition: width 2s ease;
|
165
|
+
-webkit-transition: width 2s ease;
|
166
|
+
}
|
167
|
+
.navbar-collapse form[role="search"].active button,
|
168
|
+
.navbar-collapse form[role="search"].active input {
|
169
|
+
display: table-cell;
|
170
|
+
opacity: 1;
|
171
|
+
}
|
172
|
+
.navbar-collapse form[role="search"].active input {
|
173
|
+
width: 650px;
|
174
|
+
height: 51px;
|
175
|
+
text-align: right;
|
176
|
+
transition: width 1s ease;
|
177
|
+
-moz-transition: width 1s ease;
|
178
|
+
-webkit-transition: width 1s ease;
|
179
|
+
}
|
180
|
+
.navbar-collapse form[role="search"].active button[type="submit"] {
|
181
|
+
background-color: transparent;
|
182
|
+
}
|
183
|
+
.navbar-collapse form[role="search"].active button[type="reset"] {
|
184
|
+
min-width: 40px;
|
185
|
+
background-color: $navbar-inverse-bg;
|
186
|
+
display: table-cell;
|
187
|
+
}
|
188
|
+
.navbar-collapse form[role="search"].active button[type="submit"]:hover {
|
189
|
+
display: table-cell;
|
190
|
+
color: $brand-primary;
|
191
|
+
transition: color .5s ease;
|
192
|
+
-moz-transition: color .5s ease;
|
193
|
+
-webkit-transition: color .5s ease;
|
194
|
+
}
|
195
|
+
.navbar-collapse form[role="search"].active button[type="reset"]:hover {
|
196
|
+
display: table-cell;
|
197
|
+
color: $brand-primary;
|
198
|
+
transition: color .5s ease;
|
199
|
+
-moz-transition: color .5s ease;
|
200
|
+
-webkit-transition: color .5s ease;
|
201
|
+
}
|
202
|
+
form#searchform {
|
203
|
+
width: auto;
|
204
|
+
margin-top: 13px;
|
205
|
+
}
|
206
|
+
nav form[role="search"] #searchform input {
|
207
|
+
height:51px;
|
208
|
+
width: 600px;
|
209
|
+
}
|
210
|
+
#navbar-buttons {
|
211
|
+
margin-right: 40px;
|
212
|
+
}
|
213
|
+
|
214
|
+
#navbar-collapse {
|
215
|
+
width: 80%;
|
216
|
+
float: right;
|
217
|
+
}
|
218
|
+
|
219
|
+
}
|
220
|
+
|
221
|
+
@media screen and (max-width: 1200px) and (min-width: 0px) {
|
222
|
+
#searchform > div > input.form-control{
|
223
|
+
width:100%;
|
224
|
+
}
|
225
|
+
#searchform{
|
226
|
+
margin-bottom: 20px;
|
227
|
+
}
|
228
|
+
|
229
|
+
#searchform button.btn.btn-default {
|
230
|
+
height: 45px;
|
231
|
+
}
|
232
|
+
.navbar-collapse form[role="search"]{
|
233
|
+
margin-bottom:10px;
|
234
|
+
}
|
235
|
+
}
|
236
|
+
|
237
|
+
|
238
|
+
|
239
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2.
|
4
|
+
version: 0.1.2.19
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -342,6 +342,7 @@ files:
|
|
342
342
|
- _sass/core/homepage.scss
|
343
343
|
- _sass/core/lightbox.scss
|
344
344
|
- _sass/core/nav.scss
|
345
|
+
- _sass/core/old-search.scss
|
345
346
|
- _sass/core/openhours.scss
|
346
347
|
- _sass/core/owl.carousel.min.scss
|
347
348
|
- _sass/core/owl.theme.default.min.scss
|