iasd-bootstrap-sass 1.6.4 → 1.7.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/iasd-bootstrap-sass/version.rb +1 -1
  4. data/stylesheets/_iasd-blogs.scss +11 -0
  5. data/stylesheets/_iasd-rpsp.scss +919 -0
  6. data/stylesheets/_iasd-templates.scss +8 -1
  7. data/stylesheets/_iasd-type.scss +27 -1
  8. data/stylesheets/_iasd-widgets.scss +27 -4
  9. data/templates/project/fonts/Lora-Bold.ttf +0 -0
  10. data/templates/project/fonts/Lora-BoldItalic.ttf +0 -0
  11. data/templates/project/fonts/Lora-Italic.ttf +0 -0
  12. data/templates/project/fonts/Lora-Regular.ttf +0 -0
  13. data/templates/project/img/favicons/apple-touch-icon-114x114.png +0 -0
  14. data/templates/project/img/favicons/apple-touch-icon-120x120.png +0 -0
  15. data/templates/project/img/favicons/apple-touch-icon-144x144.png +0 -0
  16. data/templates/project/img/favicons/apple-touch-icon-152x152.png +0 -0
  17. data/templates/project/img/favicons/apple-touch-icon-57x57.png +0 -0
  18. data/templates/project/img/favicons/apple-touch-icon-60x60.png +0 -0
  19. data/templates/project/img/favicons/apple-touch-icon-72x72.png +0 -0
  20. data/templates/project/img/favicons/apple-touch-icon-76x76.png +0 -0
  21. data/templates/project/img/favicons/apple-touch-icon-precomposed.png +0 -0
  22. data/templates/project/img/favicons/apple-touch-icon.png +0 -0
  23. data/templates/project/img/favicons/favicon-160x160.png +0 -0
  24. data/templates/project/img/favicons/favicon-16x16.png +0 -0
  25. data/templates/project/img/favicons/favicon-196x196.png +0 -0
  26. data/templates/project/img/favicons/favicon-32x32.png +0 -0
  27. data/templates/project/img/favicons/favicon-96x96.png +0 -0
  28. data/templates/project/img/favicons/favicon.ico +0 -0
  29. data/templates/project/img/favicons/mstile-144x144.png +0 -0
  30. data/templates/project/img/favicons/mstile-150x150.png +0 -0
  31. data/templates/project/img/favicons/mstile-310x150.png +0 -0
  32. data/templates/project/img/favicons/mstile-310x310.png +0 -0
  33. data/templates/project/img/favicons/mstile-70x70.png +0 -0
  34. data/templates/project/img/headers/rpsp_header.png +0 -0
  35. data/templates/project/img/logos_es_ES/iasd_404.png +0 -0
  36. data/templates/project/img/logos_es_ES/iasd_404@2x.png +0 -0
  37. data/templates/project/img/logos_es_ES/iasd_dsa_home.png +0 -0
  38. data/templates/project/img/logos_es_ES/iasd_dsa_home@2x.png +0 -0
  39. data/templates/project/img/logos_es_ES/iasd_footer.png +0 -0
  40. data/templates/project/img/logos_es_ES/iasd_footer@2x.png +0 -0
  41. data/templates/project/img/logos_es_ES/iasd_header.png +0 -0
  42. data/templates/project/img/logos_es_ES/iasd_header@2x.png +0 -0
  43. data/templates/project/img/logos_es_ES/iasd_header_symbol.png +0 -0
  44. data/templates/project/img/logos_es_ES/iasd_header_symbol@2x.png +0 -0
  45. data/templates/project/img/logos_es_ES/iasd_header_symbol_small.png +0 -0
  46. data/templates/project/img/logos_es_ES/iasd_header_symbol_small@2x.png +0 -0
  47. data/templates/project/img/logos_es_ES/iasd_header_vertical.png +0 -0
  48. data/templates/project/img/logos_es_ES/iasd_header_vertical@2x.png +0 -0
  49. data/templates/project/img/logos_pt_BR/iasd_404.png +0 -0
  50. data/templates/project/img/logos_pt_BR/iasd_404@2x.png +0 -0
  51. data/templates/project/img/logos_pt_BR/iasd_dsa_home.png +0 -0
  52. data/templates/project/img/logos_pt_BR/iasd_dsa_home@2x.png +0 -0
  53. data/templates/project/img/logos_pt_BR/iasd_footer.png +0 -0
  54. data/templates/project/img/logos_pt_BR/iasd_footer@2x.png +0 -0
  55. data/templates/project/img/logos_pt_BR/iasd_header.png +0 -0
  56. data/templates/project/img/logos_pt_BR/iasd_header@2x.png +0 -0
  57. data/templates/project/img/logos_pt_BR/iasd_header_symbol.png +0 -0
  58. data/templates/project/img/logos_pt_BR/iasd_header_symbol@2x.png +0 -0
  59. data/templates/project/img/logos_pt_BR/iasd_header_vertical.png +0 -0
  60. data/templates/project/img/logos_pt_BR/iasd_header_vertical@2x.png +0 -0
  61. data/templates/project/img/logos_pt_BR/rpsp_header_logo.png +0 -0
  62. data/templates/project/img/logos_pt_BR/rpsp_header_logo@2x.png +0 -0
  63. data/templates/project/lib/iasd-bootstrap.js +514 -3
  64. data/templates/project/lib/iasd-bootstrap.min.js +3 -5
  65. data/templates/project/lib/iasd_rpsp.js +15 -0
  66. data/templates/project/lib/iasd_widgets.js +18 -0
  67. data/templates/project/lib/jquery.badonkatrunc.min.js +494 -1
  68. data/templates/project/lib/ltie9.js +2 -2
  69. data/templates/project/lib/ltie9.min.js +1 -1
  70. data/templates/project/manifest.rb +11 -0
  71. metadata +12 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33ad4998a6af66014d0176fd6dc5364520706aec
4
- data.tar.gz: 6aa8f513d7bd32739760f380fadd2deb51b0a732
3
+ metadata.gz: 9ab04d8b8ee78121272ab04106e2cd7b362bc4c0
4
+ data.tar.gz: c0a470ee01c8a336c9f0d2023908538c6fd2b937
5
5
  SHA512:
6
- metadata.gz: 6b6b17ecf7f7fda3a4828b46b418828425436c1cba7b82bac7886ae4b596b9074a2d4034eb30531a1dc22833f7cf61c80a1b416e48652b2f3c77bd224d644869
7
- data.tar.gz: d058f6bbf45017ba2c01edef8478d4997d2c135489407926115d35bd8d5d54a9a01361655cf797490105313c6152d0241225ecfb70eb779d49a26366cf497947
6
+ metadata.gz: c314d4ef0ddfdc1ff949bcf8698e57c8ea40b13d2c703683f98421c1e328a4aa8267a46485c64b572dc4527809eaae01e4f76f361c35c4f7f63219b5b0406b77
7
+ data.tar.gz: af3e02ed069f415503133ead5cb94d264c2baf5db1881af6070fd709868643ffa1b47418db56a84c56c960b64fb6c543080c31e50cc3961f68c987890a50177b
data/README.md CHANGED
@@ -43,7 +43,7 @@ No diretório raiz do projeto
43
43
  $ cd /tmp/test
44
44
  $ compass config
45
45
  $ echo "require 'iasd-bootstrap-sass'" >> config/compass.rb
46
- $ compass install iasd-bootstap
46
+ $ compass install iasd-bootstrap
47
47
  $ cd -
48
48
 
49
49
  # 3. Publique a gem
@@ -1,5 +1,5 @@
1
1
  module Bootstrap
2
2
  module IASD
3
- VERSION = "1.6.4"
3
+ VERSION = "1.7.9"
4
4
  end
5
5
  end
@@ -179,6 +179,17 @@ a{
179
179
  }
180
180
  }
181
181
  }
182
+
183
+ .snapchat_svg{
184
+ width: 23px;
185
+ height: 17px;
186
+ line-height: 26px;
187
+ text-indent: 0px;
188
+ position: absolute;
189
+ margin-top: 4px;
190
+ margin-left: 1px;
191
+ fill: lighten($border-base, 7%);
192
+ }
182
193
  }
183
194
 
184
195
  .iasd-posts-archive{
@@ -0,0 +1,919 @@
1
+ body > header .identifier {
2
+
3
+ .brand {
4
+ margin: 0;
5
+ &:after {
6
+ display: none;
7
+ }
8
+ }
9
+
10
+ .title {
11
+ float: left;
12
+ width: 380px;
13
+ margin-left: 150px;
14
+
15
+ hgroup{
16
+ h1{
17
+ margin: 0px !important;
18
+ font-size: 28px !important;
19
+ color: #FFFFFF !important;
20
+ line-height: 38px !important;
21
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
22
+ font-family: Lora-Italic !important;
23
+ font-size: 28px !important;
24
+ }
25
+ }
26
+ }
27
+ }
28
+
29
+ .rpsp-front-page, .rpsp-single, .rpsp-single-weekly, .rpsp-archive-videos, .rpsp-archive-cards {
30
+ h1 {
31
+ -moz-box-shadow: 0 4px 0 #eee9e3;
32
+ -webkit-box-shadow: 0 4px 0 #eee9e3;
33
+ box-shadow: 0 4px 0 #eee9e3;
34
+ border-bottom: 1px solid #e0d8cd;
35
+ color: #39733c;
36
+ display: inline-block;
37
+ font-family: "Futura Std",Helvetica,Arial,sans-serif;
38
+ font-size: 25px !important;
39
+ font-weight: 300 !important;
40
+ line-height: 35px !important;
41
+ text-transform: uppercase;
42
+ width: 100%;
43
+ overflow: hidden;
44
+ text-overflow: ellipsis;
45
+ white-space: nowrap;
46
+ margin: 0 0 35px 0 !important;
47
+ }
48
+ }
49
+
50
+ .rpsp-see-more {
51
+ font-weight: 700;
52
+ color: $theme-main-color;
53
+ &:hover {
54
+ color: $theme-alt-color;
55
+ }
56
+ }
57
+
58
+ #iasd-page-prevnext {
59
+ .page-prevnext {
60
+ a {
61
+ color: $theme-alt-color;
62
+ &:hover, &:focus {
63
+ color: lighten($theme-alt-color, 5%);
64
+ }
65
+ }
66
+ }
67
+ }
68
+
69
+ #iasd-chapter-prevnext {
70
+ h1 {
71
+ border-bottom: 0;
72
+ box-shadow: none;
73
+ text-transform: none;
74
+ font-weight: 700 !important;
75
+ }
76
+ .page-prevnext {
77
+ &.pull-right {
78
+ text-align: right;
79
+ a {
80
+ float: right;
81
+ }
82
+ .btn-default {
83
+ float: right;
84
+ margin-left: 14px;
85
+ margin-right: 0;
86
+ }
87
+ }
88
+ a {
89
+ @include text-overflow;
90
+ border: 0;
91
+ font-weight: bold;
92
+ color: $theme-alt-color;
93
+ display: block;
94
+ float: left;
95
+ font-weight: bold;
96
+ max-width: 85%;
97
+ &:hover, &:focus {
98
+ color: lighten($theme-alt-color, 5%);
99
+ }
100
+ }
101
+ em {
102
+ @include text-overflow;
103
+ display: block;
104
+ margin-bottom: -9px;
105
+ }
106
+ .btn-default {
107
+ float: left;
108
+ font-size: 21px;
109
+ height: 40px;
110
+ line-height: 21px;
111
+ margin-right: 14px;
112
+ width: 30px;
113
+ border: 0;
114
+ background-color: $border-base;
115
+ color: $alt-link-color;
116
+ }
117
+ .hidden-xs {
118
+ a {
119
+ margin-top: 9px;
120
+ }
121
+ }
122
+ }
123
+ }
124
+
125
+ .rpsp-social-header {
126
+ position: relative;
127
+ h1 {
128
+ font-size: 28px;
129
+ line-height: 34px;
130
+ font-weight: 400;
131
+ color: $theme-alt-color;
132
+ }
133
+ ul {
134
+ position: absolute;
135
+ top: 0;
136
+ right: 0;
137
+ height: 25px;
138
+ li {
139
+ display: inline-block;
140
+ float: left;
141
+ a {
142
+ position: relative;
143
+ display: block;
144
+ height: 25px;
145
+ width: 25px;
146
+ border-radius: 50%;
147
+ &:after {
148
+ position: absolute;
149
+ top: 50%;
150
+ left: 50%;
151
+ font-size: 15px;
152
+ color: #ffffff;
153
+ font-family: fontAwesome;
154
+ }
155
+ &.facebook {
156
+ background-color: #3b5998;
157
+ &:after {
158
+ content: '\f09a';
159
+ margin-top: -9px;
160
+ margin-left: -3px;
161
+ }
162
+ }
163
+ &.twitter {
164
+ background-color: #55acee;
165
+ &:after {
166
+ content: '\f099';
167
+ margin-top: -10px;
168
+ margin-left: -6px;
169
+ }
170
+ }
171
+ &.email {
172
+ background-color: #78a326;
173
+ &:after {
174
+ content: '\f003';
175
+ margin-top: -10px;
176
+ margin-left: -7px;
177
+ }
178
+ }
179
+ &.comments {
180
+ background-color: #78a326;
181
+ &:after {
182
+ content: '\f0e5';
183
+ margin-top: -11px;
184
+ margin-left: -7px;
185
+ }
186
+ }
187
+ }
188
+ + li {
189
+ margin-top: 0 !important;
190
+ margin-left: 8px;
191
+ }
192
+ }
193
+ }
194
+ }
195
+
196
+ .chapter-row {
197
+ margin-bottom: 70px;;
198
+ }
199
+
200
+ .chapter-header {
201
+ text-align: center;
202
+ time {
203
+ font-family: $font-family-sans-serif;
204
+ font-weight: 300;
205
+ font-size: 18px;
206
+ color: $theme-alt-color;
207
+ line-height: 22px;
208
+ }
209
+ h1 {
210
+ font-family: $font-family-sans-serif;
211
+ font-weight: 400 !important;
212
+ font-size: 24px !important;
213
+ color: $theme-alt-color;
214
+ line-height: 29px !important;
215
+ }
216
+ }
217
+
218
+ .chapter-content {
219
+ padding-top: 45px;
220
+ padding-right: 35px;
221
+ padding-bottom: 40px;
222
+ padding-left: 35px;
223
+ border: solid 1px $border-base;
224
+ background: #ffffff;
225
+ h2 {
226
+ font-family: Lora-Std;
227
+ font-size: 18px;
228
+ line-height: 34px;
229
+ color: $theme-alt-color;
230
+ }
231
+ ol {
232
+ padding-top: 0;
233
+ padding-right: 0;
234
+ padding-bottom: 0;
235
+ padding-left: 25px;
236
+ li {
237
+ font-family: Lora-Std;
238
+ font-size: 15px;
239
+ line-height: 25px;
240
+ }
241
+ }
242
+ p {
243
+ font-family: Lora-Std;
244
+ font-size: 15px;
245
+ line-height: 25px;
246
+ }
247
+ .chapter-content-header {
248
+ position: relative;
249
+ ul {
250
+ position: absolute;
251
+ top: 0;
252
+ right: 0;
253
+ li {
254
+ display: inline-block;
255
+ float: left;
256
+ a {
257
+ position: relative;
258
+ display: block;
259
+ height: 25px;
260
+ width: 25px;
261
+ border-radius: 50%;
262
+ &:after {
263
+ position: absolute;
264
+ top: 50%;
265
+ left: 50%;
266
+ font-size: 15px;
267
+ color: #ffffff;
268
+ font-family: fontAwesome;
269
+ }
270
+ &.facebook {
271
+ background-color: #3b5998;
272
+ &:after {
273
+ content: '\f09a';
274
+ margin-top: -9px;
275
+ margin-left: -3px;
276
+ }
277
+ }
278
+ &.twitter {
279
+ background-color: #55acee;
280
+ &:after {
281
+ content: '\f099';
282
+ margin-top: -10px;
283
+ margin-left: -6px;
284
+ }
285
+ }
286
+ &.email {
287
+ background-color: #78a326;
288
+ &:after {
289
+ content: '\f003';
290
+ margin-top: -10px;
291
+ margin-left: -7px;
292
+ }
293
+ }
294
+ &.comments {
295
+ background-color: #78a326;
296
+ &:after {
297
+ content: '\f0e5';
298
+ margin-top: -11px;
299
+ margin-left: -7px;
300
+ }
301
+ }
302
+ }
303
+ + li {
304
+ margin-left: 8px;
305
+ }
306
+ }
307
+ }
308
+ }
309
+
310
+ .comments-link {
311
+ display: block;
312
+ margin-top: 45px;
313
+ padding-top: 15px;
314
+ border-top: solid 1px $border-base;
315
+ color: $theme-main-color;
316
+ }
317
+ }
318
+
319
+ .entry-content {
320
+ .chapter-content-header, .rpsp-social-header {
321
+ ul {
322
+ margin-bottom: 0;
323
+ }
324
+ }
325
+ }
326
+
327
+ .weekly-reading {
328
+ padding: 25px;
329
+ margin-bottom: 65px;
330
+ border: solid 1px $border-base;
331
+ background: #ffffff;
332
+ a {
333
+ font-size: 14px;
334
+ font-weight: 700;
335
+ color: $text-color;
336
+ &:hover {
337
+ color: $theme-main-color;
338
+ }
339
+ }
340
+ }
341
+
342
+ .weekly-reading-img {
343
+ margin-bottom: 10px;
344
+ img {
345
+ border: solid 1px rgba(0,0,0,0.3);
346
+ }
347
+ .owl-controls {
348
+ margin-top: -30px;
349
+ }
350
+ }
351
+
352
+ .share-reading-img {
353
+ small {
354
+ float: left;
355
+ margin-right: 15px;
356
+ }
357
+
358
+ ul {
359
+ float: left;
360
+ padding: 0;
361
+ li {
362
+ display: inline-block;
363
+ float: left;
364
+ a {
365
+ position: relative;
366
+ display: block;
367
+ height: 25px;
368
+ width: 25px;
369
+ border-radius: 50%;
370
+ &:after {
371
+ position: absolute;
372
+ top: 50%;
373
+ left: 50%;
374
+ font-size: 15px;
375
+ color: #ffffff;
376
+ font-family: fontAwesome;
377
+ }
378
+ &.facebook {
379
+ background-color: #3b5998;
380
+ &:after {
381
+ content: '\f09a';
382
+ margin-top: -9px;
383
+ margin-left: -3px;
384
+ }
385
+ }
386
+ &.twitter {
387
+ background-color: #55acee;
388
+ &:after {
389
+ content: '\f099';
390
+ margin-top: -10px;
391
+ margin-left: -6px;
392
+ }
393
+ }
394
+ }
395
+ + li {
396
+ margin-left: 8px;
397
+ }
398
+ }
399
+ }
400
+ }
401
+
402
+ .rpsp-video-home {
403
+ h2 {
404
+ font-size: 20px;
405
+ line-height: 24px;
406
+ font-weight: 700;
407
+ }
408
+ }
409
+
410
+ .widget-projeto-rpsp {
411
+ figure {
412
+ margin-bottom: 20px;
413
+ }
414
+ p {
415
+ line-height: 22px !important;
416
+ }
417
+ .get-app {
418
+ color: #ffffff !important;
419
+ span {
420
+ display: inline-block;
421
+ float: left;
422
+ position: relative;
423
+ height: 30px;
424
+ width: 20px;
425
+ margin-right: 10px;
426
+ font-family: fontAwesome;
427
+ &:before {
428
+ position: absolute;
429
+ left: 0;
430
+ bottom: 0;
431
+ font-size: 25px;
432
+ }
433
+ &.ios {
434
+ &:before {
435
+ content: '\f179';
436
+ }
437
+ }
438
+ &.android {
439
+ &:before {
440
+ content: '\f17b';
441
+ }
442
+ }
443
+ }
444
+ small {
445
+ display: block;
446
+ padding-left: 30px;
447
+ }
448
+ + .get-app {
449
+ margin-left: 25px;
450
+ }
451
+ &:hover {
452
+ color: $border-base !important;
453
+ }
454
+ }
455
+ }
456
+
457
+ .iasd-video-responsive {
458
+ position: relative;
459
+ padding-bottom: 56.25%; /* 16:9 */
460
+ padding-top: 25px;
461
+ height: 0;
462
+ iframe {
463
+ position: absolute;
464
+ top: 0;
465
+ left: 0;
466
+ width: 100%;
467
+ height: 100%;
468
+ }
469
+ }
470
+
471
+ .comments-count {
472
+ position: relative;
473
+ padding-left: 16px;
474
+ color: $alt-link-color !important;
475
+ &:before {
476
+ content: '\f075';
477
+ display: block;
478
+ position: absolute;
479
+ left: 0;
480
+ width: 16px;
481
+ height: 13px;
482
+ font-family: fontAwesome;
483
+ }
484
+ }
485
+
486
+ .rpsp-front-page, .rpsp-single {
487
+ .biblical-commentary {
488
+ p {
489
+ font-family: Lora-Italic;
490
+ font-size: 15px;
491
+ line-height: 25px;
492
+ }
493
+ }
494
+ }
495
+
496
+ // SINGLES
497
+
498
+ .rpsp-single, .rpsp-single-weekly, .rpsp-single-card {
499
+ .entry-content {
500
+ ul {
501
+ li + li {
502
+ margin-top: 0 !important;
503
+ }
504
+ }
505
+ }
506
+ }
507
+
508
+ .rpsp-single-video, .rpsp-single-card {
509
+ #iasd-page-prevnext {
510
+ padding-top: 15px;
511
+ border-top: 0;
512
+ }
513
+ }
514
+
515
+ .rpsp-single-card {
516
+ img {
517
+ margin-bottom: 0;
518
+ }
519
+ #iasd-page-prevnext {
520
+ .page-prevnext {
521
+ em {
522
+ margin-bottom: 0;
523
+ }
524
+ }
525
+ }
526
+ }
527
+
528
+ // ARCHIVES
529
+
530
+ .rpsp-archive-videos, .rpsp-archive-cards {
531
+ .col-sm-4 {
532
+ margin-bottom: 35px;
533
+ }
534
+ img {
535
+ border: solid 1px #979797;
536
+ }
537
+ a {
538
+ h2 {
539
+ display: inline-block;
540
+ font-size: 20px;
541
+ font-weight: 900;
542
+ line-height: 24px;
543
+ color: $text-color;
544
+ }
545
+ &:hover, &:focus, &:active {
546
+ border-bottom: 0;
547
+ h2 {
548
+ color: $theme-main-color;
549
+ }
550
+ }
551
+ }
552
+ }
553
+
554
+ // PROGRAMA DE LEITURA MENSAL
555
+
556
+ .rpsp-monthly-program {
557
+ .btn-outline {
558
+ font-weight: 400;
559
+ border-color: $btn-default-border;
560
+ color: $btn-default-border;
561
+ }
562
+ .periodic-controls {
563
+ display: inline-block;
564
+ width: 100%;
565
+ position: relative;
566
+ text-align: center;
567
+ h2 {
568
+ display: inline-block;
569
+ margin: 0;
570
+ font-size: 24px;
571
+ font-weight: 700;
572
+ line-height: 29px;
573
+ color: $theme-alt-color;
574
+ }
575
+ a {
576
+ position: absolute;
577
+ top: 50%;
578
+ margin-top: -7px;
579
+ font-size: 22px;
580
+ line-height: 14px;
581
+ font-weight: 700;
582
+ color: $theme-alt-color;
583
+ &.periodic-control-prev {
584
+ left: 0;
585
+ }
586
+ &.periodic-control-next {
587
+ right: 0;
588
+ }
589
+ }
590
+ }
591
+ .btn {
592
+ + .btn {
593
+ margin-left: 10px;
594
+ }
595
+ }
596
+ table, tbody, tr {
597
+ border: 0;
598
+ }
599
+ table {
600
+ margin-top: 40px;
601
+ }
602
+ th {
603
+ padding-bottom: 10px;
604
+ width: 12.5%;
605
+ border-color: transparent;
606
+ font-size: 12px;
607
+ line-height: 15px;
608
+ font-weight: 400;
609
+ color: $alt-link-color;
610
+ text-transform: uppercase;
611
+ }
612
+ td {
613
+ padding: 0 !important;
614
+ border-top: solid 1px $border-base;
615
+ border-color: $border-base;
616
+ width: 12.5%;
617
+ background: #ffffff;
618
+ a {
619
+ display: block;
620
+ position: relative;
621
+ padding: 30px 0;
622
+ text-align: center;
623
+ font-size: 20px;
624
+ font-weight: 300;
625
+ color: $alt-link-color;
626
+ span {
627
+ position: absolute;
628
+ bottom: 5px;
629
+ left: 5px;
630
+ display: block;
631
+ height: 18px;
632
+ width: 18px;
633
+ border-radius: 50%;
634
+ font-size: 12px;
635
+ line-height: 18px;
636
+ font-weight: 300;
637
+ }
638
+ }
639
+ &.current-month {
640
+ a {
641
+ color: $text-color;
642
+ span {
643
+ color: $text-color;
644
+ }
645
+ }
646
+ }
647
+ &:hover {
648
+ border: solid 1px $text-color;
649
+ a {
650
+ span {
651
+ background: $theme-main-color;
652
+ color: #ffffff;
653
+ }
654
+ }
655
+ }
656
+ }
657
+
658
+ .readings {
659
+ a {
660
+ padding: 30px 5px;
661
+ font-size: 13px;
662
+ font-weight: 400;
663
+ line-height: 20px;
664
+ text-align: left;
665
+ color: $theme-main-color;
666
+ }
667
+ }
668
+ }
669
+
670
+ // PROGRAMA DE LEITURA SEMANAL
671
+
672
+ .rpsp-weekly-program {
673
+ .btn-outline {
674
+ font-weight: 400;
675
+ border-color: $btn-default-border;
676
+ color: $btn-default-border;
677
+ }
678
+ .periodic-controls {
679
+ display: inline-block;
680
+ width: 100%;
681
+ margin-bottom: 40px;
682
+ position: relative;
683
+ text-align: center;
684
+ h2 {
685
+ display: inline-block;
686
+ margin: 0;
687
+ font-size: 24px;
688
+ font-weight: 700;
689
+ line-height: 29px;
690
+ color: $theme-alt-color;
691
+ }
692
+ a {
693
+ position: absolute;
694
+ top: 50%;
695
+ margin-top: -7px;
696
+ font-size: 22px;
697
+ line-height: 14px;
698
+ font-weight: 700;
699
+ color: $theme-alt-color;
700
+ &.periodic-control-prev {
701
+ left: 0;
702
+ }
703
+ &.periodic-control-next {
704
+ right: 0;
705
+ }
706
+ }
707
+ }
708
+ .btn {
709
+ + .btn {
710
+ margin-left: 10px;
711
+ }
712
+ }
713
+ .lala {
714
+ padding-left: 1px;
715
+ }
716
+ .weekly-program-day {
717
+ position: relative;
718
+ margin-left: -1px;
719
+ padding: 0;
720
+ border: solid 1px $border-base;
721
+ background: #ffffff;
722
+ a {
723
+ display: block;
724
+ position: relative;
725
+ width: 100%;
726
+ padding: 30px 5px;
727
+ text-align: left;
728
+ font-size: 20px;
729
+ font-weight: 300;
730
+ white-space: nowrap;
731
+ overflow: hidden;
732
+ text-overflow: ellipsis;
733
+ color: $text-color;
734
+ span {
735
+ position: absolute;
736
+ top: 5px;
737
+ left: 5px;
738
+ display: block;
739
+ height: 18px;
740
+ width: 100%;
741
+ border-radius: 50%;
742
+ font-size: 12px;
743
+ line-height: 18px;
744
+ font-weight: 400;
745
+ text-transform: uppercase;
746
+ color: $btn-default-border;
747
+ }
748
+ }
749
+ &:hover {
750
+ border: solid 1px $text-color;
751
+ z-index: 2;
752
+ }
753
+ &.readings {
754
+ a {
755
+ padding: 30px 5px;
756
+ font-size: 13px;
757
+ font-weight: 400;
758
+ line-height: 20px;
759
+ text-align: left;
760
+ color: $theme-main-color;
761
+ }
762
+ }
763
+ &:nth-child(n+5) {
764
+ margin-top: -1px;
765
+ }
766
+ }
767
+ }
768
+
769
+ // MEDIA QUERIES
770
+
771
+ @media (min-width: $screen-md) {
772
+ #iasd-chapter-prevnext {
773
+ &.hidden-md {
774
+ display: none !important;
775
+ }
776
+ }
777
+ }
778
+
779
+ @media (max-width: $screen-sm-max) {
780
+ #iasd-chapter-prevnext {
781
+ float: none;
782
+ width: auto;
783
+ margin-bottom: 30px;
784
+ }
785
+ }
786
+
787
+ @media (max-width: $screen-sm-max) {
788
+ .chapter-content {
789
+ margin-bottom: 65px;
790
+ padding: 20px;
791
+ .chapter-content-header {
792
+ ul {
793
+ position: relative;
794
+ float: right;
795
+ margin-bottom: 25px;
796
+
797
+ }
798
+ }
799
+ }
800
+ .share-reading-img {
801
+ margin-bottom: 65px;
802
+ }
803
+ .rpsp-archive-videos, .rpsp-archive-cards {
804
+ a {
805
+ h2 {
806
+ display: inline-block;
807
+ float: left;
808
+ font-size: 18px;
809
+ width: calc( 100% - 45px );
810
+ margin-bottom: 0;
811
+ white-space: nowrap;
812
+ overflow: hidden;
813
+ text-overflow: ellipsis;
814
+ }
815
+ }
816
+ }
817
+ }
818
+
819
+ @media (max-width: $screen-xs-max) {
820
+ #iasd-chapter-prevnext {
821
+ float: none;
822
+ width: auto;
823
+ margin-bottom: 30px;
824
+ }
825
+ .entry-content {
826
+ .rpsp-social-header {
827
+ ul {
828
+ padding-left: 0 !important;
829
+ }
830
+ }
831
+ }
832
+ .rpsp-social-header {
833
+ position: relative;
834
+ ul {
835
+ position: relative;
836
+ padding-left: 0 !important;
837
+ margin-bottom: 25px !important;
838
+ }
839
+ }
840
+ .rpsp-archive-videos {
841
+ .col-xs-6 {
842
+ padding-left: 11px;
843
+ padding-right: 11px;
844
+ }
845
+ a {
846
+ h2 {
847
+ display: inline-block;
848
+ float: left;
849
+ font-size: 15px;
850
+ width: calc( 100% - 18px );
851
+ margin-bottom: 0;
852
+ white-space: nowrap;
853
+ overflow: hidden;
854
+ text-overflow: ellipsis;
855
+ }
856
+ }
857
+ .comments-count {
858
+ display: inline-block;
859
+ span {
860
+ display: none;
861
+ }
862
+ }
863
+ }
864
+
865
+ .rpsp-monthly-program {
866
+ .periodic-controls {
867
+ text-align: left;
868
+ .dropdown {
869
+ display: inline-block;
870
+ }
871
+ select {
872
+ border: solid 1px $border-base;
873
+ font-weight: 300;
874
+ background: #ffffff;
875
+ }
876
+ }
877
+ table {
878
+ margin-top: 30px;
879
+ }
880
+ td, th {
881
+ width: 14.28%;
882
+ }
883
+ th {
884
+ font-size: 10px;
885
+ }
886
+ td {
887
+ background: transparent;
888
+ a {
889
+ padding: 13px 0;
890
+ font-size: 13px;
891
+ span {
892
+ bottom: -3px;
893
+ left: 0;
894
+ font-size: 10px;
895
+ line-height: 12px;
896
+ }
897
+ }
898
+ }
899
+
900
+ .readings {
901
+ padding: 30px 5px;
902
+ a {
903
+ font-size: 13px;
904
+ font-weight: 400;
905
+ line-height: 20px;
906
+ text-align: left;
907
+ color: $theme-main-color;
908
+ }
909
+ }
910
+ }
911
+
912
+ .rpsp-weekly-program {
913
+ .weekly-program-day {
914
+ &:nth-child(n+3){
915
+ margin-top: -1px;
916
+ }
917
+ }
918
+ }
919
+ }