Skip to content

Commit

Permalink
Customizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nob Y committed Mar 14, 2013
1 parent ff49eb8 commit a2b2d68
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 40 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/scrollider/archive-portfolio.php
Expand Up @@ -40,4 +40,4 @@

</div><!-- /#content -->

<?php get_footer(); ?>
<?php get_footer(); ?>
6 changes: 3 additions & 3 deletions wp-content/themes/scrollider/content-home.php
Expand Up @@ -39,7 +39,7 @@

<header>
<h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<?php woo_post_meta(); ?>
<?php //woo_post_meta(); ?>
</header>

<section class="entry">
Expand All @@ -54,10 +54,10 @@
<footer class="post-more">
<?php if ( isset( $woo_options['woo_post_content'] ) && $woo_options['woo_post_content'] == 'excerpt' ) { ?>
<?php edit_post_link( __( '{ Edit }', 'woothemes' ), '<span class="edit">', ' <span class="post-more-sep">&bull;</span></span>' ); ?>
<span class="read-more"><a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'Continue Reading &rarr;', 'woothemes' ); ?>"><?php _e( 'Continue Reading &rarr;', 'woothemes' ); ?></a></span>
<span class="read-more"><a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( '続きを読む &rarr;', 'woothemes' ); ?>"><?php _e( '続きを読む &rarr;', 'woothemes' ); ?></a></span>
<?php } ?>
</footer>

</div><!-- /.article-inner -->

</article><!-- /.post -->
</article><!-- /.post -->
6 changes: 3 additions & 3 deletions wp-content/themes/scrollider/content.php
Expand Up @@ -43,16 +43,16 @@
</header>

<section class="entry">
<?php if ( isset( $woo_options['woo_post_content'] ) && $woo_options['woo_post_content'] == 'content' ) { the_content( __( 'Continue Reading &rarr;', 'woothemes' ) ); } else { the_excerpt(); } ?>
<?php if ( isset( $woo_options['woo_post_content'] ) && $woo_options['woo_post_content'] == 'content' ) { the_content( __( '続きを読む &rarr;', 'woothemes' ) ); } else { the_excerpt(); } ?>
</section>

<footer class="post-more">
<?php if ( isset( $woo_options['woo_post_content'] ) && $woo_options['woo_post_content'] == 'excerpt' ) { ?>
<?php edit_post_link( __( '{ Edit }', 'woothemes' ), '<span class="edit">', ' <span class="post-more-sep">&bull;</span></span>' ); ?>
<span class="read-more"><a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( 'Continue Reading &rarr;', 'woothemes' ); ?>"><?php _e( 'Continue Reading &rarr;', 'woothemes' ); ?></a></span>
<span class="read-more"><a href="<?php the_permalink(); ?>" title="<?php esc_attr_e( '続きを読む &rarr;', 'woothemes' ); ?>"><?php _e( '続きを読む &rarr;', 'woothemes' ); ?></a></span>
<?php } ?>
</footer>

</div><!-- /.article-inner -->

</article><!-- /.post -->
</article><!-- /.post -->
49 changes: 33 additions & 16 deletions wp-content/themes/scrollider/css/layout.css
Expand Up @@ -145,11 +145,16 @@ INDEX

}
#navigation ul.nav > li a {
/*
color: #939393;
text-shadow: 1px 1px 0 #ffffff;
text-shadow: 1px 1px 0 #939393;
*/
color: #292B2A;
}
#navigation ul.nav > li a:hover {
color: #3c3c3c;
color: ##D9D9D9;
text-shadow: 1px 1px 0 #292B2A;
text-decoration: none;
}
#navigation ul.nav li.current_page_item a,
Expand Down Expand Up @@ -255,7 +260,9 @@ INDEX
.search-results .page .article-inner,
.search-results .type-product .article-inner,
.search-results .type-portfolio .article-inner {
/*
padding: 2.244em 2.244em 1.618em 9em;
*/
}
.post .post-meta .post-avatar,
.type-page .post-meta .post-avatar,
Expand Down Expand Up @@ -357,6 +364,7 @@ INDEX
}
.col-left {
float: left;
margin-left: 20px;
}
.col-right {
float: right;
Expand Down Expand Up @@ -393,11 +401,12 @@ INDEX
overflow: hidden;
}
.home #sub-feature #features ul li {
margin: 0 5.63% 2.244em 0;
/*
width: 29.58%;
*/
width: 19.37%;
margin: 0 5.63% 2.244em 0;
*/
width: 22.37%;
margin: 0 2.63% 2.244em 0;
}
.home #sub-feature #features ul li.clear {
margin: 0;
Expand Down Expand Up @@ -435,19 +444,27 @@ INDEX
margin-right: 0;
}
.has-slider #navigation ul.nav > li a {
/*
color: #fff;
text-shadow: 1px 1px 0 #000000;
*/
color: #292B2A;
text-shadow: 1px 1px 0 #939393;
/*
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
*/
}
.has-slider #navigation ul.nav > li a:hover {
color: #ccc;
color: ##D9D9D9;
text-shadow: 1px 1px 0 #292B2A;
}
.has-slider #navigation ul.nav > li ul li a {
color: #939393;
text-shadow: 0 3px 3px #ffffff;
color: #292B2A;
text-shadow: 1px 1px 0 #939393;
}
.has-slider #navigation ul.nav > li ul li a:hover {
color: #4a4a4a;
color: ##D9D9D9;
text-shadow: 1px 1px 0 #292B2A;
}
.has-slider #navigation ul.nav li.current_page_item a,
.has-slider #navigation ul.nav li.current_page_parent a,
Expand All @@ -473,7 +490,7 @@ INDEX
z-index:1;
position:fixed;
top:200px;
left:150px;
left:110px;
color:#FFFFFF;
font-size: 28px;
}
Expand All @@ -484,20 +501,20 @@ INDEX
.has-slider #header,
.page #header,
.single #header {
background-color: rgba(0, 0, 0, 0.5) 0%;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5) 0%), to(rgba(0, 0, 0, 0) 100%));
background-color: rgba(0255, 0255, 0255, 0.5) 0%;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5) 0%), to(rgba(0255, 0255, 0255, 0255) 100%));
/* Saf4+, Chrome */

background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
/* Chrome 10+, Saf5.1+, iOS 5+ */

background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6+ */
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
/* FF3.
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
/* IE10 */

background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
/* Opera 11.10+ */

background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
Expand Down
3 changes: 2 additions & 1 deletion wp-content/themes/scrollider/header.php
Expand Up @@ -26,6 +26,7 @@
<?php woo_meta(); ?>
<link rel="stylesheet" type="text/css" href="<?php bloginfo( 'stylesheet_url' ); ?>" media="screen" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<script type="text/javascript" src="http://webfont.fontplus.jp/accessor/script/fontplus.js?YL8mWMKXSGE%3D" charset="utf-8"></script>
<?php
wp_head();
woo_head();
Expand Down Expand Up @@ -114,7 +115,7 @@
?>
<h1 style="z-index: 1;"><?php the_title();?></h1>
<div id="custom-bg">
<img src="http://skfine.jointanet.com/wp-content/uploads/2013/03/Peppers-2560x2733.jpg" alt="" width="2560" class="woo-image slide-image full">
<img src="http://skfine.jointanet.com/wp-content/uploads/2013/03/sk-image-3.jpg" alt="" width="2560" class="woo-image slide-image full">
</div>
<?php
}
Expand Down
Expand Up @@ -48,7 +48,7 @@ jQuery( window ).load( function() {
function adjust_content_margin( slide ) {
//var height = jQuery( '#featured .slide:eq(' + slide + ')' ).outerHeight();
//use fixed margin height for every slide.
var height = '450'
var height = '400'
var window_width = jQuery( window ).width();
if( window_width >= 768 ) {
jQuery( '.home #content' ).stop().animate( { marginTop: height + 'px' }, woo_localized_data.animationDuration );
Expand Down
10 changes: 6 additions & 4 deletions wp-content/themes/scrollider/single.php
Expand Up @@ -55,7 +55,7 @@

<h1><?php the_title(); ?></h1>

<?php woo_post_meta(); ?>
<?php //woo_post_meta(); ?>

</header>

Expand All @@ -67,13 +67,15 @@
<?php the_tags( '<p class="tags">'.__( 'Tags: ', 'woothemes' ), ', ', '</p>' ); ?>

</div><!-- /.article-inner -->

<!--
<nav id="post-entries" class="fix">
<div class="nav-prev fl"><?php previous_post_link( '%link', '<span class="meta-nav">&larr;</span> %title' ); ?></div>
<?php woo_single_post_share_bar( ); ?>
<div class="nav-next fr"><?php next_post_link( '%link', '%title <span class="meta-nav">&rarr;</span>' ); ?></div>
</nav><!-- #post-entries -->
</nav>
-->
<!-- #post-entries -->

<?php if ( isset( $woo_options['woo_post_author'] ) && $woo_options['woo_post_author'] == 'true' ) { ?>
<aside id="post-author" class="fix">
Expand Down Expand Up @@ -128,4 +130,4 @@

<?php } ?>

<?php get_footer(); ?>
<?php get_footer(); ?>
25 changes: 21 additions & 4 deletions wp-content/themes/scrollider/style.css
Expand Up @@ -301,7 +301,10 @@ body {
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
/*
background: #323232;
*/
background: #ffffff;
}
img {
vertical-align: bottom;
Expand Down Expand Up @@ -344,7 +347,10 @@ h3,
h4,
h5,
h6 {
/*
font-family: "Merriweather", sans-serif;
*/
font-family: "F+UD-筑紫明朝 E";
color: #4a4a4a;
margin: 0 0 .618em;
}
Expand Down Expand Up @@ -458,7 +464,10 @@ table tbody tr:last-child td {
}
#content {
background: #f1f1f1;
/*
padding: 0 0 2.244em;
*/
padding: 0 0 10px;
}
#content-top {
background: #f1f1f1;
Expand Down Expand Up @@ -692,7 +701,10 @@ body.without-features #content {
/* 2.8 Home & Single widget areas */
#single-widget-fullwidth,
#home-widget-fullwidth {
/*
margin: 2.244em auto 0;
*/
margin: 10px auto 0;
}
.single-features #single-widget-fullwidth {
margin: 2.244em 0 0 0;
Expand Down Expand Up @@ -1685,7 +1697,7 @@ body.without-features #content {
background: none;
box-shadow: 0 0 0 0 #888888;
-webkit-box-shadow: 0 0 0 0 #888888;
padding: 0;
padding: 0 15px;
}
.widget_woo_newsfromblog h3 {
position: relative;
Expand Down Expand Up @@ -2137,7 +2149,6 @@ li.comment #respond h3 small {
border-bottom: 1px solid #f1f1f1;
box-shadow: 0 1px 0 0 #ffffff;
-webkit-box-shadow: 0 1px 0 0 #ffffff;
-webkit-border-radius: 10px;
padding: 2.244em 0 0;
margin: 0 0 2.618em;
}
Expand All @@ -2157,7 +2168,7 @@ li.comment #respond h3 small {
#sub-feature #features ul {
float: left;
width: 100%;
margin: 0;
margin: 10px 20px;
list-style: none outside none;
}
#sub-feature #features ul li {
Expand Down Expand Up @@ -2279,7 +2290,7 @@ li.comment #respond h3 small {
#featured .flex-control-nav {
position: absolute;
right: 15.854em;
top: 31.244em;
top: 25.244em;
z-index: 9999;
padding: 0;
text-align: center;
Expand Down Expand Up @@ -2699,7 +2710,10 @@ h3.archive_year {
.page-template-template-contact-php .location-twitter {
margin: 0 0 1em;
padding: 0 0 1.618em;
/*
border-bottom: 1px solid #f0f0f0;
*/
border-bottom: 0px solid #f0f0f0;
}
.page-template-template-contact-php .location-twitter .col-left {
float: none;
Expand Down Expand Up @@ -3130,3 +3144,6 @@ html[xmlns] .slides {
.no-js .slides > li:first-child {
display: block;
}
#fontplus-trial-banner {
display: none;
}
13 changes: 13 additions & 0 deletions wp-content/themes/scrollider/styles/green.css
Expand Up @@ -2,7 +2,10 @@
/* Body */
body {
color: #9e9e9e;
/*
background: #323232;
*/
background: #ffffff;
}
/* General Links */
a {
Expand All @@ -20,6 +23,12 @@ a:hover {
}
#wrapper {
background: #ebf4e1;
/*
background: #DCF4D4;
background: #D1E7C9;
background: #C7DDC0;
background: #D6EECF;
*/
}
/* Sub-Feature */
#sub-feature {
Expand Down Expand Up @@ -47,7 +56,11 @@ a:hover {
}
/* Footer Widgets */
#footer-widgets-container {
/*
background: #ffffff;
background: #D6EECF;
*/
background: #ebf4e1;
border-top: 1px solid #ebf4e1;
}
#footer-widgets-container #footer-widgets .widget {
Expand Down

0 comments on commit a2b2d68

Please sign in to comment.