diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php index cb3849016..b01ee96ae 100644 --- a/e107_admin/lancheck.php +++ b/e107_admin/lancheck.php @@ -295,7 +295,7 @@ class lancheck var $core_plugins = array(); - var $core_themes = array("bootstrap3", "voux", "landingzero"); + var $core_themes = array("bootstrap3", "voux"); private $errorsOnly = false; diff --git a/e107_handlers/theme_handler.php b/e107_handlers/theme_handler.php index 972f0d3fb..e689f8af8 100644 --- a/e107_handlers/theme_handler.php +++ b/e107_handlers/theme_handler.php @@ -972,18 +972,13 @@ class e_theme unset($vars['glyphicons']); } - if($path == "landingzero" ) - { - - // e107::getMessage()->addDebug("

".$path."

"); - // e107::getMessage()->addDebug(print_a($vars,true)); - // $mes->addDebug("
"); - } if($path == "bootstrap3" ) { - // print_a($vars); - // echo "
".print_a($vars,true)."".print_a($adv,true)."
"; + // e107::getMessage()->addDebug("

".$path."

"); + // e107::getMessage()->addDebug(print_a($vars,true)); + // print_a($vars); + // echo "
".print_a($vars,true)."".print_a($adv,true)."
"; } diff --git a/e107_tests/tests/acceptance/0000_InstallCest.php b/e107_tests/tests/acceptance/0000_InstallCest.php index 932c2cab8..59c5ac6e3 100644 --- a/e107_tests/tests/acceptance/0000_InstallCest.php +++ b/e107_tests/tests/acceptance/0000_InstallCest.php @@ -47,7 +47,7 @@ class InstallCest } - public function installLandingZero(AcceptanceTester $I) +/* public function installLandingZero(AcceptanceTester $I) { $I->wantTo("Install e107 with landingzero"); $this->installe107($I, array('sitetheme'=>'landingzero')); @@ -55,7 +55,7 @@ class InstallCest $this->testNoUpdatesRequired($I); $this->checkTinyMceIsInstalled($I); - } + }*/ private function installe107(AcceptanceTester $I, $params = array()) { diff --git a/e107_themes/landingzero/css/animate.min.css b/e107_themes/landingzero/css/animate.min.css deleted file mode 100644 index 8ae4afdb4..000000000 --- a/e107_themes/landingzero/css/animate.min.css +++ /dev/null @@ -1,12 +0,0 @@ -@charset "UTF-8";/*! -Animate.css - http://daneden.me/animate -Licensed under the MIT license - -Copyright (c) 2013 Daniel Eden - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75)}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25)}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(-48px);-ms-transform:scale(.475) translateX(-48px);transform:scale(.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(.475) translateY(-60px);-ms-transform:scale(.475) translateY(-60px);transform:scale(.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(2000px);-ms-transform:scale(.1) translateY(2000px);transform:scale(.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(.475) translateX(42px);-ms-transform:scale(.475) translateX(42px);transform:scale(.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(.475) translateX(-42px);-ms-transform:scale(.475) translateX(-42px);transform:scale(.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateX(2000px);-ms-transform:scale(.1) translateX(2000px);transform:scale(.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp} \ No newline at end of file diff --git a/e107_themes/landingzero/css/ionicons.min.css b/e107_themes/landingzero/css/ionicons.min.css deleted file mode 100644 index 841dec15e..000000000 --- a/e107_themes/landingzero/css/ionicons.min.css +++ /dev/null @@ -1,11 +0,0 @@ -@charset "UTF-8";/*! - Ionicons, v2.0.1 - Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ - https://twitter.com/benjsperry https://twitter.com/ionicframework - MIT License: https://github.com/driftyco/ionicons - - Android-style icons originally built by Google’s - Material Design Icons: https://github.com/google/material-design-icons - used under CC BY http://creativecommons.org/licenses/by/4.0/ - Modified icons to fit ionicon’s grid from original. -*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.1");src:url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("../fonts/ionicons.woff?v=2.0.1") format("woff"),url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"} diff --git a/e107_themes/landingzero/css/styles.css b/e107_themes/landingzero/css/styles.css deleted file mode 100644 index fc9c24ecc..000000000 --- a/e107_themes/landingzero/css/styles.css +++ /dev/null @@ -1,523 +0,0 @@ -/* - -Landing Zero theme - A free landing page theme from BootstrapZero -http://www.bootstrapzero.com - -*/ - -@import url(https://fonts.googleapis.com/css?family=Questrial); -@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700); - -html, -body { - width: 100%; - height: 100%; -} - -body { - font-family: 'Questrial','Helvetica Neue',Arial,sans-serif; - background-color: #282828; - color: #d3d3d3; - webkit-tap-highlight-color: #222; -} - -hr { - max-width: 80px; - border-width: 3px; - opacity: 0.09; - margin-top: 15px; - margin-bottom: 15px; -} - -hr.light { - border-color: #fff; -} - -a { - color: #9c27b0; - -webkit-transition: all .35s; - -moz-transition: all .35s; - transition: all .35s; -} - -a:hover, -a:focus { - color: #9c27c1; - outline: 0; -} - -h1,h2,h3,h4,h5,h6 { - font-family: 'Questrial','Helvetica Neue',Arial,sans-serif; -} - -p { - font-size: 17px; - line-height: 1.7; - margin-bottom: 20px; -} - -.wide-space { - letter-spacing: 1.6px; -} - -.icon-lg { - font-size: 50px; - line-height: 18px; -} - -.bg-primary { - background-color: #333; -} - -.bg-dark { - color: #eee; - background-color: #222; -} - -.cursive { - font-family: 'Dancing Script', cursive; - text-transform: none; -} - -.text-faded { - color: rgba(245,245,245,0.7); -} - -.text-dark { - color: #111; -} - -.text-primary { - color: #9c27b0; -} - -.modal-content { - background-color: #1d1d1d; -} - -section { - padding: 70px 0; -} - -aside { - padding: 50px 0; -} - -footer { - padding: 15px; -} - -.no-padding { - padding: 0; -} - -.navbar-default { - border-color: rgba(35,35,35,.05); - font-family: 'Questrial','Helvetica Neue',Arial,sans-serif; - background-color: #222; - -webkit-transition: all .4s; - -moz-transition: all .4s; - transition: all .4s; -} - -.navbar-header > .navbar-brand { - font-family: 'Questrial','Helvetica Neue',Arial,sans-serif; - color: #9c27b0; - padding: 15px; - -webkit-transition: padding .2s ease-in; - -moz-transition: padding .2s ease-in; - transition: padding .2s ease-in; -} - -.navbar-header > .navbar-brand:hover, -.navbar-header > .navbar-brand:focus { - color: #8b27b0; -} - -.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { - background-color: #181818; -} -.navbar-default .navbar-toggle, .navbar-default .navbar-collapse { - border-color: transparent; -} - -.navbar-default .nav > li>a, -.navbar-default .nav>li>a:focus { - text-transform: uppercase; - font-size: 13px; - font-weight: 700; - color: #eee; -} - -.navbar-default .nav > li>a:hover, -.navbar-default .nav>li>a:focus:hover { - color: #9c27b0; -} - -.navbar-default .nav > li.active>a, -.navbar-default .nav>li.active>a:focus { - color: #9c27b0 !important; - background-color: transparent; -} - -.navbar-default .nav > li.active>a:hover, -.navbar-default .nav>li.active>a:focus:hover -{ - background-color: transparent; -} - - -@media(min-width:768px) { - .navbar-default { - border-color: transparent; - background-color: transparent; - min-height: 60px; - } - - .navbar-header > .navbar-brand { - color: rgba(255,255,255,0.7); - padding: 19px; - } - - .navbar-default .navbar-header .navbar-brand:hover, - .navbar-default .navbar-header .navbar-brand:focus { - color: #f4f4f4; - } - - .navbar-default .nav > li>a, - .navbar-default .nav>li>a:focus { - color: rgba(255,255,255,0.8); - padding: 20px; - letter-spacing: 1.1px; - text-shadow: 1px 1px 1px rgba(60,60,60,0.7); - } - - .navbar-default .nav > li>a:hover, - .navbar-default .nav>li>a:focus:hover { - color: #fefefe; - } - - .navbar-default.affix { - border-color: rgba(34,34,34,.05); - background-color: #222; - } - - .navbar-default.affix .navbar-header .navbar-brand { - font-size: 15px; - color: #9c27b0; - padding: 20px; - letter-spacing: 1px; - } - - .navbar-default.affix .navbar-header .navbar-brand:hover, - .navbar-default.affix .navbar-header .navbar-brand:focus { - color: #8b27b0; - } - - .navbar-default.affix .nav > li>a, - .navbar-default.affix .nav>li>a:focus { - color: #ddd; - text-shadow: 1px 1px 1px rgba(30,30,30,0.7); - } - - .navbar-default.affix .nav > li>a:hover, - .navbar-default.affix .nav>li>a:focus:hover { - color: #9c27b0; - } -} - -header { - position: relative; - min-height: auto; - text-align: center; - color: #fff; - width: 100%; - background-color: #c9c9c9; - background-position: center; - -webkit-background-size: cover; - -moz-background-size: cover; - background-size: cover; - -o-background-size: cover; -} - -header .header-content { - position: relative; - width: 100%; - padding: 100px 15px; - text-align: center; - z-index: 2; -} - -header .header-content .inner h1 { - margin-top: 0; - margin-bottom: 0; -} - -header .header-content .inner p { - margin-bottom: 50px; - font-size: 16px; - font-weight: 300; - color: rgba(255,255,255,0.7); -} - -#video-background { - position: absolute; - right: 0; - bottom: 0; - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; - z-index: 1; -} - -#video-background.collapsing { - display:none; -} - -footer { - background-color:#2d2d2d; -} - -@media(min-width:768px) { - .icon-lg { - font-size: 80px; - } - - header { - min-height: 100%; - } - - header .header-content { - position: absolute; - top: 50%; - padding: 0 50px; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - } - - header .header-content .inner { - margin-right: auto; - margin-left: auto; - max-width: 1000px; - } - - header .header-content .inner h1 { - font-size: 53px; - } - - header .header-content .inner p { - margin-right: auto; - margin-left: auto; - max-width: 80%; - font-size: 18px; - } - - section { - min-height: 600px; - padding: 100px 0; - } - -} - -.form-control { - display: block; - width: 100%; - height: 35px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.5; - color: #eee; - background-color: #36333d; - background-image: none; - border: 1px solid #36333d; - border-radius: 4px; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -} - -.form-control:focus { - color: #222; - background-color: #ccc; - box-shadow: none; -} - -textarea { - resize: none; -} - -.margin-top-0 { - margin-top: 0; -} - -.feature { - margin: 50px auto 0; - max-width: 400px; -} - -@media(min-width:992px) { - .feature { - margin: 20px auto 0; - } -} - -.feature p { - margin-bottom: 0; -} - -.call-to-action h2 { - margin: 0 auto 20px; -} - -.gallery-box { - display: block; - position: relative; - margin: 0 auto; - max-width: 650px; - overflow:hidden; -} - -.gallery-box .gallery-box-caption { - display: block; - position: absolute; - bottom: 0; - width: 100%; - height: 100%; - text-align: center; - color: #fff; - opacity: 0; - background: rgba(44,44,44,.8); - -webkit-transition: all .35s; - -moz-transition: all .35s; - transition: all .35s; -} - -.gallery-box .gallery-box-caption .gallery-box-content { - position: absolute; - top: 50%; - width: 100%; - text-align: center; - transform: translateY(-50%); -} - -.gallery-box:hover .gallery-box-caption { - opacity: 1; -} - -.gallery-box:hover img { - -webkit-transform: scale(1.1); - -ms-transform: scale(1.1); - transform: scale(1.1); -} - -.gallery-box img { - -webkit-transition: all 300ms ease-in-out; - transition: all 300ms ease-in-out; -} - -.no-gutter > [class*=col-] { - padding-right: 0; - padding-left: 0; -} - -.btn-default { - border-color: #fff; - color: #222; - background-color: #fff; - -webkit-transition: all .35s; - -moz-transition: all .35s; - transition: all .35s; -} - -.btn-default:hover, -.btn-default:focus, -.btn-default.focus, -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - border-color: #ededed; - color: #222; - background-color: #f2f2f2; - opacity: 0.7; -} - -.btn-default:active, -.btn-default.active, -.open > .dropdown-toggle.btn-default { - background-image: none; -} - -.btn-default.disabled, -.btn-default[disabled], -fieldset[disabled] .btn-default, -.btn-default.disabled:hover, -.btn-default[disabled]:hover, -fieldset[disabled] .btn-default:hover, -.btn-default.disabled:focus, -.btn-default[disabled]:focus, -fieldset[disabled] .btn-default:focus, -.btn-default.disabled.focus, -.btn-default[disabled].focus, -fieldset[disabled] .btn-default.focus, -.btn-default.disabled:active, -.btn-default[disabled]:active, -fieldset[disabled] .btn-default:active, -.btn-default.disabled.active, -.btn-default[disabled].active, -fieldset[disabled] .btn-default.active { - border-color: #fff; - background-color: #fff; - opacity: 0.7; -} - -.btn-default .badge { - color: #fff; - background-color: #222; -} - -.btn.btn-primary { - background-color: transparent; - border:1px solid #f0f0f0; - border-color:#f0f0f0; - -webkit-transition: all .35s; - -moz-transition: all .35s; - transition: all .35s; -} - -.btn.btn-primary:hover { - opacity: 0.7; -} - -.btn { - border: 0; - border-radius: 290px; - font-family: 'Helvetica Neue',Arial,sans-serif; -} - -.btn-xl { - padding: 15px 30px; - font-size: 20px; -} - -::-moz-selection { - text-shadow: none; - color: #fff; - background: #222; -} - -::selection { - text-shadow: none; - color: #fff; - background: #222; -} - -img::selection { - color: #fff; - background: 0 0; -} - -img::-moz-selection { - color: #fff; - background: 0 0; -} diff --git a/e107_themes/landingzero/fonts/ionicons.eot b/e107_themes/landingzero/fonts/ionicons.eot deleted file mode 100644 index 9caa34895..000000000 Binary files a/e107_themes/landingzero/fonts/ionicons.eot and /dev/null differ diff --git a/e107_themes/landingzero/fonts/ionicons.ttf b/e107_themes/landingzero/fonts/ionicons.ttf deleted file mode 100644 index 180ce515f..000000000 Binary files a/e107_themes/landingzero/fonts/ionicons.ttf and /dev/null differ diff --git a/e107_themes/landingzero/fonts/ionicons.woff b/e107_themes/landingzero/fonts/ionicons.woff deleted file mode 100644 index 5bb6aecbe..000000000 Binary files a/e107_themes/landingzero/fonts/ionicons.woff and /dev/null differ diff --git a/e107_themes/landingzero/images/Traffic-blurred2.jpg b/e107_themes/landingzero/images/Traffic-blurred2.jpg deleted file mode 100644 index 14e926e1d..000000000 Binary files a/e107_themes/landingzero/images/Traffic-blurred2.jpg and /dev/null differ diff --git a/e107_themes/landingzero/images/adminicons_16.png b/e107_themes/landingzero/images/adminicons_16.png deleted file mode 100644 index d300ddc7c..000000000 Binary files a/e107_themes/landingzero/images/adminicons_16.png and /dev/null differ diff --git a/e107_themes/landingzero/images/adminicons_32.png b/e107_themes/landingzero/images/adminicons_32.png deleted file mode 100644 index aa08db70c..000000000 Binary files a/e107_themes/landingzero/images/adminicons_32.png and /dev/null differ diff --git a/e107_themes/landingzero/images/background01.jpg b/e107_themes/landingzero/images/background01.jpg deleted file mode 100644 index 35d089d1e..000000000 Binary files a/e107_themes/landingzero/images/background01.jpg and /dev/null differ diff --git a/e107_themes/landingzero/images/background02.jpg b/e107_themes/landingzero/images/background02.jpg deleted file mode 100644 index 137d5f661..000000000 Binary files a/e107_themes/landingzero/images/background02.jpg and /dev/null differ diff --git a/e107_themes/landingzero/images/browsers.png b/e107_themes/landingzero/images/browsers.png deleted file mode 100644 index 2b102648f..000000000 Binary files a/e107_themes/landingzero/images/browsers.png and /dev/null differ diff --git a/e107_themes/landingzero/images/e107_adminlogo.png b/e107_themes/landingzero/images/e107_adminlogo.png deleted file mode 100644 index d52cdfe2d..000000000 Binary files a/e107_themes/landingzero/images/e107_adminlogo.png and /dev/null differ diff --git a/e107_themes/landingzero/install/background01.jpg b/e107_themes/landingzero/install/background01.jpg deleted file mode 100644 index 35d089d1e..000000000 Binary files a/e107_themes/landingzero/install/background01.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/background02.jpg b/e107_themes/landingzero/install/background02.jpg deleted file mode 100644 index 137d5f661..000000000 Binary files a/e107_themes/landingzero/install/background02.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/beach.jpg b/e107_themes/landingzero/install/beach.jpg deleted file mode 100644 index f74d70598..000000000 Binary files a/e107_themes/landingzero/install/beach.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/bike.jpg b/e107_themes/landingzero/install/bike.jpg deleted file mode 100644 index b1baaeb78..000000000 Binary files a/e107_themes/landingzero/install/bike.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/city.jpg b/e107_themes/landingzero/install/city.jpg deleted file mode 100644 index 3bbcb19d1..000000000 Binary files a/e107_themes/landingzero/install/city.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/colors.jpg b/e107_themes/landingzero/install/colors.jpg deleted file mode 100644 index 3295c3054..000000000 Binary files a/e107_themes/landingzero/install/colors.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/deer.jpg b/e107_themes/landingzero/install/deer.jpg deleted file mode 100644 index 3363c530d..000000000 Binary files a/e107_themes/landingzero/install/deer.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/install.xml b/e107_themes/landingzero/install/install.xml deleted file mode 100644 index 5c14ec31a..000000000 --- a/e107_themes/landingzero/install/install.xml +++ /dev/null @@ -1,1875 +0,0 @@ - - - - 'https://www.facebook.com/e107CMS', - 'twitter' => 'https://twitter.com/e107', - 'youtube' => 'http://youtube.com/e107inc', - 'google' => '#', - 'linkedin' => '', - 'github' => '', - 'flickr' => '', - 'instagram' => '', - 'pinterest' => '', - 'vimeo' => '', -)]]> - 1 - 1 - 1483175267 - 1 - 1 - - - 12 - media_id ASC - 0 - 0 - normal - - 0 - dark - - dark - like - 0 - dark - 0 - 3 - - - - - - - 1 - wmessage - 1145848343 - 1 - Simple, One Page Design - 0 - A free landing page theme with video background.  The text you are reading is the "Welcome Message".
Visit the admin-area to modify.

Go to Admin area
[/html]]]>
-
-
- - - 23 - image/jpeg - Traffic-blurred2 - Traffic blurred2 - - _common_image - 1483180232 - 1 - {e_THEME}landingzero/install/traffic-blurred2.jpg - 212790 - 1920 x 1080 - 0 - - - - - 24 - image/jpeg - background01.jpg - - - _common_image - 1483181638 - 1 - {e_THEME}landingzero/install/background01.jpg - 406644 - 1440 x 953 - 0 - - - - - 25 - image/jpeg - background02.jpg - - - _common_image - 1483184466 - 1 - {e_THEME}landingzero/install/background02.jpg - 35347 - 576 x 324 - 0 - - - - - 26 - image/jpeg - beach.jpg - Beach - - gallery_image,news - 1483187279 - 1 - {e_THEME}landingzero/install/beach.jpg - 330067 - 1280 x 853 - 0 - - - - - 27 - image/jpeg - bike.jpg - Bike - - gallery_image,news - 1483187279 - 1 - {e_THEME}landingzero/install/bike.jpg - 767946 - 1440 x 960 - 0 - - - - - 28 - image/jpeg - city.jpg - City - - gallery_image,news - 1483187279 - 1 - {e_THEME}landingzero/install/city.jpg - 294726 - 1440 x 960 - 0 - - - - - 29 - image/jpeg - colors.jpg - Colors - - gallery_image,news - 1483187279 - 1 - {e_THEME}landingzero/install/colors.jpg - 460355 - 1440 x 960 - 0 - - - - - 30 - image/jpeg - deer.jpg - Deer - - gallery_image,news - 1483187279 - 1 - {e_THEME}landingzero/install/deer.jpg - 235299 - 1080 x 720 - 0 - - - - - 31 - image/jpeg - lake.jpg - Lake - - gallery_image,news - 1483187280 - 1 - {e_THEME}landingzero/install/lake.jpg - 167991 - 1080 x 720 - 0 - - - - - - - 1 - _common - _common_image - (Common Images) - - Media in this category will be available in all areas of admin. - 253 - - 0 - - - 2 - _common - _common_file - (Common Files) - - Media in this category will be available in all areas of admin. - 253 - - 0 - - - 3 - _common - _common_video - (Common Videos) - - Media in this category will be available in all areas of admin. - 253 - - 0 - - - 4 - _common - _common_audio - (Common Audio) - - Media in this category will be available in all areas of admin. - 253 - - 0 - - - 5 - news - news - News - - Will be available in the news area. - 253 - - 1 - - - 6 - page - page - Custom Pages - - Will be available in the custom pages area of admin. - 253 - - 0 - - - 7 - download - download_image - Download Images - - - 253 - - 0 - - - 8 - download - download_thumb - Download Thumbnails - - - 253 - - 0 - - - 9 - download - download_file - Download Files - - - 253 - - 0 - - - 10 - news - news_thumb - News Thumbnails (Legacy) - - Legacy news thumbnails. - 253 - - 1 - - - 11 - _icon - _icon_16 - Icons 16px - - Available where icons are used in admin. - 253 - - 0 - - - 12 - _icon - _icon_32 - Icons 32px - - Available where icons are used in admin. - 253 - - 0 - - - 13 - _icon - _icon_48 - Icons 48px - - Available where icons are used in admin. - 253 - - 0 - - - 14 - _icon - _icon_64 - Icons 64px - - Available where icons are used in admin. - 253 - - 0 - - - 15 - gallery - gallery_image - Gallery 1 - gallery-1 - - 0 - {e_THEME}landingzero/install/beach.jpg - 0 - - - 16 - _icon - _icon_svg - Icons SVG - - Available where icons are used in admin. - 253 - - 0 - - - - - 1 - Home - index.php - - - 1 - 0 - 0 - 0 - 0 - - - - - - 3 - About - user.php - - - 3 - 8 - 0 - 0 - 0 - - - - - - 4 - Submit News - submitnews.php - - - 3 - 10 - 3 - 0 - 253 - - - - - - 5 - Contact Us - contact.php - - - 3 - 11 - 3 - 0 - 0 - - - - - - 6 - News - news.php - - - 1 - 1 - 0 - 0 - 0 - - - - - - 7 - Content - page.php - - - 1 - 2 - 0 - 0 - 0 - - - - - - 8 - Article 1 - page.php?id=1 - - - 1 - 3 - 7 - 0 - 0 - - - - - - 9 - Article 2 - page.php?id=2 - - - 1 - 4 - 7 - 0 - 0 - - - - - - 10 - Article 3 - page.php?id=3 - - - 1 - 5 - 7 - 0 - 0 - - - - - - 11 - Gallery - {e_PLUGIN}gallery/gallery.php - - - 1 - 6 - 0 - 0 - 0 - - index - gallery - - - 12 - Information - # - - - 3 - 7 - 0 - 0 - 0 - page::pagesFromChapter(2) - - - - - 13 - Members - user.php - - - 3 - 9 - 3 - 0 - 0 - - - - - - - - 1 - login_menu - 0 - 0 - 0 - - login_menu/ - - - - - 2 - online_menu - 0 - 0 - 0 - - online/ - - - - - 3 - blogcalendar_menu - 0 - 0 - 0 - - blogcalendar_menu/ - - - - - 5 - search_menu - 0 - 0 - 0 - - search_menu/ - - - - - 6 - counter_menu - 0 - 0 - 0 - - siteinfo/ - - - - - 7 - userlanguage_menu - 0 - 0 - 0 - - user/ - - - - - 8 - compliance_menu - 0 - 0 - 0 - - siteinfo/ - - - - - 9 - other_news_menu - 0 - 0 - 0 - - news/ - - - - - 10 - clock_menu - 0 - 0 - 0 - - clock_menu/ - - - - - 11 - other_news2_menu - 0 - 0 - 0 - - news/ - - - - - 12 - comment_menu - 0 - 0 - 0 - - comment_menu/ - - - - - 13 - lastseen_menu - 0 - 0 - 0 - - online/ - - - - - 14 - news_months_menu - 0 - 0 - 0 - - news/ - - - - - 15 - admin_menu - 0 - 0 - 0 - - admin_menu/ - - - - - 16 - news_categories_menu - 0 - 0 - 0 - - news/ - - - - - 17 - latestnews_menu - 0 - 0 - 0 - - news/ - - - - - 18 - usertheme_menu - 0 - 0 - 0 - - user/ - - - - - 19 - powered_by_menu - 0 - 0 - 0 - - siteinfo/ - - - - - 20 - sitebutton_menu - 0 - 0 - 0 - - siteinfo/ - - - - - 21 - news_carousel_menu - 0 - 0 - 0 - - news/ - - - - - 22 - chapter_menu - 0 - 0 - 0 - - page/ - - - - - 23 - page_menu - 0 - 0 - 0 - - page/ - - - - - 24 - page_navigation_menu - 0 - 0 - 0 - - page/ - - - - - 25 - sectionone - 0 - 0 - 0 - - 2 - - - - - 27 - feature-menu-1 - 0 - 0 - 0 - - 4 - - - - - 28 - feature-menu-2 - 0 - 0 - 0 - - 5 - - - - - 29 - feature-menu-3 - 0 - 0 - 0 - - 6 - - - - - 42 - vertical-feature-1 - 0 - 0 - 0 - - 8 - - - - - 33 - contact_menu - 0 - 0 - 0 - - contact/ - - - - - 80 - feature-menu-1 - 10 - 1 - 0 - - 4 - homepage - - - - 35 - slideshow_menu - 0 - 0 - 0 - - gallery/ - - - - - 36 - news_grid_menu - 0 - 0 - 0 - - news/ - - - - - 37 - rss_menu - 0 - 0 - 0 - - rss_menu/ - - - - - 38 - fb_like_menu - 0 - 0 - 0 - - social/ - - - - - 39 - twitter_menu - 0 - 0 - 0 - - social/ - - - - - 43 - vertical-feature-2 - 0 - 0 - 0 - - 9 - - - - - 44 - vertical-feature-3 - 0 - 0 - 0 - - 10 - - - - - 45 - vertical-feature-4 - 0 - 0 - 0 - - 11 - - - - - 46 - vertical-feature-5 - 0 - 0 - 0 - - 12 - - - - - 47 - call-to-action - 0 - 0 - 0 - - 13 - - - - - 72 - sectionone - 1 - 1 - 0 - - 2 - homepage - - - - 53 - footer-menu-2 - 0 - 0 - 0 - - 16 - - - - - 54 - footer-menu-3 - 0 - 0 - 0 - - 17 - - - - - 57 - footer-menu-2 - 5 - 1 - 0 - - 16 - homepage - - - - 61 - call-to-action - 8 - 1 - 0 - - 13 - homepage - - - - 60 - latestnews_menu - 6 - 1 - 0 - - news/ - homepage - - - - 64 - vertical-feature-1 - 9 - 1 - 0 - - 8 - homepage - - - - 65 - vertical-feature-2 - 9 - 2 - 0 - - 9 - homepage - - - - 66 - vertical-feature-3 - 9 - 3 - 0 - - 10 - homepage - - - - 67 - vertical-feature-4 - 9 - 4 - 0 - - 11 - homepage - - - - 68 - vertical-feature-5 - 9 - 5 - 0 - - 12 - homepage - - - - 70 - feature-menu-2 - 10 - 2 - 0 - - 5 - homepage - - - - 71 - feature-menu-3 - 10 - 3 - 0 - - 6 - homepage - - - - 74 - footer-menu-2 - 5 - 1 - 0 - - 16 - - - - - 75 - latestnews_menu - 6 - 1 - 0 - - news/ - - - - - 76 - aboutmodal - 0 - 0 - 0 - - 1 - - - - - 77 - jumbotron-menu-3 - 0 - 0 - 0 - - 3 - - - - - 78 - footer-menu-4 - 0 - 0 - 0 - - 18 - - - - - 79 - instafeed_menu - 0 - 0 - 0 - - social/ - - - - - 81 - - 0 - 0 - 0 - - 14 - - - - - 82 - - 0 - 0 - 0 - - 20 - - - - - 83 - otheruser_menu - 0 - 0 - 0 - - user/ - - - - - 84 - news_categories_menu - 1 - 1 - 0 - - news/ - - - - - 87 - other_news2_menu - 2 - 1 - 0 - - news/ - - - - - 86 - news_months_menu - 1 - 2 - 0 - - news/ - - '0', - 'year' => '2017', -)]]> - - - 88 - other_news_menu - 2 - 2 - 0 - - news/ - - - - - 90 - twitter_menu - 2 - 3 - 0 - - social/ - - - - - 91 - fb_like_menu - 1 - 3 - 0 - - social/ - - - - - - - 1 - Welcome - welcome-to-e107 - Lorem ipsum dolor sit amet, no meis semper dicunt est, petentium eloquentiam quo ne. At vero facer eam. Ex nam altera oportere, nisl natum prima id pro. Rebum augue dissentiet eum te, vel veniam eirmod option ea, at eos velit repudiare. Ius sumo dicit adolescens id, an cum efficiantur concludaturque.

Summo sensibus cum ne, et duo torquatos conceptam. No aeque elitr constituam qui. Nostro corpora nec no, diam verterem tincidunt has et. Altera accumsan urbanitas pro eu, ei assum voluptaria sed. Eam tibique nominavi consequuntur an.

Ei perfecto delicata usu, quo eius noster blandit te. Eu doctus volumus pri. Meis argumentum an nam, eos odio prima autem an. Te complectitur intellegebat pro, ius id alterum maiestatis. Ea facer accusata sed, ex illum antiopam quo.

Altera putent pri ad, in phaedrum dissentiunt per. Te eum everti dolores. Ut mea vero autem viderer, mel brute harum senserit id. Minim senserit eloquentiam duo in, sit ei justo graece petentium. Sea id homero oporteat invenire.

Pri semper dolorum ad. Cu eius repudiare eos. Eum in eleifend necessitatibus. Ne has mutat intellegebat.

[/html]]]>
- Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English to emphasise design elements over content. It's also called placeholder (or filler) text. It's a convenient tool for mock-ups. It helps to outline the visual elements of a document or presentation, eg typography, font, or layout. Lorem ipsum is mostly a part of a Latin text by the classical author and philosopher Cicero. Its words and letters have been changed by addition or removal, so to deliberately render its content nonsensical; it's not genuine, correct, or comprehensible Latin anymore.

-

While lorem ipsum's still resembles classical Latin, it actually has no meaning whatsoever. As Cicero's text doesn't contain the letters K, W, or Z, alien to latin, these, and others are often inserted randomly to mimic the  typographic appearence of European languages, as are digraphs not to be found in the original.

[/html]]]>
- welcome,new website - Description for Facebook and search engines. - 1484982000 - 1 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - Example news item summary - {e_THEME}landingzero/install/deer.jpg,,,, - 0 -
- - 2 - Example News item 2 - example-news-item-2 - Lorem ipsum dolor sit amet, no meis semper dicunt est, petentium eloquentiam quo ne. At vero facer eam. Ex nam altera oportere, nisl natum prima id pro. Rebum augue dissentiet eum te, vel veniam eirmod option ea, at eos velit repudiare. Ius sumo dicit adolescens id, an cum efficiantur concludaturque.

Summo sensibus cum ne, et duo torquatos conceptam. No aeque elitr constituam qui. Nostro corpora nec no, diam verterem tincidunt has et. Altera accumsan urbanitas pro eu, ei assum voluptaria sed. Eam tibique nominavi consequuntur an.

Ei perfecto delicata usu, quo eius noster blandit te. Eu doctus volumus pri. Meis argumentum an nam, eos odio prima autem an. Te complectitur intellegebat pro, ius id alterum maiestatis. Ea facer accusata sed, ex illum antiopam quo.

Altera putent pri ad, in phaedrum dissentiunt per. Te eum everti dolores. Ut mea vero autem viderer, mel brute harum senserit id. Minim senserit eloquentiam duo in, sit ei justo graece petentium. Sea id homero oporteat invenire.

Pri semper dolorum ad. Cu eius repudiare eos. Eum in eleifend necessitatibus. Ne has mutat intellegebat.

[/html]]]>
- Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English to emphasise design elements over content. It's also called placeholder (or filler) text. It's a convenient tool for mock-ups. It helps to outline the visual elements of a document or presentation, eg typography, font, or layout. Lorem ipsum is mostly a part of a Latin text by the classical author and philosopher Cicero. Its words and letters have been changed by addition or removal, so to deliberately render its content nonsensical; it's not genuine, correct, or comprehensible Latin anymore.

-

While lorem ipsum's still resembles classical Latin, it actually has no meaning whatsoever. As Cicero's text doesn't contain the letters K, W, or Z, alien to latin, these, and others are often inserted randomly to mimic the  typographic appearence of European languages, as are digraphs not to be found in the original.

[/html]]]>
- welcome,new website - Description for Facebook and search engines. - 1483899000 - 1 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - Example news item summary - {e_THEME}landingzero/install/colors.jpg,,,, - 0 -
- - 3 - Example News Items 3 - example-news-items-3 - Lorem ipsum dolor sit amet, no meis semper dicunt est, petentium eloquentiam quo ne. At vero facer eam. Ex nam altera oportere, nisl natum prima id pro. Rebum augue dissentiet eum te, vel veniam eirmod option ea, at eos velit repudiare. Ius sumo dicit adolescens id, an cum efficiantur concludaturque.

Summo sensibus cum ne, et duo torquatos conceptam. No aeque elitr constituam qui. Nostro corpora nec no, diam verterem tincidunt has et. Altera accumsan urbanitas pro eu, ei assum voluptaria sed. Eam tibique nominavi consequuntur an.

Ei perfecto delicata usu, quo eius noster blandit te. Eu doctus volumus pri. Meis argumentum an nam, eos odio prima autem an. Te complectitur intellegebat pro, ius id alterum maiestatis. Ea facer accusata sed, ex illum antiopam quo.

Altera putent pri ad, in phaedrum dissentiunt per. Te eum everti dolores. Ut mea vero autem viderer, mel brute harum senserit id. Minim senserit eloquentiam duo in, sit ei justo graece petentium. Sea id homero oporteat invenire.

Pri semper dolorum ad. Cu eius repudiare eos. Eum in eleifend necessitatibus. Ne has mutat intellegebat.

[/html]]]>
- Lorem ipsum is a pseudo-Latin text used in web design, typography, layout, and printing in place of English to emphasise design elements over content. It's also called placeholder (or filler) text. It's a convenient tool for mock-ups. It helps to outline the visual elements of a document or presentation, eg typography, font, or layout. Lorem ipsum is mostly a part of a Latin text by the classical author and philosopher Cicero. Its words and letters have been changed by addition or removal, so to deliberately render its content nonsensical; it's not genuine, correct, or comprehensible Latin anymore.

-

While lorem ipsum's still resembles classical Latin, it actually has no meaning whatsoever. As Cicero's text doesn't contain the letters K, W, or Z, alien to latin, these, and others are often inserted randomly to mimic the  typographic appearence of European languages, as are digraphs not to be found in the original.

[/html]]]>
- welcome,new website - Description for Facebook and search engines. - 1484910000 - 1 - 1 - 0 - 0 - 0 - 0 - 0 - 0 - Example news item summary - {e_THEME}landingzero/install/city.jpg,,,, - 0 -
-
- - - 1 - A free, responsive landing page theme built by BootstrapZero managed by e107. - aboutmodal - 0 - - - - 1 - 1371420000 - 1 - 1 - - 0 - - default - 0 - aboutmodal - Landing Zero Theme - This is a originally single-page Bootstrap template with a sleek dark/grey color scheme, accent color and smooth scrolling.
There are vertical content sections with subtle animations that are activated when scrolled into view using the jQuery WOW plugin. There is also a featurebox with modals
that work nicely to showcase your work portfolio. Other features include a contact form, email subscribe form, multi-column footer. Uses Questrial Google Font and Ionicons.

-

Now, with e107 managed its content, you can use it as multipage template.

[/html]]]>
- - - aboutmodal - 0 - http://www.bootstrapzero.com - Download at BootstrapZero -
- - 2 - Section One - section-one - 0 - - - - 1 - 1366149600 - 0 - 0 - - 0 - - default - 10 - sectionone - Built On The Bootstrap Grid -  Bootstrap's responsive grid comes in 4 sizes or "breakpoints": tiny (xs), small(sm), medium(md) and large(lg). These 4 grid sizes enable you create responsive layouts that behave accordingly on different devices.

[/html]]]>
- - - sectionone - 0 - #three - Learn More -
- - 7 - - test - 0 - - - - 1 - 1483189127 - 0 - 0 - - 0 - - default - 80 - - test -

-[/html]]]>
- - - default - 0 - - -
- - 8 - - vertical-feature-1 - 0 - - - - 1 - 1483189642 - 0 - 0 - - 0 - - default - 90 - vertical-feature-1 - Simple - What could be easier? Get started fast with this landing page starter theme.

[/html]]]>
- - ion-ios-bolt-outline.glyph - verticalfeatures-fadeInRight - 0 - - -
- - 3 - Services - services - 2 - - - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum porttitor a justo ut tristique. Nam molestie sem at leo lobortis, vel luctus ligula tempus. Sed sagittis rutrum lectus vel suscipit. Sed in ligula vitae massa sagittis adipiscing vitae vel sem. Fusce nec rhoncus purus. Aenean mollis magna tellus; non consequat leo feugiat eu. Donec mauris velit, euismod nec facilisis quis, hendrerit nec lorem. Aliquam et lorem sed enim tempus sodales. Vestibulum ut enim adipiscing ipsum semper eleifend in in dolor. Fusce tempor risus velit, in fringilla tellus faucibus eget. Maecenas aliquet nunc nec nulla auctor, sed tristique est pellentesque. Maecenas tristique blandit dolor, nec egestas ligula aliquam eu. Morbi porta leo iaculis, hendrerit lorem interdum, porta dui. Integer tempor convallis quam, eget tempus neque blandit sit amet. Quisque dictum libero elit, ut vehicula lectus accumsan a. Nam laoreet vulputate massa vel viverra. Sed tempus blandit sapien, in viverra urna aliquet quis. Aliquam erat volutpat. Nulla accumsan posuere.

[/html]]]>
- 1 - 1482818400 - 0 - 0 - - 0 - - default - 20 - jumbotron-menu-3 - Heading 3 - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus auctor egestas condimentum. Suspendisse placerat nunc orci, a ultrices tortor eleifend in. Vestibulum tincidunt fringilla malesuada? Phasellus dolor risus, aliquam eu odio quis, mattis cursus magna. Integer ut blandit purus; vitae posuere ante. Vivamus sapien nisl, pulvinar vel turpis a, malesuada vehicula lorem! Curabitur magna justo; laoreet at congue sit amet, tincidunt sit amet erat. Integer vehicula eros quis odio tincidunt, nec dapibus sem molestie. Cras sed viverra eros. Nulla ut lectus tellus.

[/html]]]>
- - - button - 0 - - -
- - 4 - Responsive - responsive - 0 - - - - 1 - 1344549600 - 0 - 0 - - 0 - - default - 30 - feature-menu-1 - Responsive - Your site looks good everywhere

[/html]]]>
- - ion-android-laptop.glyph - sectiontwo - 0 - - -
- - 5 - Feature 2 - feature-2 - 0 - - - - 1 - 1347228000 - 0 - 0 - - 0 - - default - 40 - feature-menu-2 - Customizable - Easy to theme and customize with SASS

[/html]]]>
- - ion-social-sass.glyph - sectiontwo - 0 - - -
- - 13 - BOOTSTRAP IS BASED ON THESE STANDARDS - call-to-action - 0 - - - -
-
-
[/html]]]>
- 1 - 1483190718 - 0 - 0 - - 0 - - default - 60 - call-to-action - Get Started - - - - call-to-action - 0 - http://www.bootstrapzero.com/bootstrap-template/landing-zero - Free Download -
- - 14 - Products - products - 2 - - - - 1 - 1483194045 - 0 - 0 - - 0 - - default - 70 - - - - - - default - 0 - - - - - 16 - - footer-menu-2 - 0 - - - - 1 - 1483211782 - 0 - 0 - - 0 - - default - 100 - footer-menu-2 - Site Tagline - {SITETAG}

[/html]]]>
- - - default - 0 - - -
- - 18 - - footer-menu-4 - 0 - - - - 1 - 1483211782 - 0 - 0 - - 0 - - default - 110 - footer-menu-4 - Follow - {XURL_ICONS}

[/html]]]>
- - - default - 0 - - -
- - 6 - Feature 3 - feature-3 - 0 - - - - 1 - 1349820000 - 0 - 0 - - 0 - - default - 50 - feature-menu-3 - Consistent - A mature, well-tested, stable codebase

[/html]]]>
- - ion-ios-star-outline.glyph - sectiontwo - 0 - - -
- - 9 - - vertical-feature-1 - 0 - - - - 1 - 1483189642 - 0 - 0 - - 0 - - default - 120 - vertical-feature-2 - Free - Yes, please. Grab it for yourself, and make something awesome with this.

[/html]]]>
- - ion-ios-cloud-download-outline.glyph - verticalfeatures-fadeIn - 0 - - -
- - 10 - - vertical-feature-1 - 0 - - - - 1 - 1483189642 - 0 - 0 - - 0 - - default - 130 - vertical-feature-3 - Unique - Because you don't want your Bootstrap site, to look like a Bootstrap site.

[/html]]]>
- - ion-ios-snowy.glyph - verticalfeatures-fadeInRight - 0 - - -
- - 11 - - vertical-feature-1 - 0 - - - - 1 - 1483189642 - 0 - 0 - - 0 - - default - 140 - vertical-feature-4 - Popular - There's good reason why Bootstrap is the most used frontend framework in the world.

[/html]]]>
- - ion-ios-heart-outline.glyph - verticalfeatures-fadeIn - 0 - - -
- - 12 - - vertical-feature-1 - 0 - - - - 1 - 1483189642 - 0 - 0 - - 0 - - default - 150 - vertical-feature-5 - Tested - Bootstrap is matured and well-tested. It's a stable codebase that provides consistency.

[/html]]]>
- - ion-ios-flask-outline.glyph - verticalfeatures-fadeInRight - 0 - - -
- - 20 - Benefits - benefits - 2 - - - - 1 - 1483194045 - 0 - 0 - - 0 - - default - 70 - - - - - - default - 0 - - - -
- - - 1 - 0 - General - general - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec et tempor odio. Quisque volutpat lorem nec lectus congue suscipit. In hac habitasse platea dictumst. Etiam odio nisi, egestas vitae amet. - - 0 - - 0 - - 0 - - - 2 - 1 - Information - information - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi ut nunc ac neque egestas ullamcorper. In convallis semper hendrerit. Etiam non dolor nisl, varius facilisis dui. Nunc egestas massa nunc. - - 0 - - 1 - default - 0 - - -
-
\ No newline at end of file diff --git a/e107_themes/landingzero/install/lake.jpg b/e107_themes/landingzero/install/lake.jpg deleted file mode 100644 index 6896c9666..000000000 Binary files a/e107_themes/landingzero/install/lake.jpg and /dev/null differ diff --git a/e107_themes/landingzero/install/traffic-blurred2.jpg b/e107_themes/landingzero/install/traffic-blurred2.jpg deleted file mode 100644 index 14e926e1d..000000000 Binary files a/e107_themes/landingzero/install/traffic-blurred2.jpg and /dev/null differ diff --git a/e107_themes/landingzero/js/scripts.js b/e107_themes/landingzero/js/scripts.js deleted file mode 100644 index 66d7d42ff..000000000 --- a/e107_themes/landingzero/js/scripts.js +++ /dev/null @@ -1,30 +0,0 @@ -(function($) { - "use strict"; - - $('body').scrollspy({ - target: '.navbar-fixed-top', - offset: 60 - }); - - $('#topNav').affix({ - offset: { - top: 200 - } - }); - - new WOW().init(); - - $('a.page-scroll').bind('click', function(event) { - var $ele = $(this); - $('html, body').stop().animate({ - scrollTop: ($($ele.attr('href')).offset().top - 60) - }, 1450, 'easeInOutExpo'); - event.preventDefault(); - }); - - - $('#galleryModal').on('show.bs.modal', function (e) { - $('#galleryImage').attr("src",$(e.relatedTarget).data("src")); - }); - -})(jQuery); diff --git a/e107_themes/landingzero/js/wow.js b/e107_themes/landingzero/js/wow.js deleted file mode 100644 index 607b5a44e..000000000 --- a/e107_themes/landingzero/js/wow.js +++ /dev/null @@ -1,509 +0,0 @@ -(function() { - var MutationObserver, Util, WeakMap, getComputedStyle, getComputedStyleRX, - bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, - indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; - - Util = (function() { - function Util() {} - - Util.prototype.extend = function(custom, defaults) { - var key, value; - for (key in defaults) { - value = defaults[key]; - if (custom[key] == null) { - custom[key] = value; - } - } - return custom; - }; - - Util.prototype.isMobile = function(agent) { - return /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(agent); - }; - - Util.prototype.createEvent = function(event, bubble, cancel, detail) { - var customEvent; - if (bubble == null) { - bubble = false; - } - if (cancel == null) { - cancel = false; - } - if (detail == null) { - detail = null; - } - if (document.createEvent != null) { - customEvent = document.createEvent('CustomEvent'); - customEvent.initCustomEvent(event, bubble, cancel, detail); - } else if (document.createEventObject != null) { - customEvent = document.createEventObject(); - customEvent.eventType = event; - } else { - customEvent.eventName = event; - } - return customEvent; - }; - - Util.prototype.emitEvent = function(elem, event) { - if (elem.dispatchEvent != null) { - return elem.dispatchEvent(event); - } else if (event in (elem != null)) { - return elem[event](); - } else if (("on" + event) in (elem != null)) { - return elem["on" + event](); - } - }; - - Util.prototype.addEvent = function(elem, event, fn) { - if (elem.addEventListener != null) { - return elem.addEventListener(event, fn, false); - } else if (elem.attachEvent != null) { - return elem.attachEvent("on" + event, fn); - } else { - return elem[event] = fn; - } - }; - - Util.prototype.removeEvent = function(elem, event, fn) { - if (elem.removeEventListener != null) { - return elem.removeEventListener(event, fn, false); - } else if (elem.detachEvent != null) { - return elem.detachEvent("on" + event, fn); - } else { - return delete elem[event]; - } - }; - - Util.prototype.innerHeight = function() { - if ('innerHeight' in window) { - return window.innerHeight; - } else { - return document.documentElement.clientHeight; - } - }; - - return Util; - - })(); - - WeakMap = this.WeakMap || this.MozWeakMap || (WeakMap = (function() { - function WeakMap() { - this.keys = []; - this.values = []; - } - - WeakMap.prototype.get = function(key) { - var i, item, j, len, ref; - ref = this.keys; - for (i = j = 0, len = ref.length; j < len; i = ++j) { - item = ref[i]; - if (item === key) { - return this.values[i]; - } - } - }; - - WeakMap.prototype.set = function(key, value) { - var i, item, j, len, ref; - ref = this.keys; - for (i = j = 0, len = ref.length; j < len; i = ++j) { - item = ref[i]; - if (item === key) { - this.values[i] = value; - return; - } - } - this.keys.push(key); - return this.values.push(value); - }; - - return WeakMap; - - })()); - - MutationObserver = this.MutationObserver || this.WebkitMutationObserver || this.MozMutationObserver || (MutationObserver = (function() { - function MutationObserver() { - if (typeof console !== "undefined" && console !== null) { - console.warn('MutationObserver is not supported by your browser.'); - } - if (typeof console !== "undefined" && console !== null) { - console.warn('WOW.js cannot detect dom mutations, please call .sync() after loading new content.'); - } - } - - MutationObserver.notSupported = true; - - MutationObserver.prototype.observe = function() {}; - - return MutationObserver; - - })()); - - getComputedStyle = this.getComputedStyle || function(el, pseudo) { - this.getPropertyValue = function(prop) { - var ref; - if (prop === 'float') { - prop = 'styleFloat'; - } - if (getComputedStyleRX.test(prop)) { - prop.replace(getComputedStyleRX, function(_, _char) { - return _char.toUpperCase(); - }); - } - return ((ref = el.currentStyle) != null ? ref[prop] : void 0) || null; - }; - return this; - }; - - getComputedStyleRX = /(\-([a-z]){1})/g; - - this.WOW = (function() { - WOW.prototype.defaults = { - boxClass: 'wow', - animateClass: 'animated', - offset: 0, - mobile: true, - live: true, - callback: null - }; - - function WOW(options) { - if (options == null) { - options = {}; - } - this.scrollCallback = bind(this.scrollCallback, this); - this.scrollHandler = bind(this.scrollHandler, this); - this.resetAnimation = bind(this.resetAnimation, this); - this.start = bind(this.start, this); - this.scrolled = true; - this.config = this.util().extend(options, this.defaults); - this.animationNameCache = new WeakMap(); - this.wowEvent = this.util().createEvent(this.config.boxClass); - } - - WOW.prototype.init = function() { - var ref; - this.element = window.document.documentElement; - if ((ref = document.readyState) === "interactive" || ref === "complete") { - this.start(); - } else { - this.util().addEvent(document, 'DOMContentLoaded', this.start); - } - return this.finished = []; - }; - - WOW.prototype.start = function() { - var box, j, len, ref; - this.stopped = false; - this.boxes = (function() { - var j, len, ref, results; - ref = this.element.querySelectorAll("." + this.config.boxClass); - results = []; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - results.push(box); - } - return results; - }).call(this); - this.all = (function() { - var j, len, ref, results; - ref = this.boxes; - results = []; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - results.push(box); - } - return results; - }).call(this); - if (this.boxes.length) { - if (this.disabled()) { - this.resetStyle(); - } else { - ref = this.boxes; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - this.applyStyle(box, true); - } - } - } - if (!this.disabled()) { - this.util().addEvent(window, 'scroll', this.scrollHandler); - this.util().addEvent(window, 'resize', this.scrollHandler); - this.interval = setInterval(this.scrollCallback, 50); - } - if (this.config.live) { - return new MutationObserver((function(_this) { - return function(records) { - var k, len1, node, record, results; - results = []; - for (k = 0, len1 = records.length; k < len1; k++) { - record = records[k]; - results.push((function() { - var l, len2, ref1, results1; - ref1 = record.addedNodes || []; - results1 = []; - for (l = 0, len2 = ref1.length; l < len2; l++) { - node = ref1[l]; - results1.push(this.doSync(node)); - } - return results1; - }).call(_this)); - } - return results; - }; - })(this)).observe(document.body, { - childList: true, - subtree: true - }); - } - }; - - WOW.prototype.stop = function() { - this.stopped = true; - this.util().removeEvent(window, 'scroll', this.scrollHandler); - this.util().removeEvent(window, 'resize', this.scrollHandler); - if (this.interval != null) { - return clearInterval(this.interval); - } - }; - - WOW.prototype.sync = function(element) { - if (MutationObserver.notSupported) { - return this.doSync(this.element); - } - }; - - WOW.prototype.doSync = function(element) { - var box, j, len, ref, results; - if (element == null) { - element = this.element; - } - if (element.nodeType !== 1) { - return; - } - element = element.parentNode || element; - ref = element.querySelectorAll("." + this.config.boxClass); - results = []; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - if (indexOf.call(this.all, box) < 0) { - this.boxes.push(box); - this.all.push(box); - if (this.stopped || this.disabled()) { - this.resetStyle(); - } else { - this.applyStyle(box, true); - } - results.push(this.scrolled = true); - } else { - results.push(void 0); - } - } - return results; - }; - - WOW.prototype.show = function(box) { - this.applyStyle(box); - box.className = box.className + " " + this.config.animateClass; - if (this.config.callback != null) { - this.config.callback(box); - } - this.util().emitEvent(box, this.wowEvent); - this.util().addEvent(box, 'animationend', this.resetAnimation); - this.util().addEvent(box, 'oanimationend', this.resetAnimation); - this.util().addEvent(box, 'webkitAnimationEnd', this.resetAnimation); - this.util().addEvent(box, 'MSAnimationEnd', this.resetAnimation); - return box; - }; - - WOW.prototype.applyStyle = function(box, hidden) { - var delay, duration, iteration; - duration = box.getAttribute('data-wow-duration'); - delay = box.getAttribute('data-wow-delay'); - iteration = box.getAttribute('data-wow-iteration'); - return this.animate((function(_this) { - return function() { - return _this.customStyle(box, hidden, duration, delay, iteration); - }; - })(this)); - }; - - WOW.prototype.animate = (function() { - if ('requestAnimationFrame' in window) { - return function(callback) { - return window.requestAnimationFrame(callback); - }; - } else { - return function(callback) { - return callback(); - }; - } - })(); - - WOW.prototype.resetStyle = function() { - var box, j, len, ref, results; - ref = this.boxes; - results = []; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - results.push(box.style.visibility = 'visible'); - } - return results; - }; - - WOW.prototype.resetAnimation = function(event) { - var target; - if (event.type.toLowerCase().indexOf('animationend') >= 0) { - target = event.target || event.srcElement; - return target.className = target.className.replace(this.config.animateClass, '').trim(); - } - }; - - WOW.prototype.customStyle = function(box, hidden, duration, delay, iteration) { - if (hidden) { - this.cacheAnimationName(box); - } - box.style.visibility = hidden ? 'hidden' : 'visible'; - if (duration) { - this.vendorSet(box.style, { - animationDuration: duration - }); - } - if (delay) { - this.vendorSet(box.style, { - animationDelay: delay - }); - } - if (iteration) { - this.vendorSet(box.style, { - animationIterationCount: iteration - }); - } - this.vendorSet(box.style, { - animationName: hidden ? 'none' : this.cachedAnimationName(box) - }); - return box; - }; - - WOW.prototype.vendors = ["moz", "webkit"]; - - WOW.prototype.vendorSet = function(elem, properties) { - var name, results, value, vendor; - results = []; - for (name in properties) { - value = properties[name]; - elem["" + name] = value; - results.push((function() { - var j, len, ref, results1; - ref = this.vendors; - results1 = []; - for (j = 0, len = ref.length; j < len; j++) { - vendor = ref[j]; - results1.push(elem["" + vendor + (name.charAt(0).toUpperCase()) + (name.substr(1))] = value); - } - return results1; - }).call(this)); - } - return results; - }; - - WOW.prototype.vendorCSS = function(elem, property) { - var j, len, ref, result, style, vendor; - style = getComputedStyle(elem); - result = style.getPropertyCSSValue(property); - ref = this.vendors; - for (j = 0, len = ref.length; j < len; j++) { - vendor = ref[j]; - result = result || style.getPropertyCSSValue("-" + vendor + "-" + property); - } - return result; - }; - - WOW.prototype.animationName = function(box) { - var animationName; - try { - animationName = this.vendorCSS(box, 'animation-name').cssText; - } catch (_error) { - animationName = getComputedStyle(box).getPropertyValue('animation-name'); - } - if (animationName === 'none') { - return ''; - } else { - return animationName; - } - }; - - WOW.prototype.cacheAnimationName = function(box) { - return this.animationNameCache.set(box, this.animationName(box)); - }; - - WOW.prototype.cachedAnimationName = function(box) { - return this.animationNameCache.get(box); - }; - - WOW.prototype.scrollHandler = function() { - return this.scrolled = true; - }; - - WOW.prototype.scrollCallback = function() { - var box; - if (this.scrolled) { - this.scrolled = false; - this.boxes = (function() { - var j, len, ref, results; - ref = this.boxes; - results = []; - for (j = 0, len = ref.length; j < len; j++) { - box = ref[j]; - if (!(box)) { - continue; - } - if (this.isVisible(box)) { - this.show(box); - continue; - } - results.push(box); - } - return results; - }).call(this); - if (!(this.boxes.length || this.config.live)) { - return this.stop(); - } - } - }; - - WOW.prototype.offsetTop = function(element) { - var top; - while (element.offsetTop === void 0) { - element = element.parentNode; - } - top = element.offsetTop; - while (element = element.offsetParent) { - top += element.offsetTop; - } - return top; - }; - - WOW.prototype.isVisible = function(box) { - var bottom, offset, top, viewBottom, viewTop; - offset = box.getAttribute('data-wow-offset') || this.config.offset; - viewTop = window.pageYOffset; - viewBottom = viewTop + Math.min(this.element.clientHeight, this.util().innerHeight()) - offset; - top = this.offsetTop(box); - bottom = top + box.clientHeight; - return top <= viewBottom && bottom >= viewTop; - }; - - WOW.prototype.util = function() { - return this._util != null ? this._util : this._util = new Util(); - }; - - WOW.prototype.disabled = function() { - return !this.config.mobile && this.util().isMobile(navigator.userAgent); - }; - - return WOW; - - })(); - -}).call(this); diff --git a/e107_themes/landingzero/languages/English.php b/e107_themes/landingzero/languages/English.php deleted file mode 100644 index 570985c21..000000000 --- a/e107_themes/landingzero/languages/English.php +++ /dev/null @@ -1,28 +0,0 @@ - diff --git a/e107_themes/landingzero/preview_default.jpg b/e107_themes/landingzero/preview_default.jpg deleted file mode 100644 index ec5fc04b8..000000000 Binary files a/e107_themes/landingzero/preview_default.jpg and /dev/null differ diff --git a/e107_themes/landingzero/preview_onepage.jpg b/e107_themes/landingzero/preview_onepage.jpg deleted file mode 100644 index e74ea4334..000000000 Binary files a/e107_themes/landingzero/preview_onepage.jpg and /dev/null differ diff --git a/e107_themes/landingzero/style.css b/e107_themes/landingzero/style.css deleted file mode 100644 index 791bd5c6c..000000000 --- a/e107_themes/landingzero/style.css +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { - color: white; - background-color: transparent; -} - - -@media (min-width: 768px) { -#layout-full, #layout-sidebar-right, #layout-sidebar-left { - padding-top: 120px; - } -} -@media (min-width: 992px) { - #layout-full, #layout-sidebar-right, #layout-sidebar-left { padding-top: 60px; } - #sidebar { margin-top:20px } -} - -.dropdown-menu { - background-color: #282828; - color: white; -} - -.dropdown-menu>li>a { - color: white; -} -.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { - background-color: #9c27b0; -} - - - - -.panel { - background-color: transparent; -} - -.lz-social-icons li { min-width:80px; text-align:center} - -.panel-default { - border-color: black; -} - -.panel-default>.panel-heading { - color: white; - background-color: #222; - border-color: #9c27b0; -} - -.bg-dark .panel-default { - border-color: #9c27b0; -} - -.bg-dark .panel-default>.panel-heading { - color: white; - background-color: #9c27b0; - border-bottom: 1px solid #9c27b0; -} - -.breadcrumb { - background-color: #222; -} - -.thumbnail { - background-color: #222; - border: 1px solid #9c27b0; -} - -.thumbnail h5 { - text-align: center; -} - -.label-info { - background-color: #9c27b0; -} - -.main-section { min-height:800px } - -.form-control[readonly] { color: #eee; background-color: #36333d; } - - -/* CUSTOM Responsive Styles */ - - -/* Extra small devices Phones (<768px) .col-xs */ -@media all and (max-width: 767px) { - - body { padding-top: 50px; } - .featurebox .carousel-indicators { top:10px; } - .featurebox-item-image.pull-left, .featurebox-item-image.pull-right { margin-top: 30px; } - .news-images-main { padding-left: 0; padding-bottom:15px; padding-right:0} - -} - -/* Small devices Tablets .col-sm */ -@media all and (min-width: 768px) and (max-width: 991px) { - .news-images-main { padding-left: 0; padding-bottom:5px } -} - -/* Medium devices Desktops (≥992px) .col-md */ -@media all and (min-width: 992px) and (max-width: 1199px) { - .news-images-main { padding-left: 0; padding-bottom:5px} - section.news-view-item { padding-top: 0; } - } - -/* Large devices (large desktops, 1200px and up).col-lg */ -@media all and (min-width: 1200px) { - - .news-images-main { padding-left: 0; padding-bottom:5px} - section.news-view-item { padding-top: 0; } - h3.post-title { margin-top:5px } -} - - -.btn-success { - color: #9c27b0; - background-color: #282828; - border: solid #9c27b0 1px; -} - -.btn-success:hover { - color: #9c27b0; - background-color: #36333d; - border: solid #9c27b0 1px; -} - -.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover { - background-color: inherit; - border-color: inherit; -} - -/* fix for boostrap colors */ -a.list-group-item:focus, a.list-group-item:hover { - color: white; - text-decoration: none; - background-color: #9c27b0; -} - -.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover { - background-color: #282828; - border: solid #9c27b0 1px; -} -.btn.disabled, .btn[disabled], fieldset[disabled] .btn { - pointer-events: none; - cursor: not-allowed; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; - opacity: .65; -} - -.well { - background-color: inherit; -} - -.well legend { - color: #9c27b0; - border: 1px solid #9c27b0; -} - -.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover { - color: #fff; - background-color: #9c27b0; -} - -.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { - background-color: #9c27b0; - border-color: #9c27b0; -} - -.pagination>li>a, .pagination>li>span { - color: white; - background-color: #282828; - border: 1px solid #9c27b0; -} - -.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover { - color: white; - cursor: not-allowed; - background-color: #9c27b0; - border-color: #9c27b0; -} - -.label-primary { - background-color: #282828; - border: solid 1px white; -} - -.progress-bar-info { - background-color: #9c27b0; -} - -.jumbotron { - background-color: #222; -} - -.list-group-item { - background-color: #222; -} - -.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { - background-color: #9c27b0; -} - -a.list-group-item { - color: white; -} - - a.list-group-item .list-group-item-heading { - color: white; -} - -.panel-primary { - border-color: #9c27b0; -} - -.panel-primary>.panel-heading { - color: #fff; - background-color: #9c27b0; - border-color: #9c27b0; -} - -.panel-footer { - background-color: #222; -} - -.table-striped>tbody>tr:nth-of-type(odd) { - background-color: #222; -} - -.footercolumn li.nav-header { - font-family: 'Questrial','Helvetica Neue',Arial,sans-serif; - font-size: 18px; - margin-top: 10px; - margin-bottom: 10px; - font-weight: 500; - line-height: 1.1; - color: inherit; -} - - -.footercolumn li.nav-header li { - font-size: 14px; - line-height: 1.42857143; - color: inherit; - font-weight: normal; -} - -/* New Column Class for width < 558px */ -@media (max-width: 558px) { - .col-xxs-12 { - position: relative; - min-height: 1px; - width: 100%; - float: none; - text-align: center; - } -} - -.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover { - color: #fff; - background-color: #9c27c1; - border-color: #9c27c1; -} - - -.options .e-instant-edit { - right: initial; - margin-right: initial; -} - -article .panel-footer i { -padding-left: 10px; -} -article .panel-footer i.fa-user { -padding-right: 3px; -} - -.news-menu-archive { text-align:right } - -#forum { - border-color: black; -} - -#forum .table-bordered>tbody>tr>td, -#forum .table-bordered>tbody>tr>th, -#forum .table-bordered>tfoot>tr>td, -#forum .table-bordered>tfoot>tr>th, -#forum .table-bordered>thead>tr>td, -#forum .table-bordered>thead>tr>th { - border: 1px solid black; -} -#forum tr.forum-title { - background-color:#36333d; -} -#forum tr.forum-parent { - background-color: #9c27c1; -} - -#forum .table-hover>tbody>tr:hover { - background-color: #36333d; -} - -#forum-viewtopic li.forum-viewtopic-post { - border: 1px solid black; -} - -#forum-viewtopic li.forum-viewtopic-post:nth-child(odd) { - background-color: #36333d; -} - -#forum-viewforum .table-bordered>tbody>tr:hover { - background-color: #36333d; -} - -#forum-viewforum .table-bordered>tbody>tr>th { - background-color: #9c27c1; -} - - -#layout-sidebar-right .navbar-default, #layout-full .navbar-default { - -border-color: rgba(34,34,34,.05); -background-color: #222; - -} - -.navbar-default.affix .navbar-header .navbar-brand { - font-size: 18px; - color: inherit; - letter-spacing: 0; - text-shadow: none; - /* padding: inherit;*/ - -} \ No newline at end of file diff --git a/e107_themes/landingzero/templates/contact_template.php b/e107_themes/landingzero/templates/contact_template.php deleted file mode 100644 index 2c2d67c83..000000000 --- a/e107_themes/landingzero/templates/contact_template.php +++ /dev/null @@ -1,119 +0,0 @@ - - - - {SITECONTACTINFO} -
- - - "; -} -*/ - -$CONTACT_TEMPLATE['info'] = " - -
-
{SITECONTACTINFO}
-
- -"; - - - - $CONTACT_TEMPLATE['menu'] = ' -
-
- - {CONTACT_NAME} -
-
- - {CONTACT_EMAIL} -
-
- - -
-
- - {CONTACT_BODY: rows=5&cols=30&placeholder='.LAN_LZ_THEME_12.'} -
-
- - {CONTACT_SUBMIT_BUTTON} -
-
- '; - - - // Option I - new sc style variable and format, global available per shortcode (mode also applied) - // sc_style is renamed to sc_wrapper and uppercased now - distinguished from the legacy $sc_style variable and compatible with the new template standards, we deprecate $sc_style soon - - // $SC_WRAPPER['CONTACT_EMAIL_COPY'] = "{---}".LANCONTACT_07.""; - // $SC_WRAPPER['CONTACT_PERSON'] = "".LANCONTACT_14."
{---}"; - // $SC_WRAPPER['CONTACT_IMAGECODE'] = "".LANCONTACT_16."
{---}"; - // $SC_WRAPPER['CONTACT_IMAGECODE_INPUT'] = "{---}"; - - - // Option II - Wrappers, used ONLY with batch objects, requires explicit wrapper registration - // In this case (see contact.php) e107::getScBatch('contact')->wrapper('contact/form') - // Only one Option is used - WRAPPER > SC_STYLE - - $CONTACT_WRAPPER['form']['CONTACT_IMAGECODE'] = "
{---}"; - $CONTACT_WRAPPER['form']['CONTACT_IMAGECODE_INPUT'] = "{---}
"; - $CONTACT_WRAPPER['form']['CONTACT_EMAIL_COPY'] = "
{---}".LANCONTACT_07."
"; - $CONTACT_WRAPPER['form']['CONTACT_PERSON'] = "
{---}
"; - - $CONTACT_TEMPLATE['form'] = " -
- - {CONTACT_PERSON} -
- {CONTACT_NAME} -
-
- {CONTACT_EMAIL} -
-
- {CONTACT_SUBJECT} -
- - {CONTACT_EMAIL_COPY} - -
- {CONTACT_BODY} -
- - {CONTACT_IMAGECODE} - {CONTACT_IMAGECODE_INPUT} - -
- {CONTACT_SUBMIT_BUTTON} -
- -
"; - - // Customize the email subject - // Variables: CONTACT_SUBJECT and CONTACT_PERSON as well as any custom fields set in the form. ) - $CONTACT_TEMPLATE['email']['subject'] = "{CONTACT_SUBJECT}"; - - - -?> diff --git a/e107_themes/landingzero/templates/featurebox/featurebox_category_template.php b/e107_themes/landingzero/templates/featurebox/featurebox_category_template.php deleted file mode 100644 index b1a119c01..000000000 --- a/e107_themes/landingzero/templates/featurebox/featurebox_category_template.php +++ /dev/null @@ -1,33 +0,0 @@ - -
-
'; - -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['list_end'] = ' -
-
- '; - -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['col_start'] = ''; -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['col_end'] = ''; -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['item_start'] = ''; -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['item_end'] = ''; -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['item_separator'] = ' '; -$FEATUREBOX_CATEGORY_TEMPLATE['landingzero_homepage']['item_empty'] = ''; - -?> \ No newline at end of file diff --git a/e107_themes/landingzero/templates/featurebox/featurebox_template.php b/e107_themes/landingzero/templates/featurebox/featurebox_template.php deleted file mode 100644 index 97391ac40..000000000 --- a/e107_themes/landingzero/templates/featurebox/featurebox_template.php +++ /dev/null @@ -1,57 +0,0 @@ - - - {FEATUREBOX_TITLE} - - - - '; - -$FEATUREBOX_TEMPLATE['landingzero_homepage_modal'] = '{SETIMAGE: w=900&h=650&crop=1} - - - '; - - -?> diff --git a/e107_themes/landingzero/templates/gallery/gallery_template.php b/e107_themes/landingzero/templates/gallery/gallery_template.php deleted file mode 100644 index 4827d7892..000000000 --- a/e107_themes/landingzero/templates/gallery/gallery_template.php +++ /dev/null @@ -1,205 +0,0 @@ - - - - - -'; - -$GALLERY_TEMPLATE['slideshow_slide_item'] = '{GALLERY_THUMB: w=150&h=120}'; - -$GALLERY_TEMPLATE['prettyphoto']['content'] = ' -
-
 
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-'; - -$GALLERY_TEMPLATE['prettyphoto']['gallery_item'] = ' - -'; - -$GALLERY_TEMPLATE['prettyphoto']['image_item'] = ' - -'; - -$GALLERY_TEMPLATE['prettyphoto']['flash_item'] = ' - - - - - - - -'; - -$GALLERY_TEMPLATE['prettyphoto']['quicktime_item'] = ' - - - - - - -'; - -$GALLERY_TEMPLATE['prettyphoto']['iframe_item'] = ' - -'; - -$GALLERY_TEMPLATE['prettyphoto']['inline_item'] = ' -
{content}
-'; - -$GALLERY_TEMPLATE['prettyphoto']['custom_item'] = ''; - -$GALLERY_TEMPLATE['prettyphoto']['social_item'] = ' -
-
- - -
-
- -
-
-'; - - - - -// Portfolio Template - - -$GALLERY_TEMPLATE['portfolio']['start'] = '
-
-
'; -$GALLERY_TEMPLATE['portfolio']['item'] = ' '; -$GALLERY_TEMPLATE['portfolio']['end'] = '
-
-
'; - - -// Gallery List - -$GALLERY_TEMPLATE['list']['start'] = '{GALLERY_BREADCRUMB}'.$GALLERY_TEMPLATE['portfolio']['start']; -$GALLERY_TEMPLATE['list']['item'] = $GALLERY_TEMPLATE['portfolio']['item']; -$GALLERY_TEMPLATE['list']['end'] = $GALLERY_TEMPLATE['portfolio']['end']; -$GALLERY_TEMPLATE['list']['end'] .= ' -
- - -
- -'; -$GALLERY_TEMPLATE['list']['caption'] = LAN_PLUGIN_GALLERY_TITLE; - - -// Gallery Category. - -$GALLERY_TEMPLATE['cat']['start'] = '{GALLERY_BREADCRUMB}
-
-
'; -$GALLERY_TEMPLATE['cat']['item'] = ' '; -$GALLERY_TEMPLATE['cat']['end'] = '
-
-
'; - diff --git a/e107_themes/landingzero/templates/menu_template.php b/e107_themes/landingzero/templates/menu_template.php deleted file mode 100644 index 760ecbbc3..000000000 --- a/e107_themes/landingzero/templates/menu_template.php +++ /dev/null @@ -1,115 +0,0 @@ -'; - $MENU_TEMPLATE['button']['body'] = '
{CMENUBODY}
{CPAGEBUTTON}'; - $MENU_TEMPLATE['button']['end'] = ''; - - ### Additional control over image thumbnailing is possible via SETIMAGE e.g. {SETIMAGE: w=200&h=150&crop=1} - $MENU_TEMPLATE['buttom-image']['start'] = '
'; - $MENU_TEMPLATE['buttom-image']['body'] = '
{CMENUIMAGE}
{CPAGEBUTTON}'; - $MENU_TEMPLATE['buttom-image']['end'] = '
'; - - - $MENU_TEMPLATE['aboutmodal']['start'] = ''; - - /*

need be inserted in menu body */ - $MENU_TEMPLATE['sectionone']['start'] = ''; - $MENU_TEMPLATE['sectionone']['body'] = ' -

-

{CMENUTITLE}

-
-

{CMENUBODY}

- {CMENUTEXT} -
'; - $MENU_TEMPLATE['sectionone']['end'] = ''; - - - $MENU_TEMPLATE['sectiontwo']['start'] = ''; - $MENU_TEMPLATE['sectiontwo']['body'] = ' -
-
- -

{CMENUTITLE}

-

{CMENUBODY}

-
-
'; - $MENU_TEMPLATE['sectiontwo']['end'] = ''; - - - $MENU_TEMPLATE['verticalfeatures-fadeInRight']['start'] = ''; - $MENU_TEMPLATE['verticalfeatures-fadeInRight']['body'] = ' -
-

{CMENUTITLE}

-
-

{CMENUBODY}

-
-
- -
-
'; - $MENU_TEMPLATE['verticalfeatures-fadeInRight']['end'] = ''; - - $MENU_TEMPLATE['verticalfeatures-fadeIn']['start'] = ''; - $MENU_TEMPLATE['verticalfeatures-fadeIn']['body'] = ' -
-

{CMENUTITLE}

-
- -
-
-

{CMENUBODY}

-
-
'; - $MENU_TEMPLATE['verticalfeatures-fadeIn']['end'] = ''; - - $MENU_TEMPLATE['call-to-action']['start'] = ''; - $MENU_TEMPLATE['call-to-action']['body'] = ' -
-

{CMENUTITLE}

- {CMENUTEXT} -
-
-
-
-
-
-
-
{CPAGETITLE}
- {CPAGEBODY} -
-
-
'; - $MENU_TEMPLATE['call-to-action']['end'] = ''; - - - -?> - - diff --git a/e107_themes/landingzero/templates/navigation_template.php b/e107_themes/landingzero/templates/navigation_template.php deleted file mode 100644 index 2ee7e2cff..000000000 --- a/e107_themes/landingzero/templates/navigation_template.php +++ /dev/null @@ -1,148 +0,0 @@ -'; - -// Main Link -$NAVIGATION_TEMPLATE['main']['item'] = ' -
  • - - {LINK_ICON}{LINK_NAME} - -
  • -'; - -// Main Link - active state -$NAVIGATION_TEMPLATE['main']['item_active'] = ' -
  • - - {LINK_ICON} {LINK_NAME} - -
  • -'; - -// Main Link which has a sub menu. -$NAVIGATION_TEMPLATE['main']['item_submenu'] = ' - -'; - -// Main Link which has a sub menu - active state. -$NAVIGATION_TEMPLATE['main']['item_submenu_active'] = ' - -'; - -$NAVIGATION_TEMPLATE['main']['end'] = ''; - -// Sub menu -$NAVIGATION_TEMPLATE['main']['submenu_start'] = ' - '; - - -// TEMPLATE FOR {NAVIGATION=side} - -$NAVIGATION_TEMPLATE['side']['start'] = ' - '; - -$NAVIGATION_TEMPLATE['side']['submenu_start'] = ''; - -$NAVIGATION_TEMPLATE['side']['submenu_item'] = '
  • {LINK_ICON}{LINK_NAME}
  • '; - -$NAVIGATION_TEMPLATE['side']['submenu_loweritem'] = ' - -'; - -$NAVIGATION_TEMPLATE['side']['submenu_item_active'] = '
  • {LINK_ICON}{LINK_NAME}
  • '; - -$NAVIGATION_TEMPLATE['side']['submenu_end'] = ''; - - -// Footer links. - ie. 3 columns of links. - -$NAVIGATION_TEMPLATE["footer"]["start"] = "\n"; -$NAVIGATION_TEMPLATE["footer"]["submenu_start"] = ""; - - - - -$NAVIGATION_TEMPLATE['alt'] = $NAVIGATION_TEMPLATE['side']; -$NAVIGATION_TEMPLATE['alt5'] = $NAVIGATION_TEMPLATE['side']; -$NAVIGATION_TEMPLATE['alt6'] = $NAVIGATION_TEMPLATE['side']; - -?> diff --git a/e107_themes/landingzero/templates/news/news_menu_template.php b/e107_themes/landingzero/templates/news/news_menu_template.php deleted file mode 100644 index c739c2b37..000000000 --- a/e107_themes/landingzero/templates/news/news_menu_template.php +++ /dev/null @@ -1,122 +0,0 @@ -'; -$NEWS_MENU_TEMPLATE['category']['end'] = ''; -$NEWS_MENU_TEMPLATE['category']['item'] = ' -
  • {NEWS_CATEGORY_TITLE} {NEWS_CATEGORY_NEWS_COUNT}
  • -'; - -//$NEWS_MENU_WRAPPER['category']['NEWS_CATEGORY_NEWS_COUNT'] = "({---})"; // Wrap brackets around the news count when value is returned. -//$NEWS_MENU_TEMPLATE['category']['separator'] = '
    '; - - - - - - -// months menu -$NEWS_MENU_TEMPLATE['months']['start'] = ''; -$NEWS_MENU_TEMPLATE['months']['item'] = ' -
  • {month} {count}
  • -'; -//$NEWS_MENU_TEMPLATE['months']['separator'] = '
    '; - - - - - - -// latest menu -$NEWS_MENU_TEMPLATE['latest']['start'] = ''; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '
    {currentTotal} from {total}'; -$NEWS_MENU_TEMPLATE['latest']['item'] = '
  • {NEWSTITLE} {NEWSCOMMENTCOUNT}
  • '; - -$NEWS_MENU_WRAPPER['latest']['NEWSCOMMENTCOUNT'] = "({---})"; - - - - - -// Other News Menu. - /* -$NEWS_MENU_TEMPLATE['other']['caption'] = ''; -$NEWS_MENU_TEMPLATE['other']['start'] = " - {SETIMAGE: w=700&h=400&crop=1}"; // set the {NEWSIMAGE} dimensions. -$NEWS_MENU_TEMPLATE['other']['item'] = ' - {NEWSIMAGE: type=tag&item=1} -

    {NEWSTITLE}

    -

    {NEWSBODY}

    -
    -
    - -
    -
    - '.LAN_READ_MORE.' -
    -
    '; -$NEWS_MENU_TEMPLATE['other']['end'] = ""; - - -*/ - - -$NEWS_MENU_TEMPLATE['other']['caption'] = TD_MENU_L1; -$NEWS_MENU_TEMPLATE['other']['start'] = ""; - - - - - - - - -// Other News Menu. 2 - -$NEWS_MENU_TEMPLATE['other2']['caption'] = TD_MENU_L2; -$NEWS_MENU_TEMPLATE['other2']['start'] = ""; - - - - - - - -//$NEWS_MENU_TEMPLATE['latest']['separator'] = '
    '; // Shouldn't be needed. diff --git a/e107_themes/landingzero/templates/news/news_template.php b/e107_themes/landingzero/templates/news/news_template.php deleted file mode 100644 index 83a0e2342..000000000 --- a/e107_themes/landingzero/templates/news/news_template.php +++ /dev/null @@ -1,220 +0,0 @@ -'; -//$NEWS_MENU_TEMPLATE['list']['end'] = ''; - -$NEWS_MENU_TEMPLATE['list']['start'] = '
    '; -$NEWS_MENU_TEMPLATE['list']['end'] = '
    '; - - -// XXX The ListStyle template offers a listed summary of items with a minimum of 10 items per page. -// As displayed by news.php?cat.1 OR news.php?all -// {NEWSBODY} should not appear in the LISTSTYLE as it is NOT the same as what would appear on news.php (no query) - -// Template/CSS to be reviewed for best bootstrap implementation -$NEWS_TEMPLATE['list']['caption'] = '{NEWSCATEGORY}'; -$NEWS_TEMPLATE['list']['start'] = '{SETIMAGE: w=400&h=350&crop=1}'; -$NEWS_TEMPLATE['list']['end'] = ''; -$NEWS_TEMPLATE['list']['item'] = ' - -
    -
    -
    - {NEWSTHUMBNAIL=placeholder} -
    -
    -
    -

    {NEWSTITLELINK}

    -

    - {NEWSSUMMARY} -

    -

    - '.LAN_READ_MORE.' -

    -
    -
    -
    - -'; - - - - - - -//$NEWS_MENU_TEMPLATE['list']['separator'] = '
    '; - - - -// XXX As displayed by news.php (no query) or news.php?list.1.1 (ie. regular view of a particular category) -//XXX TODO GEt this looking good in the default Bootstrap theme. -/* -$NEWS_TEMPLATE['default']['item'] = ' - {SETIMAGE: w=400} -
    -

    {NEWSTITLE}

    - - {NEWSDATE=short} by {NEWSAUTHOR} - - -
    - {NEWSIMAGE} - {NEWSBODY} - {EXTENDED} -
    -
    - {NEWSCATEGORY} {NEWSTAGS} {NEWSCOMMENTS} {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS} -
    -
    -'; -*/ - - -$NEWS_WRAPPER['default']['item']['NEWSIMAGE: item=1'] = ' '; -$NEWS_TEMPLATE['default']['caption'] = ''; // trick to enable tablerender and display an empty row. . -$NEWS_TEMPLATE['default']['item'] = ' - {SETIMAGE: w=600&h=600} -
    -
    -
    -

    {NEWSTITLE}

    -
    -
    - {NEWSIMAGE: item=1} -
    -
    -

    {NEWSSUMMARY}

    -
    -
    -
    - -
    -
    -'; - - - -###### Default view item (temporary) ###### -//$NEWS_MENU_TEMPLATE['view']['start'] = ''; - -// As displayed by news.php?extend.1 - - -$NEWS_WRAPPER['view']['item']['NEWSIMAGE: item=1'] = '{---}'; - -$NEWS_TEMPLATE['view']['item'] = ' -{SETIMAGE: w=900&h=600} -
    -

    {NEWSTITLELINK}

    {TAGS} - {NEWSTITLE} -
    -
    -
    {GLYPH=user}  {NEWSAUTHOR}   {GLYPH=time}  {NEWSDATE=short}
    -
    {GLYPH=tags}  {NEWSTAGS}   {GLYPH=folder-open}  {NEWSCATEGORY}
    -
    -
    - - -
    -

    {NEWSSUMMARY}

    -
    - {NEWSBODY=body} -
    -
    - {NEWSVIDEO: item=1} - {NEWSVIDEO: item=2} - {NEWSVIDEO: item=3} -
    - - -
    - {SETIMAGE: w=400&h=400} - -
    -
    {NEWSIMAGE: item=2}
    -
    {NEWSIMAGE: item=3}
    -
    -
    -
    {NEWSIMAGE: item=4}
    -
    {NEWSIMAGE: item=5}
    -
    - - {NEWSVIDEO: item=4} - {NEWSVIDEO: item=5} - -
    - {NEWSBODY=extended} -
    - - -
    -
    - -
    -
    {NEWSCOMMENTLINK: glyph=comments&class=btn btn-default}{PRINTICON: class=btn btn-default}{ADMINOPTIONS: class=btn btn-default}{SOCIALSHARE}
    -
    - -
    - {NEWSRELATED} -
    - {NEWSNAVLINK} - -'; -//$NEWS_MENU_TEMPLATE['view']['separator'] = '
    '; - - -###### news_categories.sc -$NEWS_TEMPLATE['category']['body'] = ' -
    - {NEWSCATICON} {NEWSCATEGORY} -
    - {NEWSCAT_ITEM} -
    -'; - -$NEWS_TEMPLATE['category']['item'] = ' -
    - - - - -
    • - - {NEWSTITLELINK} -
    -
    -
    -'; - -### Related 'start' - Options: Core 'single' shortcodes including {SETIMAGE} -### Related 'item' - Options: {RELATED_URL} {RELATED_IMAGE} {RELATED_TITLE} {RELATED_SUMMARY} -### Related 'end' - Options: Options: Core 'single' shortcodes including {SETIMAGE} -/* -$NEWS_TEMPLATE['related']['start'] = "

    ".defset('LAN_RELATED', 'Related')."

    ";*/ - -$NEWS_TEMPLATE['related']['start'] = '{SETIMAGE: w=350&h=350&crop=1}

    '.LAN_LZ_THEME_18.'

    '; -$NEWS_TEMPLATE['related']['item'] = '
    {RELATED_IMAGE}

    {RELATED_TITLE}

    '; -$NEWS_TEMPLATE['related']['end'] = '
    '; diff --git a/e107_themes/landingzero/theme.php b/e107_themes/landingzero/theme.php deleted file mode 100644 index 19c592c23..000000000 --- a/e107_themes/landingzero/theme.php +++ /dev/null @@ -1,373 +0,0 @@ -toGlyph('fa-comment')); -define('COMMENTOFFSTRING', ''); - -define('PRE_EXTENDEDSTRING', '
    '); - -/** - * @param string $caption - * @param string $text - * @param string $id : id of the current render - * @param array $info : current style and other menu data. - */ -function tablestyle($caption, $text, $id='', $info=array()) -{ -// global $style; // no longer needed. - - $style = $info['setStyle']; - - echo "\n\n"; - - $type = $style; - if(empty($caption)) - { - $type = 'box'; - } - - if($id == 'wm') // Example - If rendered from 'welcome message' - { - echo '

    '.$caption.'

    '.str_replace(array("

    ","

    "), "", $text).'

    '; - return; - } - - if($style == 'col-md-4' || $style == 'col-md-6' || $style == 'col-md-8') - { - echo '
    '; - - if(!empty($caption)) - { - echo '

    '.$caption.'

    '; - } - - echo ' - '.$text.' -
    '; - return; - - } - - if($style === 'menu' && !empty($info['footer']) && !empty($info['text'])) - { - $style = 'menu-footer'; - } - - - - if($style == 'menu') - { - echo '
    -
    '.$caption.'
    -
    - '.$text.' -
    -
    '; - return; - - } - - if($style == 'menu-footer') - { - echo '
    -
    '.$caption.'
    -
    - '.$info['text'].' -
    - -
    '; - return; - - } - - if($style == 'portfolio') - { - echo ' -
    - '.$text.' -
    '; - return; - } - - if($style == 'nocaption') - { - echo str_replace(array("

    ","

    "), "", $text); - return; - } - - if ($style == 'footercolumn') - { - echo '

    ' . $caption . '

    ' . str_replace(array("

    ","

    "), "", $text); - return; - } - - if ($style == 'footercolumn-12') - { - echo '
    -

    ' . $caption . '

    ' . $text . '
    '; - return; - } - // default. - - if(!empty($caption)) - { - echo '

    '.$caption.'

    '; - } - - echo $text; - - - - return; - - - -} - -// applied before every layout. -$LAYOUT['_header_'] = ' - -'; - -// applied after every layout. -$LAYOUT['_footer_'] = '
    - - - {SETSTYLE=nocaption} - {ABOUTMODAL} -'; - - - - -// $LAYOUT is a combined $HEADER and $FOOTER, automatically split at the point of "{---}" -// Frontpage has to be welcome message -$LAYOUT['homepage'] = ' -
    -
    -
    - {WMESSAGE=force} - {LANDING_TOGGLE}'.LAN_LZ_THEME_01.' -
    -
    - {VIDEOBACKGROUND} -
    -
    -
    -
    - {ALERTS} - {SETSTYLE=nocaption} - {MENU=1} -
    -
    -
    -
    -
    -
    -
    -

    '.LAN_LZ_THEME_04.'

    -
    -
    -
    -
    -
    -
    - {MENU=10} -
    -
    -
    - - {GALLERY_PORTFOLIO: limit=6} - -
    -
    -
    -

    '.LAN_LZ_THEME_06.'

    -
    - {MENU=9} -
    -
    -
    - -
    -
    -
    -
    -

    '.LAN_LZ_THEME_13.'

    -
    -

    '.LAN_LZ_THEME_14.'

    -
    -
    - {MENU=contact/contact} -
    -
    -
    -
    - {---} -'; - -$LAYOUT['full'] = ' - -{SETSTYLE=default} -
    - {ALERTS} - {MENU=1} - {---} -
    '; - -$LAYOUT['sidebar_right'] = ' -{SETSTYLE=default} -
    - {ALERTS} -
    -
    - {---} -
    - -
    - {SETSTYLE=menu} - {MENU=2} -
    -
    -
    '; - -$LAYOUT['sidebar_left'] = $LAYOUT['sidebar_right']; - - -$NEWSCAT = "\n\n\n\n\n\n\n\n -
    -
    - {NEWSCATEGORY} -
    -
    - {NEWSCAT_ITEM} -
    -
    -"; - - -$NEWSCAT_ITEM = "\n\n\n\n\n\n\n\n -
    - - -
    •  - {NEWSTITLELINK} -
    -"; - -?> diff --git a/e107_themes/landingzero/theme.xml b/e107_themes/landingzero/theme.xml deleted file mode 100644 index 2ff1afdb9..000000000 --- a/e107_themes/landingzero/theme.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - A free landing page theme with video background - Landing Zero Theme by bootstrapzero.com is a device-agnostic, modern responsive design that is customizable. It's designed to work well on desktops, laptops, tablets and mobile phones. Home page contains a video background. This single-page Bootstrap template has a sleek darkgrey color scheme, accent color and smooth scrolling. - generic - - - - - - - - bootstrap - clean - video - - - preview_default.jpg - preview_onepage.jpg - - - - - - - FRONTPAGE - - - forum gallery - - - /news - - - - - - - - - - - /page - - - - - - - top - - \ No newline at end of file diff --git a/e107_themes/landingzero/theme_config.php b/e107_themes/landingzero/theme_config.php deleted file mode 100644 index 92447f4a3..000000000 --- a/e107_themes/landingzero/theme_config.php +++ /dev/null @@ -1,45 +0,0 @@ - array('title' => LAN_LZ_THEMEPREF_00, 'type'=>'image', 'help'=>''), - 'videomobilebackground' => array('title' => LAN_LZ_THEMEPREF_01, 'type'=>'image', 'help'=>''), - 'videoposter' => array('title' => LAN_LZ_THEMEPREF_02, 'type'=>'image', 'help'=>''), - 'videourl' => array('title' => LAN_LZ_THEMEPREF_03, 'type'=>'text', 'writeParms'=>array('size'=>'xxlarge'),'help'=>''), - 'usernav_placement' => array('title' => LAN_LZ_THEMEPREF_04, 'type'=>'dropdown', 'writeParms'=>array('optArray'=>array('top'=>LAN_LZ_THEMEPREF_05, 'bottom'=>LAN_LZ_THEMEPREF_06))), - // 'cdn' => array('title' => 'CDN', 'type'=>'dropdown', 'writeParms'=>array('optArray'=>array( 'cdnjs' => 'CDNJS (Cloudflare)', 'jsdelivr' => 'jsDelivr'))) - ); - - return $fields; - - } - - function help() - { - return null; - } - - function process() - { - return null; - } -} - - -?> diff --git a/e107_themes/landingzero/theme_shortcodes.php b/e107_themes/landingzero/theme_shortcodes.php deleted file mode 100644 index 7d6ce48bb..000000000 --- a/e107_themes/landingzero/theme_shortcodes.php +++ /dev/null @@ -1,385 +0,0 @@ -sc_videobackground('file')) - { - $inlinecss = 'header { background-image: url('.$img.') }'; - e107::css("inline", $inlinecss); - } - - } - - function sc_aboutmodal() - { - $text = e107::getParser()->parseTemplate('{CMENU=aboutmodal}'); - return $text; - } - - function sc_videobackground($parm=null) - { - - if($this->isMobile() ) //|| !empty($_GET['configure']) - { - return null; - } - - /* first frame */ - if($videoposter = e107::pref('theme', 'videoposter', false)) - { - $videoposter = e107::getParser()->thumbURL($videoposter); - } - else - { - $videoposter = SITEURLBASE.THEME_ABS."images/background01.jpg"; - } - - if($parm == 'file') - { - return $videoposter; - } - - - - /* mp4 video url */ - - if(!$videourl = e107::pref('theme', 'videourl', false)) - { - $videourl = "https://s3-us-west-2.amazonaws.com/coverr/mp4/Traffic-blurred2.mp4"; - } - - $text = ' - '; - - return $text; - } - - - function isMobile() - { - return preg_match("/\b(?:a(?:ndroid|vantgo)|b(?:lackberry|olt|o?ost)|cricket|do‌​como|hiptop|i(?:emob‌​ile|p[ao]d)|kitkat|m‌​(?:ini|obi)|palm|(?:‌​i|smart|windows )phone|symbian|up\.(?:browser|link)|tablet(?: browser| pc)|(?:hp-|rim |sony )tablet|w(?:ebos|indows ce|os))/i", $_SERVER["HTTP_USER_AGENT"]); - } - - function sc_landing_toggle() - { - if($this->isMobile() || (e_ADMIN_AREA === true)) - { - return null; - } - - - return '
    '.LAN_LZ_THEME_02.' -   '; - - - } - - - - function sc_cmenutext() - { - $sc = e107::getScBatch('page', null, 'cpage'); - $data = $sc->getVars(); - return vartrue($data['menu_button_text'],''); - } - - - function sc_sitedisclaimer($copyYear = NULL) - { - $default = "Proudly powered by e107 which is released under the terms of the GNU GPL License."; - $sitedisclaimer = deftrue('SITEDISCLAIMER',$default); - - $copyYear = vartrue($copyYear,'2013'); - $curYear = date('Y'); - $text = '© '. $copyYear . (($copyYear != $curYear) ? ' - ' . $curYear : ''); - - $text .= ' '.$sitedisclaimer; - return e107::getParser()->toHTML($text, true, 'SUMMARY'); - } - - - //@todo Replace with social template. - function sc_xurl_icons() - { - $social = array( - 'rss' => array('href' => (e107::isInstalled('rss_menu') ? e107::url('rss_menu', 'index', array('rss_url' => 'news')) : ''), 'title' => 'RSS/Atom Feed'), - 'facebook' => array('href' => deftrue('XURL_FACEBOOK'), 'title' => 'Facebook'), - 'twitter' => array('href' => deftrue('XURL_TWITTER'), 'title' => 'Twitter'), - 'google' => array('href' => deftrue('XURL_GOOGLE'), 'title' => 'Google Plus'), - 'linkedin' => array('href' => deftrue('XURL_LINKEDIN'), 'title' => 'LinkedIn'), - 'github' => array('href' => deftrue('XURL_GITHUB'), 'title' => 'Github'), - 'pinterest' => array('href' => deftrue('XURL_PINTEREST'), 'title' => 'Pinterest'), - 'flickr' => array('href' => deftrue('XURL_FLICKR'), 'title' => 'Flickr'), - 'instagram' => array('href' => deftrue('XURL_INSTAGRAM'), 'title' => 'Instagram'), - 'youtube' => array('href' => deftrue('XURL_YOUTUBE'), 'title' => 'YouTube'), - 'question-circle' => array('href' => deftrue('XURL_VIMEO'), 'title' => 'e107 HELP') - ); - - //Fixme - GooglePlus not working. - - $text = ''; - $textstart = '
      '; - $textend = '
    '; - foreach($social as $id => $data) - { - if($data['href'] != '') - { - $text .= ' -
  •  
  • '; - $text .= "\n"; - } - } - if($text != '') - { - return $textstart . $text . $textend; - } - } - - - function sc_lz_subscribe() - { - $pref = e107::pref('core'); - $ns = e107::getRender(); - - if(empty($pref['signup_option_class'])) - { - return false; - } - - $frm = e107::getForm(); - $text = $frm->open('lz-subscribe','post', e_SIGNUP); - $text .= "
    "; - $text .= $frm->text('email','', null, array('placeholder'=>LAN_LZ_THEME_15, 'size'=>'xxlarge')); - $text .= "
    "; - $text .= "
    "; - $text .= " ".$frm->button('subscribe', 1, 'submit', LAN_LZ_THEME_16, array('class'=>'btn-primary')); - $text .= "
    "; - $text .= $frm->close(); - - $caption = LAN_LZ_THEME_17; - - return $ns->tablerender($caption,$text,'lz-subscribe', true); - } - - - - - function sc_lz_contactform() //FIXME Use contact_template.php instead ie. $CONTACT_TEMPLATE['menu'] - { - - // - - $text = ' -
    -

    Get in Touch

    -
    -

    We love feedback. Fill out the form below and we\'ll get back to you as soon as possible.

    -
    -
    - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    - - -
    -
    -
    -'; - - return $text; - - } - - function sc_contact_submit_button($parm='') - { - return ""; - } - - function sc_bootstrap_usernav($parm=null) - { - - $placement = e107::pref('theme', 'usernav_placement', 'top'); - - if($parm['placement'] != $placement) - { - return ''; - } - - include_lan(e_PLUGIN."login_menu/languages/".e_LANGUAGE.".php"); - - $tp = e107::getParser(); - require(e_PLUGIN."login_menu/login_menu_shortcodes.php"); // don't use 'require_once'. - - $direction = vartrue($parm['dir']) == 'up' ? ' dropup' : ''; - - $userReg = defset('USER_REGISTRATION'); - - if(!USERID) // Logged Out. - { - $text = ' - "; - - - - return $tp->parseTemplate($text, true, $login_menu_shortcodes); - } - - - // Logged in. - //TODO Generic LANS. (not theme LANs) - - $text = ' - - - - '; - - - return $tp->parseTemplate($text,true,$login_menu_shortcodes); - } - - - -} - - - - - -?>