Browse Source

dependencies for web client

abram 4 years ago
parent
commit
3b916aa819

File diff suppressed because it is too large
+ 11266 - 0
html/css/bootstrap.css


File diff suppressed because it is too large
+ 1 - 0
html/css/bootstrap.css.map


+ 54 - 0
html/css/custom.css

@@ -0,0 +1,54 @@
+#con_top_menu {
+  height:146px;
+}
+
+#con_top_banner {
+  height: 225px;
+}
+
+img {
+  opacity: 1;
+  transition: opacity 0.3s;
+}
+
+img[data-src] {
+  opacity: 0;
+}
+
+/* magnific */
+
+/* overlay at start */
+.mfp-fade.mfp-bg {
+  opacity: 0;
+
+  -webkit-transition: all 0.15s ease-out;
+  -moz-transition: all 0.15s ease-out;
+  transition: all 0.15s ease-out;
+}
+/* overlay animate in */
+.mfp-fade.mfp-bg.mfp-ready {
+  opacity: 0.8;
+}
+/* overlay animate out */
+.mfp-fade.mfp-bg.mfp-removing {
+  opacity: 0;
+}
+
+/* content at start */
+.mfp-fade.mfp-wrap .mfp-content {
+  opacity: 0;
+
+  -webkit-transition: all 0.15s ease-out;
+  -moz-transition: all 0.15s ease-out;
+  transition: all 0.15s ease-out;
+}
+/* content animate it */
+.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
+  opacity: 1;
+}
+/* content animate out */
+.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
+  opacity: 0;
+}
+
+

File diff suppressed because it is too large
+ 11 - 0
html/css/pure-min.css


File diff suppressed because it is too large
+ 11317 - 0
html/css/styles.css


File diff suppressed because it is too large
+ 1842471 - 0
html/geojson/test_route.geojson


File diff suppressed because it is too large
+ 7 - 0
html/js/bootstrap.bundle.min.js


File diff suppressed because it is too large
+ 1 - 0
html/js/bootstrap.bundle.min.js.map


File diff suppressed because it is too large
+ 5046 - 0
html/js/bootstrap.js


File diff suppressed because it is too large
+ 7 - 0
html/js/bootstrap.min.js