Advertisement
Guest User

Success Club Tabs

a guest
Sep 12th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.81 KB | None | 0 0
  1.             <div class="post-content">
  2.            
  3.                 <div id="member-nav"><?php include 'member-area-navigation.php'; ?></div>
  4.            
  5.                 <?php the_content(); ?>
  6.                
  7.                 <style type='text/css'>
  8.                     .post-content ul.list-icon li:before{color:#ffffff !important;}
  9.                     .rtl .post-content ul.list-icon li:after{color:#ffffff !important;}
  10.                 </style>
  11.                
  12.                 <style type="text/css">
  13.                 #tabs-1,#tabs-1.tabs-vertical .tabs,#tabs-1.tabs-vertical .tab_content{border-color:#ebeaea !important;}
  14.                 #main #tabs-1.tabs-horizontal,#tabs-1.tabs-vertical .tab_content,.pyre_tabs .tabs-container{background-color:#ffffff !important;}
  15.                 body #tabs-1.shortcode-tabs .tab-hold .tabs li,body.dark #sidebar .tab-hold .tabs li{border-right:1px solid #ffffff !important;}
  16.                 body #tabs-1.shortcode-tabs .tab-hold .tabs li:last-child{border-right:0 !important;}
  17.                 body #main #tabs-1 .tab-hold .tabs li a{background:#ebeaea !important;border-bottom:0 !important;color:#747474 !important;}
  18.                 body #main #tabs-1 .tab-hold .tabs li a:hover{background:#ffffff !important;border-bottom:0 !important;}
  19.                 body #main #tabs-1 .tab-hold .tabs li.active a,body #main #tabs-1 .tab-hold .tabs li.active{background:#ffffff !important;border-bottom:0 !important;}
  20.                 #sidebar .tab-hold .tabs li.active a{border-top-color:#85b680 !important;}
  21.                 </style>
  22.  
  23.                 <div id="tabs-1" class="tab-holder shortcode-tabs clearfix tabs-horizontal">
  24.                     <div class="tab-hold tabs-wrapper">
  25.                         <ul id="tabs" class="tabset tabs">
  26.                             <li><a href="#welcome">Welcome</a></li>
  27.                             <li><a href="#level1">Level 1<img id="icon1" src="http://ambitiouswomensuccessclub.com/wp-content/uploads/2013/09/icon-level-1.png" alt="icon-level-1" width="28" height="28" /></a></li>
  28.                             <li><a href="#level2">Level 2<img id="icon2" src="http://ambitiouswomensuccessclub.com/wp-content/uploads/2013/09/icon-level-2.png" alt="icon-level-1" width="26" height="42" /></a></li>
  29.                             <li><a href="#level3">Level 3<img id="icon3" src="http://ambitiouswomensuccessclub.com/wp-content/uploads/2013/09/icon-level-3.png" alt="icon-level-1" width="37" height="37" /></a></li>
  30.                         </ul>
  31.                         <div class="tab-box tabs-container">
  32.                             <div id="welcome" name="welcome" class="tab tab_content"><div class="tab-inner"><?php echo get_field('welcome_tab'); ?></div></div>
  33.                             <div id="level1" name="level1" class="tab tab_content"><div class="tab-inner"><?php echo get_field('level_1_tab'); ?></div></div>
  34.                             <div id="level2" name="level2" class="tab tab_content"><div class="tab-inner"><?php echo get_field('level_2_tab'); ?></div></div>
  35.                             <div id="level3" name="level3" class="tab tab_content"><div class="tab-inner"><?php echo get_field('level_3_tab'); ?><?php insert_cform('Level 3 Application'); ?></div></div>
  36.                         </div>
  37.                     </div>
  38.                 </div>             
  39.                
  40.                 <?php wp_link_pages(); ?>
  41.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement