jumbo-jekyll-theme-test 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (240) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +26 -0
  4. data/_config.yml +122 -0
  5. data/_data/authors.yml +7 -0
  6. data/_data/footer.yml +55 -0
  7. data/_data/nav.yml +77 -0
  8. data/_data/news.yaml +230 -0
  9. data/_data/settings.yml +148 -0
  10. data/_data/sidebar-nav.yml +23 -0
  11. data/_data/sticky-tab-bar.yml +29 -0
  12. data/_includes/breadcrumb.html +97 -0
  13. data/_includes/css.html +9 -0
  14. data/_includes/custom.html +1 -0
  15. data/_includes/display-blog-posts.html +67 -0
  16. data/_includes/disqus-comments.html +14 -0
  17. data/_includes/footer.html +70 -0
  18. data/_includes/github-edit.html +73 -0
  19. data/_includes/google-analytics-script.html +9 -0
  20. data/_includes/gtm-noscript.html +5 -0
  21. data/_includes/gtm-script.html +7 -0
  22. data/_includes/head.html +44 -0
  23. data/_includes/hero-banner.html +21 -0
  24. data/_includes/image.html +6 -0
  25. data/_includes/javascript.html +9 -0
  26. data/_includes/jumbotron.html +87 -0
  27. data/_includes/linaro-404.html +13 -0
  28. data/_includes/linaro-svg.html +1 -0
  29. data/_includes/media.html +11 -0
  30. data/_includes/members.html +63 -0
  31. data/_includes/nav.html +132 -0
  32. data/_includes/newsletter-script.html +30 -0
  33. data/_includes/owl-carousel-homepage.html +103 -0
  34. data/_includes/pagination-authors.html +36 -0
  35. data/_includes/pagination-news.html +36 -0
  36. data/_includes/pagination.html +36 -0
  37. data/_includes/post-comments.html +9 -0
  38. data/_includes/post-sidebar.html +74 -0
  39. data/_includes/post-tags.html +9 -0
  40. data/_includes/schema.html +50 -0
  41. data/_includes/shape-divider.html +12 -0
  42. data/_includes/shape.html +52 -0
  43. data/_includes/sidebar.html +55 -0
  44. data/_includes/sticky-tab-bar.html +63 -0
  45. data/_includes/universal-nav.html +28 -0
  46. data/_includes/youtube.html +7 -0
  47. data/_layouts/container-breadcrumb-left-sidebar.html +10 -0
  48. data/_layouts/container-breadcrumb-right-sidebar.html +9 -0
  49. data/_layouts/container-breadcrumb-tabs.html +7 -0
  50. data/_layouts/container-breadcrumb.html +6 -0
  51. data/_layouts/container-left-sidebar.html +9 -0
  52. data/_layouts/container-right-sidebar.html +9 -0
  53. data/_layouts/container.html +9 -0
  54. data/_layouts/default.html +31 -0
  55. data/_layouts/full-width-breadcrumb.html +10 -0
  56. data/_layouts/full-width.html +9 -0
  57. data/_layouts/home.html +21 -0
  58. data/_layouts/post-index.html +19 -0
  59. data/_layouts/post-no-sidebar.html +0 -0
  60. data/_layouts/post-old.html +70 -0
  61. data/_layouts/post.html +240 -0
  62. data/_sass/_bootstrap-compass.scss +9 -0
  63. data/_sass/_bootstrap-mincer.scss +19 -0
  64. data/_sass/_bootstrap-sprockets.scss +9 -0
  65. data/_sass/_bootstrap.scss +56 -0
  66. data/_sass/app/blog.scss +58 -0
  67. data/_sass/app/contact.scss +3 -0
  68. data/_sass/app/custom.scss +1 -0
  69. data/_sass/app/home.scss +18 -0
  70. data/_sass/app/overrides.scss +36 -0
  71. data/_sass/app/search.scss +1 -0
  72. data/_sass/blog.scss +9 -0
  73. data/_sass/bootstrap/_alerts.scss +73 -0
  74. data/_sass/bootstrap/_badges.scss +68 -0
  75. data/_sass/bootstrap/_breadcrumbs.scss +28 -0
  76. data/_sass/bootstrap/_button-groups.scss +244 -0
  77. data/_sass/bootstrap/_buttons.scss +168 -0
  78. data/_sass/bootstrap/_carousel.scss +270 -0
  79. data/_sass/bootstrap/_close.scss +36 -0
  80. data/_sass/bootstrap/_code.scss +69 -0
  81. data/_sass/bootstrap/_component-animations.scss +37 -0
  82. data/_sass/bootstrap/_dropdowns.scss +216 -0
  83. data/_sass/bootstrap/_forms.scss +617 -0
  84. data/_sass/bootstrap/_glyphicons.scss +307 -0
  85. data/_sass/bootstrap/_grid.scss +84 -0
  86. data/_sass/bootstrap/_input-groups.scss +171 -0
  87. data/_sass/bootstrap/_jumbotron.scss +54 -0
  88. data/_sass/bootstrap/_labels.scss +66 -0
  89. data/_sass/bootstrap/_list-group.scss +130 -0
  90. data/_sass/bootstrap/_media.scss +66 -0
  91. data/_sass/bootstrap/_mixins.scss +40 -0
  92. data/_sass/bootstrap/_modals.scss +150 -0
  93. data/_sass/bootstrap/_navbar.scss +662 -0
  94. data/_sass/bootstrap/_navs.scss +242 -0
  95. data/_sass/bootstrap/_normalize.scss +424 -0
  96. data/_sass/bootstrap/_pager.scss +54 -0
  97. data/_sass/bootstrap/_pagination.scss +89 -0
  98. data/_sass/bootstrap/_panels.scss +271 -0
  99. data/_sass/bootstrap/_popovers.scss +131 -0
  100. data/_sass/bootstrap/_print.scss +101 -0
  101. data/_sass/bootstrap/_progress-bars.scss +87 -0
  102. data/_sass/bootstrap/_responsive-embed.scss +35 -0
  103. data/_sass/bootstrap/_responsive-utilities.scss +179 -0
  104. data/_sass/bootstrap/_scaffolding.scss +161 -0
  105. data/_sass/bootstrap/_tables.scss +234 -0
  106. data/_sass/bootstrap/_theme.scss +291 -0
  107. data/_sass/bootstrap/_thumbnails.scss +38 -0
  108. data/_sass/bootstrap/_tooltip.scss +101 -0
  109. data/_sass/bootstrap/_type.scss +298 -0
  110. data/_sass/bootstrap/_utilities.scss +55 -0
  111. data/_sass/bootstrap/_variables.scss +922 -0
  112. data/_sass/bootstrap/_wells.scss +29 -0
  113. data/_sass/bootstrap/mixins/_alerts.scss +14 -0
  114. data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
  115. data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
  116. data/_sass/bootstrap/mixins/_buttons.scss +65 -0
  117. data/_sass/bootstrap/mixins/_center-block.scss +7 -0
  118. data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
  119. data/_sass/bootstrap/mixins/_forms.scss +88 -0
  120. data/_sass/bootstrap/mixins/_gradients.scss +58 -0
  121. data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
  122. data/_sass/bootstrap/mixins/_grid.scss +122 -0
  123. data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
  124. data/_sass/bootstrap/mixins/_image.scss +33 -0
  125. data/_sass/bootstrap/mixins/_labels.scss +12 -0
  126. data/_sass/bootstrap/mixins/_list-group.scss +32 -0
  127. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  128. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  129. data/_sass/bootstrap/mixins/_opacity.scss +8 -0
  130. data/_sass/bootstrap/mixins/_pagination.scss +24 -0
  131. data/_sass/bootstrap/mixins/_panels.scss +24 -0
  132. data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
  133. data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
  134. data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
  135. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  136. data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
  137. data/_sass/bootstrap/mixins/_size.scss +10 -0
  138. data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
  139. data/_sass/bootstrap/mixins/_table-row.scss +28 -0
  140. data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
  141. data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
  142. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  143. data/_sass/core.scss +12 -0
  144. data/_sass/core/404.scss +189 -0
  145. data/_sass/core/animations.scss +125 -0
  146. data/_sass/core/blog.scss +441 -0
  147. data/_sass/core/breadcrumb.scss +97 -0
  148. data/_sass/core/carousel-styles.scss +3 -0
  149. data/_sass/core/carousel.scss +318 -0
  150. data/_sass/core/cookieconsent.scss +42 -0
  151. data/_sass/core/critical.scss +0 -0
  152. data/_sass/core/custom.scss +3 -0
  153. data/_sass/core/fa.scss +2336 -0
  154. data/_sass/core/flipclock.scss +434 -0
  155. data/_sass/core/font-awesome.min.scss +4 -0
  156. data/_sass/core/fonts.scss +3 -0
  157. data/_sass/core/footer.scss +169 -0
  158. data/_sass/core/forms.scss +3 -0
  159. data/_sass/core/homepage.scss +106 -0
  160. data/_sass/core/jumbotron.scss +51 -0
  161. data/_sass/core/lightbox.scss +212 -0
  162. data/_sass/core/nav.scss +971 -0
  163. data/_sass/core/owl.carousel.min.scss +6 -0
  164. data/_sass/core/owl.theme.default.min.scss +6 -0
  165. data/_sass/core/social-media-icons.scss +67 -0
  166. data/_sass/core/syntax.scss +65 -0
  167. data/_sass/core/tables.scss +145 -0
  168. data/_sass/core/theme.scss +630 -0
  169. data/_sass/core/twitter-feed.scss +414 -0
  170. data/_sass/core/universal-nav.scss +154 -0
  171. data/_sass/core/youtube.scss +65 -0
  172. data/_sass/home.scss +6 -0
  173. data/assets/css/main-404.scss +18 -0
  174. data/assets/css/main-blog.scss +19 -0
  175. data/assets/css/main-contact.scss +23 -0
  176. data/assets/css/main-home.scss +22 -0
  177. data/assets/css/main-lightbox.scss +29 -0
  178. data/assets/css/main-search.scss +13 -0
  179. data/assets/css/main.scss +12 -0
  180. data/assets/fonts/fontawesome-webfont.eot +0 -0
  181. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  182. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  183. data/assets/fonts/fontawesome-webfont.woff +0 -0
  184. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  185. data/assets/fonts/fontello.eot +0 -0
  186. data/assets/fonts/fontello.svg +44 -0
  187. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  188. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  189. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  190. data/assets/fonts/lato-regular/LICENSE.txt +93 -0
  191. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  192. data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
  193. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  194. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  195. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  196. data/assets/images/Linaro-Logo.svg +1 -0
  197. data/assets/images/Linaro-Logo_light.png +0 -0
  198. data/assets/images/Linaro-Logo_standard.svg +1 -0
  199. data/assets/images/Linaro-Sprinkle.png +0 -0
  200. data/assets/images/avatar-placeholder.png +0 -0
  201. data/assets/images/background-image.jpg +0 -0
  202. data/assets/images/banner.jpg +0 -0
  203. data/assets/images/breadcrumb-image.jpg +0 -0
  204. data/assets/images/close.png +0 -0
  205. data/assets/images/favicon.ico +0 -0
  206. data/assets/images/favicon.png +0 -0
  207. data/assets/images/loading.gif +0 -0
  208. data/assets/images/next.png +0 -0
  209. data/assets/images/owl.video.play.png +0 -0
  210. data/assets/images/placeholder.png +0 -0
  211. data/assets/images/prev.png +0 -0
  212. data/assets/images/social-media-image.png +0 -0
  213. data/assets/js/app/custom.js +0 -0
  214. data/assets/js/app/facebook.js +8 -0
  215. data/assets/js/app/home.js +46 -0
  216. data/assets/js/app/main.js +143 -0
  217. data/assets/js/app/scroll-to-anchors.js +10 -0
  218. data/assets/js/app/sticky-tab-bar.js +72 -0
  219. data/assets/js/app/tables.js +35 -0
  220. data/assets/js/package-blog.js +10 -0
  221. data/assets/js/package-extended.js +14 -0
  222. data/assets/js/package-home.js +12 -0
  223. data/assets/js/package-main.js +10 -0
  224. data/assets/js/package-search.js +8 -0
  225. data/assets/js/vendor/bootstrap.js +2377 -0
  226. data/assets/js/vendor/cognito.js +11 -0
  227. data/assets/js/vendor/cookieconsent.js +1504 -0
  228. data/assets/js/vendor/jquery.js +10364 -0
  229. data/assets/js/vendor/jquery.rss.js +333 -0
  230. data/assets/js/vendor/jquery.validate.js +1601 -0
  231. data/assets/js/vendor/lazysizes.js +698 -0
  232. data/assets/js/vendor/lightbox.js +523 -0
  233. data/assets/js/vendor/loadCSS.js +35 -0
  234. data/assets/js/vendor/ls.unveilhooks.js +145 -0
  235. data/assets/js/vendor/mc.js +255 -0
  236. data/assets/js/vendor/owl.carousel.js +3475 -0
  237. data/assets/js/vendor/picturefill.js +1471 -0
  238. data/assets/js/vendor/shuffle.js +2004 -0
  239. data/robots.txt +9 -0
  240. metadata +528 -0
@@ -0,0 +1,12 @@
1
+ // Core Jumbo Jekyll Theme Sass includes.
2
+ @import "core/fonts";
3
+ @import "core/nav";
4
+ @import "core/theme";
5
+ @import "core/cookieconsent";
6
+ @import "core/footer";
7
+ @import "core/social-media-icons";
8
+ @import "core/breadcrumb";
9
+ @import "core/tables";
10
+ @import "core/forms";
11
+ @import "core/owl.carousel.min";
12
+ @import "core/owl.theme.default.min";
@@ -0,0 +1,189 @@
1
+ svg#Linaro-Sprinkle {background-color: #fff;height: 350px;width: auto;}
2
+
3
+ svg#Linaro-Sprinkle > path.purple{
4
+ transform: translateY(0);
5
+ animation: popup 10s linear infinite;
6
+ }
7
+ svg#Linaro-Sprinkle > path.red{
8
+ transform: translateY(0);
9
+ animation: popup-small 9s linear infinite;
10
+ }
11
+ svg#Linaro-Sprinkle > path.green-big{
12
+ transform: translateY(0);
13
+ animation: popup 10s linear infinite;
14
+ }
15
+ svg#Linaro-Sprinkle > path.green{
16
+ transform: translateY(0);
17
+ animation: popup 7s linear infinite;
18
+ }
19
+ svg#Linaro-Sprinkle > path.purple-big{
20
+ transform: translateY(0);
21
+ animation: popup-small 8s linear infinite;
22
+ }
23
+ svg#Linaro-Sprinkle > path.pink{
24
+ transform: translateY(0);
25
+ animation: popup-small 11s linear infinite;
26
+ }
27
+
28
+
29
+
30
+ svg#Linaro-Sprinkle > path {
31
+ opacity: .4;
32
+ }
33
+ svg#Linaro-Sprinkle:hover > path {
34
+ animation: to-start .3s ease;
35
+ transform: translateY(0);
36
+ opacity: .7;
37
+ }
38
+
39
+ @keyframes to-start {
40
+
41
+ 0% {
42
+ transform: translateY(40px);
43
+ opacity:.4;
44
+ }
45
+ 10% {
46
+ transform: translateY(35px);
47
+ opacity:.425;
48
+ }
49
+ 20% {
50
+ transform: translateY(30px);
51
+ opacity:.45;
52
+ }
53
+ 30% {
54
+ transform: translateY(25px);
55
+ opacity:.475;
56
+ }
57
+ 40% {
58
+ transform: translateY(20px);
59
+ opacity:.5;
60
+ }
61
+ 50% {
62
+ transform: translateY(15px);
63
+ opacity:.55;
64
+ }
65
+ 60% {
66
+ transform: translateY(10px);
67
+ opacity:.6;
68
+ }
69
+ 70% {
70
+ transform: translateY(5px);
71
+ opacity:.625;
72
+ }
73
+ 80% {
74
+ transform: translateY(0px);
75
+ opacity:.65;
76
+ }
77
+ 90% {
78
+ transform: translateY(0px);
79
+ opacity:.675;
80
+ }
81
+ 100% {
82
+ transform: translateY(0);
83
+ opacity:.7;
84
+ }
85
+ }
86
+
87
+ @keyframes popup {
88
+ 0% {
89
+ transform: translateY(0);
90
+ }
91
+ 10% {
92
+ transform: translateY(20px);
93
+ }
94
+ 20% {
95
+ transform: translateY(40px);
96
+ }
97
+ 30% {
98
+ transform: translateY(60px);
99
+ }
100
+ 35% {
101
+ transform: translateY(80px);
102
+ }
103
+ 40% {
104
+ transform: translateY(100px);
105
+ }
106
+ 45% {
107
+ transform: translateY(120px);
108
+ }
109
+ 50% {
110
+ transform: translateY(140px);
111
+ }
112
+ 55% {
113
+ transform: translateY(120px);
114
+ }
115
+ 60% {
116
+ transform: translateY(100px);
117
+ }
118
+ 65% {
119
+ transform: translateY(80px);
120
+ }
121
+ 70% {
122
+ transform: translateY(60px);
123
+ }
124
+ 80% {
125
+ transform: translateY(40px);
126
+ }
127
+ 90% {
128
+ transform: translateY(20px);
129
+ }
130
+ 100% {
131
+ transform: translateY(0);
132
+ }
133
+ }
134
+
135
+ @keyframes popup-small {
136
+ 0% {
137
+ transform: translateY(0);
138
+ }
139
+ 10% {
140
+ transform: translateY(20px);
141
+ }
142
+ 20% {
143
+ transform: translateY(40px);
144
+ }
145
+ 30% {
146
+ transform: translateY(60px);
147
+ }
148
+ 40% {
149
+ transform: translateY(70px);
150
+ }
151
+ 50% {
152
+ transform: translateY(75px);
153
+ }
154
+ 60% {
155
+ transform: translateY(70px);
156
+ }
157
+ 70% {
158
+ transform: translateY(60px);
159
+ }
160
+ 80% {
161
+ transform: translateY(40px);
162
+ }
163
+ 90% {
164
+ transform: translateY(20px);
165
+ }
166
+ 100% {
167
+ transform: translateY(0);
168
+ }
169
+ }
170
+
171
+ svg#Linaro-Sprinkle .cls-1,svg#Linaro-Sprinkle .cls-6
172
+ {
173
+ fill:#9c3 ;
174
+ }
175
+ svg#Linaro-Sprinkle .cls-2,svg#Linaro-Sprinkle .cls-3
176
+ {
177
+ fill:#c03;
178
+ }
179
+ svg#Linaro-Sprinkle .cls-3{
180
+ opacity:0.6;
181
+ }
182
+ svg#Linaro-Sprinkle .cls-4,svg#Linaro-Sprinkle .cls-5
183
+ {
184
+ fill:#909;
185
+ }
186
+ svg#Linaro-Sprinkle .cls-5,svg#Linaro-Sprinkle .cls-6
187
+ {
188
+ opacity:0.7;
189
+ }
@@ -0,0 +1,125 @@
1
+
2
+ // fade-in animation - fades in on page load.
3
+ @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
4
+ @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
5
+ @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
6
+ @-webkit-keyframes rotate {
7
+ from
8
+ {
9
+ -webkit-transform: rotate(0deg);
10
+ }
11
+ to
12
+ {
13
+ -webkit-transform: rotate(360deg);
14
+ }
15
+ }
16
+ @-moz-keyframes rotate {
17
+ from
18
+ {
19
+ -webkit-transform: rotate(0deg);
20
+ }
21
+ to
22
+ {
23
+ -webkit-transform: rotate(360deg);
24
+ }
25
+ }
26
+ @keyframes rotate {
27
+ from
28
+ {
29
+ -webkit-transform: rotate(0deg);
30
+ }
31
+ to
32
+ {
33
+ -webkit-transform: rotate(360deg);
34
+ }
35
+ }
36
+
37
+ .fade-in-one{
38
+ opacity:0; /* make things invisible upon start */
39
+ -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
40
+ -moz-animation:fadeIn ease-in 1;
41
+ animation:fadeIn ease-in 1;
42
+
43
+ -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
44
+ -moz-animation-fill-mode:forwards;
45
+ animation-fill-mode:forwards;
46
+
47
+ -webkit-animation-duration:0.5s;
48
+ -moz-animation-duration:0.5s;
49
+ animation-duration:0.5s;
50
+
51
+ -webkit-animation-delay: 1s;
52
+ -moz-animation-delay: 1s;
53
+ animation-delay: 1s;
54
+ }
55
+ .fade-in-two{
56
+ opacity:0; /* make things invisible upon start */
57
+ -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
58
+ -moz-animation:fadeIn ease-in 1;
59
+ animation:fadeIn ease-in 1;
60
+
61
+ -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
62
+ -moz-animation-fill-mode:forwards;
63
+ animation-fill-mode:forwards;
64
+
65
+ -webkit-animation-duration:0.5s;
66
+ -moz-animation-duration:0.5s;
67
+ animation-duration:0.5s;
68
+
69
+ -webkit-animation-delay: 1.5s;
70
+ -moz-animation-delay: 1.5s;
71
+ animation-delay: 1.5s;
72
+ }
73
+ .fade-in-three{
74
+ opacity:0; /* make things invisible upon start */
75
+ -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
76
+ -moz-animation:fadeIn ease-in 1;
77
+ animation:fadeIn ease-in 1;
78
+
79
+ -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
80
+ -moz-animation-fill-mode:forwards;
81
+ animation-fill-mode:forwards;
82
+
83
+ -webkit-animation-duration:0.5s;
84
+ -moz-animation-duration:0.5s;
85
+ animation-duration:0.5s;
86
+
87
+ -webkit-animation-delay: 2s;
88
+ -moz-animation-delay: 2s;
89
+ animation-delay: 2s;
90
+ }
91
+ .fade-in-four{
92
+ opacity:0; /* make things invisible upon start */
93
+ -webkit-animation:fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
94
+ -moz-animation:fadeIn ease-in 1;
95
+ animation:fadeIn ease-in 1;
96
+
97
+ -webkit-animation-fill-mode:forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
98
+ -moz-animation-fill-mode:forwards;
99
+ animation-fill-mode:forwards;
100
+
101
+ -webkit-animation-duration:0.5s;
102
+ -moz-animation-duration:0.5s;
103
+ animation-duration:0.5s;
104
+
105
+ -webkit-animation-delay: 2.5s;
106
+ -moz-animation-delay: 2.5s;
107
+ animation-delay: 2.5s;
108
+ }
109
+
110
+
111
+ .rotate-img
112
+ {
113
+ -webkit-animation-name: rotate;
114
+ -moz-animation-name: rotate;
115
+ animation-name: rotate;
116
+ -webkit-animation-duration: 30s;
117
+ -moz-animation-duration: 30s;
118
+ animation-duration: 30s;
119
+ -webkit-animation-iteration-count: infinite;
120
+ -moz-animation-iteration-count: infinite;
121
+ animation-iteration-count: infinite;
122
+ -webkit-animation-timing-function: linear;
123
+ -moz-animation-timing-function: linear;
124
+ animation-timing-function: linear;
125
+ }
@@ -0,0 +1,441 @@
1
+
2
+ /* Pagination Style */
3
+ div#pagination_panel > ul > li.active > a{
4
+ color: $navbar-inverse-bg;
5
+ }
6
+
7
+ /* Make sure the comments sections is beneath content. */
8
+ section#comments-section {
9
+ clear: both;
10
+ }
11
+ #content-container p.post_excerpt {
12
+ font-size: 15px;
13
+ margin-top: 10px;
14
+ }
15
+
16
+ /* Make sure div extends with content */
17
+ article.post-content {
18
+ overflow: auto;
19
+ }
20
+
21
+ .row.blog_post picture {
22
+ top: -20px;
23
+ position: relative;
24
+ }
25
+ #content-container .blog_post h3 {
26
+ margin-top: 0px;
27
+ }
28
+ #content-container .row.blog_post picture {
29
+ top:0px;
30
+ }
31
+
32
+ #content-container .blog_post img.img-responsive.center-block {
33
+ padding:0px;
34
+ }
35
+
36
+ /* Blog Side Bar Panel Title */
37
+ #wrapper h3.panel-title {
38
+ color: $blog-panel-title-colour;
39
+ }
40
+
41
+ /* Post Info - post.html layout */
42
+ .post-info {
43
+ margin-bottom: 20px;
44
+ }
45
+
46
+ /* Blog Author Image */
47
+ img.blog-author-image {
48
+ transition: all 100ms linear;
49
+ }
50
+
51
+ /* Change the author image border on hover */
52
+ a:hover > img.blog-author-image {
53
+ border-color: #d4d4d4;
54
+ }
55
+
56
+ /* Blog Author Text */
57
+ #wrapper small.blog-author.text-center > a > em {
58
+ color:white;
59
+ transition: all 500ms linear;
60
+ }
61
+ #wrapper small.blog-author.text-center > a:hover > em {
62
+ color:#a681b8;
63
+ }
64
+ /* Blog Post Images - Responsive by default */
65
+ article.post-content img {
66
+ width: 100%;
67
+ height: auto;
68
+ }
69
+
70
+ /* Blog Image thumbnail size */
71
+ img.img-thumbnail {
72
+ width: 100px;
73
+ }
74
+
75
+ /* Blog Side Panel Styles*/
76
+ .blog-panel{
77
+ margin-top:30px;
78
+ }
79
+ .blog-panel .panel-primary .panel-heading{
80
+ margin-left: 5px;
81
+ }
82
+ .img-blog{
83
+ height:600px;
84
+ }
85
+ .blog-featured-img-container{
86
+ position: relative;
87
+ }
88
+ .blog-full-page-image-info{
89
+ color: $featured-image-text-color;
90
+ margin-left: auto;
91
+ margin-bottom: 82px;
92
+ margin-right: auto;
93
+ z-index: 1;
94
+ height: 300px;
95
+ text-align: center;
96
+ line-height: 50px;
97
+ position: relative;
98
+ vertical-align: middle;
99
+ }
100
+ .blog-title {
101
+ width: 50%;
102
+ margin-right: auto;
103
+ margin-left: auto;
104
+ font-size: 56px;
105
+ }
106
+ .panel-primary {
107
+ border: 1px solid $brand-primary;
108
+ }
109
+ .panel-heading {
110
+ background-color: $brand-primary;
111
+ color: #fff;
112
+ }
113
+
114
+ .blog-author-image{
115
+ height: 83px;
116
+ width: 83px;
117
+ border-radius: 83px;
118
+ border: 4px solid white;
119
+ background-size: cover;
120
+ background-repeat: no-repeat;
121
+ }
122
+ .full-page-image-text{
123
+ top:300px;
124
+ position:relative;
125
+ margin-left: auto;
126
+ margin-right: auto;
127
+ z-index: 1;
128
+ line-height:50px;
129
+ vertical-align:middle;
130
+ }
131
+ .no-padding {
132
+ padding: 0 !important;
133
+ margin: 0 !important;
134
+ }
135
+ .blog-icons{
136
+ border: 1px solid $gray-light;
137
+ border-radius: 45px;
138
+ width: 34px;
139
+ padding: 5px;
140
+ float: left;
141
+ display: block;
142
+ margin: 5px;
143
+ opacity: .8;
144
+ color: $gray-light;
145
+ -webkit-transition: all 1s ease;
146
+ transition: all 1s ease;
147
+ }
148
+ .blog-icons:hover{
149
+ color: $brand-primary;
150
+ border: 1px solid $brand-primary;
151
+ background-color: black;
152
+ opacity: 1;
153
+ transition: all 1s ease;
154
+ }
155
+ .blog-icons:active, .blog-icons:focus{
156
+ border: 1px solid $gray-light;
157
+ border-radius: 45px;
158
+ width: 45px;
159
+ margin: 4px;
160
+ opacity: .8;
161
+ color: $gray-light;
162
+ }
163
+ .blog-read-more-btn{
164
+ background-color: white;
165
+ border: 2px solid $gray-base;
166
+ border-radius: 0px;
167
+ color: $gray-base;
168
+ transition: all 1s ease;
169
+ padding: 6px;
170
+ }
171
+ .blog-read-more-btn:hover{
172
+ background-color: $brand-primary;
173
+ color: white;
174
+ transition: all 1s ease;
175
+ }
176
+ .blog-read-more-btn:active, .blog-read-more-btn:focus{
177
+ background-color: $brand-primary;
178
+ color: white;
179
+ transition: all 1s ease;
180
+ }
181
+ a.featured_blog_post_text {
182
+ font-size: 13px;
183
+ line-height: 18px;
184
+ color: $gray-base;
185
+ transition: all 1s ease;
186
+ }
187
+ a.featured_blog_post_text:hover{
188
+ font-size: 13px;
189
+ line-height: 18px;
190
+ color: $brand-primary;
191
+ transition: all 1s ease;
192
+ }
193
+ .blog_post{
194
+ border-bottom: 1px solid $gray-lighter;
195
+ padding-bottom: 10px;
196
+ padding-top: 10px;
197
+ }
198
+
199
+ .featured_blog_post {
200
+ height: auto;
201
+ margin: -1px;
202
+ border-bottom: 1px solid $gray-lighter;
203
+ padding: 12px;
204
+ }
205
+ .blog-well {
206
+ background: $gray-darker;
207
+ }
208
+ .btn-blog{
209
+ border: 2px solid $gray-lighter;
210
+ color: $gray-base;
211
+ padding: 6px;
212
+ }
213
+ .btn-blog:hover{
214
+ color: $brand-primary;
215
+ }
216
+ .blog-img {
217
+ margin-top:25px;
218
+ }
219
+ #blog-background-image{
220
+ background-size: cover;
221
+ height:800px;
222
+ }
223
+ .post-content ol, .post-content ul {
224
+ line-height: 1.6em;
225
+ font-size: 16px;
226
+ }
227
+ .post_tag {
228
+ background-color: $gray-lighter;
229
+ margin: 2px;
230
+ color: #464646;
231
+ }
232
+ //Pagination centered style
233
+ .pagination-centered {
234
+ text-align: center;
235
+ }
236
+ /* Article Post Content Style */
237
+ article.post-content {
238
+ overflow: auto;
239
+ }
240
+ article.post-content > .col-md-8 {
241
+ padding: 0;
242
+ }
243
+ article.post-content > .col-md-4 {
244
+ padding: 15px;
245
+ }
246
+ // Tag Cloud Style
247
+ div.tag_cloud {
248
+ margin-bottom: 20px;
249
+ margin-top: 20px;
250
+ }
251
+ div#featured-jumbotron.blog {
252
+ margin-top: 0;
253
+ }
254
+ div.previous_post{
255
+ display:none;
256
+ }
257
+ div.next_post{
258
+ display:none;
259
+ }
260
+ a.previous_post_anchor {
261
+ position: fixed;
262
+ top: 50%;
263
+ right:0;
264
+ z-index: 99999;
265
+ }
266
+ a.next_post_anchor {
267
+ position: fixed;
268
+ top: 50%;
269
+ left:0;
270
+ z-index: 99999;
271
+ }
272
+ //Small Inline Blog Images
273
+ #wrapper img.small-inline {
274
+ width: 100px;
275
+ height: auto;
276
+ display: inline-block;
277
+ float: left;
278
+ margin-right: 30px;
279
+ margin-top: 5px;
280
+ margin-bottom: 30px;
281
+ }
282
+ // Medium Inline Blog Images
283
+ img.medium-inline {
284
+ width: 200px !important;
285
+ height: auto !important;
286
+ display: inline-block;
287
+ float: left;
288
+ margin-right: 30px;
289
+ margin-top: 5px;
290
+ margin-bottom: 30px;
291
+ }
292
+ //Large Inline Blog Images
293
+ img.large-inline {
294
+ width: 300px !important;
295
+ height: auto !important;
296
+ display: inline-block;
297
+ float: left;
298
+ margin-right: 30px;
299
+ margin-top: 5px;
300
+ margin-bottom: 30px;
301
+ }
302
+ img.medium-inline.right {
303
+ float: right;
304
+ }
305
+ img.small-inline.right {
306
+ float: right;
307
+ }
308
+
309
+ img.large-inline.right {
310
+ float: right;
311
+ }
312
+
313
+ // Previous and Next Post Style
314
+ @media(min-width:$screen-sm-min){
315
+
316
+
317
+ article{
318
+ padding-right: 20px;
319
+ }
320
+
321
+ div.previous_post{
322
+ display:block;
323
+ width: 0;
324
+ height: 0;
325
+ border-top: 20px solid transparent;
326
+ border-bottom: 20px solid transparent;
327
+ border-left: 20px solid #eee;
328
+ }
329
+ div.next_post{
330
+ display:block;
331
+ width: 0;
332
+ height: 0;
333
+ border-top: 20px solid transparent;
334
+ border-bottom: 20px solid transparent;
335
+ border-right: 20px solid #eee;
336
+ }
337
+ }
338
+ //Responsive CSS for Blog
339
+ @media(max-width:$screen-sm-min){
340
+ .blog-full-page-image-info {
341
+ height: 360px;
342
+ }
343
+
344
+ .blog-title{
345
+ width:95%;
346
+ font-size: 34px;
347
+ }
348
+ .blog-author-image {
349
+ height: 100px;
350
+ width: 100px;
351
+ }
352
+ em.post_date {
353
+ font-size: 13px;
354
+ }
355
+ p.post_excerpt {
356
+ font-size: 11px;
357
+ }
358
+
359
+ h3.post_title {
360
+ font-size: 17px;
361
+ }
362
+
363
+ h1#featured-image-blog-title {
364
+ font-size: 26px;
365
+ }
366
+
367
+
368
+
369
+ }
370
+
371
+
372
+ @media (max-width: $screen-xs-min) {
373
+
374
+
375
+ article.post-content > .col-md-4 {
376
+ padding: 0px;
377
+ }
378
+
379
+ }
380
+
381
+ @media(max-width: $screen-md-min - 1){
382
+ /* Blog Sidebar */
383
+ .col-md-3.blog-sidebar {
384
+ margin-top: 15px;
385
+ padding-right: 0px;
386
+ padding-left: 0px;
387
+ }
388
+
389
+ .featured_blog_post img.img-responsive {
390
+ padding-right: 10px;
391
+ }
392
+ }
393
+
394
+ // Blog Side Panel Styles
395
+ .featured_post_post > .row {
396
+ padding: 5px;
397
+ border-bottom: 1px solid #eee;
398
+ }
399
+ .featured_post_post > .row > div > img{
400
+ margin-top:10px;
401
+ margin-left:10px;
402
+
403
+ transition: all 200ms linear;
404
+ }
405
+
406
+ .featured_blog_post > .row {
407
+ padding: 5px;
408
+ border-bottom: 1px solid #eee;
409
+
410
+ transition: all 200ms linear;
411
+ }
412
+ .featured_blog_post > .row > div > img{
413
+ margin-top:10px;
414
+ margin-left:10px;
415
+ }
416
+
417
+ .blog-row .panel, .blog-post-content .panel {
418
+ border: 0 !important;
419
+ }
420
+
421
+ .blog-row .panel-body, .panel-body {
422
+ border:1px solid #eee;
423
+ padding-bottom:0;
424
+ padding-top: 0;
425
+ }
426
+
427
+ .blog-row .col-md-9.col-sm-9.col-xs-9 , .blog-post-content .col-md-9.col-sm-9.col-xs-9 {
428
+ padding-left:20px;
429
+ padding-top:10px;
430
+ }
431
+
432
+ //Hover Style
433
+ .featured_blog_post>.row:hover {
434
+ background-color: #fdfdfd;
435
+ }
436
+
437
+ .featured_blog_post small em {
438
+ color:black;
439
+ }
440
+
441
+