@pimaonline/pimaonline-themepack 3.0.0 → 3.10.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. package/LICENSE.md +30 -30
  2. package/README.md +100 -69
  3. package/dist/css/main.css +1 -1
  4. package/dist/css/plugins/alt-icons.css +1 -0
  5. package/dist/css/plugins/font-awesome.css +1 -1
  6. package/dist/css/routes.css +1 -1
  7. package/dist/css/themes/aviation/styles.css +1 -1
  8. package/dist/css/themes/bct/styles.css +1 -0
  9. package/dist/css/themes/bio/styles.css +1 -0
  10. package/dist/css/themes/business/styles.css +1 -1
  11. package/dist/css/themes/fsc/styles.css +1 -1
  12. package/dist/css/themes/hrs/styles.css +1 -1
  13. package/dist/css/themes/lgm/styles.css +1 -1
  14. package/dist/css/themes/psy/styles.css +1 -0
  15. package/dist/img/theme-images/bct/Blueprint-background.png +0 -0
  16. package/dist/img/theme-images/bio/original/dna.svg +1 -0
  17. package/dist/img/theme-images/bio/original/humans.svg +1 -0
  18. package/dist/img/theme-images/bio/original/leaves.svg +33 -0
  19. package/dist/img/theme-images/bio/original/marine-bottom.svg +1 -0
  20. package/dist/img/theme-images/bio/original/marine-top.svg +1 -0
  21. package/dist/img/theme-images/bio/original/microbes.svg +1 -0
  22. package/dist/img/theme-images/ecn/arrow-2.svg +4 -4
  23. package/dist/img/theme-images/ecn/arrow.svg +4 -4
  24. package/dist/img/theme-images/ecn/point.svg +3 -3
  25. package/dist/img/theme-images/eng/button-bkg.svg +178 -178
  26. package/dist/img/theme-images/eng/halftone.svg +177 -177
  27. package/dist/img/theme-images/eng/long-button-bkg.svg +353 -353
  28. package/dist/img/theme-images/fsc/bottomwave-pinkred.svg +16 -16
  29. package/dist/img/theme-images/fsc/bottomwave-redorange.svg +16 -16
  30. package/dist/img/theme-images/fsc/bottomwave-yellow.svg +16 -16
  31. package/dist/img/theme-images/fsc/bottomwave-yelloworange.svg +16 -16
  32. package/dist/img/theme-images/fsc/mainwave-pinkred.svg +16 -16
  33. package/dist/img/theme-images/fsc/mainwave-redorange.svg +16 -16
  34. package/dist/img/theme-images/fsc/mainwave-yellow.svg +16 -16
  35. package/dist/img/theme-images/fsc/mainwave-yelloworange.svg +16 -16
  36. package/dist/img/theme-images/music/half_note.svg +5 -5
  37. package/dist/img/theme-images/psy/counseling-icon.svg +1 -0
  38. package/dist/img/theme-images/psy/psych-icon.svg +17 -0
  39. package/dist/img/theme-images/resort/flourish-left.svg +32 -32
  40. package/dist/img/theme-images/resort/flourish-main.svg +37 -37
  41. package/dist/img/theme-images/resort/flourish-right.svg +31 -31
  42. package/dist/img/theme-images/resort/separator.svg +15 -15
  43. package/dist/img/theme-images/ss/blockquote.svg +2 -2
  44. package/dist/img/theme-images/ss/list-style.svg +3 -3
  45. package/dist/img/theme-images/ss/main-large-blob.svg +3 -3
  46. package/dist/img/theme-images/ss/main-small-blob.svg +3 -3
  47. package/dist/img/theme-images/ss/small-blob.svg +3 -3
  48. package/dist/img/theme-images/ss/tall-blob.svg +3 -3
  49. package/dist/img/theme-images/widgets/separator.svg +17 -17
  50. package/dist/js/jumpTo.js +3 -3
  51. package/dist/js/scripts.js +326 -326
  52. package/dist/js/scripts2.js +1006 -541
  53. package/dist/js/themes/ecn.js +13 -0
  54. package/dist/js/themes/hrs.js +19 -0
  55. package/dist/js/themes/ss.js +197 -0
  56. package/dist/plugins/fancybox/fancybox-example.html +51 -51
  57. package/dist/plugins/fancybox/fancybox.css +72 -72
  58. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -97
  59. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -122
  60. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -201
  61. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +54 -54
  62. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -165
  63. package/dist/plugins/fancybox/jquery.fancybox.css +274 -274
  64. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -2018
  65. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -46
  66. package/dist/plugins/flashcards/README.md +135 -135
  67. package/dist/plugins/flashcards/config.rb +24 -24
  68. package/dist/plugins/flashcards/css/style.css +215 -215
  69. package/dist/plugins/flashcards/flashcards-example.html +65 -65
  70. package/dist/plugins/flashcards/index.html +90 -90
  71. package/dist/plugins/flashcards/js/flash_cards.min.js +11 -11
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -62
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1147 -1147
  74. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -9404
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +3 -3
  76. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +3 -3
  77. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +20 -20
  78. package/dist/plugins/floating-particles/floating-particles.js +67 -67
  79. package/dist/plugins/font-awesome-icons/webfonts/brands.svg +1460 -0
  80. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  81. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  82. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  83. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-v4compatibility.woff2 +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/regular.svg +497 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/solid.svg +4178 -0
  90. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -539
  91. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -18
  92. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +52 -52
  93. package/dist/plugins/preview-banner/preview-banner.css +125 -125
  94. package/dist/plugins/preview-banner/preview-banner.html +17 -17
  95. package/dist/plugins/preview-banner/preview-banner.js +56 -56
  96. package/package.json +42 -39
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +0 -3570
  99. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  100. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  101. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +0 -803
  102. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  103. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  104. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +0 -4700
  105. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
@@ -1,165 +1,165 @@
1
- /*!
2
- * Thumbnail helper for fancyBox
3
- * version: 1.0.7 (Mon, 01 Oct 2012)
4
- * @requires fancyBox v2.0 or later
5
- *
6
- * Usage:
7
- * $(".fancybox").fancybox({
8
- * helpers : {
9
- * thumbs: {
10
- * width : 50,
11
- * height : 50
12
- * }
13
- * }
14
- * });
15
- *
16
- */
17
- ;(function ($) {
18
- //Shortcut for fancyBox object
19
- var F = $.fancybox;
20
-
21
- //Add helper object
22
- F.helpers.thumbs = {
23
- defaults : {
24
- width : 50, // thumbnail width
25
- height : 50, // thumbnail height
26
- position : 'bottom', // 'top' or 'bottom'
27
- source : function ( item ) { // function to obtain the URL of the thumbnail image
28
- var href;
29
-
30
- if (item.element) {
31
- href = $(item.element).find('img').attr('src');
32
- }
33
-
34
- if (!href && item.type === 'image' && item.href) {
35
- href = item.href;
36
- }
37
-
38
- return href;
39
- }
40
- },
41
-
42
- wrap : null,
43
- list : null,
44
- width : 0,
45
-
46
- init: function (opts, obj) {
47
- var that = this,
48
- list,
49
- thumbWidth = opts.width,
50
- thumbHeight = opts.height,
51
- thumbSource = opts.source;
52
-
53
- //Build list structure
54
- list = '';
55
-
56
- for (var n = 0; n < obj.group.length; n++) {
57
- list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>';
58
- }
59
-
60
- this.wrap = $('<div id="fancybox-thumbs"></div>').addClass(opts.position).appendTo('body');
61
- this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap);
62
-
63
- //Load each thumbnail
64
- $.each(obj.group, function (i) {
65
- var el = obj.group[ i ],
66
- href = thumbSource( el );
67
-
68
- if (!href) {
69
- return;
70
- }
71
-
72
- $("<img />").on("load", function () {
73
- var width = this.width,
74
- height = this.height,
75
- widthRatio, heightRatio, parent;
76
-
77
- if (!that.list || !width || !height) {
78
- return;
79
- }
80
-
81
- //Calculate thumbnail width/height and center it
82
- widthRatio = width / thumbWidth;
83
- heightRatio = height / thumbHeight;
84
-
85
- parent = that.list.children().eq(i).find('a');
86
-
87
- if (widthRatio >= 1 && heightRatio >= 1) {
88
- if (widthRatio > heightRatio) {
89
- width = Math.floor(width / heightRatio);
90
- height = thumbHeight;
91
-
92
- } else {
93
- width = thumbWidth;
94
- height = Math.floor(height / widthRatio);
95
- }
96
- }
97
-
98
- $(this).css({
99
- width : width,
100
- height : height,
101
- top : Math.floor(thumbHeight / 2 - height / 2),
102
- left : Math.floor(thumbWidth / 2 - width / 2)
103
- });
104
-
105
- parent.width(thumbWidth).height(thumbHeight);
106
-
107
- $(this).hide().appendTo(parent).fadeIn(300);
108
-
109
- })
110
- .attr('src', href)
111
- .attr('title', el.title);
112
- });
113
-
114
- //Set initial width
115
- this.width = this.list.children().eq(0).outerWidth(true);
116
-
117
- this.list.width(this.width * (obj.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5)));
118
- },
119
-
120
- beforeLoad: function (opts, obj) {
121
- //Remove self if gallery do not have at least two items
122
- if (obj.group.length < 2) {
123
- obj.helpers.thumbs = false;
124
-
125
- return;
126
- }
127
-
128
- //Increase bottom margin to give space for thumbs
129
- obj.margin[ opts.position === 'top' ? 0 : 2 ] += ((opts.height) + 15);
130
- },
131
-
132
- afterShow: function (opts, obj) {
133
- //Check if exists and create or update list
134
- if (this.list) {
135
- this.onUpdate(opts, obj);
136
-
137
- } else {
138
- this.init(opts, obj);
139
- }
140
-
141
- //Set active element
142
- this.list.children().removeClass('active').eq(obj.index).addClass('active');
143
- },
144
-
145
- //Center list
146
- onUpdate: function (opts, obj) {
147
- if (this.list) {
148
- this.list.stop(true).animate({
149
- 'left': Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5))
150
- }, 150);
151
- }
152
- },
153
-
154
- beforeClose: function () {
155
- if (this.wrap) {
156
- this.wrap.remove();
157
- }
158
-
159
- this.wrap = null;
160
- this.list = null;
161
- this.width = 0;
162
- }
163
- }
164
-
165
- }(jQuery));
1
+ /*!
2
+ * Thumbnail helper for fancyBox
3
+ * version: 1.0.7 (Mon, 01 Oct 2012)
4
+ * @requires fancyBox v2.0 or later
5
+ *
6
+ * Usage:
7
+ * $(".fancybox").fancybox({
8
+ * helpers : {
9
+ * thumbs: {
10
+ * width : 50,
11
+ * height : 50
12
+ * }
13
+ * }
14
+ * });
15
+ *
16
+ */
17
+ ;(function ($) {
18
+ //Shortcut for fancyBox object
19
+ var F = $.fancybox;
20
+
21
+ //Add helper object
22
+ F.helpers.thumbs = {
23
+ defaults : {
24
+ width : 50, // thumbnail width
25
+ height : 50, // thumbnail height
26
+ position : 'bottom', // 'top' or 'bottom'
27
+ source : function ( item ) { // function to obtain the URL of the thumbnail image
28
+ var href;
29
+
30
+ if (item.element) {
31
+ href = $(item.element).find('img').attr('src');
32
+ }
33
+
34
+ if (!href && item.type === 'image' && item.href) {
35
+ href = item.href;
36
+ }
37
+
38
+ return href;
39
+ }
40
+ },
41
+
42
+ wrap : null,
43
+ list : null,
44
+ width : 0,
45
+
46
+ init: function (opts, obj) {
47
+ var that = this,
48
+ list,
49
+ thumbWidth = opts.width,
50
+ thumbHeight = opts.height,
51
+ thumbSource = opts.source;
52
+
53
+ //Build list structure
54
+ list = '';
55
+
56
+ for (var n = 0; n < obj.group.length; n++) {
57
+ list += '<li><a style="width:' + thumbWidth + 'px;height:' + thumbHeight + 'px;" href="javascript:jQuery.fancybox.jumpto(' + n + ');"></a></li>';
58
+ }
59
+
60
+ this.wrap = $('<div id="fancybox-thumbs"></div>').addClass(opts.position).appendTo('body');
61
+ this.list = $('<ul>' + list + '</ul>').appendTo(this.wrap);
62
+
63
+ //Load each thumbnail
64
+ $.each(obj.group, function (i) {
65
+ var el = obj.group[ i ],
66
+ href = thumbSource( el );
67
+
68
+ if (!href) {
69
+ return;
70
+ }
71
+
72
+ $("<img />").on("load", function () {
73
+ var width = this.width,
74
+ height = this.height,
75
+ widthRatio, heightRatio, parent;
76
+
77
+ if (!that.list || !width || !height) {
78
+ return;
79
+ }
80
+
81
+ //Calculate thumbnail width/height and center it
82
+ widthRatio = width / thumbWidth;
83
+ heightRatio = height / thumbHeight;
84
+
85
+ parent = that.list.children().eq(i).find('a');
86
+
87
+ if (widthRatio >= 1 && heightRatio >= 1) {
88
+ if (widthRatio > heightRatio) {
89
+ width = Math.floor(width / heightRatio);
90
+ height = thumbHeight;
91
+
92
+ } else {
93
+ width = thumbWidth;
94
+ height = Math.floor(height / widthRatio);
95
+ }
96
+ }
97
+
98
+ $(this).css({
99
+ width : width,
100
+ height : height,
101
+ top : Math.floor(thumbHeight / 2 - height / 2),
102
+ left : Math.floor(thumbWidth / 2 - width / 2)
103
+ });
104
+
105
+ parent.width(thumbWidth).height(thumbHeight);
106
+
107
+ $(this).hide().appendTo(parent).fadeIn(300);
108
+
109
+ })
110
+ .attr('src', href)
111
+ .attr('title', el.title);
112
+ });
113
+
114
+ //Set initial width
115
+ this.width = this.list.children().eq(0).outerWidth(true);
116
+
117
+ this.list.width(this.width * (obj.group.length + 1)).css('left', Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5)));
118
+ },
119
+
120
+ beforeLoad: function (opts, obj) {
121
+ //Remove self if gallery do not have at least two items
122
+ if (obj.group.length < 2) {
123
+ obj.helpers.thumbs = false;
124
+
125
+ return;
126
+ }
127
+
128
+ //Increase bottom margin to give space for thumbs
129
+ obj.margin[ opts.position === 'top' ? 0 : 2 ] += ((opts.height) + 15);
130
+ },
131
+
132
+ afterShow: function (opts, obj) {
133
+ //Check if exists and create or update list
134
+ if (this.list) {
135
+ this.onUpdate(opts, obj);
136
+
137
+ } else {
138
+ this.init(opts, obj);
139
+ }
140
+
141
+ //Set active element
142
+ this.list.children().removeClass('active').eq(obj.index).addClass('active');
143
+ },
144
+
145
+ //Center list
146
+ onUpdate: function (opts, obj) {
147
+ if (this.list) {
148
+ this.list.stop(true).animate({
149
+ 'left': Math.floor($(window).width() * 0.5 - (obj.index * this.width + this.width * 0.5))
150
+ }, 150);
151
+ }
152
+ },
153
+
154
+ beforeClose: function () {
155
+ if (this.wrap) {
156
+ this.wrap.remove();
157
+ }
158
+
159
+ this.wrap = null;
160
+ this.list = null;
161
+ this.width = 0;
162
+ }
163
+ }
164
+
165
+ }(jQuery));