version 4.13.0
This commit is contained in:
284
epanel/shortcodes/css/shortcodes-legacy.css
Normal file
284
epanel/shortcodes/css/shortcodes-legacy.css
Normal file
@ -0,0 +1,284 @@
|
||||
/*------------------------------------------------*/
|
||||
/*-------------------[SHORTCODES]-----------------*/
|
||||
/*------------------------------------------------*/
|
||||
|
||||
.et-box { margin: 0px 0px 10px; -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); font-size: 14px; position: relative; }
|
||||
.et-box-content { text-shadow: 1px 1px 1px #ffffff; padding: 27px 43px 17px 66px; min-height: 35px; }
|
||||
.et-box-content strong { color: #000000; font-weight: bold; }
|
||||
|
||||
.et-warning:before, .et-download:before, .et-info:before, .et-bio:before, .et-shadow:before { content: ''; position: absolute; top: 32px; left: 28px; }
|
||||
|
||||
.et-info { border: 1px solid #e2e2ba; }
|
||||
.et-info:before { width: 22px; height: 20px; background: url(../images/shortcodes-sprite.png) no-repeat -97px -2px; }
|
||||
.et-info .et-box-content { color: #ada771; background: #f9f9dc; border: 1px solid #fbfbef; -moz-box-shadow: inset 0 0 45px #efefc0; -webkit-box-shadow: inset 0 0 45px #efefc0; box-shadow: inset 0 0 45px #efefc0; }
|
||||
.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 { color: #ada771; }
|
||||
|
||||
.et-warning { border: 1px solid #e0b1b1; }
|
||||
.et-warning:before { width: 17px; height: 17px; background: url(../images/shortcodes-sprite.png) no-repeat -75px -41px; }
|
||||
.et-warning .et-box-content { color: #ad7676; background: #ffd9d5; border: 1px solid #fceeec; -moz-box-shadow: inset 0 0 45px #f0bfba; -webkit-box-shadow: inset 0 0 45px #f0bfba; box-shadow: inset 0 0 45px #f0bfba; }
|
||||
.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 { color: #ad7676; }
|
||||
|
||||
.et-download { border: 1px solid #b9dbb6; }
|
||||
.et-download:before { width: 19px; height: 14px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -19px; }
|
||||
.et-download .et-box-content { color: #7ea57b; background: #dff7dd; border: 1px solid #f1f9f0; -moz-box-shadow: inset 0 0 45px #cbe5c9; -webkit-box-shadow: inset 0 0 45px #cbe5c9; box-shadow: inset 0 0 45px #cbe5c9; }
|
||||
.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 { color: #7ea57b; }
|
||||
|
||||
.et-bio { border: 1px solid #b3d8d3; }
|
||||
.et-bio:before { width: 19px; height: 15px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -2px; top: 33px; }
|
||||
.et-bio .et-box-content { color: #80acb0; background: #ddf5f7; border: 1px solid #f1fafb; -moz-box-shadow: inset 0 0 45px #c6edf0; -webkit-box-shadow: inset 0 0 45px #c6edf0; box-shadow: inset 0 0 45px #c6edf0; }
|
||||
.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 { color: #80acb0; }
|
||||
|
||||
.et-shadow { border: 1px solid #ddd; }
|
||||
.et-shadow .et-box-content { color: #737373; background: #fafafa; border: 1px solid #fafafa; -moz-box-shadow: inset 0 0 45px #e7e7e7; -webkit-box-shadow: inset 0 0 45px #e7e7e7; box-shadow: inset 0 0 45px #e7e7e7; }
|
||||
.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 { color: #737373; }
|
||||
|
||||
|
||||
.et-tooltip { position: relative; }
|
||||
.et-tooltip-box { display: none; color: #6d6e6e; line-height: 18px; background: #ffffff; border: 1px solid #dbdbdb; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; position: absolute; bottom:35px; left: -94px; width: 235px; padding: 20px 25px 22px 25px; -moz-box-shadow:1px 1px 5px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1); }
|
||||
.et-tooltip-arrow { background: url(../images/shortcodes-sprite.png) no-repeat -120px -2px; width: 24px; height: 13px; display: block; position: absolute; bottom: -13px; left: 129px; }
|
||||
|
||||
|
||||
.et-learn-more { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0px; -moz-box-shadow: 1px -1px 0 0 #fff; -webkit-box-shadow: 1px -1px 0 0 #fff; box-shadow: 1px -1px 0 0 #fff; }
|
||||
.et-learn-more h3.heading-more { cursor: pointer; padding: 16px 50px 16px 22px; font-size: 14px; color: #999; letter-spacing: 0px; text-shadow: 1px 1px 0 #fff; position: relative; border-left: 1px solid #fff; border-top: 1px solid #fff; margin: 0 !important; }
|
||||
.et-learn-more h3.heading-more span.et_learnmore_arrow { display: block; position: absolute; top: 0; right: 0; width: 48px; height: 100%; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; }
|
||||
.et-learn-more span.et_learnmore_arrow span { display: block; position: absolute; top: 50%; left: 50%; margin-top: -5px; margin-left: -6px; width: 13px; height: 10px; background: url(../images/shortcodes-sprite.png) no-repeat -58px -2px; }
|
||||
.et-learn-more .open span.et_learnmore_arrow span { background-position: -58px -14px; }
|
||||
.et-learn-more .learn-more-content { padding: 30px 30px 20px; visibility: hidden; border-top: 1px solid #e7e7e7; }
|
||||
.et_slidecontent .et-learn-more .learn-more-content { display: block; visibility: hidden; }
|
||||
.et-open .learn-more-content { display: block; visibility: visible !important; }
|
||||
|
||||
.et_shortcodes_controller_nav { border-top: 1px solid #e7e7e7; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; min-height: 53px; position: relative; }
|
||||
.et_shortcodes_controls_arrows, .et_shortcodes_controls { list-style: none !important; margin: 0 !important; padding: 0 !important; line-height: 26px !important; }
|
||||
.et_shortcodes_controls { text-align: center; padding-top: 20px !important; line-height: 0 !important; }
|
||||
.et_shortcodes_controls li { display: inline-block; margin: 0 3px; }
|
||||
.et_shortcodes_controls a { background: url(../images/shortcodes-sprite.png) no-repeat -45px -1px; width: 11px; height: 11px; display: inline-block; }
|
||||
.et_shortcodes_controls .et_shortcodes_active_control a { background-position: -45px -14px; }
|
||||
.et_shortcodes_controls_arrows a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff; position: absolute; top: 0; }
|
||||
.et_shortcodes_controls_arrows a:hover { color: #4c4c4c; text-decoration: none; }
|
||||
.et_shortcodes_controls_arrows .et_sc_nav_prev { padding: 14px 38px 12px 48px; border-right: 1px solid #e7e7e7; -moz-box-shadow: 1px 0 0 0 #fff; -webkit-box-shadow: 1px 0 0 0 #fff; box-shadow: 1px 0 0 0 #fff; left: 0; }
|
||||
.et_shortcodes_controls_arrows .et_sc_nav_next { padding: 14px 48px 12px 38px; border-left: 1px solid #fff; -moz-box-shadow: -1px 0 0 0 #e7e7e7; -webkit-box-shadow: -1px 0 0 0 #e7e7e7; box-shadow: -1px 0 0 0 #e7e7e7; right: 0; }
|
||||
.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { top: 21px; }
|
||||
.et_shortcodes_controls_arrows .et_sc_nav_next span { right: 30px; }
|
||||
.et_shortcodes_controls_arrows .et_sc_nav_prev span { left: 30px; }
|
||||
|
||||
.et-simple-slider { background: #fff; border: 1px solid #e7e7e7; margin: 10px 0; position: relative; }
|
||||
.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 { font-family: Century Gothic, Arial, sans-serif; color: #333333; }
|
||||
.et-simple-slides { overflow: hidden; margin: 30px 30px 20px; }
|
||||
.et-simple-slider div.et-slide { display: none; width:100% !important; }
|
||||
|
||||
.one_half, .one_third, .two_third, .one_fourth , .three_fourth { float:left; margin-right:4%; position:relative; }
|
||||
.one_half { width: 48%; }
|
||||
.one_third { width: 30.66%; }
|
||||
.two_third { width:65.32%; }
|
||||
.one_fourth { width:22%; }
|
||||
.three_fourth { width:74%; }
|
||||
|
||||
a.small-button, a.big-button, a.icon-button { display: inline-block; text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.1); -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; line-height: 26px; }
|
||||
|
||||
a.small-button, a.icon-button { padding: 6px 14px; font-weight: bold !important; font-size: 12px; margin: 0 5px 8px 0; }
|
||||
a.small-button:hover, a.big-button:hover, a.icon-button:hover { text-decoration: none; }
|
||||
|
||||
a.smallblue, a.bigblue { color: #2b63a8 !important; background: #88bdff; background: -moz-linear-gradient(top, #88bdff 0%, #60a7ff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bdff), color-stop(100%,#60a7ff)); background: -webkit-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -o-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: -ms-linear-gradient(top, #88bdff 0%,#60a7ff 100%); background: linear-gradient(to bottom, #88bdff 0%,#60a7ff 100%); border: 1px solid #3e8ff4; }
|
||||
a.smallblue:hover, a.bigblue:hover { color: #23528c !important; }
|
||||
|
||||
a.smalllightblue { color: #348db6 !important; background: #8edbff; background: -moz-linear-gradient(top, #8edbff 0%, #60cdff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8edbff), color-stop(100%,#60cdff)); background: -webkit-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -o-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: -ms-linear-gradient(top, #8edbff 0%,#60cdff 100%); background: linear-gradient(to bottom, #8edbff 0%,#60cdff 100%); border: 1px solid #51b5e4; }
|
||||
a.smalllightblue:hover { color: #287295 !important; }
|
||||
|
||||
a.smallteal, a.bigteal, a.bigturquoise { color: #3da7a9 !important; background: #61eef0; background: -moz-linear-gradient(top, #61eef0 0%, #59dcde 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61eef0), color-stop(100%,#59dcde)); background: -webkit-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -o-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: -ms-linear-gradient(top, #61eef0 0%,#59dcde 100%); background: linear-gradient(to bottom, #61eef0 0%,#59dcde 100%); border: 1px solid #48bec0;}
|
||||
a.smallteal:hover, a.bigteal:hover, a.bigturquoise:hover { color: #309192 !important; }
|
||||
|
||||
a.smallgreen, a.biggreen { color: #569d51 !important; background: #94e48d; background: -moz-linear-gradient(top, #94e48d 0%, #82cf7c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94e48d), color-stop(100%,#82cf7c)); background: -webkit-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -o-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: -ms-linear-gradient(top, #94e48d 0%,#82cf7c 100%); background: linear-gradient(to bottom, #94e48d 0%,#82cf7c 100%); border: 1px solid #4dab46; }
|
||||
a.smallgreen:hover, a.biggreen:hover { color: #478542 !important; }
|
||||
|
||||
a.smallorange, a.bigorange { color: #c7822f !important; background: #ffcb8c; background: -moz-linear-gradient(top, #ffcb8c 0%, #ffb660 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcb8c), color-stop(100%,#ffb660)); background: -webkit-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -o-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: -ms-linear-gradient(top, #ffcb8c 0%,#ffb660 100%); background: linear-gradient(to bottom, #ffcb8c 0%,#ffb660 100%); border: 1px solid #db9c51; }
|
||||
a.smallorange:hover, a.bigorange:hover { color: #a96c23 !important; }
|
||||
|
||||
a.smallsilver { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e2e2e2 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e2e2e2)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#e2e2e2 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e2e2e2 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); }
|
||||
a.smallsilver:hover { color: #454545 !important; }
|
||||
|
||||
a.smallblack { color: #fff !important; background: #5b5b5b; background: -moz-linear-gradient(top, #5b5b5b 0%, #383838 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#383838)); background: -webkit-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -o-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: -ms-linear-gradient(top, #5b5b5b 0%,#383838 100%); background: linear-gradient(to bottom, #5b5b5b 0%,#383838 100%); border: 1px solid #0e0e0e; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1); text-shadow: -1px -1px 0 #000; }
|
||||
a.smallblack:hover { color: #f7f7f7 !important; }
|
||||
|
||||
a.smallred, a.bigred { color: #9a3e3e !important; background: #ff7979; background: -moz-linear-gradient(top, #ff7979 0%, #ff5f5f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7979), color-stop(100%,#ff5f5f)); background: -webkit-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -o-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: -ms-linear-gradient(top, #ff7979 0%,#ff5f5f 100%); background: linear-gradient(to bottom, #ff7979 0%,#ff5f5f 100%); border: 1px solid #d85353; }
|
||||
a.smallred:hover, a.bigred:hover { color: #803030 !important; }
|
||||
|
||||
a.smallpink { color: #914d97 !important; background: #e782f1; background: -moz-linear-gradient(top, #e782f1 0%, #d271da 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e782f1), color-stop(100%,#d271da)); background: -webkit-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -o-linear-gradient(top, #e782f1 0%,#d271da 100%); background: -ms-linear-gradient(top, #e782f1 0%,#d271da 100%); background: linear-gradient(to bottom, #e782f1 0%,#d271da 100%); border: 1px solid #b15cb9; }
|
||||
a.smallpink:hover { color: #753b7a !important; }
|
||||
|
||||
a.smallpurple, a.bigpurple { color: #653e9a !important; background: #b279ff; background: -moz-linear-gradient(top, #b279ff 0%, #a35fff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b279ff), color-stop(100%,#a35fff)); background: -webkit-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: -o-linear-gradient(top, #b279ff 0%,#a35fff 100%);background: -ms-linear-gradient(top, #b279ff 0%,#a35fff 100%); background: linear-gradient(to bottom, #b279ff 0%,#a35fff 100%); border: 1px solid #8b53d8; }
|
||||
a.smallpurple:hover, a.bigpurple:hover { color: #563386 !important; }
|
||||
|
||||
a.big-button { font-weight: normal !important; font-size: 20px; padding: 14px 24px; margin: 8px 6px 8px 0; }
|
||||
a.big-button:hover { text-decoration: none; }
|
||||
|
||||
a.icon-button { color: #595a5a !important; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #e1e1e1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e1e1e1)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%);background: -ms-linear-gradient(top, #f5f5f5 0%,#e1e1e1 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#e1e1e1 100%); border: 1px solid #c3c3c3; text-shadow: 1px 1px 1px #fff; -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.9), 1px 1px 1px rgba(0,0,0,0.1); padding-left: 36px; position: relative; }
|
||||
a.icon-button:hover { color: #404040; }
|
||||
a.icon-button span.et-icon { position: absolute; top: 10px; left: 12px; width: 18px; height: 16px; }
|
||||
|
||||
|
||||
a.download-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -3px -2px; width: 17px; height: 20px; top: 7px; }
|
||||
a.search-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -206px -2px; top: 9px; }
|
||||
a.refresh-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -169px -19px; }
|
||||
a.question-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -164px -2px; }
|
||||
a.people-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -151px -33px; height: 17px; top: 9px; }
|
||||
a.warning-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -188px -19px; width: 15px; }
|
||||
a.mail-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -131px -33px; height: 15px; }
|
||||
a.heart-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -131px -18px; width: 14px; height: 13px; top: 12px; left: 14px; }
|
||||
a.paper-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -147px -17px; width: 15px; height: 15px; }
|
||||
a.notice-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -147px -2px; width: 15px; height: 13px; top: 11px; }
|
||||
a.stats-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -184px -2px; width: 15px; height: 14px; top: 11px; }
|
||||
a.rss-icon span.et-icon { background: url(../images/shortcodes-sprite.png) no-repeat -171px -36px; width: 15px; top: 9px; }
|
||||
|
||||
|
||||
ul.et_shortcodes_mobile_nav { margin: 0 !important; padding: 0 !important; list-style:none outside none !important; display: none; z-index: 2; }
|
||||
ul.et_shortcodes_mobile_nav a { position: relative; }
|
||||
ul.et_shortcodes_mobile_nav span, .et_shortcodes_controls_arrows span { position: absolute; top: 23px; display: block; width: 10px; height: 14px; }
|
||||
ul.et_shortcodes_mobile_nav .et_sc_nav_prev span, .et_shortcodes_controls_arrows .et_sc_nav_prev span { background: url(../images/shortcodes-sprite.png) no-repeat -3px -24px; }
|
||||
ul.et_shortcodes_mobile_nav .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_next span { background: url(../images/shortcodes-sprite.png) no-repeat -3px -40px; }
|
||||
|
||||
.et-tabs-container { background: #fff; border: 1px solid #e7e7e7; position: relative; margin: 50px 0px 15px; }
|
||||
.et-learn-more h3.heading-more, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et_shortcodes_controller_nav, .et-testimonial-author-info, .et-protected-title, .pricing-heading, .pricing-content-bottom { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); }
|
||||
.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav { margin: 0px !important; overflow: hidden; border-top: 1px solid #fff; position: relative; }
|
||||
.et-tabs-container .et-tabs-control:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #e7e7e7; }
|
||||
.et-tabs-container .et-tabs-control li { list-style:none outside none; margin: 0 !important; float: left; padding: 0 !important; border-left: 1px solid #e7e7e7; -moz-box-shadow: -1px 0 0 #fff; -webkit-box-shadow: -1px 0 0 #fff; box-shadow: -1px 0 0 #fff; position: relative; }
|
||||
.et-tabs-container .et-tabs-control li:first-child { border-left: 1px solid #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
|
||||
.et-tabs-container .et-tabs-control li a { font-size: 14px; color: #999 !important; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 20px; }
|
||||
.et-tabs-container .et-tabs-control li a:hover { color: #4c4c4c !important; text-decoration: none; }
|
||||
.et-tabs-container .et-tabs-control li.active:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; }
|
||||
.et-tabs-container .et-tabs-control li.active a { background: #fff; color: #4c4c4c !important; }
|
||||
.et-tabs-content-wrapper > div { display: none; }
|
||||
.et_sliderfx_slide .et-tabs-content-wrapper { width: 1200%; position: relative; left: 0; }
|
||||
.et_sliderfx_slide .et-tabs-content-wrapper > div { float: left; display: block; height: 1px; visibility: hidden; }
|
||||
.et_sliderfx_slide .et-tabs-content-wrapper > div, .et_sliderfx_fade .et_slidecontent { word-wrap: break-word; }
|
||||
.et_sliderfx_slide .et_shortcode_slide_active { height: auto !important; }
|
||||
.et-tabs-container .et-tabs-content { margin: 30px 30px 20px; }
|
||||
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav { border-bottom: 1px solid #e7e7e7; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav li { float: right; line-height: 26px; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav a { display: block; padding: 16px 10px 16px 45px; color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding: 16px 45px 16px 10px; text-align: right; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav a:hover { text-decoration: none; color: #4c4c4c !important; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before { position: absolute; content: ''; top: 0; left: 0; width: 1px; height: 100%; background: #e7e7e7; -moz-box-shadow: 1px 0 0 #fff; -webkit-box-shadow: 1px 0 0 #fff; box-shadow: 1px 0 0 #fff; }
|
||||
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 28px; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 28px; }
|
||||
|
||||
.et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider, .et-testimonial-box, .author-shortcodes, .et-protected { -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
|
||||
|
||||
.tabs-left { background: #fff; border: 1px solid #e7e7e7; position: relative; margin-bottom: 15px; }
|
||||
.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav { width: 149px; border-top: 1px solid #fff; float: left; list-style:none outside none !important; margin:0 !important; position: relative; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav { position: absolute; top: 0; left: 0; }
|
||||
.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li { padding-right: 0 !important; padding-left: 0 !important; background: none !important; list-style: none !important; border-bottom: 1px solid #e7e7e7; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; }
|
||||
.tabs-left .et-tabs-control li a { color: #999 !important; font-size: 14px; text-shadow: 1px 1px 0 #fff !important; display: block; padding: 15px 10px 15px 20px; }
|
||||
.tabs-left .et-tabs-control li.active a { background: #fff; margin-right: -1px; }
|
||||
.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a { text-decoration: none; color: #4c4c4c !important; }
|
||||
.tabs-left .et-tabs-content { padding: 30px 30px 20px; position: relative; }
|
||||
.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap { overflow: hidden; }
|
||||
.tabs-left .et-tabs-content h3 { padding-bottom: 14px; color: #333333; }
|
||||
.et_left_tabs_bg { position: absolute; top: 0; left: 0; width: 148px; height: 100%; border-right: 1px solid #e7e7e7; border-left: 1px solid #fff; background: #f5f5f5; background: -moz-linear-gradient(left, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(left, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to right, #f9f9f9 0%,#f5f5f5 100%); }
|
||||
|
||||
.tabs-left ul.et_shortcodes_mobile_nav a { text-indent: -9999px; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav a span { top: 50%; margin-top: -7px; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 50%; margin-right: -4px; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 50%; margin-left: -4px; }
|
||||
|
||||
.author-shortcodes { background: #fff; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; margin-bottom: 10px; }
|
||||
.author-shortcodes .author-inner { position: relative; padding: 30px 30px 20px 117px; min-height: 60px; }
|
||||
.author-shortcodes .author-image { position: absolute; top: 32px; left: 30px; width: 60px; height: 60px; }
|
||||
.author-shortcodes .author-image img { max-width: 100%; height: auto; width: auto; }
|
||||
.author-shortcodes .author-image .author-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); box-shadow: inset 0 0 4px rgba(0,0,0,0.5); }
|
||||
|
||||
.et-protected { border: 1px solid #e7e7e7; width: 390px; background: #fff; margin-bottom: 10px; }
|
||||
.et-protected-title { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 18px 10px 17px 50px; position: relative; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; }
|
||||
.et-protected-title:before { content: ''; position: absolute; top: 16px; left: 20px; background: url(../images/shortcodes-sprite.png) no-repeat -23px -36px; width: 17px; height: 19px; }
|
||||
.et-protected-form { padding: 32px 37px 32px 32px; text-align: right; }
|
||||
.et-protected-form p { padding-bottom: 16px; }
|
||||
.et-protected-form p label { position: relative; }
|
||||
.et-protected-form p .et_protected_icon { width: 10px; height: 20px; position: absolute; top: 2px; left: 18px; background: url(../images/shortcodes-sprite.png) no-repeat -190px -37px; display: block; }
|
||||
.et-protected-form p .et_protected_password { height: 23px; background-position: -275px -2px; }
|
||||
.et-protected-form label span { display: none; }
|
||||
.et-protected-form p input { margin: 0 !important; border: 1px solid #e7e7e7; color: #363636; font-size: 14px; background: #f3f3f3; background: -moz-linear-gradient(top, #f3f3f3 1%, #fefefe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f3f3f3), color-stop(100%,#fefefe)); background: -webkit-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -o-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: -ms-linear-gradient(top, #f3f3f3 1%,#fefefe 100%); background: linear-gradient(to bottom, #f3f3f3 1%,#fefefe 100%); padding: 20px 20px 20px 40px; width: 100%; -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 1px rgba(0,0,0,0.1); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
|
||||
|
||||
.et-protected-form input.etlogin-button { background: #f9f9f9; background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f5f5f5)); background: -webkit-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -o-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: -ms-linear-gradient(top, #f9f9f9 0%,#f5f5f5 100%); background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%); border: 1px solid #e7e7e7; padding: 14px 24px; color: #999; text-shadow: 0 1px 0 #fff; font-size: 14px; -webkit-box-shadow: inset 1px 1px 0 0 #fff; -moz-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
|
||||
|
||||
.et-simple-slides .et_slidecontent { width: auto; }
|
||||
|
||||
.et-image-slides { background: #555; }
|
||||
.et-image-slider { background: #fff; border: 1px solid #e7e7e7; margin-bottom:25px; }
|
||||
.et-image-slide { position: relative; }
|
||||
.et-image-slider img { display: block; width: auto; margin: 0 auto; height: auto; }
|
||||
.et-image-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.6); box-shadow: inset 0 0 5px rgba(0,0,0,0.6); }
|
||||
|
||||
.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box { color:#201F1F !important; text-shadow: none !important; }
|
||||
.et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a { text-shadow: none !important; }
|
||||
|
||||
.et-custom-list ul { list-style: none !important; list-style-image: none !important; padding-left: 0 !important; margin: 0 !important; line-height: 26px; }
|
||||
.et-custom-list ul li { padding-left: 28px !important; margin: 5px 0 !important; list-style: none !important; position: relative; }
|
||||
.et-custom-list ul li:before { content: ''; position: absolute; top: 5px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px; width: 22px; height: 18px; }
|
||||
.etlist-x ul li:before { content: ''; position: absolute; top: 6px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -75px -21px; width: 22px; height: 18px; }
|
||||
.etlist-dot ul li { padding-left: 25px !important; }
|
||||
.etlist-dot ul li:before { content: ''; position: absolute; top: 9px; left: 0; background: url(../images/shortcodes-sprite.png) no-repeat -230px -3px; width: 10px; height: 9px; }
|
||||
.et-custom-list ul li ul { padding: 2px 0px !important; margin: 0 !important; }
|
||||
|
||||
.et-pricing { margin: 40px 0 10px; }
|
||||
.pricing-table { float: left; width: 25%; margin-bottom: 22px; position: relative; margin-left: -1px; }
|
||||
.pricing-table-wrap { border: 1px solid #e7e7e7; border-bottom: none; }
|
||||
.pricing-heading { border-bottom: 1px solid #e7e7e7; padding: 23px 10px 22px; text-shadow: 1px 1px 0 #fff; font-size: 12px; color: #999; text-align: center; -moz-box-shadow: inset 1px 1px 0 0 #fff; -webkit-box-shadow: inset 1px 1px 0 0 #fff; box-shadow: inset 1px 1px 0 0 #fff; }
|
||||
.pricing-title { text-transform: uppercase; font-size: 20px; color: #53b4c7 !important; font-weight: bold; text-shadow: none !important; }
|
||||
.pricing-heading p { padding-bottom: 0 !important; }
|
||||
|
||||
.pricing-table ul.pricing { padding: 0 !important; list-style: none !important; margin: 0 !important; list-style-image: none !important; line-height: 26px; }
|
||||
.pricing-table ul.pricing li { list-style: none !important; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; background: #f5f5f5; background: -moz-linear-gradient(top, #f5f5f5 0%, #fefefe 7%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(7%,#fefefe), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -o-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: -ms-linear-gradient(top, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); background: linear-gradient(to bottom, #f5f5f5 0%,#fefefe 7%,#ffffff 100%); padding: 14px 7px 14px 63px; position: relative; font-size: 12px; color: #363636; text-shadow: none !important; }
|
||||
.pricing-table ul.pricing li span.pricing-mark { position: absolute; top: 19px; left: 30px; width: 22px; height: 18px; background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px; }
|
||||
.pricing-table ul.pricing li.x-mark span.pricing-mark { background-position: -74px -20px; }
|
||||
|
||||
.pricing-content-bottom { border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; -webkit-box-shadow: inset 1px 0 0 0 #fff; -moz-box-shadow: inset 1px 0 0 0 #fff; box-shadow: inset 1px 0 0 0 #fff; padding: 20px 5px 43px; text-align: center; }
|
||||
span.et-price { font-size: 48px; color: #94c65c; text-shadow: 0 1px 0 #fff; font-family: Georgia, serif; }
|
||||
span.et-price sup { font-size: 24px; bottom: 13px; left: 1px; }
|
||||
span.et-price span.dollar-sign { font-size: 36px; }
|
||||
.pricing-table a.icon-button { margin: 0; padding-left: 15px; position: absolute; bottom: -13px; left: 50%; }
|
||||
.pricing-table a.icon-button { visibility: hidden; }
|
||||
.pricing-big { top: -20px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 18px rgba(0,0,0,0.2); box-shadow: 0 0 18px rgba(0,0,0,0.2); z-index: 2; }
|
||||
.pricing-big .pricing-table-wrap { border-color: #d6d5d5; }
|
||||
.pricing-big .pricing-heading { padding-top: 43px; }
|
||||
.pricing-big .pricing-content-bottom { padding-bottom: 63px; border-bottom: 1px solid #d6d5d5; }
|
||||
|
||||
.et-testimonial-box { border: 1px solid #e7e7e7; background: #fff; position: relative; margin: 10px 0 45px; }
|
||||
.et-testimonial-author-info { border-left: 1px solid #fff; border-top: 1px solid #fff; border-bottom: 1px solid #e7e7e7; padding: 20px 20px 15px; text-shadow: 0 1px 0 #fff; }
|
||||
.t-img { width: 60px; height: 60px; float: left; margin: 0 25px 5px 0; -moz-box-shadow: 0 1px 0 0 #fff; -webkit-box-shadow: 0 1px 0 0 #fff; box-shadow: 0 1px 0 0 #fff; position: relative; }
|
||||
.t-img img { max-width: 100%; height: auto; }
|
||||
.t-overlay { width: 100%; height: 100%; box-shadow: inset 0 0 4px rgba(0,0,0,0.4); display: block; position: absolute; top: 0; left: 0; }
|
||||
.t-author, .t-position { display: block; }
|
||||
.t-author { font-size: 18px; color: #999; padding: 10px 0 5px; }
|
||||
.t-position { color: #595959; }
|
||||
.t-position, .et-testimonial { font-family: Georgia, serif; font-style: italic; font-size: 14px; }
|
||||
.et-testimonial { padding: 43px 35px 30px 77px; color: #363636; position: relative; text-shadow: none !important; }
|
||||
.et-testimonial:before { content: ''; position: absolute; top: 43px; left: 35px; width: 25px; height: 19px; background: url(../images/shortcodes-sprite.png) no-repeat -45px -35px; }
|
||||
.t-bottom-arrow { background: url(../images/shortcodes-sprite.png) no-repeat -97px -25px; width: 31px; height: 32px; position: absolute; bottom: -32px; right: 40px; }
|
||||
|
||||
|
||||
.et-dropcap { font-size: 48px; float: left; display:block; margin:0 7px 0 0; line-height: 1; }
|
||||
|
||||
.et_quote { padding-left: 57px; min-height: 40px; font-family: Georgia, serif; font-size: 14px; font-style: italic; position: relative; line-height: 1.5; margin-bottom: 10px; }
|
||||
.et_quote .et_quote_sign { background: url(../images/shortcodes-sprite.png) no-repeat -206px -20px; position: absolute; top: 0; left: 0; display: block; width: 40px; height: 34px; }
|
||||
.quote-center .et_quote_sign { background-position: -251px -2px; width: 20px; height: 16px; top: 3px; }
|
||||
.quote-center .et_quote_additional_sign { background: url(../images/shortcodes-sprite.png) no-repeat -251px -22px; position: absolute; top: 3px; right: 13px; display: block; width: 20px; height: 16px; }
|
||||
.et_right_quote { width: 100%; }
|
||||
.quote-center { font-size: 24px; line-height: 1.2; text-align: center; padding-left: 30px; }
|
||||
.quote-center .et_right_quote { padding-right: 30px; width: 95%; }
|
||||
|
||||
|
||||
.et-tabs-container .et-tabs-control { padding: 0; }
|
||||
.tabs-left .et-tabs-control { padding-left: 0; }
|
||||
.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 { color:#201F1F !important; text-shadow: none !important; }
|
||||
|
||||
.et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a { text-decoration: none !important; }
|
||||
|
||||
a.big-button, a.small-button, a.icon-button { cursor: pointer; }
|
||||
|
||||
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
|
||||
* html .clearfix { zoom: 1; } /* IE6 */
|
||||
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
|
||||
|
||||
.et_column_last { margin-right: 0px !important; clear:right; }
|
||||
.clear { clear:both; }
|
61
epanel/shortcodes/css/shortcodes_responsive.css
Normal file
61
epanel/shortcodes/css/shortcodes_responsive.css
Normal file
@ -0,0 +1,61 @@
|
||||
/* Responsive Shortcodes */
|
||||
body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table { width: 50%; }
|
||||
@media all and ( max-width: 959px ) {
|
||||
body.et_right_sidebar .one_third, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .three_fourth,
|
||||
body.et_left_sidebar .one_third, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .two_third, body.et_left_sidebar .one_fourth, body.et_left_sidebar .three_fourth { float: none; margin-right: 0; width: auto; margin-bottom: 10px; }
|
||||
|
||||
body.et_right_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected,
|
||||
body.et_left_sidebar .et-testimonial-box, body.et_left_sidebar .et-protected { width: auto !important; }
|
||||
body.et_right_sidebar .et-protected-form,
|
||||
body.et_left_sidebar .et-protected-form { padding: 15px !important; }
|
||||
}
|
||||
@media all and (min-width: 768px) and (max-width: 959px) {
|
||||
body.et_full_width_page .pricing-table { width: 50%; }
|
||||
}
|
||||
@media all and ( max-width: 767px ) {
|
||||
.et_left_tabs_bg { width: 50px; }
|
||||
.tabs-left .et-tabs-control, .et-tabs-container .et-tabs-control { display: none; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav { display: block; width: 51px; }
|
||||
.tabs-left ul.et_shortcodes_mobile_nav a { display: block; height: 49px; width: 100%; }
|
||||
.tabs-left .et-tabs-content { margin-left: 75px; }
|
||||
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav { display: block; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav li { width: 50%; }
|
||||
|
||||
.et-pricing { margin-top: 0; }
|
||||
body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table, body.et_full_width_page .pricing-table { width: 100%; margin-bottom: 35px; }
|
||||
.pricing-big { top: 0; }
|
||||
|
||||
body.et_full_width_page .one_third, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .two_third, body.et_full_width_page .one_fourth, body.et_full_width_page .three_fourth { float: none; margin-right: 0; width: auto; margin-bottom: 10px; }
|
||||
|
||||
body.et_full_width_page .et-testimonial-box, body.et_full_width_page .et-protected { width: auto !important; }
|
||||
body.et_full_width_page .et-protected-form { padding: 15px !important; }
|
||||
|
||||
body.et_right_sidebar .author-shortcodes .author-inner,
|
||||
body.et_left_sidebar .author-shortcodes .author-inner { padding: 27px 27px 17px; }
|
||||
body.et_right_sidebar .author-shortcodes .author-image,
|
||||
body.et_left_sidebar .author-shortcodes .author-image { position: relative; top: 0; left: 0; margin-bottom: 10px; }
|
||||
|
||||
body.et_right_sidebar .quote-center .et_quote_additional_sign,
|
||||
body.et_left_sidebar .quote-center .et_quote_additional_sign { right: -13px; }
|
||||
body.et_right_sidebar .et_shortcodes_controls,
|
||||
body.et_left_sidebar .et_shortcodes_controls { display: none; }
|
||||
body.et_right_sidebar .et_shortcodes_controls_arrows a,
|
||||
body.et_left_sidebar .et_shortcodes_controls_arrows a { text-indent: -9999px; }
|
||||
}
|
||||
@media all and ( max-width: 479px ) {
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev { padding-left: 26px; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span { left: 10px; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next { padding-right: 26px; }
|
||||
.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span { right: 10px; }
|
||||
|
||||
body.et_full_width_page .author-shortcodes .author-inner { padding: 27px 27px 17px; }
|
||||
body.et_full_width_page .author-shortcodes .author-image { position: relative; top: 0; left: 0; margin-bottom: 10px; }
|
||||
body.et_full_width_page .quote-center .et_quote_additional_sign { right: -13px; }
|
||||
body.et_full_width_page .et_shortcodes_controls { display: none; }
|
||||
body.et_full_width_page .et_shortcodes_controls_arrows a { text-indent: -9999px; }
|
||||
|
||||
.et-box:before, .et-testimonial:before { display: none; }
|
||||
.et-box-content { padding: 27px 27px 17px 27px; }
|
||||
.et-testimonial { padding: 25px; }
|
||||
}
|
BIN
epanel/shortcodes/images/icon-author.gif
Normal file
BIN
epanel/shortcodes/images/icon-author.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 B |
BIN
epanel/shortcodes/images/icon-boxes.gif
Normal file
BIN
epanel/shortcodes/images/icon-boxes.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 B |
BIN
epanel/shortcodes/images/icon-buttons.gif
Normal file
BIN
epanel/shortcodes/images/icon-buttons.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 B |
BIN
epanel/shortcodes/images/icon-tabs.gif
Normal file
BIN
epanel/shortcodes/images/icon-tabs.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 B |
BIN
epanel/shortcodes/images/icon-toggle.gif
Normal file
BIN
epanel/shortcodes/images/icon-toggle.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 165 B |
BIN
epanel/shortcodes/images/shortcodes-sprite.png
Normal file
BIN
epanel/shortcodes/images/shortcodes-sprite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
80
epanel/shortcodes/js/editor_plugin.js
Normal file
80
epanel/shortcodes/js/editor_plugin.js
Normal file
@ -0,0 +1,80 @@
|
||||
(function(){
|
||||
tinymce.create('tinymce.plugins.etquicktags', {
|
||||
/**
|
||||
* Initializes the plugin, this will be executed after the plugin has been created.
|
||||
* This call is done before the editor instance has finished it's initialization so use the onInit event
|
||||
* of the editor instance to intercept that event.
|
||||
*
|
||||
* @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
|
||||
* @param {string} url Absolute URL to where the plugin is located.
|
||||
*/
|
||||
init : function(ed, url) {
|
||||
ed.addButton('et_learn_more', {
|
||||
title : et_quicktags_strings.learn_more,
|
||||
image : url + '/../images/icon-toggle.gif',
|
||||
onclick : function() {
|
||||
CustomButtonClick('learn_more');
|
||||
}
|
||||
});
|
||||
ed.addButton('et_box', {
|
||||
title : et_quicktags_strings.box,
|
||||
image : url + '/../images/icon-boxes.gif',
|
||||
onclick : function() {
|
||||
CustomButtonClick('box');
|
||||
}
|
||||
});
|
||||
ed.addButton('et_button', {
|
||||
title : et_quicktags_strings.button,
|
||||
image : url + '/../images/icon-buttons.gif',
|
||||
onclick : function() {
|
||||
CustomButtonClick('button');
|
||||
}
|
||||
});
|
||||
ed.addButton('et_tabs', {
|
||||
title : et_quicktags_strings.tabs,
|
||||
image : url + '/../images/icon-tabs.gif',
|
||||
onclick : function() {
|
||||
CustomButtonClick('tabs');
|
||||
}
|
||||
});
|
||||
ed.addButton('et_author', {
|
||||
title : et_quicktags_strings.author,
|
||||
image : url + '/../images/icon-author.gif',
|
||||
onclick : function() {
|
||||
CustomButtonClick('author');
|
||||
}
|
||||
});
|
||||
},
|
||||
/**
|
||||
* Creates control instances based in the incomming name. This method is normally not
|
||||
* needed since the addButton method of the tinymce.Editor class is a more easy way of adding buttons
|
||||
* but you sometimes need to create more complex controls like listboxes, split buttons etc then this
|
||||
* method can be used to create those.
|
||||
*
|
||||
* @param {String} n Name of the control to create.
|
||||
* @param {tinymce.ControlManager} cm Control manager to use inorder to create new control.
|
||||
* @return {tinymce.ui.Control} New control instance or null if no control was created.
|
||||
*/
|
||||
createControl : function(n, cm) {
|
||||
return null;
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns information about the plugin as a name/value array.
|
||||
* The current keys are longname, author, authorurl, infourl and version.
|
||||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*/
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : "Elegant Themes " + et_quicktags_strings.shortcodes,
|
||||
author : 'Elegant Themes',
|
||||
authorurl : 'http://www.elegantthemes.com/',
|
||||
infourl : 'http://www.elegantthemes.com/',
|
||||
version : "1.0"
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
tinymce.PluginManager.add('et_quicktags', tinymce.plugins.etquicktags);
|
||||
})()
|
1
epanel/shortcodes/js/editor_plugin.min.js
vendored
Normal file
1
epanel/shortcodes/js/editor_plugin.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
(function(){tinymce.create("tinymce.plugins.etquicktags",{init:function(e,t){e.addButton("et_learn_more",{title:et_quicktags_strings.learn_more,image:t+"/../images/icon-toggle.gif",onclick:function(){CustomButtonClick("learn_more")}});e.addButton("et_box",{title:et_quicktags_strings.box,image:t+"/../images/icon-boxes.gif",onclick:function(){CustomButtonClick("box")}});e.addButton("et_button",{title:et_quicktags_strings.button,image:t+"/../images/icon-buttons.gif",onclick:function(){CustomButtonClick("button")}});e.addButton("et_tabs",{title:et_quicktags_strings.tabs,image:t+"/../images/icon-tabs.gif",onclick:function(){CustomButtonClick("tabs")}});e.addButton("et_author",{title:et_quicktags_strings.author,image:t+"/../images/icon-author.gif",onclick:function(){CustomButtonClick("author")}})},createControl:function(e,t){return null},getInfo:function(){return{longname:"Elegant Themes "+et_quicktags_strings.shortcodes,author:"Elegant Themes",authorurl:"http://www.elegantthemes.com/",infourl:"http://www.elegantthemes.com/",version:"1.0"}}});tinymce.PluginManager.add("et_quicktags",tinymce.plugins.etquicktags)})()
|
381
epanel/shortcodes/js/et_shortcodes_frontend.js
Normal file
381
epanel/shortcodes/js/et_shortcodes_frontend.js
Normal file
@ -0,0 +1,381 @@
|
||||
/*! ET et_shortcodes_frontend.js */
|
||||
// et_switcher plugin v2.2
|
||||
(function($)
|
||||
{
|
||||
$.fn.et_shortcodes_switcher = function(options)
|
||||
{
|
||||
var defaults =
|
||||
{
|
||||
slides: '>div',
|
||||
activeClass: 'active',
|
||||
linksNav: '',
|
||||
findParent: true, //use parent elements to define active states
|
||||
lengthElement: 'li', //parent element, used only if findParent is set to true
|
||||
useArrows: false,
|
||||
arrowLeft: 'a#prev-arrow',
|
||||
arrowRight: 'a#next-arrow',
|
||||
auto: false,
|
||||
autoSpeed: 5000,
|
||||
slidePadding: '',
|
||||
pauseOnHover: true,
|
||||
fx: 'fade',
|
||||
sliderType: ''
|
||||
};
|
||||
|
||||
var options = $.extend(defaults, options);
|
||||
|
||||
return this.each(function()
|
||||
{
|
||||
var slidesContainer = jQuery(this).parent().css('position','relative'),
|
||||
$slides = jQuery(this).css({'overflow':'hidden','position':'relative'}),
|
||||
$slides_wrapper_box = slidesContainer.find('.et-tabs-content-wrapper'),
|
||||
$slides_wrapper = $slides_wrapper_box.parent(),
|
||||
$slide = $slides.find( '.et-tabs-content-wrapper' + options.slides),
|
||||
slidesNum = $slide.length,
|
||||
zIndex = slidesNum,
|
||||
currentPosition = 1,
|
||||
slideHeight = 0,
|
||||
$activeSlide,
|
||||
$nextSlide,
|
||||
slides_wrapper_width = $slides_wrapper.width(),
|
||||
$et_shortcodes_mobile_nav,
|
||||
$et_shortcodes_mobile_controls;
|
||||
|
||||
if (options.fx === 'slide') {
|
||||
$slides_wrapper_box.width( ( ( slidesNum + 2 ) * 200 ) + '%' );
|
||||
$slide.css({
|
||||
'width': slides_wrapper_width + 'px',
|
||||
'visibility': 'visible',
|
||||
});
|
||||
|
||||
$slides_wrapper_box.append($slide.first().clone().removeClass().addClass('et_slidecontent_cloned'));
|
||||
$slides_wrapper_box.prepend( $slide.last().clone().removeClass().addClass('et_slidecontent_cloned') );
|
||||
|
||||
$slides_wrapper_box.css('left', - slides_wrapper_width + 'px');
|
||||
}
|
||||
|
||||
$slide.first().css({ 'display': 'block' }).addClass('et_shortcode_slide_active');
|
||||
|
||||
if ('' !== options.slidePadding) {
|
||||
var slidePaddingOption = 'number' === typeof options.slidePadding ? options.slidePadding + 'px' : options.slidePadding;
|
||||
$slide.css('padding', slidePaddingOption);
|
||||
}
|
||||
|
||||
if (options.linksNav != '') {
|
||||
var linkSwitcher = jQuery(options.linksNav);
|
||||
|
||||
var linkSwitcherTab = '';
|
||||
if (options.findParent) linkSwitcherTab = linkSwitcher.parent();
|
||||
else linkSwitcherTab = linkSwitcher;
|
||||
|
||||
if (!linkSwitcherTab.filter('.active').length) linkSwitcherTab.first().addClass('active');
|
||||
|
||||
linkSwitcher.on('click', function() {
|
||||
var targetElement, orderNum;
|
||||
|
||||
if (options.findParent) targetElement = jQuery(this).parent();
|
||||
else targetElement = jQuery(this);
|
||||
|
||||
orderNum = targetElement.prevAll(options.lengthElement).length+1;
|
||||
|
||||
if (orderNum > currentPosition) gotoSlide(orderNum, 1);
|
||||
else gotoSlide(orderNum, -1);
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
if (options.useArrows) {
|
||||
var $right_arrow = jQuery(options.arrowRight),
|
||||
$left_arrow = jQuery(options.arrowLeft);
|
||||
|
||||
$right_arrow.on('click', function(){
|
||||
et_shortcodes_go_to_next_slide();
|
||||
return false;
|
||||
});
|
||||
|
||||
$left_arrow.on('click', function(){
|
||||
et_shortcodes_go_to_previous_slide();
|
||||
return false;
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function changeTab(){
|
||||
if (linkSwitcherTab != '') {
|
||||
linkSwitcherTab.siblings().removeClass('active');
|
||||
linkSwitcherTab.eq(currentPosition - 1).addClass('active');
|
||||
}
|
||||
}
|
||||
|
||||
function gotoSlide(slideNumber,dir){
|
||||
if ($slide.filter(':animated').length) return;
|
||||
|
||||
$activeSlide = $slide.parent().find('.et_slidecontent').eq(currentPosition - 1);
|
||||
|
||||
if (currentPosition === slideNumber) return;
|
||||
|
||||
$activeSlide.removeClass('et_shortcode_slide_active');
|
||||
|
||||
$nextSlide = $slide.parent().find('.et_slidecontent').eq(slideNumber - 1).addClass('et_shortcode_slide_active');
|
||||
|
||||
if ((currentPosition > slideNumber || currentPosition === 1) && (dir === -1)) {
|
||||
if (options.fx === 'slide') slideBack(500);
|
||||
if (options.fx === 'fade') slideFade(500);
|
||||
} else {
|
||||
if (options.fx === 'slide') slideForward(500);
|
||||
if (options.fx === 'fade') slideFade(500);
|
||||
}
|
||||
|
||||
currentPosition = $nextSlide.prevAll('.et_slidecontent').length + 1;
|
||||
|
||||
if (options.linksNav != '') changeTab();
|
||||
|
||||
if ( options.sliderType === 'images' || options.sliderType === 'simple' ){
|
||||
$et_shortcodes_mobile_controls.find('li').removeClass('et_shortcodes_active_control');
|
||||
$et_shortcodes_mobile_controls.find('li').eq(currentPosition-1).addClass('et_shortcodes_active_control');
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
if (options.auto) {
|
||||
auto_rotate();
|
||||
var pauseSlider = false;
|
||||
}
|
||||
|
||||
if (options.pauseOnHover) {
|
||||
slidesContainer.on('mouseenter', function(){
|
||||
pauseSlider = true;
|
||||
}).on('mouseleave', function(){
|
||||
pauseSlider = false;
|
||||
});
|
||||
}
|
||||
|
||||
function auto_rotate(){
|
||||
interval_shortcodes = setInterval(function(){
|
||||
if (!pauseSlider) {
|
||||
if (currentPosition === slidesNum)
|
||||
gotoSlide(1,1);
|
||||
else
|
||||
gotoSlide(currentPosition+1,1);
|
||||
|
||||
if (options.linksNav != '') changeTab();
|
||||
}
|
||||
},options.autoSpeed);
|
||||
}
|
||||
|
||||
function slideFade(speed){
|
||||
$activeSlide.css( { 'display' : 'none', 'opacity' : '0' } );
|
||||
|
||||
$nextSlide.css({'opacity' : '0', 'display':'block'}).animate( { opacity : 1 }, 700 );
|
||||
}
|
||||
|
||||
function slideForward(speed){
|
||||
var next_slide_order = $nextSlide.prevAll('.et_slidecontent').length+1,
|
||||
go_to_first_slide = false;
|
||||
|
||||
if ( $activeSlide.next('.et_slidecontent_cloned').length ) {
|
||||
next_slide_order = $activeSlide.prevAll().length+1;
|
||||
go_to_first_slide = true;
|
||||
}
|
||||
|
||||
$slides_wrapper_box.animate( { left : - ( $slides_wrapper.width() * next_slide_order ) }, 500, function(){
|
||||
if (go_to_first_slide) {
|
||||
$slides_wrapper_box.css('left', - $slides_wrapper.width() + 'px');
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
function slideBack(speed){
|
||||
var next_slide_order = $nextSlide.prevAll('.et_slidecontent').length+1,
|
||||
go_to_last_slide = false;
|
||||
|
||||
if ( $activeSlide.prev('.et_slidecontent_cloned').length ) {
|
||||
next_slide_order = 0;
|
||||
go_to_last_slide = true;
|
||||
}
|
||||
|
||||
$slides_wrapper_box.animate( { left : - ( $slides_wrapper.width() * next_slide_order ) }, 500, function(){
|
||||
if (go_to_last_slide) {
|
||||
$slides_wrapper_box.css('left', - ($slides_wrapper.width() * slidesNum) + 'px');
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
if (options.fx === 'slide') {
|
||||
$(window).on('resize', function(){
|
||||
$slides_wrapper_box.find('>div').css({ 'width' : $slides_wrapper.width() + 'px' });
|
||||
$slides_wrapper_box.css('left', - ($slides_wrapper.width() * currentPosition) + 'px');
|
||||
} );
|
||||
}
|
||||
|
||||
et_generate_mobile_nav();
|
||||
|
||||
function et_generate_mobile_nav(){
|
||||
var et_shortcodes_slides_num = slidesContainer.find( '.et_slidecontent' ).length,
|
||||
et_shortcodes_controllers_html = '';
|
||||
|
||||
if ( et_shortcodes_slides_num > 1 && ( options.sliderType === 'images' || options.sliderType === 'simple' ) ){
|
||||
slidesContainer.append( '<div class="et_shortcodes_controller_nav">' + '<ul class="et_shortcodes_controls"></ul>' + '<ul class="et_shortcodes_controls_arrows"><li><a href="#" class="et_sc_nav_next">' + et_shortcodes_strings.next + '<span></span></a></li><li><a href="#" class="et_sc_nav_prev">' + et_shortcodes_strings.previous + '<span></span></a></li></ul>' + '</div>' );
|
||||
|
||||
$et_shortcodes_mobile_controls = slidesContainer.find('.et_shortcodes_controls');
|
||||
for ( var i = 0; i < et_shortcodes_slides_num; i++ ) {
|
||||
et_shortcodes_controllers_html += '<li><a href="#"></a></li>';
|
||||
}
|
||||
$et_shortcodes_mobile_controls.prepend( et_shortcodes_controllers_html );
|
||||
$et_shortcodes_mobile_controls.find('li').first().addClass('et_shortcodes_active_control');
|
||||
$et_shortcodes_mobile_controls.find('a').on('click', function() {
|
||||
var $this_control = $(this),
|
||||
$this_control_li = $this_control.parent('li'),
|
||||
this_order = $this_control_li.prevAll().length+1;
|
||||
|
||||
if ( this_order == currentPosition ) return false;
|
||||
|
||||
if ( this_order > currentPosition ) gotoSlide(this_order, 1);
|
||||
else gotoSlide(this_order, -1);
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
$et_shortcodes_mobile_nav = slidesContainer.find('.et_shortcodes_controls_arrows');
|
||||
$et_shortcodes_mobile_nav.find('a').on('click', function() {
|
||||
var $this_link = jQuery(this),
|
||||
et_active_slide_order;
|
||||
|
||||
if ( $this_link.hasClass( 'et_sc_nav_next' ) )
|
||||
et_shortcodes_go_to_next_slide();
|
||||
|
||||
if ( $this_link.hasClass( 'et_sc_nav_prev' ) )
|
||||
et_shortcodes_go_to_previous_slide();
|
||||
|
||||
$et_shortcodes_mobile_controls.find('li').removeClass('et_shortcodes_active_control');
|
||||
|
||||
et_active_slide_order = currentPosition - 1;
|
||||
|
||||
$et_shortcodes_mobile_controls.find('li').eq( et_active_slide_order ).addClass('et_shortcodes_active_control');
|
||||
|
||||
return false;
|
||||
});
|
||||
} else if ( options.sliderType !== 'images' && options.sliderType !== 'simple' ) {
|
||||
slidesContainer.prepend( '<ul class="et_shortcodes_mobile_nav"><li><a href="#" class="et_sc_nav_next">' + et_shortcodes_strings.next + '<span></span></a></li><li><a href="#" class="et_sc_nav_prev">' + et_shortcodes_strings.previous + '<span></span></a></li></ul>' );
|
||||
$et_shortcodes_mobile_nav = slidesContainer.find('.et_shortcodes_mobile_nav');
|
||||
$et_shortcodes_mobile_nav.find('a').on('click', function() {
|
||||
var $this_link = jQuery(this);
|
||||
|
||||
if ( $this_link.hasClass( 'et_sc_nav_next' ) )
|
||||
et_shortcodes_go_to_next_slide();
|
||||
|
||||
if ( $this_link.hasClass( 'et_sc_nav_prev' ) )
|
||||
et_shortcodes_go_to_previous_slide();
|
||||
|
||||
return false;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
function et_shortcodes_go_to_next_slide(){
|
||||
if (currentPosition === slidesNum)
|
||||
gotoSlide(1,1);
|
||||
else
|
||||
gotoSlide(currentPosition+1,1);
|
||||
|
||||
if (options.linksNav != '') changeTab();
|
||||
}
|
||||
|
||||
function et_shortcodes_go_to_previous_slide(){
|
||||
if (currentPosition === 1)
|
||||
gotoSlide(slidesNum,-1);
|
||||
else
|
||||
gotoSlide(currentPosition-1,-1);
|
||||
|
||||
if (options.linksNav != '') changeTab();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
window.et_shortcodes_init = function( $container ) {
|
||||
var $processed_container = typeof $container !== 'undefined' ? $container : $( 'body' );
|
||||
var $et_pricing_table_button = $processed_container.find('.pricing-table a.icon-button');
|
||||
|
||||
$et_tooltip = $processed_container.find('.et-tooltip');
|
||||
$et_tooltip.on('mouseover mouseout', function(event){
|
||||
if (event.type == 'mouseover') {
|
||||
$(this).find('.et-tooltip-box').stop(true,true).animate({ opacity: 'show', bottom: '25px' }, 300);
|
||||
} else {
|
||||
$(this).find('.et-tooltip-box').delay(200).animate({ opacity: 'hide', bottom: '35px' }, 300);
|
||||
}
|
||||
});
|
||||
// learn more
|
||||
$et_learn_more = $processed_container.find('.et-learn-more .heading-more');
|
||||
$et_learn_more.on('click', function() {
|
||||
if ( $(this).hasClass('open') ) {
|
||||
$(this).removeClass('open');
|
||||
} else {
|
||||
$(this).addClass('open');
|
||||
}
|
||||
|
||||
$(this).parent('.et-learn-more').find('.learn-more-content').animate({ opacity: 'toggle', height: 'toggle' }, 300);
|
||||
});
|
||||
|
||||
$processed_container.find('.et-learn-more').not('.et-open').find('.learn-more-content').css( { 'visibility' : 'visible', 'display' : 'none' } );
|
||||
|
||||
$et_pricing_table_button.each( function(){
|
||||
var $this_button = $(this),
|
||||
this_button_width = $this_button.width(),
|
||||
this_button_innerwidth = $this_button.innerWidth();
|
||||
|
||||
$this_button.css({
|
||||
width: this_button_width + 'px',
|
||||
'marginLeft': '-' + (this_button_innerwidth / 2) + 'px',
|
||||
'visibility': 'visible',
|
||||
});
|
||||
} );
|
||||
|
||||
var $et_shortcodes_tabs = $processed_container.find('.et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider');
|
||||
$et_shortcodes_tabs.each(function(i){
|
||||
var et_shortcodes_tab_class = $(this).attr('class'),
|
||||
et_shortcodes_tab_autospeed_class_value = /et_sliderauto_speed_(\d+)/g,
|
||||
et_shortcodes_tab_autospeed = et_shortcodes_tab_autospeed_class_value.exec( et_shortcodes_tab_class ),
|
||||
et_shortcodes_tab_auto_class_value = /et_sliderauto_(\w+)/g,
|
||||
et_shortcodes_tab_auto = et_shortcodes_tab_auto_class_value.exec( et_shortcodes_tab_class ),
|
||||
et_shortcodes_tab_type_class_value = /et_slidertype_(\w+)/g,
|
||||
et_shortcodes_tab_type = et_shortcodes_tab_type_class_value.exec( et_shortcodes_tab_class ),
|
||||
et_shortcodes_tab_fx_class_value = /et_sliderfx_(\w+)/g,
|
||||
et_shortcodes_tab_fx = et_shortcodes_tab_fx_class_value.exec( et_shortcodes_tab_class ),
|
||||
et_shortcodes_tab_apply_to_element = '.et-tabs-content',
|
||||
et_shortcodes_tab_settings = {};
|
||||
|
||||
et_shortcodes_tab_settings.linksNav = $(this).find('.et-tabs-control li a');
|
||||
et_shortcodes_tab_settings.findParent = true;
|
||||
et_shortcodes_tab_settings.fx = et_shortcodes_tab_fx[1];
|
||||
et_shortcodes_tab_settings.auto = 'false' === et_shortcodes_tab_auto[1] ? false : true;
|
||||
et_shortcodes_tab_settings.autoSpeed = et_shortcodes_tab_autospeed[1];
|
||||
|
||||
if ( 'simple' === et_shortcodes_tab_type[1] ){
|
||||
et_shortcodes_tab_settings = {};
|
||||
et_shortcodes_tab_settings.fx = et_shortcodes_tab_fx[1];
|
||||
et_shortcodes_tab_settings.auto = 'false' === et_shortcodes_tab_auto[1] ? false : true;
|
||||
et_shortcodes_tab_settings.autoSpeed = et_shortcodes_tab_autospeed[1];
|
||||
et_shortcodes_tab_settings.sliderType = 'simple';
|
||||
et_shortcodes_tab_apply_to_element = '.et-simple-slides';
|
||||
} else if ( 'images' === et_shortcodes_tab_type[1] ){
|
||||
et_shortcodes_tab_settings.sliderType = 'images';
|
||||
et_shortcodes_tab_settings.linksNav = '#' + $(this).attr('id') + ' .controllers a.switch';
|
||||
et_shortcodes_tab_settings.findParent = false;
|
||||
et_shortcodes_tab_settings.lengthElement = '#' + $(this).attr('id') + ' a.switch';
|
||||
et_shortcodes_tab_apply_to_element = '.et-image-slides';
|
||||
}
|
||||
|
||||
$(this).find(et_shortcodes_tab_apply_to_element).et_shortcodes_switcher( et_shortcodes_tab_settings );
|
||||
});
|
||||
}
|
||||
})(jQuery);
|
||||
// end et_switcher plugin v2
|
||||
|
||||
/////// Shortcodes Javascript ///////
|
||||
jQuery(function($){
|
||||
window.et_shortcodes_init();
|
||||
});
|
1421
epanel/shortcodes/shortcodes.php
Normal file
1421
epanel/shortcodes/shortcodes.php
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user