egghead-styles 1.0.29

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +36 -0
  3. data/app/assets/images/elements/egg.svg +8 -0
  4. data/app/assets/images/elements/section-title-bg.png +0 -0
  5. data/app/assets/stylesheets/_old/admin/dashboard.css.scss +7 -0
  6. data/app/assets/stylesheets/_old/admin/discount_codes.css.scss +3 -0
  7. data/app/assets/stylesheets/_old/admin/promos.css.scss +3 -0
  8. data/app/assets/stylesheets/_old/admin/special_offers.css.scss +3 -0
  9. data/app/assets/stylesheets/_old/components/_jumbotron.css.scss +65 -0
  10. data/app/assets/stylesheets/_old/components/_navbar.css.scss +91 -0
  11. data/app/assets/stylesheets/_old/components/_pricing-table.css.scss +188 -0
  12. data/app/assets/stylesheets/_old/components/_sales-item.css.scss +29 -0
  13. data/app/assets/stylesheets/_old/components/_search.css.scss +81 -0
  14. data/app/assets/stylesheets/_old/components/components.css.scss +5 -0
  15. data/app/assets/stylesheets/_old/forum/egghead/admin/groups.css.scss +7 -0
  16. data/app/assets/stylesheets/_old/forum/egghead/forums.css.scss +24 -0
  17. data/app/assets/stylesheets/_old/forum/egghead/topics.css.scss +23 -0
  18. data/app/assets/stylesheets/_old/forum/forum-egghead.css.scss +2 -0
  19. data/app/assets/stylesheets/_old/instructor/dashboard.css.scss +3 -0
  20. data/app/assets/stylesheets/_old/koudoku/pricing-table.css.scss +93 -0
  21. data/app/assets/stylesheets/_old/pages/articles/articles.css.scss +189 -0
  22. data/app/assets/stylesheets/_old/pages/home/home.css.scss +29 -0
  23. data/app/assets/stylesheets/_old/pages/instructor/instructor.css.scss +12 -0
  24. data/app/assets/stylesheets/_old/pages/jobs/jobs.css.scss +117 -0
  25. data/app/assets/stylesheets/_old/pages/lessons/lessons.css.scss +321 -0
  26. data/app/assets/stylesheets/_old/pages/pages.css.scss +7 -0
  27. data/app/assets/stylesheets/_old/pages/series/series.css.scss +0 -0
  28. data/app/assets/stylesheets/_old/pages/training/training.css.scss +19 -0
  29. data/app/assets/stylesheets/_old/player.css.scss +1 -0
  30. data/app/assets/stylesheets/_old/scaffolds.css.scss +69 -0
  31. data/app/assets/stylesheets/_old/socialbar.css.scss +71 -0
  32. data/app/assets/stylesheets/_old/syntax.css.scss +81 -0
  33. data/app/assets/stylesheets/_old/util/_padding.css.scss +8 -0
  34. data/app/assets/stylesheets/_old/util/util.css.scss +1 -0
  35. data/app/assets/stylesheets/application.css.scss +85 -0
  36. data/app/assets/stylesheets/components/_advantages.css.scss +17 -0
  37. data/app/assets/stylesheets/components/_autocomplete-input.css.scss +74 -0
  38. data/app/assets/stylesheets/components/_cc-form.css.scss +99 -0
  39. data/app/assets/stylesheets/components/_corporate-logos.css.scss +27 -0
  40. data/app/assets/stylesheets/components/_home.css.scss +15 -0
  41. data/app/assets/stylesheets/components/_instructor-list.css.scss +29 -0
  42. data/app/assets/stylesheets/components/_onoff_switch.css.scss +46 -0
  43. data/app/assets/stylesheets/components/_pricing-grid.css.scss +177 -0
  44. data/app/assets/stylesheets/components/_search.css.scss +321 -0
  45. data/app/assets/stylesheets/components/forum/_forum.scss +267 -0
  46. data/app/assets/stylesheets/components/forum/_posts.scss +105 -0
  47. data/app/assets/stylesheets/components/lessons/_lesson-email-blocker.css.scss +83 -0
  48. data/app/assets/stylesheets/components/lessons/_lesson-playlist-control.css.scss +301 -0
  49. data/app/assets/stylesheets/components/lessons/_lesson-review-page.css.scss +30 -0
  50. data/app/assets/stylesheets/components/lessons/_lesson-series-list.css.scss +170 -0
  51. data/app/assets/stylesheets/components/lessons/_lesson_pro_placeholder.css.scss +0 -0
  52. data/app/assets/stylesheets/components/lessons/_lessons-list.scss +52 -0
  53. data/app/assets/stylesheets/components/lessons/_popular-lesson-list.css.scss +69 -0
  54. data/app/assets/stylesheets/components/playlists/_add-to-button.scss +289 -0
  55. data/app/assets/stylesheets/components/playlists/_playlist.css.scss +29 -0
  56. data/app/assets/stylesheets/components/technology/_technology-pages.css.scss +3 -0
  57. data/app/assets/stylesheets/components/technology/page-all-technologies/_page-all-technologies.css.scss +798 -0
  58. data/app/assets/stylesheets/components/technology/page-single-technology/_page-single-technology.css.scss +1 -0
  59. data/app/assets/stylesheets/components/technology/shared/_shared.css.scss +66 -0
  60. data/app/assets/stylesheets/globals/_bootstrap-and-overrides.css.scss +66 -0
  61. data/app/assets/stylesheets/globals/_colors.css.scss +23 -0
  62. data/app/assets/stylesheets/globals/_fonts.css.scss +1533 -0
  63. data/app/assets/stylesheets/globals/_grid-helpers.scss +26 -0
  64. data/app/assets/stylesheets/globals/_mixins.css.scss +129 -0
  65. data/app/assets/stylesheets/globals/_variables.css.scss +144 -0
  66. data/app/assets/stylesheets/plugins/chosen.css.scss +93 -0
  67. data/app/assets/stylesheets/plugins/flipclock.css.scss +440 -0
  68. data/app/assets/stylesheets/sections/_footer.css.scss +87 -0
  69. data/app/assets/stylesheets/sections/_header.css.scss +256 -0
  70. data/app/assets/stylesheets/sections/_hero.css.scss +455 -0
  71. data/app/assets/stylesheets/shared/_alerts.css.scss +46 -0
  72. data/app/assets/stylesheets/shared/_buttons.css.scss +54 -0
  73. data/app/assets/stylesheets/shared/_forms.css.scss +478 -0
  74. data/app/assets/stylesheets/shared/_miscellaneous.scss +7 -0
  75. data/app/assets/stylesheets/shared/_pagination.scss +80 -0
  76. data/app/assets/stylesheets/shared/_styles.css.scss +1373 -0
  77. data/app/assets/stylesheets/shared/_titles.css.scss +39 -0
  78. data/app/assets/stylesheets/shared/_typography.css.scss +305 -0
  79. data/lib/egghead/styles.rb +10 -0
  80. data/lib/egghead/styles/version.rb +5 -0
  81. metadata +152 -0
@@ -0,0 +1,7 @@
1
+ /* Miscellaneous */
2
+
3
+ // Avatars
4
+ .avatar {
5
+ border-radius: 50%;
6
+ width: 140px;
7
+ }
@@ -0,0 +1,80 @@
1
+ /* Pagination */
2
+
3
+ .pagination {
4
+ font-size: 16px;
5
+ margin-bottom: 20px;
6
+ &:last-child {
7
+ margin-bottom: 0;
8
+ }
9
+ > li {
10
+ > a, span {
11
+ line-height: 34px;
12
+ min-width: 40px;
13
+ text-align: center;
14
+ color: $link-color;
15
+ border-color: $pagination-links-border-color;
16
+ @include respond-to(phones) {
17
+ min-width: 34px;
18
+ line-height: 26px;
19
+ padding: 6px;
20
+ }
21
+ }
22
+ &.active {
23
+ > a, > a:focus, > span {
24
+ background: none $site-color-grey;
25
+ border-color: $pagination-links-border-color;
26
+ color: $site-color-light-graphite;
27
+ box-shadow: 2px 2px 3px $pagination-links-border-color inset;
28
+ &:hover {
29
+ cursor: default;
30
+ background: none $site-color-grey;
31
+ border-color: $pagination-links-border-color;
32
+ color: $site-color-light-graphite;
33
+ }
34
+ }
35
+ }
36
+ }
37
+ .direction-title {
38
+ @include respond-to(phones) {
39
+ display: none;
40
+ }
41
+ }
42
+ .direction-icon {
43
+ font-size: 12px;
44
+ position: relative;
45
+ top: -1px;
46
+ }
47
+ .next,
48
+ .prev {
49
+ > a {
50
+ color: $site-color-blue-calypso;
51
+ @include respond-to(phones) {
52
+ min-width: 40px;
53
+ }
54
+ }
55
+ }
56
+ .prev {
57
+ .direction-icon {
58
+ margin-right: 7px;
59
+ @include respond-to(phones) {
60
+ margin-right: 0;
61
+ }
62
+ }
63
+ }
64
+ .next {
65
+ .direction-icon {
66
+ margin-left: 7px;
67
+ @include respond-to(phones) {
68
+ margin-left: 0;
69
+ }
70
+ }
71
+ }
72
+ > .disabled {
73
+ > span {
74
+ color: $site-color-light-graphite;
75
+ &:hover {
76
+ color: $site-color-light-graphite;
77
+ }
78
+ }
79
+ }
80
+ }
@@ -0,0 +1,1373 @@
1
+ /* GENERAL styles */
2
+ .section {
3
+ padding: 50px 0;
4
+ @include respond-to(tablets-small) {
5
+ padding: 40px 0;
6
+ }
7
+ @include respond-to(tablets-small) {
8
+ padding: 30px 0;
9
+ }
10
+ @include respond-to(phones) {
11
+ padding: 20px 0;
12
+ }
13
+ &.section-even {
14
+ background-color: $section-even-bg;
15
+ }
16
+ }
17
+
18
+ .clearfix-row {
19
+ @extend .clearfix;
20
+ margin-bottom: 30px;
21
+ &:last-child {
22
+ margin-bottom: 0;
23
+ }
24
+ }
25
+
26
+ .with-gap,
27
+ .with-gap:last-child {
28
+ margin-bottom: 30px !important;
29
+ }
30
+
31
+ .title-subtitle-block {
32
+ margin-bottom: 45px;
33
+ text-align: center;
34
+ @include respond-to(tablets-small) {
35
+ margin-bottom: 35px;
36
+ }
37
+ @include respond-to(phones) {
38
+ margin-bottom: 25px;
39
+ }
40
+ .title {
41
+ margin-bottom: 15px;
42
+ color: $site-color-dark-graphite;
43
+ font-size: 40px;
44
+ @include respond-to(tablets-small) {
45
+ font-size: 30px;
46
+ }
47
+ @include respond-to(phones) {
48
+ font-size: 22px;
49
+ }
50
+ }
51
+ .subtitle {
52
+ margin-bottom: 0;
53
+ color: $site-color-medium-graphite;
54
+ a {
55
+ color: $site-color-medium-graphite;
56
+ &:hover {
57
+ color: $site-color-dark-graphite;
58
+ }
59
+ }
60
+ }
61
+ }
62
+
63
+ //Vartical align help classes
64
+ .vertical-top {
65
+ vertical-align: top !important;
66
+ }
67
+ .vertical-middle {
68
+ vertical-align: middle !important;
69
+ }
70
+ .vertical-bottom {
71
+ vertical-align: bottom !important;
72
+ }
73
+
74
+ //Like-table blocks
75
+ .block-table {
76
+ display: table;
77
+ width: 100%;
78
+ font-size: 0;
79
+ &.block-table-fixed {
80
+ table-layout: fixed;
81
+ }
82
+ }
83
+ .block-table-cell {
84
+ font-size: $body-font-size;
85
+ display: table-cell;
86
+ padding-left: 5px;
87
+ padding-right: 5px;
88
+ &[class*='xs-'] {
89
+ @include respond-to(phones) {
90
+ display: block;
91
+ display: inline-block;
92
+ }
93
+ }
94
+ &.xs-4 {
95
+ @include respond-to(phones) {
96
+ width: 33.33333%;
97
+ }
98
+ }
99
+ &.xs-6 {
100
+ @include respond-to(phones) {
101
+ width: 50%;
102
+ }
103
+ }
104
+ }
105
+
106
+ .logo-holder {
107
+ margin: 30px auto 40px auto;
108
+ text-align: center;
109
+ img {
110
+ padding: 5px;
111
+ }
112
+ }
113
+
114
+ .tab-content > .tab-pane {
115
+ visibility: visible;
116
+ }
117
+
118
+ .alert {
119
+ color: $site-color-white;
120
+ font-size: $body-font-size;
121
+ line-height: 22px;
122
+ padding: 20px;
123
+ &.green {
124
+ background: $site-color-green-dim;
125
+ }
126
+ button.close {
127
+ color: rgba($site-color-black, 0.5);
128
+ float: right;
129
+ height: 22px;
130
+ opacity: 1.0;
131
+ line-height: 22px;
132
+ text-shadow: none;
133
+ font-size: 20px;
134
+ .icon {
135
+ font-size: 20px;
136
+ line-height: 22px;
137
+ vertical-align: middle;
138
+ }
139
+ }
140
+ }
141
+
142
+ /* MISCELLANEOUS */
143
+ .mb-mobile {
144
+ @include respond-to(phones) {
145
+ margin-bottom: 20px;
146
+ }
147
+ }
148
+
149
+ /* File Input styles */
150
+ .file-input-name {
151
+ font-weight: 600;
152
+ margin-left: 25px;
153
+ }
154
+
155
+ .delete-link {
156
+ text-decoration: none;
157
+ color: $site-color-light-graphite;
158
+ &:hover {
159
+ color: $site-color-red;
160
+ }
161
+ }
162
+
163
+ /* STATUS BAR styles */
164
+ .section-status-bar {
165
+ padding: 15px;
166
+ color: $site-color-white;
167
+ @extend .clearfix;
168
+ .part-left {
169
+ float: left;
170
+ padding: 9px 0;
171
+ @include respond-to(tablets-small) {
172
+ margin-bottom: 15px;
173
+ }
174
+ @include respond-to(phones) {
175
+ margin-bottom: 5px;
176
+ }
177
+ }
178
+ .part-right {
179
+ float: right;
180
+ }
181
+ .part-left,
182
+ .part-right {
183
+ @include respond-to(tablets-small) {
184
+ float: none;
185
+ text-align: center;
186
+ }
187
+ }
188
+ &.status-bar-red {
189
+ background: $site-color-red;
190
+ }
191
+ &.status-bar-green {
192
+ background: $site-color-green-dim;
193
+ }
194
+ .lesson-actions {
195
+ position: relative;
196
+ font-size: 22px;
197
+ color: rgba($site-color-black, 0.6);
198
+ margin: 0 12px;
199
+ vertical-align: middle;
200
+ @include respond-to(tablets-small) {
201
+ margin: 0 10px;
202
+ }
203
+ &:hover {
204
+ color: rgba($site-color-black, 0.9);
205
+ }
206
+ }
207
+ .lesson-status-title {
208
+ vertical-align: middle;
209
+ margin-left: 20px;
210
+ &:before {
211
+ content: 'Lesson status:';
212
+ margin-right: 5px;
213
+ }
214
+ @include respond-to(tablets-small) {
215
+ margin-left: 10px;
216
+ }
217
+ @include respond-to(phones) {
218
+ display: block;
219
+ margin-top: 15px;
220
+ margin-left: 0;
221
+ }
222
+ }
223
+ }
224
+
225
+ .search-field-holder {
226
+ position: relative;
227
+ box-shadow: none;
228
+ margin-bottom: 40px;
229
+ &:last-child {
230
+ margin-bottom: 0;
231
+ }
232
+ //margin-bottom: 50px;
233
+ .input-search {
234
+ border-radius: 0;
235
+ padding: 9px 40px 9px 15px;
236
+ border: 1px solid $site-color-silver;
237
+ height: 40px;
238
+ font-size: 16px;
239
+ line-height: 22px;
240
+ @include custom-placeholder($color: $site-color-dusty-gray, $font-size: 16px, $line-height: 22px);
241
+ &:focus {
242
+ box-shadow: none;
243
+ }
244
+ }
245
+ .btn-submit {
246
+ position: absolute;
247
+ width: 40px;
248
+ height: 40px;
249
+ right: 0;
250
+ top: 0;
251
+ z-index: 10;
252
+ border: none;
253
+ text-align: center;
254
+ background: none;
255
+ color: $site-color-red;
256
+ }
257
+ }
258
+
259
+ .colored-box {
260
+ padding: 30px;
261
+ margin-bottom: 40px;
262
+ color: $body-font-color;
263
+ line-height: $body-line-height;
264
+ @extend .clearfix;
265
+ &:last-child {
266
+ margin-bottom: 0;
267
+ }
268
+ @include respond-to(phones) {
269
+ padding: 15px;
270
+ margin-bottom: 25px;
271
+ }
272
+ &.small-padding {
273
+ padding: 20px;
274
+ @include respond-to(phones) {
275
+ padding: 10px;
276
+ margin-bottom: 20px;
277
+ }
278
+ }
279
+ &.grey {
280
+ background-color: $site-color-grey;
281
+ }
282
+ &.green {
283
+ background-color: $site-color-green-dim;
284
+ }
285
+ &.light-blue {
286
+ background-color: $site-color-blue-light;
287
+ }
288
+ }
289
+
290
+ .related-lessons-list {
291
+ margin-bottom: 0;
292
+ @extend .list-unstyled;
293
+ > li {
294
+ margin-bottom: 5px;
295
+ &:last-child {
296
+ margin-bottom: 0;
297
+ }
298
+ }
299
+ .related-lesson-logo {
300
+ height: 34px;
301
+ margin-right: 15px;
302
+ float: left;
303
+ }
304
+ .custom-checkbox {
305
+ .icon-holder {
306
+ margin-top: 7px;
307
+ }
308
+ .checkbox-icon {
309
+ width: 20px;
310
+ height: 20px;
311
+ line-height: 18px;
312
+ &:before {
313
+ font-size: 14px;
314
+ }
315
+ }
316
+ input[type='checkbox'] {
317
+ &:checked {
318
+ ~ .lesson-title {
319
+ font-weight: 600;
320
+ }
321
+ }
322
+ }
323
+ }
324
+ .label-text {
325
+ margin-top: 5px;
326
+ }
327
+ .lesson-title {
328
+ display: inline-block;
329
+ vertical-align: middle;
330
+ white-space: pre-line;
331
+ }
332
+ }
333
+
334
+
335
+
336
+ /* LISTS */
337
+ .animated-list {
338
+ > li {
339
+ }
340
+ }
341
+
342
+ .list-related-lessons {
343
+ padding: 0;
344
+ list-style: none;
345
+ margin-bottom: 20px;
346
+ > li {
347
+ overflow: hidden;
348
+ padding: 7px 20px;
349
+ margin-bottom: 2px;
350
+ background: $site-color-grey;
351
+ &:last-child {
352
+ margin-bottom: 0;
353
+ }
354
+ @extend .clearfix;
355
+ }
356
+ .lesson-logo {
357
+ height: 34px;
358
+ float: left;
359
+ margin-right: 15px;
360
+ }
361
+ .btn-close {
362
+ float: right;
363
+ margin-left: 15px;
364
+ color: $site-color-boulder;
365
+ &:hover,
366
+ &:focus {
367
+ text-decoration: none;
368
+ }
369
+ .icon {
370
+ vertical-align: middle;
371
+ font-size: 20px;
372
+ line-height: 34px;
373
+ }
374
+ }
375
+ .lesson-title {
376
+ line-height: 18px;
377
+ padding: 8px 0;
378
+ margin: 0;
379
+ @include respond-to(phones) {
380
+ padding: 0;
381
+ }
382
+ }
383
+ }
384
+
385
+ .item-holder {
386
+ @include respond-to(phones) {
387
+ max-width: 360px;
388
+ margin: 0 auto 40px auto;
389
+ &:last-child {
390
+ margin-bottom: 0;
391
+ }
392
+ }
393
+ }
394
+
395
+ .media-holder {
396
+ position: relative;
397
+ }
398
+
399
+ .media-subscription-holder {
400
+ margin-top: 20px;
401
+ position: relative;
402
+ .title {
403
+ margin-bottom: 10px;
404
+ line-height: 1.3em;
405
+ }
406
+ .description {
407
+ margin-bottom: 10px;
408
+ display: block;
409
+ &:last-child {
410
+ margin-bottom: 0;
411
+ }
412
+ }
413
+ }
414
+
415
+ .info-line {
416
+ margin-bottom: 10px;
417
+ line-height: 0;
418
+ font-size: 0;
419
+ &:last-child {
420
+ margin-bottom: 0;
421
+ }
422
+ small {
423
+ margin-left: 10px;
424
+ color: $site-color-light-graphite;
425
+ font-size: 16px;
426
+ line-height: 1.3em;
427
+ @include respond-to(tablets-small) {
428
+ font-size: 14px;
429
+ }
430
+ @include respond-to(phones) {
431
+ font-size: 13px;
432
+ }
433
+ &:first-child {
434
+ margin-left: 0;
435
+ }
436
+ }
437
+ .update-date {
438
+ font-size: 10px;
439
+ }
440
+ a {
441
+ @extend .underlined;
442
+ color: inherit;
443
+ &:hover {
444
+ color: inherit;
445
+ }
446
+ }
447
+ .custom-label {
448
+ color: #fff;
449
+ text-decoration: none;
450
+ &:hover {
451
+ color: #fff;
452
+ }
453
+ }
454
+ &.with-separator {
455
+ small {
456
+ margin-left: 5px;
457
+ &+ small {
458
+ &:before {
459
+ margin-right: 5px;
460
+ content: '\BB';
461
+ }
462
+ }
463
+ }
464
+ }
465
+ }
466
+
467
+ .buttons-holder {
468
+ @extend .clearfix;
469
+ .custom-btn {
470
+ margin-right: 30px;
471
+ &:last-child {
472
+ margin-right: 0;
473
+ }
474
+ }
475
+ .actions-holder {
476
+ margin-right: 15px;
477
+ &:first-child {
478
+ margin-left: 0;
479
+ }
480
+ @include respond-to(tablets-small) {
481
+ margin-right: 10px;
482
+ }
483
+ @include respond-to(phones) {
484
+ display: block;
485
+ margin-top: 15px;
486
+ }
487
+ @include respond-to(phones) {
488
+ margin-right: 0;
489
+ }
490
+ .custom-btn {
491
+ margin-right: 0;
492
+ }
493
+ }
494
+ .action {
495
+ margin-right: 10px;
496
+ color: $site-color-medium-graphite;
497
+ font-size: 16px;
498
+ }
499
+ }
500
+
501
+ .admin-buttons-holder {
502
+ text-align: right;
503
+ .custom-btn + .custom-btn {
504
+ margin-left: 30px;
505
+ }
506
+ }
507
+
508
+ .lesson-description-holder {
509
+ margin-bottom: 60px;
510
+ .info-line {
511
+ margin-bottom: 15px;
512
+ }
513
+ .description-text-holder {
514
+ margin-bottom: 15px;
515
+ }
516
+ }
517
+
518
+ /* BANNERS */
519
+ .banner-holder {
520
+ .logos-holder {
521
+ margin-bottom: 15px;
522
+ }
523
+ .img-holder {
524
+ &:not(:last-child):after {
525
+ content: '+';
526
+ margin: 0 5px;
527
+ line-height: 50px;
528
+ font-size: 20px;
529
+ font-weight: 600;
530
+ }
531
+ img {
532
+ height: 50px;
533
+ }
534
+ .big-img {
535
+ height: 80px;
536
+ }
537
+ }
538
+ }
539
+
540
+ .announce-banner-holder {
541
+ .content {
542
+ @extend .clearfix;
543
+ @extend .media;
544
+ margin-top: 0;
545
+ }
546
+ .left-part {
547
+ float: left;
548
+ margin-right: 40px;
549
+ }
550
+ .content-body {
551
+ @extend .media-body;
552
+ }
553
+ .title {
554
+ margin-top: 10px;
555
+ }
556
+ }
557
+
558
+ .nav-tabs {
559
+ border-bottom: 2px solid $site-color-blue;
560
+ padding-left: 10px;
561
+ margin-bottom: 20px;
562
+ &.sticky {
563
+ margin-bottom: 0;
564
+ }
565
+ > li {
566
+ > a {
567
+ background: $tab-bg;
568
+ color: $tab-color;
569
+ border: none;
570
+ padding: 10px 20px;
571
+ font-weight: 600;
572
+ &:hover {
573
+ background: $tab-bg-active;
574
+ color: $tab-color-active;
575
+ }
576
+ }
577
+ &.active {
578
+ > a, a:hover, a:focus {
579
+ background: $tab-bg-active;
580
+ color: $tab-color-active;
581
+ border: none;
582
+ }
583
+ }
584
+ }
585
+ }
586
+ //.tabs-holder {
587
+ // .tab-pane {
588
+ // padding: 35px 30px;
589
+ // background: none $tab-pane-bg;
590
+ // @include respond-to(phones) {
591
+ // padding: 15px;
592
+ // }
593
+ // }
594
+ //}
595
+ .tab-pane-code {
596
+ padding: 0 0 !important;
597
+ @include respond-to(phones) {
598
+ padding: 15px;
599
+ }
600
+ }
601
+
602
+ .share-lesson-holder {
603
+ padding-top: 10px;
604
+ }
605
+
606
+ .section-lesson {
607
+ padding: 30px 0;
608
+ .part-left {
609
+ @include respond-to(tablets-small) {
610
+ margin-bottom: 25px;
611
+ }
612
+ }
613
+ .part-right {
614
+ .series-lessons-holder {
615
+ margin-top: 35px;
616
+ margin-bottom: 35px;
617
+ }
618
+ }
619
+ }
620
+
621
+ .section-learn-these-tools {
622
+ .item {
623
+ text-align: center;
624
+ margin-bottom: 40px;
625
+ @include respond-to(phones) {
626
+ max-width: 290px;
627
+ margin-left: auto;
628
+ margin-right: auto;
629
+ }
630
+ .logo-holder {
631
+ height: 200px;
632
+ opacity: 0.8;
633
+ background: $site-color-grey;
634
+ margin-bottom: 20px;
635
+ position: relative;
636
+ @include box-shadow(rgba(black, 0.3) 1px 1px 1px);
637
+ &:hover {
638
+ @include transition(75ms);
639
+ opacity: 1;
640
+ background: $site-color-light-grey;
641
+ @include box-shadow(rgba(black, 0.4) 2px 2px 4px);
642
+ @include transform(scale(1.01));
643
+ }
644
+ @include respond-to(tablets-small) {
645
+ height: 100px;
646
+ }
647
+ @include respond-to(phones) {
648
+ margin-bottom: 10px;
649
+ }
650
+ .tech-logo {
651
+ height: 110px;
652
+ width: auto;
653
+ margin-top: 40px;
654
+ @include respond-to(tablets-small) {
655
+ height: 83px;
656
+ margin-top: 9px;
657
+ }
658
+ }
659
+ }
660
+ }
661
+ }
662
+
663
+ .faq-holder {
664
+ .title {
665
+ margin-bottom: 5px;
666
+ }
667
+ }
668
+
669
+ .browse-all-lessons-holder {
670
+ line-height: 34px;
671
+
672
+ .playlist-edit {
673
+ @extend a;
674
+ border: none;
675
+ background: transparent;
676
+ }
677
+
678
+ .block-lessons {
679
+ margin-bottom: 40px;
680
+ @include respond-to(phones) {
681
+ margin-bottom: 20px;
682
+ }
683
+ }
684
+ .tab-view-tiles {
685
+ .item {
686
+ &:before {
687
+ position: absolute;
688
+ content: '';
689
+ width: 100%;
690
+ height: 100%;
691
+ left: 0;
692
+ top: 0;
693
+ background: none;
694
+ }
695
+ &.lesson-watched {
696
+ &:before {
697
+ z-index: 10;
698
+ background: rgba(255, 255, 255, 0.6);
699
+ }
700
+ .overlay {
701
+ background: rgba(0, 0, 0, 0.4);
702
+ }
703
+ }
704
+ }
705
+ }
706
+ .tab-view-list {
707
+ .title {
708
+ margin-bottom: 0;
709
+ }
710
+ .pseudo-checkbox-holder {
711
+ margin: 0;
712
+ &:hover {
713
+ cursor: pointer;
714
+ }
715
+ }
716
+ .lesson-row {
717
+ > td {
718
+ position: relative;
719
+ &:before {
720
+ position: absolute;
721
+ width: 100%;
722
+ height: 100%;
723
+ left: 0;
724
+ top: 0;
725
+ background: none;
726
+ }
727
+ }
728
+ &:hover {
729
+ background-color: $site-color-light-grey;
730
+ cursor: pointer;
731
+ }
732
+ &.lesson-watched {
733
+ > td {
734
+ &:before {
735
+ z-index: 10;
736
+ background: rgba(255, 255, 255, 0.6);
737
+ }
738
+ }
739
+ }
740
+ }
741
+ .category-logo {
742
+ width: auto;
743
+ height: 32px;
744
+ display: block;
745
+ position: relative;
746
+ }
747
+ }
748
+ }
749
+
750
+ .tool-bar {
751
+ @include clearfix();
752
+ margin-bottom: 30px;
753
+ padding: 10px 20px;
754
+ min-height: 54px;
755
+ background: none $site-color-grey;
756
+ @include respond-to(phones) {
757
+ text-align: center;
758
+ }
759
+ .items-list {
760
+ margin: 0;
761
+ padding: 0;
762
+ > li {
763
+ vertical-align: middle;
764
+ display: inline-block;
765
+ margin-left: 40px;
766
+ &:first-child {
767
+ margin-left: 0;
768
+ }
769
+ &.search-filter-holder {
770
+ @include respond-to(tablets-small) {
771
+ display: block;
772
+ margin-bottom: 10px;
773
+ }
774
+ }
775
+ @include respond-to(phones) {
776
+ display: block;
777
+ margin-bottom: 10px;
778
+ &:last-child {
779
+ margin-bottom: 0;
780
+ }
781
+ }
782
+ }
783
+ }
784
+ .actions-list {
785
+ margin: 0;
786
+ padding: 6px 0;
787
+ float: left;
788
+ @include respond-to(phones) {
789
+ padding: 0;
790
+ float: none;
791
+ margin-bottom: 10px;
792
+ }
793
+ .filter-trigger {
794
+ color: $site-color-medium-graphite;
795
+ @extend .underlined;
796
+ &.active {
797
+ font-weight: 700;
798
+ cursor: default;
799
+ text-decoration: none;
800
+ }
801
+ }
802
+ }
803
+ .show-completed-checkbox-holder {
804
+ padding: 5px 0;
805
+ @include respond-to(phones) {
806
+ float: none;
807
+ margin-left: 0;
808
+ margin-bottom: 10px;
809
+ }
810
+ label {
811
+ margin-bottom: 0;
812
+ padding-left: 23px;
813
+ position: relative;
814
+ font-weight: 400;
815
+ font-size: 16px;
816
+ line-height: 1.4em;
817
+ color: $site-color-medium-graphite;
818
+ }
819
+ input[type='checkbox'] {
820
+ position: absolute;
821
+ left: -9999px;
822
+ visibility: hidden;
823
+ & ~ .pseudo-checkbox {
824
+ @include icon-FontAwesome();
825
+ @extend .icon-check-empty;
826
+ position: absolute;
827
+ left: 0;
828
+ font-size: 16px;
829
+ line-height: 1.4em;
830
+ cursor: pointer;
831
+ }
832
+ &:checked {
833
+ & ~ .pseudo-checkbox {
834
+ @extend .icon-check;
835
+ }
836
+ }
837
+ }
838
+ }
839
+ .view-switchers-holder {
840
+ float: right;
841
+ margin-top: 7px;
842
+ @include respond-to(phones) {
843
+ float: none;
844
+ display: inline-block;
845
+ margin-bottom: 4px;
846
+ margin-top: 0;
847
+ }
848
+ }
849
+ .btn-view-switcher {
850
+ color: $site-color-medium-graphite;
851
+ font-weight: 400;
852
+ .icon {
853
+ line-height: 20%;
854
+ &:before {
855
+ vertical-align: middle;
856
+ }
857
+ }
858
+ }
859
+ .lessons-to-show-holder {
860
+ float: right;
861
+ margin-right: 30px;
862
+ margin-top: 6px;
863
+ white-space: nowrap;
864
+ .chosen-container {
865
+ max-width: 80px;
866
+ display: inline-block;
867
+ }
868
+ }
869
+ }
870
+
871
+ .cell-pseudo-checkbox {
872
+ text-align: center;
873
+ width: 50px;
874
+ .pseudo-checkbox {
875
+ margin-right: 0;
876
+ vertical-align: middle;
877
+ }
878
+ }
879
+ .cell-category-logo {
880
+ width: 50px;
881
+ }
882
+ .cell-admin-action {
883
+ width: 100px;
884
+ text-align: center;
885
+ a {
886
+ margin: 0 10px;
887
+ display: inline-block;
888
+ text-decoration: none;
889
+ &:hover {
890
+ text-decoration: none;
891
+ color: $site-color-red;
892
+ }
893
+ }
894
+ }
895
+ .pseudo-checkbox-holder {
896
+ margin-right: 5px;
897
+ display: inline-block;
898
+ }
899
+
900
+ .pseudo-checkbox {
901
+ @include icon-FontAwesome();
902
+ @extend .icon-check-empty;
903
+ line-height: 1.3em;
904
+ font-size: 18px;
905
+ height: 1px;
906
+ &:before {
907
+ vertical-align: middle;
908
+ }
909
+ }
910
+ .lesson-watched {
911
+ .pseudo-checkbox {
912
+ @extend .icon-check;
913
+ color: $site-color-green;
914
+ }
915
+ }
916
+
917
+ .table-responsive > .table > tbody > tr > td {
918
+ @include respond-to(phones) {
919
+ white-space: normal;
920
+ }
921
+ }
922
+
923
+ .table {
924
+ > tbody {
925
+ > tr {
926
+ > td {
927
+ &.cell {
928
+ padding-top: 12px;
929
+ padding-bottom: 12px;
930
+ position: relative;
931
+ &.cell-pro {
932
+ @include respond-to(phones) {
933
+ padding-right: 10px;
934
+ }
935
+ }
936
+ }
937
+ }
938
+ }
939
+ }
940
+ }
941
+
942
+ /* PRESENTED BY styles */
943
+ .presented-by-holder {
944
+ @include respond-to(phones) {
945
+ margin-top: 15px;
946
+ text-align: center;
947
+ }
948
+ .title {
949
+ margin-bottom: 10px;
950
+ }
951
+ .portrait-holder {
952
+ width: 120px;
953
+ margin-bottom: 15px;
954
+ img {
955
+ width: 100%;
956
+ }
957
+ @include respond-to(phones) {
958
+ margin-left: auto;
959
+ margin-right: auto;
960
+ }
961
+ }
962
+ .name {
963
+ margin-bottom: 15px;
964
+ }
965
+ }
966
+
967
+ .pointer {
968
+ cursor: pointer;
969
+ }
970
+
971
+ //.comments {
972
+ // font-size: 14px;
973
+ //}
974
+
975
+ /* HOLIDAY PAGE styles */
976
+ .logo-holiday-hat {
977
+ max-width: 300px;
978
+ margin: 0 auto 30px auto;
979
+ @include respond-to(tablets-small) {
980
+ max-width: 150px;
981
+ }
982
+ @include respond-to(phones) {
983
+ max-width: 75px;
984
+ }
985
+ }
986
+
987
+ .egghead-logo {
988
+ max-width: 250px;
989
+ @include respond-to(tablets-small) {
990
+ max-width: 150px;
991
+ }
992
+ @include respond-to(phones) {
993
+ max-width: 75px;
994
+ }
995
+ }
996
+ .egghead-logo-small {
997
+ max-width: 150px;
998
+ @include respond-to(tablets-large) {
999
+ max-width: 90px;
1000
+ }
1001
+ @include respond-to(tablets-small) {
1002
+ max-width: 75px;
1003
+ }
1004
+ @include respond-to(phones) {
1005
+ max-width: 75px;
1006
+ }
1007
+ }
1008
+
1009
+ .banner-left-img {
1010
+ max-height: 100px;
1011
+ }
1012
+
1013
+ [ng-cloak] {
1014
+ display: none;
1015
+ }
1016
+
1017
+ .category-logo {
1018
+ width: auto;
1019
+ height: 32px;
1020
+ display: block;
1021
+ position: relative;
1022
+ }
1023
+
1024
+ body.dragging, body.dragging * {
1025
+ cursor: move !important;
1026
+ }
1027
+
1028
+ .dragged {
1029
+ position: absolute;
1030
+ opacity: 0.5;
1031
+ z-index: 2000;
1032
+ }
1033
+
1034
+ tr.placeholder:before {
1035
+ content: "";
1036
+ position: absolute;
1037
+ width: 0;
1038
+ height: 0;
1039
+ border: 5px solid transparent;
1040
+ border-left-color: red;
1041
+ margin-top: -5px;
1042
+ left: -5px;
1043
+ border-right: none;
1044
+ }
1045
+
1046
+ .instructor-avatar {
1047
+ @extend .avatar;
1048
+ margin-bottom: 30px;
1049
+ border: 2px solid black;
1050
+ @include respond-to(tablets-small) {
1051
+ width: 120px;
1052
+ }
1053
+ @include respond-to(phones) {
1054
+ width: 80px;
1055
+ }
1056
+ }
1057
+
1058
+
1059
+ .errata-warn {
1060
+ display: inline-block;
1061
+ vertical-align: middle;
1062
+ padding-left: 4px;
1063
+ padding-right: 4px;
1064
+ color: #ffcb5d;
1065
+ opacity: 0.8;
1066
+ }
1067
+ .errata {
1068
+ margin-bottom: 40px;
1069
+ .title {
1070
+ color: $site-color-dark-graphite;
1071
+ .icon {
1072
+ vertical-align: middle;
1073
+ color: $site-color-light-graphite;
1074
+ }
1075
+ }
1076
+ p {
1077
+ font-size: $body-font-size;
1078
+ color: $body-font-color;
1079
+ margin-bottom: 20px;
1080
+ &:last-child {
1081
+ margin-bottom: 0;
1082
+ }
1083
+ }
1084
+ .admin {
1085
+ margin-top: 15px;
1086
+ }
1087
+ }
1088
+ .no-underline {
1089
+ text-decoration: none;
1090
+ }
1091
+ .red-dash-border {
1092
+ border: dashed 2px #B95527;
1093
+ background-color: #fffef0;
1094
+ }
1095
+
1096
+ .centering {
1097
+
1098
+ }
1099
+
1100
+ .frontend-masters {
1101
+ padding: 10px;
1102
+ .btn-gold {
1103
+ @extend .btn-primary;
1104
+ background-color: #FFFF00;
1105
+ }
1106
+ h3 {
1107
+ margin-top: 5px;
1108
+ }
1109
+ }
1110
+ .content {
1111
+ background-color: #fefefe;
1112
+ padding-top: 10px;
1113
+ }
1114
+
1115
+ .sign-up {
1116
+ background-color: #f5f5f5;
1117
+ margin-bottom: 10px;
1118
+ padding: 8px;
1119
+ border: 1px dashed #d4e3e6;
1120
+ }
1121
+
1122
+ .padded {
1123
+ margin-top: 10px;
1124
+ }
1125
+
1126
+ .padded-well {
1127
+ padding-left: 30px;
1128
+ padding-right: 30px;
1129
+ }
1130
+
1131
+ .twitter:hover {
1132
+ text-decoration: none !important;
1133
+ }
1134
+
1135
+ .twitter {
1136
+ text-decoration: none !important;
1137
+ }
1138
+
1139
+ .play-icon {
1140
+ padding-left: 5px;
1141
+ }
1142
+
1143
+ .check {
1144
+ padding-right: 5px;
1145
+ }
1146
+
1147
+ .footer {
1148
+ padding-top: 5px;
1149
+ }
1150
+
1151
+ .stars {
1152
+ color: rgba(255, 244, 130, 0.85);
1153
+ text-shadow: 1px 1px 1px #ccc;
1154
+ }
1155
+
1156
+ .big-logo {
1157
+ height: 125px;
1158
+ width: auto;
1159
+ }
1160
+
1161
+ /* Override the bootstrap style */
1162
+
1163
+
1164
+
1165
+ .social-media-list li { display:block; float: left; width:13.3%; text-align:center; margin: 0 auto;}
1166
+
1167
+ .twitter-widget-pad {
1168
+ padding-left: 15px;
1169
+ }
1170
+
1171
+ .light-text {
1172
+ color: #666666;
1173
+ }
1174
+
1175
+ .bundle-logo {
1176
+ width: auto;
1177
+ height: 200px;
1178
+ padding: 10px;
1179
+ }
1180
+
1181
+ .float-right {
1182
+ float: right;
1183
+ }
1184
+
1185
+ .guarantee {
1186
+ width: 100px;
1187
+ height: auto;
1188
+ margin-right: 20px;
1189
+ }
1190
+
1191
+ .guarantee-box {
1192
+ padding: 10px;
1193
+ }
1194
+
1195
+ .twitter-tweet {
1196
+ padding-top: 15px;
1197
+ padding-bottom: 15px;
1198
+ }
1199
+
1200
+ .highlighter {
1201
+ background-color: rgba(255,255,0,.65);
1202
+ padding: 0 3px;
1203
+ @include border-radius(2px);
1204
+ display: inline-block;
1205
+ z-index: -10;
1206
+ }
1207
+
1208
+ .strike {
1209
+ text-decoration: line-through;
1210
+ }
1211
+
1212
+ .support-button {
1213
+ background-color: #d9534f;
1214
+ border-color: #d43f3a;
1215
+ &:hover {
1216
+ background-color: #d2322d;
1217
+ border-color: #ac2925;
1218
+ }
1219
+ a {
1220
+ color: #FFFFFF !important;
1221
+ }
1222
+ }
1223
+
1224
+ .img-centered {
1225
+ margin: 0 auto;
1226
+ }
1227
+
1228
+ .admin {
1229
+ display: none;
1230
+ margin-bottom: 20px;
1231
+ &:last-child {
1232
+ margin-bottom: 0;
1233
+ }
1234
+ }
1235
+
1236
+ .editor {
1237
+ display: none;
1238
+ }
1239
+
1240
+
1241
+
1242
+ .footer {
1243
+ padding-top: 20px;
1244
+ }
1245
+
1246
+ .undecorated {
1247
+ text-decoration: none !important;
1248
+ }
1249
+
1250
+ .thumb_gen {
1251
+ padding-top: 80px;
1252
+ text-align: center;
1253
+ font-family: "droid-sans-mono",sans-serif !important;
1254
+ color: #0c0c0c !important;
1255
+ .presents {
1256
+ font-size: 18px;
1257
+ }
1258
+ .plus {
1259
+ padding-top: 56px;
1260
+ }
1261
+ .title {
1262
+ text-align: center;
1263
+ font-size: 10px;
1264
+ }
1265
+ // .tech-logo {
1266
+ // padding-left: 50px;
1267
+ // padding-right: 30px;
1268
+ // }
1269
+ // .egghead-logo {
1270
+ // padding-left: 30px;
1271
+ // padding-right: 30px;
1272
+ // }
1273
+ }
1274
+
1275
+ .tech-footer {
1276
+ background-color: #2a2a2a;
1277
+ color: #e7e7e7;
1278
+ padding: 50px;
1279
+ }
1280
+
1281
+ /*
1282
+ *= require autocomplete
1283
+ *= require search
1284
+ */
1285
+
1286
+ form input.st-search-input {
1287
+ height: 29px !important;
1288
+ width: 180px !important;
1289
+ }
1290
+
1291
+ .light-gray-background {
1292
+ background-color: $gray-lighter;
1293
+ }
1294
+
1295
+ .gray-border {
1296
+ border: 1px solid $gray;
1297
+ }
1298
+
1299
+
1300
+
1301
+ .info-icon {
1302
+ color: $gray-light;
1303
+ font-size: 1.2em;
1304
+ &:hover {
1305
+ text-decoration: none;
1306
+ }
1307
+ }
1308
+
1309
+ .font-droid-sans {
1310
+ font-family: "droid-sans-mono",sans-serif !important;
1311
+ }
1312
+
1313
+ .big-st-search-input {
1314
+ font-size: 1.6em;
1315
+ padding: 5px 10px 5px 10px;
1316
+ height: 55px;
1317
+ width: 85%;
1318
+ color: $gray-light;
1319
+ border: 1px solid $gray-light;
1320
+ outline: none;
1321
+ line-height: normal;
1322
+ @include border-radius(5px)
1323
+ }
1324
+
1325
+ .search-icon {
1326
+ color: $brand-primary;
1327
+ font-size: 2.2em;
1328
+ padding-right: 5px;
1329
+ }
1330
+
1331
+ img.opacity {
1332
+ opacity: 0.85;
1333
+ filter: alpha(opacity=85);
1334
+ }
1335
+
1336
+ img.opacity:hover {
1337
+ opacity: 1;
1338
+ filter: alpha(opacity=100);
1339
+ }
1340
+
1341
+
1342
+ .complete {
1343
+ color: $brand-success;
1344
+ }
1345
+
1346
+ .hero-row {
1347
+ background-color: rgba(254, 241, 53, 0.04);
1348
+ @include border-radius(10px);
1349
+ }
1350
+
1351
+
1352
+
1353
+ .book-sales {
1354
+ padding-bottom: 50px;
1355
+ }
1356
+
1357
+ .enterprise-logo {
1358
+ height: 50px;
1359
+ width: auto;
1360
+ }
1361
+
1362
+ [ng-cloak] {
1363
+ display: none;
1364
+ }
1365
+
1366
+ .circular-md {
1367
+ width: 150px;
1368
+ border-radius: 50%;
1369
+ }
1370
+ .circular-sm {
1371
+ width: 75px;
1372
+ border-radius: 50%;
1373
+ }