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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24acffb2e7591dd65004c09be645f5572f4c5818
4
- data.tar.gz: e7106428f8b0e1c4ceba8872b3ac708a8a058bfb
3
+ metadata.gz: 8da637e37d73d5d2a3f535683c9d9b4eb61fe4e1
4
+ data.tar.gz: 1118ebf6be7489b235156ae0086501620fbcbf67
5
5
  SHA512:
6
- metadata.gz: 3093bc8214299f1c6212e0ec16b7b675696237842a174ac73002298c084726c5a0c69c31f8ea9e1435e8e7c6bfbda3bd89e16abe1476d28e49c41eed059b894d
7
- data.tar.gz: 20b087d4db0857fe432157dbe6b473e207e093db5ba1d9c12323fc86b20bbc55ebbe0c81171a06646d01ffde56fa24a1e24e132798c73ab9ef862420868e33c5
6
+ metadata.gz: af4d0443e98ae381e3f01fc9009290260c0215a51f232d597f704ab5cff41859e637eeb312eb814fa1656f31910a33ea41029f9c4d0224477edffb508e058ce5
7
+ data.tar.gz: cc3599a42011cfe96f0fe0b1925f9ba9ac1d7b9147e74b274d9683e36c19870f3152c1eadf49a5924e52477a16b19760fd34a62ff03f5c1f3bd9373e216d074a
data/README.md CHANGED
@@ -10,8 +10,8 @@ No diretório raiz do projeto
10
10
 
11
11
  :::shell
12
12
  $ npm install
13
- $ grunt docs
14
13
  $ bundle install
14
+ $ grunt docs
15
15
  $ bundle exec jekyll build
16
16
 
17
17
  Após estes comandos um diretório chamado __gh_pages será criado.
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.1.0"
3
+ VERSION = "1.2.0"
4
4
  end
5
5
  end
@@ -355,4 +355,15 @@ a.list-group-item{
355
355
  opacity: 0.6;
356
356
  position: relative;
357
357
  top: 2px;
358
+ }
359
+
360
+ // Wordpress Plugins Fixes
361
+ // -------------------------
362
+
363
+ #wpstats {
364
+ height: 0;
365
+ left: 0;
366
+ position: absolute;
367
+ top: 0;
368
+ width: 0;
358
369
  }
@@ -86,8 +86,9 @@ body > header{
86
86
  @include image-2x("logos_pt_BR/iasd_header@2x.png");
87
87
  background: {
88
88
  image: image-url('logos_pt_BR/iasd_header.png');
89
- size: image-width('logos_pt_BR/iasd_header.png');
89
+ size: 100%;
90
90
  }
91
+ max-width: 100%;
91
92
  width: image-width('logos_pt_BR/iasd_header.png');
92
93
  }
93
94
  &:after{
@@ -127,8 +128,9 @@ body > header{
127
128
  background:{
128
129
  image: image-url('logos_pt_BR/iasd_header_vertical.png');
129
130
  position: left center;
130
- size: image-width('logos_pt_BR/iasd_header_vertical.png');
131
+ size: 100%;
131
132
  }
133
+ max-width: 100%;
132
134
  width: image-width('logos_pt_BR/iasd_header_vertical.png');
133
135
  }
134
136
  }
@@ -140,9 +142,9 @@ body > header{
140
142
  }
141
143
  h2{
142
144
  @include text-overflow;
143
- left: 0;
145
+ left: -13px;
144
146
  padding: 0 15px 0 105px;
145
- top: 100px;
147
+ top: 82px;
146
148
  width: 100%;
147
149
  }
148
150
  }
@@ -152,6 +154,7 @@ body > header{
152
154
  h1{
153
155
  font-size: 27px;
154
156
  line-height: 30px;
157
+ padding-top: 4px;
155
158
  text-align: left;
156
159
  }
157
160
  h2{
@@ -174,8 +177,9 @@ body > header{
174
177
  background:{
175
178
  image: image-url('logos_pt_BR/iasd_header_vertical.png');
176
179
  position: left center;
177
- size: image-width('logos_pt_BR/iasd_header_vertical.png');
180
+ size: 100%;
178
181
  }
182
+ max-width: 100%;
179
183
  width: image-width('logos_pt_BR/iasd_header_vertical.png');
180
184
  }
181
185
  }
@@ -187,9 +191,9 @@ body > header{
187
191
  }
188
192
  h2{
189
193
  @include text-overflow;
190
- left: 0;
194
+ left: -13px;
191
195
  padding: 0 15px 0 105px;
192
- top: 100px;
196
+ top: 82px;
193
197
  width: 100%;
194
198
  }
195
199
  }
@@ -197,8 +201,9 @@ body > header{
197
201
  .title{
198
202
  hgroup{
199
203
  h1{
200
- font-size: 27px;
201
- line-height: 30px;
204
+ font-size: 20px;
205
+ line-height: 20px;
206
+ padding-top: 6px;
202
207
  }
203
208
  h2{
204
209
  font-size: 12px;
@@ -224,8 +229,9 @@ body{
224
229
  @include image-2x("logos_es_ES/iasd_header@2x.png");
225
230
  background: {
226
231
  image: image-url('logos_es_ES/iasd_header.png');
227
- size: image-width('logos_es_ES/iasd_header.png');
232
+ size: 100%;
228
233
  }
234
+ max-width: 100%;
229
235
  width: image-width('logos_es_ES/iasd_header.png');
230
236
  }
231
237
  }
@@ -247,8 +253,9 @@ body{
247
253
  background:{
248
254
  image: image-url('logos_es_ES/iasd_header_vertical.png');
249
255
  position: left center;
250
- size: image-width('logos_es_ES/iasd_header_vertical.png');
256
+ size: 100%;
251
257
  }
258
+ max-width: 100%;
252
259
  width: image-width('logos_es_ES/iasd_header_vertical.png');
253
260
  }
254
261
  }
@@ -144,20 +144,20 @@
144
144
 
145
145
  @media (min-width: $screen-xs) and (max-width: $screen-xs-max) {
146
146
  .xs-landscape {
147
- .col-sm-4, .col-sm-6 {
147
+ .col-sm-3, .col-sm-4, .col-sm-6 {
148
148
  float: left;
149
149
  width: 50%;
150
150
  }
151
151
  }
152
152
  }
153
153
 
154
- @media (max-width: $screen-xs) {
155
- .xs-landscape {
156
- .col-sm-4, .col-sm-6 {
157
- max-width: 320px;
158
- }
159
- }
160
- }
154
+ // @media (max-width: $screen-xs) {
155
+ // .xs-landscape {
156
+ // .col-sm-4, .col-sm-6 {
157
+ // max-width: 320px;
158
+ // }
159
+ // }
160
+ // }
161
161
 
162
162
  /* ****************** */
163
163
  /* Visibility Classes */
@@ -410,6 +410,20 @@ aside.iasd-aside {
410
410
  border-bottom: 1px dotted $theme-main-color;
411
411
  color: lighten($theme-main-color, 5%);
412
412
  }
413
+ img {
414
+ display: block;
415
+ -webkit-transition: opacity 0.350s;
416
+ transition: opacity 0.350s;
417
+ &:hover, &:focus {
418
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
419
+ filter: alpha(opacity=90);
420
+ -moz-opacity: 0.90;
421
+ -khtml-opacity: 0.90;
422
+ opacity: 0.90;
423
+ -webkit-transition: opacity 0.350s;
424
+ transition: opacity 0.350s;
425
+ }
426
+ }
413
427
  }
414
428
  blockquote {
415
429
  border: none;
@@ -504,15 +518,15 @@ aside.iasd-aside {
504
518
  }
505
519
  }
506
520
  h3 {
507
- display: table-cell;
521
+ display: block;
508
522
  font-size: 13px;
509
523
  font-style: normal;
510
524
  font-weight: 700;
511
- height: 65px;
525
+ height: 85px;
512
526
  line-height: 17px;
513
527
  margin: 0;
528
+ margin-top: 3px;
514
529
  overflow: hidden;
515
- vertical-align: middle;
516
530
  }
517
531
  &:hover, &:focus {
518
532
  border-bottom: none;
@@ -582,6 +596,13 @@ aside.iasd-aside {
582
596
  margin-bottom: 30px;
583
597
  max-width: 100%;
584
598
  }
599
+ img {
600
+ border: 0 none;
601
+ height: auto;
602
+ margin: 0 0 10px 0;
603
+ max-width: 100%;
604
+ padding: 0;
605
+ }
585
606
  p {
586
607
  text-align: justify;
587
608
  &.versicle {
@@ -795,15 +816,6 @@ aside.iasd-aside {
795
816
  .wp-caption.alignright {
796
817
  margin: 5px 0 20px 20px;
797
818
  }
798
- .wp-caption img {
799
- border: 0 none;
800
- height: auto;
801
- margin: 0 0 10px 0;
802
- max-width: 100%;
803
- padding: 0;
804
- // width: auto;
805
-
806
- }
807
819
  .wp-caption p.wp-caption-text {
808
820
  font-style: italic;
809
821
  padding: 0 10px;
@@ -1047,6 +1059,8 @@ hr {
1047
1059
  clear: both;
1048
1060
  float: left;
1049
1061
  margin: 20px 0 0 0 !important;
1062
+ text-align: left;
1063
+ width: 100%;
1050
1064
  }
1051
1065
  & + .entry-content{
1052
1066
  border-top: 1px solid $border-base;
@@ -1247,6 +1261,7 @@ hr {
1247
1261
  float: left;
1248
1262
  height: auto;
1249
1263
  overflow: hidden;
1264
+ margin: 0;
1250
1265
  position: relative;
1251
1266
  width: 14%;
1252
1267
  img {
@@ -1327,6 +1342,8 @@ hr {
1327
1342
  }
1328
1343
  .well {
1329
1344
  display: inline-block;
1345
+ margin: 0;
1346
+ width: 100%;
1330
1347
  }
1331
1348
  }
1332
1349
  .entry-content {
@@ -1607,13 +1624,17 @@ hr {
1607
1624
  .iasd-institutional {
1608
1625
  &.hidden-xs {
1609
1626
  h2 {
1610
- color: #fff;
1627
+ color: $body-bg;
1611
1628
  font-size: 15px;
1612
1629
  font-style: italic;
1613
- left: 67px;
1630
+ font-weight: 600;
1631
+ left: 64px;
1614
1632
  position: absolute;
1615
1633
  text-align: left;
1616
- top: 60px;
1634
+ top: 58px;
1635
+ zoom: 1;
1636
+ filter: alpha(opacity=90);
1637
+ opacity: 0.9;
1617
1638
  }
1618
1639
  }
1619
1640
  &.top-up {
@@ -2557,6 +2578,20 @@ ul.solr_facets, .solr_facets ol {
2557
2578
  }
2558
2579
  }
2559
2580
 
2581
+ .iasd-video-embed {
2582
+ height: 0;
2583
+ padding-bottom: 51%;
2584
+ position: relative;
2585
+ width: 100%;
2586
+ iframe {
2587
+ height: 100%;
2588
+ left: 0;
2589
+ position: absolute;
2590
+ top: 0;
2591
+ width: 100%;
2592
+ }
2593
+ }
2594
+
2560
2595
  .iasd-widget-slider h1.hidden-xs {
2561
2596
  display: none !important;
2562
2597
  }
@@ -2803,6 +2838,13 @@ time {
2803
2838
 
2804
2839
  .iasd-archive {
2805
2840
  & > article {
2841
+ &.solr-results {
2842
+ h2 {
2843
+ & + p {
2844
+ height: 54px;
2845
+ }
2846
+ }
2847
+ }
2806
2848
  h1 {
2807
2849
  @include main-title;
2808
2850
  margin: 0 0 30px 0 !important;
@@ -2810,10 +2852,15 @@ time {
2810
2852
  h2 {
2811
2853
  font-size: 20px;
2812
2854
  font-weight: 900;
2855
+ height: 24px;
2813
2856
  line-height: 24px;
2814
2857
  margin: 0;
2858
+ overflow: hidden;
2815
2859
  & + p {
2860
+ display: block !important;
2861
+ height: 36px;
2816
2862
  margin: 8px 0 0;
2863
+ overflow: hidden;
2817
2864
  }
2818
2865
  }
2819
2866
  p, time {
@@ -2942,8 +2989,7 @@ time {
2942
2989
  }
2943
2990
  }
2944
2991
  .highlight-excerpt {
2945
- margin-bottom: 20px;
2946
- max-height: 324px;
2992
+ margin-bottom: 5px;
2947
2993
  & > a {
2948
2994
  display: block;
2949
2995
  h2 {
@@ -2965,7 +3011,7 @@ time {
2965
3011
  }
2966
3012
  }
2967
3013
  p {
2968
- height: 36px;
3014
+ height: 56px;
2969
3015
  margin: 0;
2970
3016
  overflow: hidden;
2971
3017
  padding: 0 0 20px 0;
@@ -3096,16 +3142,16 @@ time {
3096
3142
  color: $body-bg;
3097
3143
  }
3098
3144
  h2 {
3099
- @include text-overflow;
3100
3145
  font-size: 20px;
3101
3146
  font-weight: 900;
3147
+ height: 24px !important;
3148
+ height: auto;
3102
3149
  line-height: 24px;
3103
3150
  margin: 0 0 9px 0 !important;
3104
3151
  }
3105
3152
  p {
3106
- @include text-overflow;
3107
3153
  font-weight: 400;
3108
- height: 18px;
3154
+ height: 18px !important;
3109
3155
  line-height: 18px;
3110
3156
  margin: 0 0 10px !important;
3111
3157
  }
@@ -3148,10 +3194,23 @@ time {
3148
3194
  }
3149
3195
  }
3150
3196
 
3197
+ .iasd-secondary-highlight {
3198
+ h2 {
3199
+ height: 48px !important;
3200
+ }
3201
+ img {
3202
+ display: none;
3203
+ }
3204
+ }
3205
+
3151
3206
  @media (max-width: $screen-xs-max) {
3152
- .iasd-main-highlight {
3153
- p {
3154
- display: none;
3207
+ .iasd-archive {
3208
+ &>article {
3209
+ .iasd-main-highlight {
3210
+ p {
3211
+ display: none !important;
3212
+ }
3213
+ }
3155
3214
  }
3156
3215
  }
3157
3216
  }
@@ -3188,11 +3247,9 @@ time {
3188
3247
  }
3189
3248
  }
3190
3249
  .iasd-secondary-highlight {
3191
- h2 {
3192
- height: 49px;
3193
- }
3194
3250
  img {
3195
3251
  display: block;
3252
+ margin: 0 0 10px;
3196
3253
  }
3197
3254
  }
3198
3255
  }
@@ -3214,13 +3271,6 @@ time {
3214
3271
 
3215
3272
  .iasd-secondary-highlight {
3216
3273
  margin: -20px 0 48px;
3217
- h2 {
3218
- max-height: 49px;
3219
- }
3220
- img {
3221
- display: none;
3222
- margin: 0 0 10px;
3223
- }
3224
3274
  }
3225
3275
 
3226
3276
  /* ******************* */
@@ -3230,7 +3280,7 @@ time {
3230
3280
  #iasd-column-header {
3231
3281
  border-bottom: 1px solid $border-base;
3232
3282
  float: left;
3233
- margin: 0 0 55px 0;
3283
+ margin: 0 0 20px 0;
3234
3284
  width: 100%;
3235
3285
  .column-title {
3236
3286
  float: left;
@@ -3250,6 +3300,7 @@ time {
3250
3300
  font-family: $alt-font-family-sans-serif;
3251
3301
  font-size: 28px;
3252
3302
  font-weight: 300;
3303
+ line-height: 36px;
3253
3304
  margin: 12px 0 0 0;
3254
3305
  text-transform: uppercase;
3255
3306
  }
@@ -3359,7 +3410,7 @@ time {
3359
3410
 
3360
3411
  .iasd-project-item {
3361
3412
  float: left;
3362
- margin-bottom: 40px;
3413
+ margin-bottom: 25px;
3363
3414
  margin-top: 14px;
3364
3415
  max-width: 100% !important;
3365
3416
  a {
@@ -3367,10 +3418,10 @@ time {
3367
3418
  width: 100%;
3368
3419
  }
3369
3420
  h2 {
3370
- @include text-overflow;
3371
- font-size: 21px;
3421
+ font-size: 21px !important;
3422
+ height: 31px !important;
3372
3423
  letter-spacing: 0.004em;
3373
- margin-bottom: 10px;
3424
+ margin-bottom: 10px !important;
3374
3425
  max-width: 460px;
3375
3426
  width: 100%;
3376
3427
  }
@@ -3651,7 +3702,7 @@ time {
3651
3702
  position: relative;
3652
3703
  li {
3653
3704
  @include box-shadow(inset 0 1px 0 0 $border-base);
3654
- margin-bottom: 40px;
3705
+ margin-bottom: 30px;
3655
3706
  padding-top: 20px;
3656
3707
  a {
3657
3708
  display: block;