- Cambios

git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_Web/trunk@13 77ab8c26-3d69-2c4d-86f2-786f4ba54905
This commit is contained in:
David Arranz 2011-06-24 11:54:12 +00:00
parent 62b1676832
commit 11967db30b
562 changed files with 41736 additions and 77 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,47 @@
<?php
/**
* The main template file for display error page.
*
* @package WordPress
*/
get_header();
?>
<div class="wrapper_shadow"></div>
<div class="page_caption">
<div class="caption_inner">
<div class="caption_header">
<h1 class="cufon">Error 404 Page Not Found</h1>
</div>
</div>
</div>
<div id="header_pattern"></div>
</div>
<!-- Begin content -->
<div id="content_wrapper">
<div class="inner">
<!-- Begin main content -->
<div class="inner_wrapper">
<div class="standard_wrapper small">
<br class="clear"/><br/>
<h2 class="cufon"><?php _e( 'Oops!', '' ); ?></h2>
<p><?php _e( 'Apologies, but the page you requested could not be found. Perhaps searching will help.', 'Soon' ); ?></p>
</div>
</div>
<!-- End main content -->
<br class="clear"/><br/><br/><br/><br/><br/><br/>
</div>
<!-- End content -->
<?php get_footer(); ?>

View File

@ -0,0 +1,20 @@
----------------------------------------------------------------------------
Release notes for Lotus Wordpress Version
----------------------------------------------------------------------------
Theme Name: Chamber
Version: 1.1
by Peerapong
http://themeforest.net/user/peerapong
----------------------------------------------------------------------------
Change log
----------------------------------------------------------------------------
= V1.0 - 26.03.2011 =
* Initial Release
= V1.1 - 01.04.2011 =
* Fix delete button for admin uploader not working.

View File

@ -0,0 +1,23 @@
\\\ ///
( @ @ )
....o00o.(_).o00o...
#------------------------------------------------------------------#
# __ __ .__ #
# ____________ ____ | | ___/ |_| |__ ____ _____ ____ #
# \_ __ \__ \ _/ ___\| |/ /\ __\ | \_/ __ \ / \_/ __ \ #
# | | \// __ \\ \___| < | | | Y \ ___/| Y Y \ ___/ #
# |__| (____ /\___ >__|_ \ |__| |___| /\___ >__|_| /\___ > #
# \/ \/ \/ \/ \/ \/ \/ #
# #
# #
# [More Download]---> RACKTHEME.COM #
# #
# Homepage: http://www.racktheme.com/ #
#------------------------------------------------------------------#
# To respect the various templates to the team's work #
# results,please purchase a commercial copyright, #
# site to download only the learning and testing! #
#------------------------------------------------------------------#
# Racktheme- The #1 Themes N' Templates Sharing Site #
#------------------------------------------------------------------#

View File

@ -0,0 +1,3 @@
[InternetShortcut]
URL=http://www.racktheme.com/
Modified=A02510760306CC0121

View File

@ -0,0 +1,308 @@
<?php
/**
* The main template file for display archive page.
*
* @package WordPress
*/
$post_type = get_post_type();
if($post_type == 'portfolios')
{
$pp_portfolio_style = get_option('pp_portfolio_style');
if(empty($pp_portfolio_style))
{
$pp_portfolio_style = 'thumb-detail';
}
include (TEMPLATEPATH . "/templates/template-portfolio-".$pp_portfolio_style.".php");
exit;
}
elseif($post_type == 'photos')
{
include (TEMPLATEPATH . "/gallery.php");
exit;
}
elseif($post_type == 'videos')
{
include (TEMPLATEPATH . "/video_gallery.php");
exit;
}
else
{
get_header();
$page_style = 'Right Sidebar';
$page_sidebar = 'Blog Sidebar';
$caption_class = "page_caption";
$add_sidebar = TRUE;
$sidebar_class = '';
if($page_style == 'Right Sidebar')
{
$add_sidebar = TRUE;
$page_class = 'sidebar_content';
}
elseif($page_style == 'Left Sidebar')
{
$add_sidebar = TRUE;
$page_class = 'sidebar_content';
$sidebar_class = 'left_sidebar';
}
else
{
$page_class = 'inner_wrapper';
}
$pp_title = get_option('pp_blog_title');
if(empty($pp_title))
{
$pp_title = 'Blog';
}
if(!isset($hide_header) OR !$hide_header)
{
?>
<div class="wrapper_shadow"></div>
<div class="page_caption">
<div class="caption_inner">
<div class="caption_header">
<h1 class="cufon"><?php if ( is_day() ) : ?>
<?php printf( __( 'Archives | %s', '' ), get_the_date() ); ?>
<?php elseif ( is_month() ) : ?>
<?php printf( __( 'Archives | %s', '' ), get_the_date('F Y') ); ?>
<?php elseif ( is_year() ) : ?>
<?php printf( __( 'Archives | %s', '' ), get_the_date('Y') ); ?>
<?php else : ?>
<?php _e( 'Blog Archives', '' ); ?>
<?php endif; ?></h1>
</div>
</div>
</div>
<div id="header_pattern"></div>
</div>
<!-- Begin content -->
<div id="content_wrapper">
<div class="inner">
<!-- Begin main content -->
<div class="inner_wrapper">
<div class="standard_wrapper small">
<br class="clear"/><br/>
<?php
}
?>
<?php
if($add_sidebar && $page_style == 'Left Sidebar')
{
?>
<div class="sidebar_wrapper <?php echo $sidebar_class; ?>">
<div class="sidebar <?php echo $sidebar_class; ?> <?php echo $sidebar_home; ?>">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom <?php echo $sidebar_class; ?>"></div>
</div>
<?php
}
?>
<div class="sidebar_content">
<?php
global $more; $more = false; # some wordpress wtf logic
$cat_id = get_cat_ID(single_cat_title('', false));
if(!empty($cat_id))
{
$query_string.= '&cat='.$cat_id;
}
query_posts($query_string);
if (have_posts()) : while (have_posts()) : the_post();
$image_thumb = '';
$post_img_align = get_post_meta(get_the_ID(), 'post_img_align', true);
if(empty($post_img_align))
{
$post_img_align = 'Top';
}
$post_img_align = strtolower($post_img_align);
if(has_post_thumbnail(get_the_ID(), 'large'))
{
$image_id = get_post_thumbnail_id(get_the_ID());
$image_thumb = wp_get_attachment_image_src($image_id, 'full', true);
if($post_img_align == 'top')
{
$pp_blog_image_width = get_option('pp_blog_c_width');
$pp_blog_image_height = get_option('pp_blog_c_height');
}
else
{
$pp_blog_image_width = get_option('pp_blog_lr_width');
$pp_blog_image_height = get_option('pp_blog_lr_height');
}
}
?>
<!-- Begin each blog post -->
<div class="post_wrapper">
<div class="post_header">
<h3>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?>
</a>
</h3>
<div class="post_detail">
<?php
$pp_blog_meta_sort_data = unserialize(get_option('pp_blog_meta_sort_data'));
if(is_array($pp_blog_meta_sort_data) && !empty($pp_blog_meta_sort_data))
{
foreach($pp_blog_meta_sort_data as $meta)
{
switch($meta)
{
case 1:
echo the_category(',').'&nbsp;|&nbsp;';
break;
case 2:
echo the_tags('Tags: ',',', '&nbsp;|&nbsp;');
break;
case 3:
echo 'Posted by: '.get_the_author().'&nbsp;|&nbsp;';
break;
case 4:
echo 'Date: '.get_the_time('d M Y').'&nbsp;|&nbsp;';
break;
case 5:
echo comments_number('0 Comment', '1 Comment', '% Comments').'&nbsp;|&nbsp;';
break;
}
}
}
?>
</div>
</div>
<div class="circle_comment">
<div><?php comments_number('0', '1', '%'); ?></div>
</div>
<br class="clear"/>
<?php
$pp_blog_display_image = get_option('pp_blog_display_image');
if(!empty($pp_blog_display_image) && !empty($image_thumb))
{
if($post_img_align == 'top')
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame"/>
</a>
<br class="clear"/><br/>
<?php
}
else
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame align<?php echo $post_img_align; ?>"/>
</a>
<?php
}
}
?>
<?php echo get_the_content_with_formatting(); ?>
<br class="clear"/>
<hr/>
<br class="clear"/>
</div>
<!-- End each blog post -->
<?php endwhile; endif; ?>
<div class="pagination"><p><?php posts_nav_link(' '); ?></p></div>
</div>
<div class="sidebar_wrapper <?php echo $sidebar_class; ?>">
<div class="sidebar_top <?php echo $sidebar_class; ?>"></div>
<div class="sidebar <?php echo $sidebar_class; ?> <?php echo $sidebar_home; ?>">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom <?php echo $sidebar_class; ?>"></div>
</div>
</div>
<!-- End main content -->
<br class="clear"/>
</div>
<?php
if(!isset($hide_header) OR !$hide_header)
{
?>
</div>
<!-- End content -->
<?php get_footer(); ?>
<?php
}
}
?>

View File

@ -0,0 +1,326 @@
<?php
/**
* Template Name: Blog With Sidebar
* The main template file for display blog page.
*
* @package WordPress
*/
/**
* Get Current page object
**/
$page = get_page($post->ID);
/**
* Get current page id
**/
if(!isset($pp_homepage) && !isset($current_page_id) && isset($page->ID))
{
$current_page_id = $page->ID;
}
else
{
$current_page_id = $pp_homepage;
}
if(!isset($hide_header) OR !$hide_header)
{
get_header();
}
$page_style = get_post_meta($current_page_id, 'page_style', true);
$page_sidebar = get_post_meta($current_page_id, 'page_sidebar', true);
$caption_style = get_post_meta($current_page_id, 'caption_style', true);
if(empty($caption_style))
{
$caption_style = 'Title & Description';
}
if(!isset($sidebar_home))
{
$sidebar_home = '';
}
if(empty($page_sidebar))
{
$page_sidebar = 'Blog Sidebar';
}
$caption_class = "page_caption";
if(!isset($add_sidebar))
{
$add_sidebar = TRUE;
}
$sidebar_class = '';
if($page_style == 'Right Sidebar')
{
$add_sidebar = TRUE;
$page_class = 'sidebar_content';
}
elseif($page_style == 'Left Sidebar')
{
$add_sidebar = TRUE;
$page_class = 'sidebar_content';
$sidebar_class = 'left_sidebar';
}
else
{
$page_class = 'inner_wrapper';
}
$pp_title = get_option('pp_blog_title');
if(empty($pp_title))
{
$pp_title = 'Blog';
}
$additional_style = '';
if(!isset($hide_header) OR !$hide_header)
{
?>
<div class="wrapper_shadow"></div>
<div class="page_caption">
<div class="caption_inner">
<div class="caption_header">
<h1 class="cufon"><?php echo $pp_title; ?></h1>
</div>
</div>
</div>
</div>
<!-- Begin content -->
<div id="content_wrapper">
<div class="inner">
<!-- Begin main content -->
<div class="inner_wrapper">
<div class="standard_wrapper small">
<br class="clear"/>
<?php
}
else
{
$additional_style = 'style="margin-top:10px"';
}
?>
<?php
if($add_sidebar && $page_style == 'Left Sidebar')
{
?>
<div class="sidebar_wrapper <?php echo $sidebar_class; ?>">
<div class="sidebar <?php echo $sidebar_class; ?> <?php echo $sidebar_home; ?>">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom <?php echo $sidebar_class; ?>"></div>
</div>
<?php
}
?>
<div class="sidebar_content" <?php echo $additional_style; ?>>
<?php
global $more; $more = false; # some wordpress wtf logic
$query_string ="post_type=post&paged=$paged";
$cat_id = get_cat_ID(single_cat_title('', false));
if(!empty($cat_id))
{
$query_string.= '&cat='.$cat_id;
}
query_posts($query_string);
if (have_posts()) : while (have_posts()) : the_post();
$image_thumb = '';
$post_img_align = get_post_meta(get_the_ID(), 'post_img_align', true);
if(empty($post_img_align))
{
$post_img_align = 'Top';
}
$post_img_align = strtolower($post_img_align);
if(has_post_thumbnail(get_the_ID(), 'large'))
{
$image_id = get_post_thumbnail_id(get_the_ID());
$image_thumb = wp_get_attachment_image_src($image_id, 'full', true);
if($post_img_align == 'top')
{
$pp_blog_image_width = get_option('pp_blog_c_width');
$pp_blog_image_height = get_option('pp_blog_c_height');
}
else
{
$pp_blog_image_width = get_option('pp_blog_lr_width');
$pp_blog_image_height = get_option('pp_blog_lr_height');
}
}
?>
<!-- Begin each blog post -->
<div class="post_wrapper">
<div class="post_header">
<h3>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?>
</a>
</h3>
<div class="post_detail">
<?php
$pp_blog_meta_sort_data = unserialize(get_option('pp_blog_meta_sort_data'));
if(is_array($pp_blog_meta_sort_data) && !empty($pp_blog_meta_sort_data))
{
foreach($pp_blog_meta_sort_data as $meta)
{
switch($meta)
{
case 1:
echo the_category(',').'&nbsp;|&nbsp;';
break;
case 2:
echo the_tags('Tags: ',',', '&nbsp;|&nbsp;');
break;
case 3:
echo 'Posted by: '.get_the_author().'&nbsp;|&nbsp;';
break;
case 4:
echo 'Date: '.get_the_time('d M Y').'&nbsp;|&nbsp;';
break;
case 5:
echo comments_number('0 Comment', '1 Comment', '% Comments').'&nbsp;|&nbsp;';
break;
}
}
}
?>
</div>
</div>
<div class="circle_comment">
<div><?php comments_number('0', '1', '%'); ?></div>
</div>
<br class="clear"/>
<?php
$pp_blog_display_image = get_option('pp_blog_display_image');
if(!empty($pp_blog_display_image) && !empty($image_thumb))
{
if($post_img_align == 'top')
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame"/>
</a>
<br class="clear"/><br/>
<?php
}
else
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame align<?php echo $post_img_align; ?>"/>
</a>
<?php
}
}
?>
<?php echo get_the_content_with_formatting(); ?>
<br class="clear"/>
<hr/>
<br class="clear"/>
</div>
<!-- End each blog post -->
<?php endwhile; endif; ?>
<div class="pagination"><p><?php posts_nav_link(' '); ?></p></div>
</div>
<?php
if($add_sidebar && $page_style == 'Right Sidebar')
{
?>
<div class="sidebar_wrapper <?php echo $sidebar_class; ?>">
<div class="sidebar_top <?php echo $sidebar_class; ?>"></div>
<div class="sidebar <?php echo $sidebar_class; ?> <?php echo $sidebar_home; ?>">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom <?php echo $sidebar_class; ?>"></div>
</div>
<?php
}
?>
<?php
$pp_homepage_hide_right_sidebar = get_option('pp_homepage_hide_right_sidebar');
if(!isset($hide_header) OR !$hide_header)
{
?>
</div>
<!-- End main content -->
<br class="clear"/>
</div>
<?php get_footer(); ?>
<?php
}
?>

View File

@ -0,0 +1,218 @@
<?php
/**
* The main template file for display blog page.
*
* @package WordPress
*/
get_header();
$page_sidebar = get_post_meta($current_page_id, 'page_sidebar', true);
if(empty($page_sidebar))
{
$page_sidebar = 'Blog Sidebar';
}
$caption_class = "page_caption";
$pp_title = get_option('pp_blog_title');
if(empty($pp_title))
{
$pp_title = 'Blog';
}
?>
<div class="wrapper_shadow"></div>
<div class="page_caption">
<div class="caption_inner">
<div class="caption_header">
<h1 class="cufon">Category | <?php
printf( __( ' %s', '' ), '' . single_cat_title( '', false ) . '' );
?></h1>
</div>
</div>
</div>
<div id="header_pattern"></div>
</div>
<!-- Begin content -->
<div id="content_wrapper">
<div class="inner">
<!-- Begin main content -->
<div class="inner_wrapper"><div class="standard_wrapper small">
<br class="clear"/><br/>
<div class="sidebar_content">
<?php
global $more; $more = false; # some wordpress wtf logic
$cat_id = get_cat_ID(single_cat_title('', false));
if(!empty($cat_id))
{
$query_string.= '&cat='.$cat_id;
}
query_posts($query_string);
if (have_posts()) : while (have_posts()) : the_post();
$image_thumb = '';
$post_img_align = get_post_meta(get_the_ID(), 'post_img_align', true);
if(empty($post_img_align))
{
$post_img_align = 'Top';
}
$post_img_align = strtolower($post_img_align);
if(has_post_thumbnail(get_the_ID(), 'large'))
{
$image_id = get_post_thumbnail_id(get_the_ID());
$image_thumb = wp_get_attachment_image_src($image_id, 'full', true);
if($post_img_align == 'top')
{
$pp_blog_image_width = get_option('pp_blog_c_width');
$pp_blog_image_height = get_option('pp_blog_c_height');
}
else
{
$pp_blog_image_width = get_option('pp_blog_lr_width');
$pp_blog_image_height = get_option('pp_blog_lr_height');
}
}
?>
<!-- Begin each blog post -->
<div class="post_wrapper">
<div class="post_header">
<h3>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?>
</a>
</h3>
<div class="post_detail">
<?php
$pp_blog_meta_sort_data = unserialize(get_option('pp_blog_meta_sort_data'));
if(is_array($pp_blog_meta_sort_data) && !empty($pp_blog_meta_sort_data))
{
foreach($pp_blog_meta_sort_data as $meta)
{
switch($meta)
{
case 1:
echo the_category(',').'&nbsp;|&nbsp;';
break;
case 2:
echo the_tags('Tags: ',',', '&nbsp;|&nbsp;');
break;
case 3:
echo 'Posted by: '.get_the_author().'&nbsp;|&nbsp;';
break;
case 4:
echo 'Date: '.get_the_time('d M Y').'&nbsp;|&nbsp;';
break;
case 5:
echo comments_number('0 Comment', '1 Comment', '% Comments').'&nbsp;|&nbsp;';
break;
}
}
}
?>
</div>
</div>
<div class="circle_comment">
<div><?php comments_number('0', '1', '%'); ?></div>
</div>
<br class="clear"/>
<?php
$pp_blog_display_image = get_option('pp_blog_display_image');
if(!empty($pp_blog_display_image) && !empty($image_thumb))
{
if($post_img_align == 'top')
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame"/>
</a>
<br class="clear"/><br/>
<?php
}
else
{
?>
<br/>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/timthumb.php?src=<?php echo $image_thumb[0]; ?>&amp;h=<?php echo $pp_blog_image_height; ?>&amp;w=<?php echo $pp_blog_image_width; ?>&amp;zc=1" alt="" class="img_nofade frame align<?php echo $post_img_align; ?>"/>
</a>
<?php
}
}
?>
<?php echo get_the_content_with_formatting(); ?>
<br class="clear"/>
<hr/>
<br class="clear"/>
</div>
<!-- End each blog post -->
<?php endwhile; endif; ?>
<div class="pagination"><p><?php posts_nav_link(' '); ?></p></div>
</div>
<div class="sidebar_wrapper <?php echo $sidebar_class; ?>">
<div class="sidebar_top <?php echo $sidebar_class; ?>"></div>
<div class="sidebar <?php echo $sidebar_class; ?> <?php echo $sidebar_home; ?>">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom <?php echo $sidebar_class; ?>"></div>
</div>
</div>
<!-- End main content -->
<br class="clear"/>
</div>
</div>
<!-- End content -->
<?php get_footer(); ?>

View File

@ -0,0 +1,30 @@
<?php
if ( post_password_required() ) { ?>
<p>This post is password protected. Enter the password to view comments.</p>
<?php
return;
}
if( have_comments() ) : ?>
<br/><h5 class="cufon"><?php comments_number('No comment', 'Comment', '% Comments'); ?> for <?php the_title(); ?></h5><br/>
<?php wp_list_comments( array('callback' => 'pp_comment', 'avatar_size' => '40') ); ?>
<!-- End of thread -->
<br class="clear"/><hr/><br/>
<?php endif; ?>
<?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
<div class="pagination"><p><?php previous_comments_link(); ?> <?php next_comments_link(); ?></p></div><br class="clear"/><div class="line"></div><br/><br/>
<?php endif; // check for comment navigation ?>
<?php if ('open' == $post->comment_status) : ?>
<div id="respond">
<?php include(TEMPLATEPATH . '/templates/comments-form.php'); ?>
</div>
<?php endif; ?>

View File

@ -0,0 +1,379 @@
<?php
/**
* Template Name: Contact
* The main template file for display contact page.
*
* @package WordPress
*/
/**
* if not submit form
**/
if(!isset($_GET['your_name']))
{
if(!isset($hide_header) OR !$hide_header)
{
get_header();
}
/**
* Get Current page object
**/
$page = get_page($post->ID);
/**
* Get current page id
**/
if(!isset($current_page_id) && isset($page->ID))
{
$current_page_id = $page->ID;
}
$page_sidebar = get_post_meta($current_page_id, 'page_sidebar', true);
if(empty($page_sidebar))
{
$page_sidebar = 'Contact Sidebar';
}
$caption_class = 'page_caption';
$caption_style = get_post_meta($current_page_id, 'caption_style', true);
if(empty($caption_style))
{
$caption_style = 'Title & Description';
}
if(!isset($hide_header) OR !$hide_header)
{
?>
<div class="wrapper_shadow"></div>
<div class="page_caption">
<div class="caption_inner">
<div class="caption_header">
<h1 class="cufon"><?php echo the_title(); ?></h1>
</div>
</div>
</div>
<div id="header_pattern"></div>
</div>
<!-- Begin content -->
<div id="content_wrapper">
<div class="inner">
<!-- Begin main content -->
<div class="inner_wrapper">
<div class="standard_wrapper small">
<br class="clear"/>
<?php
}
?>
<div class="sidebar_content">
<?php
if(!isset($hide_header) OR !$hide_header)
{
if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_content(); break; ?><br/><br/>
<?php endwhile;
}
?>
<?php
$pp_contact_form = unserialize(get_option('pp_contact_form_sort_data'));
?>
<form id="contact_form" method="post" action="<?php echo curPageURL(); ?>">
<?php
if(is_array($pp_contact_form) && !empty($pp_contact_form))
{
foreach($pp_contact_form as $form_input)
{
switch($form_input)
{
case 1:
?>
<p style="margin-top:20px">
<label for="your_name">Name</label><br/>
<input id="your_name" name="your_name" type="text" style="width:94%"/>
</p>
<?php
break;
case 2:
?>
<p style="margin-top:20px">
<label for="email">Email</label><br/>
<input id="email" name="email" type="text" style="width:94%"/>
</p>
<?php
break;
case 3:
?>
<p style="margin-top:20px">
<label for="message">Message</label><br/>
<textarea id="message" name="message" rows="7" cols="10" style="width:94%"></textarea>
</p>
<?php
break;
case 4:
?>
<p style="margin-top:20px">
<label for="message">Address</label><br/>
<input id="address" name="address" type="text" style="width:94%"/>
</p>
<?php
break;
case 5:
?>
<p style="margin-top:20px">
<label for="message">Phone</label><br/>
<input id="phone" name="phone" type="text" style="width:94%"/>
</p>
<?php
break;
case 6:
?>
<p style="margin-top:20px">
<label for="message">Mobile</label><br/>
<input id="mobile" name="mobile" type="text" style="width:94%"/>
</p>
<?php
break;
case 7:
?>
<p style="margin-top:20px">
<label for="message">Company Name</label><br/>
<input id="company" name="company" type="text" style="width:94%"/>
</p>
<?php
break;
case 8:
?>
<p style="margin-top:20px">
<label for="message">Country</label><br/>
<input id="country" name="country" type="text" style="width:94%"/>
</p>
<?php
break;
}
}
}
?>
<p style="margin-top:50px">
<input type="submit" value="Send Message"/><br/>
</p>
</form>
<div id="reponse_msg"></div>
<br/><br/>
</div>
<div class="sidebar_wrapper">
<div class="sidebar_top"></div>
<div class="sidebar">
<div class="content">
<ul class="sidebar_widget">
<?php dynamic_sidebar($page_sidebar); ?>
</ul>
</div>
</div>
<br class="clear"/>
<div class="sidebar_bottom"></div>
</div>
<script>
$j(document).ready(function(){
$j.validator.setDefaults({
submitHandler: function() {
var actionUrl = $j('#contact_form').attr('action');
$j.ajax({
type: 'GET',
url: actionUrl,
data: $j('#contact_form').serialize(),
success: function(msg){
$j('#contact_form').hide();
$j('#reponse_msg').html(msg);
}
});
return false;
}
});
$j('#contact_form').validate({
rules: {
your_name: "required",
email: {
required: true,
email: true
},
message: "required"
},
messages: {
your_name: "Please enter your name",
email: "Please enter a valid email address",
agree: "Please enter some message"
}
});
});
</script>
<?php
if(!isset($hide_header) OR !$hide_header)
{
?>
</div>
<!-- End main content -->
<br class="clear"/>
</div>
</div>
<!-- End content -->
<?php get_footer(); ?>
<?php
}
elseif(!$pp_homepage_hide_right_sidebar)
{
?>
</div>
<!-- End main content -->
<br class="clear"/>
</div>
</div>
<!-- End content -->
<?php
}
?>
<?php
}
//if submit form
else
{
/*
|--------------------------------------------------------------------------
| Mailer module
|--------------------------------------------------------------------------
|
| These module are used when sending email from contact form
|
*/
//Get your email address
$contact_email = get_option('pp_contact_email');
$pp_contact_thankyou = get_option('pp_contact_thankyou');
//Enter your email address, email from contact form will send to this addresss. Please enter inside quotes ('myemail@email.com')
define('DEST_EMAIL', $contact_email);
//Change email subject to something more meaningful
define('SUBJECT_EMAIL', 'Email from contact form');
//Thankyou message when message sent
define('THANKYOU_MESSAGE', $pp_contact_thankyou);
//Error message when message can't send
define('ERROR_MESSAGE', 'Oops! something went wrong, please try to submit later.');
/*
|
| Begin sending mail
|
*/
$from_name = $_GET['your_name'];
$from_email = $_GET['email'];
$message = 'Name: '.$from_name.PHP_EOL;
$message.= 'Email: '.$from_email.PHP_EOL.PHP_EOL;
$message.= 'Message: '.PHP_EOL.$_GET['message'].PHP_EOL.PHP_EOL;
if(isset($_GET['address']))
{
$message.= 'Address: '.$_GET['address'].PHP_EOL;
}
if(isset($_GET['phone']))
{
$message.= 'Phone: '.$_GET['phone'].PHP_EOL;
}
if(isset($_GET['mobile']))
{
$message.= 'Mobile: '.$_GET['mobile'].PHP_EOL;
}
if(isset($_GET['company']))
{
$message.= 'Company: '.$_GET['company'].PHP_EOL;
}
if(isset($_GET['country']))
{
$message.= 'Country: '.$_GET['country'].PHP_EOL;
}
if(!empty($from_name) && !empty($from_email) && !empty($message))
{
mail(DEST_EMAIL, SUBJECT_EMAIL, $message);
echo THANKYOU_MESSAGE;
exit;
}
else
{
echo ERROR_MESSAGE;
exit;
}
/*
|
| End sending mail
|
*/
}
?>

View File

@ -0,0 +1,362 @@
pre, code, tt {font:13px 'andale mono', 'lucida console', monospace;line-height:1.5;padding: 20px;background: #222}
#footer
{
background: #000;
}
#header_wrapper
{
background: #000;
}
#top_bar
{
background: #000;
}
#menu_wrapper .nav ul li a, #menu_wrapper .menu-main-menu-container .nav li a
{
color: #ccc;
text-shadow: 0 1px 1px #000;
}
#menu_wrapper .nav ul li ul, #menu_wrapper .menu-main-menu-container .nav li ul
{
background: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
-moz-box-shadow: 0 1px 5px #000;
-webkit-box-shadow: 0 1px 5px #000;
box-shadow: 0px 1px 5px #000;
}
#menu_wrapper .menu-main-menu-container .nav li ul li a, #menu_wrapper .menu-main-menu-container .nav li.current-menu-item ul li a, #menu_wrapper .menu-main-menu-container .nav li ul li.current-menu-item a
{
color: #ccc;
}
#menu_wrapper .menu-main-menu-container .nav li ul li a.hover
{
background: transparent url('../images/menu_hover_dark.png') top repeat-x;
color: #fff;
}
#content_wrapper
{
background: #000;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
color: #ccc;
text-shadow: 0 1px 1px #000;
}
h1, h2, h3, h4, h5, .sidebar_content h1, .sidebar_content h2, .sidebar_content h3, .sidebar_content h4, .sidebar_content h5, .sidebar_content h6
{
color: #fff;
}
#content_wrapper .inner .inner_wrapper .sidebar_wrapper
{
border-left: 1px solid #444;
}
#anything_slider .arrow.forward
{
background: transparent url('../images/right_slide_nav_dark.png') no-repeat;
}
#anything_slider .arrow.back
{
background: transparent url('../images/left_slide_nav_dark.png') no-repeat;
}
.nivo-prevNav {
background: transparent url('../images/left_slide_nav_dark.png') no-repeat;
}
.nivo-nextNav {
background: transparent url('../images/right_slide_nav_dark.png') no-repeat;
}
.roundabout-moveable-item {
background: #000;
border: 1px solid #444;
-webkit-box-shadow: 1px 1px 5px #000;
-moz-box-shadow: 1px 1px 5px #000;
box-shadow: 1px 1px 5px #000;
}
img.frame
{
border: 1px solid #444;
}
.frame_left
{
border: 1px solid #444;
}
.frame_left .caption, .frame_right .caption, .frame_center .caption
{
color: #ccc;
}
.frame_right
{
border: 1px solid #444;
}
.frame_center
{
border: 1px solid #444;
}
#content_wrapper .sidebar .content .posts.blog li img, #content_wrapper .posts.blog li img
{
border: 1px solid #444;
}
input[type=text], input[type=password], select
{
border: 1px solid #444;
}
input[type=text].blur
{
color: #666;
}
textarea
{
color: #ccc;
border: 1px solid #444;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover
{
border: 1px solid #999;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
}
.pricing_box
{
border: 1px solid #444;
}
.pricing_box .header
{
color: #fff;
text-shadow: 0 1px 1px #000;
border-bottom: 1px solid #444;
background: #333 url('../images/caption_bg_dark.png') bottom repeat-x;
}
.pricing_box.large
{
background: transparent;
-moz-box-shadow: 0 1px 10px #000;
-webkit-box-shadow: 0 1px 10px #000;
box-shadow: 0px 1px 10px #000;
}
#searchform label
{
color: #fff;
}
.page_caption
{
background: transparent url('../images/caption_bg_dark.png') center repeat-x;
}
.post_header .post_detail, .recent_post_detail
{
border-top: 1px solid #444;
border-bottom: 1px solid #444;
}
.post_header a
{
color: #fff;
}
.post_header h3 a
{
color: #fff;
}
.post_header a:hover
{
color: #fff;
}
.post_img img
{
border: 1px solid #444;
}
.post_img_date
{
background: #000;
color: #fff;
text-shadow: 0 0 0 #000;
}
#respond
{
border-bottom: 1px solid #444;
}
#about_the_author
{
border-bottom: 1px solid #444;
}
.related_posts
{
border-bottom: 1px solid #444;
}
#about_the_author .thumb img
{
border: 1px solid #444;
}
.comment .left img.avatar
{
border: 1px solid #444;
background: #000;
}
.portfolio1_hover, .portfolio2_hover, .portfolio3_hover, .portfolio4_hover
{
background: #000
}
#content_wrapper table
{
border: 1px solid #444;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
}
#content_wrapper table tr
{
background: #000;
}
#content_wrapper table tr td, #content_wrapper table tr th
{
border-bottom: 1px solid #444;
}
#content_wrapper table tr th
{
font-weight: bold;
background: #444 url('../images/caption_bg_dark.png') bottom repeat-x;
text-align: left;
text-shadow: 0 1px 1px #000;
color: #fff;
}
.pagination a {
background: #222;
border: 1px solid #444;
color: #ccc;
text-shadow: 0 1px 1px #000;
}
.pagination a:hover {
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
border: 1px solid #444;
background: #444 url('../images/caption_bg_dark.png') bottom repeat-x;
}
.pagination a:active, .pagination a.active {
color: #fff;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
border: 1px solid #444;
background: #444 url('../images/caption_bg_dark.png') bottom repeat-x;
}
.accordion
{
border: 1px solid #444;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
}
.ui-accordion .ui-accordion-header
{
background: #333 url('../images/caption_bg_dark.png') center repeat-x;
}
.ui-accordion .ui-accordion-header a
{
color: #fff;
}
.accordion div
{
border-top: 1px solid #444;
}
.ui-widget-header
{
border-bottom: 1px solid #444;
}
.tabs .ui-state-default a
{
color: #ccc;
}
.tabs .ui-state-active, .tabs .ui-state-default
{
background: #000;
text-shadow: 0 1px 1px #000;
border: 1px solid #444;
}
.tabs .ui-tabs-panel
{
border: 1px solid #444;
-moz-box-shadow: 0 1px 3px #000;
-webkit-box-shadow: 0 1px 3px #000;
box-shadow: 0px 1px 3px #000;
background: #000 url('../images/caption_bg_dark.png') center repeat-x;
}
.tabs .ui-state-active a
{
color: #fff;
}
hr
{
border-top: 1px solid #444;
}
.line_shadow
{
height: 1px;
}
#content_wrapper .sidebar .content .sidebar_widget li ul.flickr li img, #footer .sidebar_widget li ul.flickr li img
{
border: 1px solid #444;
}
#footer .posts.blog li img
{
border: 1px solid #444;
}

View File

@ -0,0 +1,54 @@
.tagline
{
width: 960px;
background-repeat: repeat-y;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.tagline_inner
{
width:80%;
margin: auto;
}
#content_wrapper
{
width: 958px;
}
#content_wrapper .inner .inner_wrapper
{
margin-top: 30px;
}
#footer_shadow
{
background-repeat: repeat-y;
}
#copyright, #footer
{
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.page_caption
{
width: 960px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-repeat: repeat;
}

View File

@ -0,0 +1,45 @@
.tagline
{
width: 100%;
background-repeat: repeat;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.tagline_inner
{
width: 890px;
margin: auto;
}
#content_wrapper
{
width: 100%;
}
#content_wrapper .inner .inner_wrapper
{
margin-top: 28px;
}
#footer_shadow
{
background-repeat: repeat;
}
#copyright, #footer
{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.page_caption
{
width: 100%;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-repeat: repeat;
}

View File

@ -0,0 +1,6 @@
.slideshow #thumbNav { margin-top: 62% }
.tagline p
{
margin-top: 0;
}

View File

@ -0,0 +1,24 @@
.slideshow #thumbNav { margin-top: 56% }
.posts h6 a
{
display:block;
margin-top: -22px;
}
#menu_wrapper .nav ul li a, #menu_wrapper div .nav li a
{
position: relative;
z-index: 99;
}
#anything_slider .arrow
{
position: relative;
z-index: 999;
}
.post_header h3 a
{
margin-left: 0px;
}

View File

@ -0,0 +1,310 @@
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-size: 1em; }
.ui-widget-content { border: 1px solid #ccc; background: transparent}
.ui-widget-content a { color: #222222; }
.ui-widget-header { border-bottom: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; font-weight: bold; }
.ui-widget-header a { }
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default { background: #fff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover, .ui-widget-header, .ui-state-default { background: transparent; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ccc; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; padding: .3em .3em .3em .7em; color: #000; }
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 1.6em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 1em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs.ui-widget-content { border: 0;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,61 @@
<?php
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2875, 0, 'pp_contact_form_sort_data', 's:42:\"a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}\";', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2874, 0, 'pp_blog_meta_sort_data', 's:42:\"a:3:{i:0;s:1:\"4\";i:1;s:1:\"5\";i:2;s:1:\"2\";}\";', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2866, 0, 'pp_contact_form', 's:42:\"a:3:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"3\";}\";', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2868, 0, 'pp_footer_style', '4', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2865, 0, 'pp_contact_thankyou', 'Thank you! We will get back to you as soon as possible', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2863, 0, 'pp_blog_c_height', '240', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2862, 0, 'pp_blog_c_width', '580', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2861, 0, 'pp_blog_lr_height', '180', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2860, 0, 'pp_blog_lr_width', '240', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2859, 0, 'pp_blog_meta', 's:42:\"a:3:{i:0;s:1:\"2\";i:1;s:1:\"4\";i:2;s:1:\"5\";}\";', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2856, 0, 'pp_blog_display_image', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2858, 0, 'pp_blog_display_related', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2857, 0, 'pp_blog_display_author', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2809, 0, 'pp_page_caption_align', 'center', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2855, 0, 'pp_blog_title', 'Blog', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2853, 0, 'pp_gallery_sort', 'DESC', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2851, 0, 'pp_portfolio_f_height', '130', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2852, 0, 'pp_gallery_style', 'f', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2850, 0, 'pp_portfolio_sb_height', '120', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2849, 0, 'pp_portfolio_display_desc', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2848, 0, 'pp_portfolio_display_set', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2847, 0, 'pp_portfolio_sorting', 'easeInOutBack', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2845, 0, 'pp_portfolio_style', '2r', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2846, 0, 'pp_portfolio_sort', 'DESC', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2844, 0, 'pp_homepage_tagline_title', 'Built-in so many custom modification. You can control almost every parts of the theme. Unlimited colors, fonts and many more...', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2843, 0, 'pp_homepage_hide_tagline', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2841, 0, 'pp_slider_animation_time', '1000', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2837, 0, 'pp_slider_sort', 'DESC', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2838, 0, 'pp_slider_items', '5', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2839, 0, 'pp_slider_auto_play', 'true', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2840, 0, 'pp_slider_timer', '5', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2836, 0, 'pp_slider_height', '400', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2834, 0, 'pp_footer_hover_link_color', '#ffffff', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2835, 0, 'pp_slider_sliding', 'easeInOutExpo', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2832, 0, 'pp_footer_font_color', '#ccc', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2833, 0, 'pp_footer_link_color', '#ffffff', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2831, 0, 'pp_button_border_color', '#cccccc', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2830, 0, 'pp_button_font_color', '#555555', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2828, 0, 'pp_h1_font_color', '#000000', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2829, 0, 'pp_button_bg_color', '#cccccc', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2826, 0, 'pp_link_color', '#21759B', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2827, 0, 'pp_hover_link_color', '#3587AD', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2825, 0, 'pp_tagline_font_color', '#ffffff', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2820, 0, 'pp_h5_size', '20', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2821, 0, 'pp_h6_size', '18', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2822, 0, 'pp_bg', '#025982', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2824, 0, 'pp_font_color', '#666666', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2818, 0, 'pp_h3_size', '24', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2823, 0, 'pp_menu_color', '#ffffff', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2819, 0, 'pp_h4_size', '22', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2817, 0, 'pp_h2_size', '28', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2814, 0, 'pp_body_font_size', '12', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2815, 0, 'pp_tagline_font_size', '30', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2816, 0, 'pp_h1_size', '32', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2813, 0, 'pp_body_font', 'Lucida Grande,Arial,Verdana,sans-serif', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2812, 0, 'pp_font', 'Vegur_300.font', 'yes');");
$wpdb->query("INSERT IGNORE INTO `wp_options` VALUES (2808, 0, 'pp_theme_style', 'fx', 'yes');");
?>

View File

@ -0,0 +1,289 @@
/*
Theme Name: Starkers
*/
/*
Used to style the TinyMCE editor.
*/
html .mceContentBody {
max-width:640px;
}
* {
font-family: Georgia, "Bitstream Charter", serif;
color: #444;
line-height: 1.5;
}
p,
dl,
td,
th,
ul,
ol,
blockquote {
font-size: 16px;
}
tr th,
thead th,
label,
tr th,
thead th {
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
font-family: "Courier 10 Pitch", Courier, monospace;
}
code, code var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
body, input, textarea {
font-size: 12px;
line-height: 18px;
}
hr {
background-color: #E7E7E7;
border:0;
height: 1px;
margin-bottom: 18px;
clear:both;
}
/* Text elements */
p {
margin-bottom: 18px;
}
ul {
list-style: square;
margin: 0 0 18px 1.5em;
}
ol {
list-style: decimal;
margin: 0 0 18px 1.5em;
}
ol ol {
list-style:upper-alpha;
}
ol ol ol {
list-style:lower-roman;
}
ol ol ol ol {
list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom:0;
}
dl {
margin:0 0 24px 0;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 18px;
}
strong {
font-weight: bold;
color: #000;
}
cite,
em,
i {
font-style: italic;
border: none;
}
big {
font-size: 131.25%;
}
ins {
background: #FFFFCC;
border: none;
color: #333;
}
del {
text-decoration: line-through;
color: #555;
}
blockquote {
font-style: italic;
padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
font-style: normal;
}
pre {
background: #f7f7f7;
color: #222;
line-height: 18px;
margin-bottom: 18px;
padding: 1.5em;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
ins {
text-decoration: none;
}
sup,
sub {
height: 0;
line-height: 1;
vertical-align: baseline;
position: relative;
font-size: 10px;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
a:link {
color:#0066CC;
}
a:visited {
color:#743399;
}
a:active,
a:hover {
color: #FF4B33;
}
p,
ul,
ol,
dd,
pre,
hr {
margin-bottom:24px;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom:0;
}
pre,
kbd,
tt,
var {
font-size: 15px;
line-height: 21px;
}
code {
font-size: 13px;
}
strong,
b,
dt,
th {
color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
margin: 0 0 20px 0;
line-height: 1.5em;
font-weight: normal;
}
h1 {
font-size: 2.4em;
}
h2 {
font-size: 1.8em;
}
h3 {
font-size: 1.4em;
}
h4 {
font-size: 1.2em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: 0.9em;
}
table {
border: 1px solid #e7e7e7 !important;
text-align: left;
margin: 0 -1px 24px 0;
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
tr th,
thead th {
border: none !important;
color: #888;
font-size: 12px;
font-weight: bold;
line-height: 18px;
padding: 9px 24px;
}
tr td {
border: none !important;
border-top: 1px solid #e7e7e7 !important;
padding: 6px 24px;
}
img {
margin: 0;
max-width: 640px;
}
.alignleft,
img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}
.alignright,
img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}
.aligncenter,
img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-bottom: 12px;
}
.wp-caption {
border: none;
background: #f1f1f1;
color: #888;
font-size: 12px;
line-height: 18px;
text-align: center;
margin-bottom: 20px;
padding: 4px;
-moz-border-radius: 0;
-khtml-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.wp-caption img {
margin: 5px;
}
.wp-caption p.wp-caption-text {
margin: 0 0 4px;
}
.wp-smiley {
margin:0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Some files were not shown because too many files have changed in this diff Show More