iasd-bootstrap-sass 1.1.0 → 1.2.0
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 +4 -4
- data/README.md +1 -1
- data/lib/iasd-bootstrap-sass/version.rb +1 -1
- data/stylesheets/_iasd-base.scss +11 -0
- data/stylesheets/_iasd-header.scss +18 -11
- data/stylesheets/_iasd-templates.scss +99 -48
- data/stylesheets/_iasd-widgets.scss +184 -60
- data/templates/project/lib/iasd-bootstrap.js +2 -16
- data/templates/project/lib/iasd-bootstrap.min.js +3 -3
- data/templates/project/lib/iasd_plugins.js +1 -15
- data/templates/project/lib/ltie9.js +1 -1
- metadata +2 -30
@@ -87,17 +87,6 @@
|
|
87
87
|
|
88
88
|
.iasd-widget{
|
89
89
|
margin-bottom: 50px;
|
90
|
-
h1{
|
91
|
-
@include main-title;
|
92
|
-
@include text-overflow();
|
93
|
-
margin: 0 !important;
|
94
|
-
}
|
95
|
-
h2{
|
96
|
-
font-size: 14px !important;
|
97
|
-
line-height: 17px !important;
|
98
|
-
margin: 0 0 10px 0 !important;
|
99
|
-
font-weight: 900 !important;
|
100
|
-
}
|
101
90
|
a{
|
102
91
|
color: $text-color !important;
|
103
92
|
&:hover, &:focus{
|
@@ -112,6 +101,17 @@
|
|
112
101
|
}
|
113
102
|
}
|
114
103
|
}
|
104
|
+
h1{
|
105
|
+
@include main-title;
|
106
|
+
@include text-overflow();
|
107
|
+
margin: 0 !important;
|
108
|
+
}
|
109
|
+
h2{
|
110
|
+
font-size: 14px !important;
|
111
|
+
line-height: 17px !important;
|
112
|
+
margin: 0 0 10px 0 !important;
|
113
|
+
font-weight: 900 !important;
|
114
|
+
}
|
115
115
|
p{
|
116
116
|
font-weight: 400;
|
117
117
|
line-height: 15px !important;
|
@@ -255,6 +255,7 @@ aside {
|
|
255
255
|
width: 140px;
|
256
256
|
img{
|
257
257
|
@include border-radius(5px);
|
258
|
+
max-width: 100%;
|
258
259
|
}
|
259
260
|
.post-taxonomy-tag{
|
260
261
|
background: $theme-main-color; //IE8 Fallback :(
|
@@ -296,7 +297,7 @@ aside {
|
|
296
297
|
}
|
297
298
|
}
|
298
299
|
.post-horizontal-list-item{
|
299
|
-
margin: 0 0
|
300
|
+
margin: 0 0 10px 0;
|
300
301
|
& > a{
|
301
302
|
@include box-shadow(0 1px 0 $border-base);
|
302
303
|
display: block;
|
@@ -306,7 +307,8 @@ aside {
|
|
306
307
|
}
|
307
308
|
h2{
|
308
309
|
display: inline-block;
|
309
|
-
|
310
|
+
height: 34px;
|
311
|
+
overflow: hidden;
|
310
312
|
width: 100%;
|
311
313
|
}
|
312
314
|
figure{
|
@@ -316,11 +318,10 @@ aside {
|
|
316
318
|
width: 140px;
|
317
319
|
}
|
318
320
|
p{
|
319
|
-
display:
|
321
|
+
display: block;
|
320
322
|
height: 90px;
|
321
|
-
|
322
|
-
|
323
|
-
text-align: left;
|
323
|
+
overflow: hidden;
|
324
|
+
padding: 0;
|
324
325
|
}
|
325
326
|
}
|
326
327
|
}
|
@@ -333,6 +334,8 @@ aside {
|
|
333
334
|
}
|
334
335
|
h2{
|
335
336
|
display: inline-block;
|
337
|
+
height: 52px;
|
338
|
+
overflow: hidden;
|
336
339
|
}
|
337
340
|
figure{
|
338
341
|
@include border-radius(5px);
|
@@ -352,8 +355,10 @@ aside {
|
|
352
355
|
border: 0 !important;
|
353
356
|
}
|
354
357
|
h2{
|
358
|
+
display: block;
|
355
359
|
font-size: 13px !important;
|
356
360
|
font-weight: 700 !important;
|
361
|
+
height: 66px;
|
357
362
|
padding: 15px 0 0 0;
|
358
363
|
}
|
359
364
|
p{
|
@@ -384,8 +389,10 @@ aside {
|
|
384
389
|
}
|
385
390
|
h2{
|
386
391
|
font-size: 20px !important;
|
392
|
+
height: 65px;
|
387
393
|
line-height: 25px !important;
|
388
394
|
margin: 10px 0 0 !important;
|
395
|
+
overflow: hidden;
|
389
396
|
padding: 0 0 15px 0 !important;
|
390
397
|
}
|
391
398
|
figure{
|
@@ -404,14 +411,16 @@ aside {
|
|
404
411
|
& > a{
|
405
412
|
@include box-shadow(0 1px 0 $border-base);
|
406
413
|
display: block;
|
407
|
-
min-height:
|
414
|
+
min-height: 330px;
|
408
415
|
&:hover, &:focus {
|
409
416
|
border: 0 !important;
|
410
417
|
}
|
411
418
|
h2{
|
412
419
|
font-size: 20px !important;
|
420
|
+
height: 48px;
|
413
421
|
line-height: 24px !important;
|
414
|
-
margin: 10px 0
|
422
|
+
margin: 10px 0 21px !important;
|
423
|
+
overflow: hidden;
|
415
424
|
}
|
416
425
|
figure{
|
417
426
|
@include border-radius(5px);
|
@@ -433,8 +442,8 @@ aside {
|
|
433
442
|
.more-link{
|
434
443
|
padding-top: 10px;
|
435
444
|
position: relative;
|
436
|
-
top: -
|
437
|
-
}
|
445
|
+
top: -10px;
|
446
|
+
}
|
438
447
|
}
|
439
448
|
.entry-content, .iasd-archive {
|
440
449
|
.iasd-widget-posts_grid{
|
@@ -482,7 +491,7 @@ aside {
|
|
482
491
|
}
|
483
492
|
}
|
484
493
|
h2{
|
485
|
-
display:
|
494
|
+
display: block;
|
486
495
|
height: 85px;
|
487
496
|
vertical-align: middle;
|
488
497
|
}
|
@@ -494,17 +503,15 @@ aside {
|
|
494
503
|
}
|
495
504
|
}
|
496
505
|
&.no-thumb{
|
497
|
-
& > a{
|
498
|
-
|
506
|
+
& > a{
|
499
507
|
min-height: 0;
|
500
508
|
padding:{
|
501
509
|
top: 20px;
|
502
510
|
}
|
503
511
|
h2{
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
height: auto;
|
512
|
+
height: 34px;
|
513
|
+
margin: 0 !important;
|
514
|
+
padding: 0 !important;
|
508
515
|
}
|
509
516
|
}
|
510
517
|
& + .no-thumb{
|
@@ -533,6 +540,9 @@ aside {
|
|
533
540
|
}
|
534
541
|
}
|
535
542
|
}
|
543
|
+
.iasd-widget-posts_grid .more-link {
|
544
|
+
top: -20px;
|
545
|
+
}
|
536
546
|
}
|
537
547
|
@media (min-width: $screen-sm) {
|
538
548
|
.col-sm-4{
|
@@ -634,9 +644,8 @@ aside {
|
|
634
644
|
}
|
635
645
|
}
|
636
646
|
h2{
|
637
|
-
display:
|
638
|
-
height:
|
639
|
-
vertical-align: middle;
|
647
|
+
display: block;
|
648
|
+
height: 85px;
|
640
649
|
}
|
641
650
|
}
|
642
651
|
& + .post-vertical-list-item{
|
@@ -653,9 +662,8 @@ aside {
|
|
653
662
|
top: 20px;
|
654
663
|
}
|
655
664
|
h2{
|
656
|
-
display: inline-block;
|
657
665
|
padding: 0 0 10px 0;
|
658
|
-
height:
|
666
|
+
height: 44px;
|
659
667
|
}
|
660
668
|
}
|
661
669
|
& + .no-thumb{
|
@@ -664,6 +672,11 @@ aside {
|
|
664
672
|
}
|
665
673
|
}
|
666
674
|
}
|
675
|
+
&.col-md-8 {
|
676
|
+
.more-link {
|
677
|
+
top: -20px;
|
678
|
+
}
|
679
|
+
}
|
667
680
|
}
|
668
681
|
.col-md-4{
|
669
682
|
.iasd-widget-posts_grid{
|
@@ -682,9 +695,8 @@ aside {
|
|
682
695
|
}
|
683
696
|
}
|
684
697
|
h2{
|
685
|
-
display:
|
686
|
-
height:
|
687
|
-
vertical-align: middle;
|
698
|
+
display: block;
|
699
|
+
height: 85px;
|
688
700
|
}
|
689
701
|
}
|
690
702
|
& + .post-vertical-list-item{
|
@@ -701,9 +713,8 @@ aside {
|
|
701
713
|
top: 20px;
|
702
714
|
}
|
703
715
|
h2{
|
704
|
-
display: inline-block;
|
705
716
|
padding: 0 0 10px 0;
|
706
|
-
height:
|
717
|
+
height: 44px;
|
707
718
|
}
|
708
719
|
}
|
709
720
|
& + .no-thumb{
|
@@ -713,6 +724,11 @@ aside {
|
|
713
724
|
}
|
714
725
|
}
|
715
726
|
}
|
727
|
+
.col-md-8 {
|
728
|
+
.more-link {
|
729
|
+
top: -20px;
|
730
|
+
}
|
731
|
+
}
|
716
732
|
}
|
717
733
|
|
718
734
|
|
@@ -737,14 +753,12 @@ aside {
|
|
737
753
|
border: 0;
|
738
754
|
}
|
739
755
|
h2{
|
740
|
-
display:
|
756
|
+
display: block;
|
741
757
|
font-size: 13px !important;
|
742
758
|
font-weight: 700 !important;
|
743
|
-
margin: 0 !important;
|
744
759
|
height: 65px;
|
745
|
-
|
746
|
-
|
747
|
-
vertical-align: middle;
|
760
|
+
margin: 0 !important;
|
761
|
+
padding: 17px 0 9px 0;
|
748
762
|
}
|
749
763
|
figure{
|
750
764
|
display: table-cell !important;
|
@@ -784,8 +798,8 @@ aside {
|
|
784
798
|
padding: 15px 0 15px 15px !important;
|
785
799
|
vertical-align: middle;
|
786
800
|
h2{
|
787
|
-
|
788
|
-
|
801
|
+
height: 34px;
|
802
|
+
overflow: hidden;
|
789
803
|
padding: 0;
|
790
804
|
}
|
791
805
|
time{
|
@@ -803,12 +817,12 @@ aside {
|
|
803
817
|
height: auto;
|
804
818
|
padding: 0;
|
805
819
|
h2{
|
806
|
-
display:
|
820
|
+
display: block;
|
807
821
|
font-size: 20px !important;
|
808
822
|
font-weight: 900 !important;
|
809
823
|
height: 75px;
|
810
824
|
line-height: 24px !important;
|
811
|
-
|
825
|
+
padding: 13px 0 0 0;
|
812
826
|
}
|
813
827
|
figure{
|
814
828
|
@include border-radius(5px);
|
@@ -920,6 +934,8 @@ aside {
|
|
920
934
|
h2{
|
921
935
|
font-size: 13px !important;
|
922
936
|
font-weight: 700 !important;
|
937
|
+
display: block;
|
938
|
+
height: 34px;
|
923
939
|
margin: 0 0 6px 0 !important;
|
924
940
|
padding: 0;
|
925
941
|
overflow: hidden;
|
@@ -946,7 +962,10 @@ aside {
|
|
946
962
|
}
|
947
963
|
.info {
|
948
964
|
p {
|
965
|
+
display: block;
|
966
|
+
height: 32px;
|
949
967
|
margin: 0 0 10px !important;
|
968
|
+
overflow: hidden;
|
950
969
|
}
|
951
970
|
}
|
952
971
|
.more-link{
|
@@ -1128,12 +1147,13 @@ aside {
|
|
1128
1147
|
padding: 0 10px 0;
|
1129
1148
|
width: 100%;
|
1130
1149
|
h2{
|
1131
|
-
display:
|
1150
|
+
display: block;
|
1132
1151
|
font-size: 13px !important;
|
1133
1152
|
font-weight: 700 !important;
|
1153
|
+
height: 54px;
|
1134
1154
|
margin: 0 !important;
|
1135
|
-
|
1136
|
-
|
1155
|
+
overflow: hidden;
|
1156
|
+
padding: 12px 0 8px 0;
|
1137
1157
|
}
|
1138
1158
|
figure{
|
1139
1159
|
@include border-radius(0);
|
@@ -1173,20 +1193,19 @@ aside {
|
|
1173
1193
|
display: table-cell;
|
1174
1194
|
vertical-align: middle;
|
1175
1195
|
padding: 0 !important;
|
1176
|
-
h2, address {
|
1177
|
-
@include text-overflow();
|
1178
|
-
max-width: 190px;
|
1179
|
-
}
|
1180
1196
|
h2{
|
1181
1197
|
display: block;
|
1198
|
+
height: 17px;
|
1182
1199
|
padding: 0;
|
1183
|
-
margin: 3px
|
1200
|
+
margin-top: 3px !important;
|
1184
1201
|
}
|
1185
1202
|
address{
|
1186
1203
|
display: block;
|
1187
|
-
margin: 0;
|
1188
1204
|
font-size: 12px;
|
1189
1205
|
font-weight: 400;
|
1206
|
+
height: 20px;
|
1207
|
+
margin: 0;
|
1208
|
+
overflow: hidden;
|
1190
1209
|
}
|
1191
1210
|
}
|
1192
1211
|
&:hover, &:focus{
|
@@ -1238,6 +1257,7 @@ aside {
|
|
1238
1257
|
}
|
1239
1258
|
&.more-link{
|
1240
1259
|
padding-left: 10px;
|
1260
|
+
top: 0;
|
1241
1261
|
&:before{
|
1242
1262
|
display: none;
|
1243
1263
|
}
|
@@ -1266,10 +1286,33 @@ aside {
|
|
1266
1286
|
/* ************** */
|
1267
1287
|
|
1268
1288
|
.iasd-widget-slider{
|
1289
|
+
&.highlights {
|
1290
|
+
.owl-carousel {
|
1291
|
+
&.header {
|
1292
|
+
.slider-item {
|
1293
|
+
a {
|
1294
|
+
&>figure {
|
1295
|
+
figcaption {
|
1296
|
+
p {
|
1297
|
+
height: auto;
|
1298
|
+
}
|
1299
|
+
}
|
1300
|
+
}
|
1301
|
+
}
|
1302
|
+
}
|
1303
|
+
}
|
1304
|
+
}
|
1305
|
+
}
|
1269
1306
|
.owl-carousel{
|
1270
1307
|
margin-top: 35px;
|
1271
1308
|
overflow: hidden;
|
1272
1309
|
position: relative;
|
1310
|
+
&.galleries {
|
1311
|
+
p {
|
1312
|
+
height: 45px;
|
1313
|
+
overflow: hidden;
|
1314
|
+
}
|
1315
|
+
}
|
1273
1316
|
.owl-wrapper-outer{
|
1274
1317
|
@include border-radius(5px);
|
1275
1318
|
background: $body-bg-bevel;
|
@@ -1314,6 +1357,24 @@ aside {
|
|
1314
1357
|
}
|
1315
1358
|
}
|
1316
1359
|
}
|
1360
|
+
&.header{
|
1361
|
+
.slider-item{
|
1362
|
+
min-height: 415px;
|
1363
|
+
overflow: hidden;
|
1364
|
+
position: relative;
|
1365
|
+
a{
|
1366
|
+
& > figure{
|
1367
|
+
overflow: hidden;
|
1368
|
+
img{
|
1369
|
+
display: block !important;
|
1370
|
+
left: 50%;
|
1371
|
+
margin-left: -470px;
|
1372
|
+
position: absolute;
|
1373
|
+
}
|
1374
|
+
}
|
1375
|
+
}
|
1376
|
+
}
|
1377
|
+
}
|
1317
1378
|
&.posts{
|
1318
1379
|
.slider-item{
|
1319
1380
|
min-height: 300px;
|
@@ -1327,6 +1388,13 @@ aside {
|
|
1327
1388
|
left: 50%;
|
1328
1389
|
margin-left: -360px;
|
1329
1390
|
position: absolute;
|
1391
|
+
&:hover, &:focus {
|
1392
|
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
1393
|
+
filter: alpha(opacity=100);
|
1394
|
+
-moz-opacity: 1;
|
1395
|
+
-khtml-opacity: 1;
|
1396
|
+
opacity: 1;
|
1397
|
+
}
|
1330
1398
|
}
|
1331
1399
|
}
|
1332
1400
|
}
|
@@ -1401,12 +1469,17 @@ aside {
|
|
1401
1469
|
height: 185px;
|
1402
1470
|
margin: 0 0 15px 0;
|
1403
1471
|
overflow: hidden;
|
1472
|
+
img {
|
1473
|
+
max-width: 100%;
|
1474
|
+
}
|
1404
1475
|
}
|
1405
1476
|
h2{
|
1406
1477
|
font-size: 20px !important;
|
1407
1478
|
font-weight: 900 !important;
|
1479
|
+
height: 48px;
|
1408
1480
|
line-height: 24px !important;
|
1409
1481
|
margin: 0 !important;
|
1482
|
+
overflow: hidden;
|
1410
1483
|
}
|
1411
1484
|
time{
|
1412
1485
|
display: inline-block;
|
@@ -1456,11 +1529,13 @@ aside {
|
|
1456
1529
|
width: 100%;
|
1457
1530
|
img{
|
1458
1531
|
margin: 35px 0 0 0;
|
1532
|
+
max-width: 145px;
|
1459
1533
|
}
|
1460
1534
|
}
|
1461
1535
|
h2, time{
|
1462
1536
|
@include text-overflow();
|
1463
1537
|
display: block;
|
1538
|
+
height: 18px;
|
1464
1539
|
left: 50%;
|
1465
1540
|
margin: 0 0 0 -70px !important;
|
1466
1541
|
position: relative;
|
@@ -1511,11 +1586,13 @@ aside {
|
|
1511
1586
|
width: 100%;
|
1512
1587
|
img{
|
1513
1588
|
margin: 35px 0 0 0;
|
1589
|
+
max-width: 145px;
|
1514
1590
|
}
|
1515
1591
|
}
|
1516
1592
|
h2, time{
|
1517
1593
|
@include text-overflow();
|
1518
1594
|
display: block;
|
1595
|
+
height: 18px;
|
1519
1596
|
left: 50%;
|
1520
1597
|
margin: 0 0 0 -70px !important;
|
1521
1598
|
position: relative;
|
@@ -1611,7 +1688,7 @@ aside {
|
|
1611
1688
|
font-family: $alt-font-family-sans-serif;
|
1612
1689
|
font-size: 17px !important;
|
1613
1690
|
font-weight: 400 !important;
|
1614
|
-
height:
|
1691
|
+
height: 22px;
|
1615
1692
|
left: auto;
|
1616
1693
|
line-height: 22px !important;
|
1617
1694
|
margin: 15px auto 5px !important;
|
@@ -1624,8 +1701,10 @@ aside {
|
|
1624
1701
|
font-size: 14px;
|
1625
1702
|
font-style: normal;
|
1626
1703
|
font-weight: 900;
|
1704
|
+
height: 45px;
|
1627
1705
|
line-height: 17px;
|
1628
1706
|
margin: 10px 0;
|
1707
|
+
overflow: hidden;
|
1629
1708
|
padding-top: 10px;
|
1630
1709
|
}
|
1631
1710
|
.post-taxonomy-tag{
|
@@ -1723,6 +1802,12 @@ aside {
|
|
1723
1802
|
.iasd-widget-slider{
|
1724
1803
|
.owl-carousel {
|
1725
1804
|
.slider-item {
|
1805
|
+
h3 {
|
1806
|
+
& + p {
|
1807
|
+
height: 45px;
|
1808
|
+
overflow: hidden;
|
1809
|
+
}
|
1810
|
+
}
|
1726
1811
|
p {
|
1727
1812
|
margin: 0 0 10px;
|
1728
1813
|
}
|
@@ -1768,8 +1853,7 @@ aside {
|
|
1768
1853
|
top: 0 !important;
|
1769
1854
|
width: 200px !important;
|
1770
1855
|
h2{
|
1771
|
-
|
1772
|
-
height: auto;
|
1856
|
+
height: 87px;
|
1773
1857
|
line-height: 24px !important;
|
1774
1858
|
padding: 15px 20px 0;
|
1775
1859
|
white-space: normal;
|
@@ -1777,8 +1861,10 @@ aside {
|
|
1777
1861
|
p{
|
1778
1862
|
color: $body-bg;
|
1779
1863
|
display: inline-block;
|
1864
|
+
height: 192px;
|
1780
1865
|
line-height: 18px !important;
|
1781
1866
|
margin: 0;
|
1867
|
+
overflow: hidden;
|
1782
1868
|
padding: 15px 20px;
|
1783
1869
|
}
|
1784
1870
|
}
|
@@ -1787,6 +1873,26 @@ aside {
|
|
1787
1873
|
}
|
1788
1874
|
}
|
1789
1875
|
}
|
1876
|
+
.columns {
|
1877
|
+
.owl-carousel {
|
1878
|
+
.owl-item {
|
1879
|
+
a {
|
1880
|
+
h3 {
|
1881
|
+
height: 62px;
|
1882
|
+
}
|
1883
|
+
}
|
1884
|
+
}
|
1885
|
+
}
|
1886
|
+
}
|
1887
|
+
.owl-carousel {
|
1888
|
+
.slider-item {
|
1889
|
+
h3 {
|
1890
|
+
& + p {
|
1891
|
+
height: 75px;
|
1892
|
+
}
|
1893
|
+
}
|
1894
|
+
}
|
1895
|
+
}
|
1790
1896
|
}
|
1791
1897
|
}
|
1792
1898
|
@media (max-width: $screen-sm-max) {
|
@@ -1997,7 +2103,9 @@ aside {
|
|
1997
2103
|
}
|
1998
2104
|
}
|
1999
2105
|
a {
|
2106
|
+
@include text-overflow();
|
2000
2107
|
color: $alt-text-color !important;
|
2108
|
+
display: block;
|
2001
2109
|
font-weight: 400 !important;
|
2002
2110
|
height: auto !important;
|
2003
2111
|
&:hover {
|
@@ -2223,7 +2331,6 @@ aside {
|
|
2223
2331
|
position: absolute;
|
2224
2332
|
right: 0;
|
2225
2333
|
top: 50%;
|
2226
|
-
vertical-align: middle;
|
2227
2334
|
width: 20px;
|
2228
2335
|
}
|
2229
2336
|
}
|
@@ -2322,4 +2429,21 @@ aside {
|
|
2322
2429
|
line-height: 20px !important;
|
2323
2430
|
}
|
2324
2431
|
}
|
2432
|
+
}
|
2433
|
+
|
2434
|
+
/* ***************** */
|
2435
|
+
/* Posts List Widget */
|
2436
|
+
/* ***************** */
|
2437
|
+
|
2438
|
+
.iasd-widget-img, .iasd-widget-img_title {
|
2439
|
+
img {
|
2440
|
+
display: block;
|
2441
|
+
height: auto;
|
2442
|
+
margin-top: 35px;
|
2443
|
+
max-width: 100%;
|
2444
|
+
}
|
2445
|
+
}
|
2446
|
+
|
2447
|
+
.iasd-widget-img {
|
2448
|
+
margin-top: -28px;
|
2325
2449
|
}
|