@pimaonline/pimaonline-themepack 2.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. package/README.md +113 -0
  2. package/dist/css/main.css +1 -0
  3. package/dist/css/plugins/font-awesome.css +1 -0
  4. package/dist/css/routes.css +3 -0
  5. package/dist/img/theme-images/culinary/black-marble.png +0 -0
  6. package/dist/img/theme-images/culinary/concrete-light.png +0 -0
  7. package/dist/img/theme-images/culinary/dark-marble.png +0 -0
  8. package/dist/img/theme-images/culinary/steel-stainless-rotate.jpg +0 -0
  9. package/dist/img/theme-images/culinary/wood.jpg +0 -0
  10. package/dist/img/theme-images/health-information-tech/hit-bkg.jpg +0 -0
  11. package/dist/img/theme-images/journalism/bg.jpg +0 -0
  12. package/dist/img/theme-images/machine/bg-diamond-plate.jpg +0 -0
  13. package/dist/img/theme-images/music/half_note.svg +5 -0
  14. package/dist/img/theme-images/music/music_brackets.png +0 -0
  15. package/dist/img/theme-images/music/treble-cleft.png +0 -0
  16. package/dist/img/theme-images/resort/fleur-de-lis.png +0 -0
  17. package/dist/img/theme-images/resort/flourish-left.svg +32 -0
  18. package/dist/img/theme-images/resort/flourish-main.svg +37 -0
  19. package/dist/img/theme-images/resort/flourish-right.svg +31 -0
  20. package/dist/img/theme-images/resort/hotel-wallpaper.png +0 -0
  21. package/dist/img/theme-images/resort/separator.svg +15 -0
  22. package/dist/img/theme-images/resort/stripes-light.png +0 -0
  23. package/dist/img/theme-images/theme-banners/bannerimage-calendar.jpg +0 -0
  24. package/dist/img/theme-images/theme-banners/bannerimage-desk-with-laptop.jpg +0 -0
  25. package/dist/img/theme-images/theme-banners/bannerimage-empty-classroom.jpg +0 -0
  26. package/dist/img/theme-images/theme-banners/bannerimage-empty-road.jpg +0 -0
  27. package/dist/img/theme-images/theme-banners/bannerimage-fingers-interacting-tablet.jpg +0 -0
  28. package/dist/img/theme-images/theme-banners/bannerimage-fingers-typing.jpg +0 -0
  29. package/dist/img/theme-images/theme-banners/bannerimage-hand-signing-document.jpg +0 -0
  30. package/dist/img/theme-images/theme-banners/bannerimage-student-shopping.jpg +0 -0
  31. package/dist/img/theme-images/theme-banners/bannerimage-students-on-computer.jpg +0 -0
  32. package/dist/img/theme-images/theme-banners/bannerimage-students-on-grass.jpg +0 -0
  33. package/dist/img/theme-images/widgets/separator.svg +17 -0
  34. package/dist/img/theme-images/writing/bg-composition-notebook.jpg +0 -0
  35. package/dist/img/theme-images/writing/bg-writing.jpg +0 -0
  36. package/dist/js/jumpTo.js +4 -0
  37. package/dist/js/scripts.js +209 -0
  38. package/dist/js/scripts2.js +205 -0
  39. package/dist/plugins/fancybox/_notes/dwsync.xml +1 -0
  40. package/dist/plugins/fancybox/blank.gif +0 -0
  41. package/dist/plugins/fancybox/fancybox-example.html +52 -0
  42. package/dist/plugins/fancybox/fancybox.css +73 -0
  43. package/dist/plugins/fancybox/fancybox_loading.gif +0 -0
  44. package/dist/plugins/fancybox/fancybox_loading@2x.gif +0 -0
  45. package/dist/plugins/fancybox/fancybox_overlay.png +0 -0
  46. package/dist/plugins/fancybox/fancybox_sprite.png +0 -0
  47. package/dist/plugins/fancybox/fancybox_sprite@2x.png +0 -0
  48. package/dist/plugins/fancybox/helpers/_notes/dwsync.xml +1 -0
  49. package/dist/plugins/fancybox/helpers/fancybox_buttons.png +0 -0
  50. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.css +97 -0
  51. package/dist/plugins/fancybox/helpers/jquery.fancybox-buttons.js +122 -0
  52. package/dist/plugins/fancybox/helpers/jquery.fancybox-media.js +201 -0
  53. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.css +55 -0
  54. package/dist/plugins/fancybox/helpers/jquery.fancybox-thumbs.js +165 -0
  55. package/dist/plugins/fancybox/jquery.fancybox.css +275 -0
  56. package/dist/plugins/fancybox/jquery.fancybox.js +2018 -0
  57. package/dist/plugins/fancybox/jquery.fancybox.pack.js +46 -0
  58. package/dist/plugins/flashcards/README.md +135 -0
  59. package/dist/plugins/flashcards/_notes/dwsync.xml +1 -0
  60. package/dist/plugins/flashcards/config.rb +24 -0
  61. package/dist/plugins/flashcards/css/_notes/dwsync.xml +1 -0
  62. package/dist/plugins/flashcards/css/style.css +216 -0
  63. package/dist/plugins/flashcards/flashcards-example.html +66 -0
  64. package/dist/plugins/flashcards/images/_notes/dwsync.xml +1 -0
  65. package/dist/plugins/flashcards/images/icon-back.svg +1 -0
  66. package/dist/plugins/flashcards/images/icon-flip.svg +1 -0
  67. package/dist/plugins/flashcards/images/icon-next.svg +1 -0
  68. package/dist/plugins/flashcards/index.html +90 -0
  69. package/dist/plugins/flashcards/js/_notes/dwsync.xml +1 -0
  70. package/dist/plugins/flashcards/js/flash_cards.min.js +12 -0
  71. package/dist/plugins/flashcards/js/plugins/_notes/dwsync.xml +1 -0
  72. package/dist/plugins/flashcards/js/plugins/flash_cards.js +62 -0
  73. package/dist/plugins/flashcards/js/plugins/jquery.cycle.js +1148 -0
  74. package/dist/plugins/flashcards/js/vendor/_notes/dwsync.xml +1 -0
  75. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.js +9404 -0
  76. package/dist/plugins/flashcards/js/vendor/jquery-1.7.2.min.js +4 -0
  77. package/dist/plugins/flashcards/js/vendor/modernizr-2.5.3.min.js +4 -0
  78. package/dist/plugins/flashcards/resources/fonts/flash_cards/_notes/dwsync.xml +1 -0
  79. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.eot +0 -0
  80. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.svg +21 -0
  81. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.ttf +0 -0
  82. package/dist/plugins/flashcards/resources/fonts/flash_cards/flash_cards.woff +0 -0
  83. package/dist/plugins/floating-particles/floating-particles.js +68 -0
  84. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.eot +0 -0
  85. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.svg +3570 -0
  86. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.ttf +0 -0
  87. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff +0 -0
  88. package/dist/plugins/font-awesome-icons/webfonts/fa-brands-400.woff2 +0 -0
  89. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.eot +0 -0
  90. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.svg +803 -0
  91. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.ttf +0 -0
  92. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff +0 -0
  93. package/dist/plugins/font-awesome-icons/webfonts/fa-regular-400.woff2 +0 -0
  94. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.eot +0 -0
  95. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.svg +4700 -0
  96. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.ttf +0 -0
  97. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff +0 -0
  98. package/dist/plugins/font-awesome-icons/webfonts/fa-solid-900.woff2 +0 -0
  99. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.css +539 -0
  100. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.html +18 -0
  101. package/dist/plugins/global-homepage-overrides/global-homepage-overrides.js +53 -0
  102. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-advising.png +0 -0
  103. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-apps.png +0 -0
  104. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-counseling.png +0 -0
  105. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-d2l.png +0 -0
  106. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-email.png +0 -0
  107. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-nettutor.png +0 -0
  108. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-register.png +0 -0
  109. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-research-help.png +0 -0
  110. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-survey.png +0 -0
  111. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-tech-support.png +0 -0
  112. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-testing-center.png +0 -0
  113. package/dist/plugins/global-homepage-overrides/img/quicklinks-icons/ql-tutoring.png +0 -0
  114. package/dist/plugins/preview-banner/preview-banner.css +126 -0
  115. package/dist/plugins/preview-banner/preview-banner.html +17 -0
  116. package/dist/plugins/preview-banner/preview-banner.js +57 -0
  117. package/package.json +44 -0
@@ -0,0 +1,126 @@
1
+ @charset "UTF-8";
2
+ /* CSS Document */
3
+ .header img {
4
+ border-bottom: 3px solid rgba(4,85,148,1);
5
+ width: 100%;
6
+ }
7
+
8
+ @media screen and (min-width:730px) {
9
+ .header img {
10
+ width: 100%;
11
+ }
12
+ }
13
+
14
+ .header{
15
+ position: relative;
16
+ }
17
+
18
+ .header .text-container {
19
+ background: rgba(4,85,148,.7);
20
+ padding: 1% 0;;
21
+ width: 100%;
22
+ z-index: 2;
23
+ background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='rgba(4,85,148,1)' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
24
+ }
25
+
26
+ @media screen and (min-width: 730px) {
27
+ .header .text-container {
28
+ width: 100%;
29
+ }
30
+ }
31
+
32
+ @media screen and (min-width: 1048px) {
33
+ .header .text-container {
34
+ position: absolute;
35
+ left: 50%;
36
+ top: 70%;
37
+ padding: 1% 0;
38
+ transform: translate(-50%, -50%)
39
+ }
40
+ }
41
+
42
+ .header .text-container h1,
43
+ .header .text-container h2,
44
+ .header .text-container h3,
45
+ .header .text-container h4,
46
+ .header .text-container p {
47
+ color: rgba(255,255,255,1);
48
+ padding-left: 1%;
49
+ }
50
+
51
+ @media screen and (min-width:730px) {
52
+ .header .text-container h1,
53
+ .header .text-container h2,
54
+ .header .text-container h3,
55
+ .header .text-container h4,
56
+ .header .text-container p {
57
+ padding: 0 1% 0 3%;
58
+ }
59
+ }
60
+
61
+ @media screen and (min-width:998px) {
62
+ .header .text-container h1,
63
+ .header .text-container h2,
64
+ .header .text-container h3,
65
+ .header .text-container h4,
66
+ .header .text-container p {
67
+ padding: 0 5% 0 10%;
68
+ }
69
+ }
70
+
71
+ /*/// FONT STYLLES ///*/
72
+ .header .text-container h1,
73
+ .header .text-container h2,
74
+ .header .text-container h3,
75
+ .header .text-container h4 {
76
+ font-size: 2em;
77
+ margin: 0 0 5px 0;
78
+ }
79
+
80
+ @media screen and (min-width:730px) {
81
+ .header .text-container h1,
82
+ .header .text-container h2,
83
+ .header .text-container h3,
84
+ .header .text-container h4 {
85
+ line-height: 1.1;
86
+ }
87
+ }
88
+
89
+ @media screen and (min-width:998px) {
90
+ .header .text-container h1,
91
+ .header .text-container h2,
92
+ .header .text-container h3,
93
+ .header .text-container h4 {
94
+ line-height: 1.155;
95
+ }
96
+ }
97
+
98
+ .header .text-container p {
99
+ margin: 0 0 5px 0;
100
+ font-size: 1.1em;
101
+ }
102
+
103
+ @media screen and (min-width:730px) {
104
+ .header .text-container p {
105
+ line-height: 1.155;
106
+ min-height: 44px;
107
+ }
108
+ }
109
+
110
+ /*Video Container*/
111
+ .video-container {
112
+ height: 0;
113
+ margin: 30px 0;
114
+ overflow: hidden;
115
+ padding-bottom: 56.25%;
116
+ padding-top: 35px;
117
+ position: relative;
118
+ }
119
+
120
+ .video-container iframe {
121
+ height: 100%;
122
+ left: 0;
123
+ position: absolute;
124
+ top: 0;
125
+ width: 100%;
126
+ }
@@ -0,0 +1,17 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <script>
5
+ let parentDoc = window.parent.document;
6
+ let scriptIsLoaded = parentDoc.head.querySelectorAll("script[src='https://d2l.pima.edu/shared/webdev/course-files/plugins/preview-banner/preview-banner.js']").length > 0;
7
+
8
+ if (!scriptIsLoaded) {
9
+ let script = parentDoc.createElement("script");
10
+ script.type = "text/javascript";
11
+ script.src = "https://d2l.pima.edu/shared/webdev/course-files/plugins/preview-banner/preview-banner.js";
12
+ parentDoc.head.appendChild(script);
13
+ }
14
+ </script>
15
+ </head>
16
+ <body></body>
17
+ </html>
@@ -0,0 +1,57 @@
1
+ // This script uses a forEach loop to place a custom stylesheet into every shadow dom (#shadow-root) component
2
+
3
+ window.parent.addEventListener("load", function () {
4
+
5
+ // Find all shadow-dom components and create an array
6
+ let sRoots = document.querySelectorAll("d2l-html-block");
7
+
8
+ // Loop through the array
9
+ sRoots.forEach((each) => {
10
+
11
+ // Set the root-element of each shadow-component to a variable
12
+ let sRoot = each.shadowRoot.querySelector(".d2l-html-block-rendered");
13
+
14
+ // Create link element
15
+ let link = document.createElement("link");
16
+ link.type = "text/css";
17
+ link.rel = "stylesheet";
18
+ link.href = "https://d2l.pima.edu/shared/webdev/course-files/plugins/preview-banner/preview-banner.css";
19
+
20
+ // Append link element to root element
21
+ sRoot.append(link);
22
+
23
+ });
24
+
25
+ });
26
+
27
+ // Click any of the left navigation links to rerun script above.
28
+ // This is done to refresh the CSS inserted into the shadow component
29
+ let refresh = document.querySelectorAll(".d2l-le-TreeAccordionItem-anchor");
30
+
31
+ refresh.forEach((each_) => {
32
+ each_.addEventListener("click", () => {
33
+
34
+ setTimeout(() => {
35
+ let d2lBlock = document.querySelectorAll("d2l-html-block");
36
+
37
+ // Loop through the array
38
+ d2lBlock.forEach((_each) => {
39
+
40
+ // Set the root-element of each shadow-component to a variable
41
+ let innerD2lBlock = _each.shadowRoot.querySelector(".d2l-html-block-rendered");
42
+
43
+ // Create link element
44
+ let _link = document.createElement("link");
45
+ _link.type = "text/css";
46
+ _link.rel = "stylesheet";
47
+ _link.href = "https://d2l.pima.edu/shared/webdev/course-files/plugins/preview-banner/preview-banner.css";
48
+
49
+ // Append link element to root element
50
+ innerD2lBlock.append(_link);
51
+
52
+ });
53
+
54
+ }, 1000);
55
+
56
+ })
57
+ });
package/package.json ADDED
@@ -0,0 +1,44 @@
1
+ {
2
+ "name": "@pimaonline/pimaonline-themepack",
3
+ "version": "2.1.5",
4
+ "description": "A cloud based, course theme-pack for building courses efficiently within the D2L learning environment.",
5
+ "main": "index.js",
6
+ "files": [
7
+ "README.md",
8
+ "package.json",
9
+ "/dist/img",
10
+ "/dist/js",
11
+ "/dist/plugins",
12
+ "/dist/css/plugins",
13
+ "/dist/css/main.css",
14
+ "/dist/css/routes.css"
15
+ ],
16
+ "scripts": {
17
+ "gulp": "gulp",
18
+ "copy-assets": "gulp copy-js && gulp copy-imgs && gulp copy-plugins",
19
+ "sass-main": "gulp sass-main",
20
+ "sass-main-themes": "gulp sass-main-themes",
21
+ "pug-main-themes": "gulp pug-main-themes",
22
+ "pug-docs": "gulp pug-docs",
23
+ "sass-docs": "gulp sass-docs",
24
+ "js-docs": "gulp js-docs",
25
+ "img-docs": "gulp imgs-docs"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/frankiejrey/pimaonline-themepack"
30
+ },
31
+ "author": "Center for Learning Technology at Pima Community College",
32
+ "license": "MIT",
33
+ "bugs": {
34
+ "url": "https://github.com/frankiejrey/pimaonline-themepack/issues"
35
+ },
36
+ "homepage": "https://github.com/frankiejrey/pimaonline-themepack",
37
+ "devDependencies": {
38
+ "gulp": "^4.0.2",
39
+ "gulp-connect": "^5.7.0",
40
+ "gulp-pug": "^5.0.0",
41
+ "gulp-sass": "^5.1.0",
42
+ "sass": "^1.49.9"
43
+ }
44
+ }