This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: S.M. Framework | |
Theme URI: http://css.studiomohawk.com/ | |
Description: A theme framework for Studio Mohawk Design. | |
Author: Studio Mohawk Design. | |
Version: 1.0 | |
Tags: diy,minimum | |
*/ | |
/* @import | |
----------------------------------------------- */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section> | |
<div class="section_inner grid_8 push_4"> | |
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> | |
<article id="post-<?php the_ID() ?>" <?php post_class('mod'); ?>> | |
<div class="inner"> | |
<header> | |
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> | |
</header> | |
<div class="bd the_excerpt"><?php the_excerpt(); ?></div> | |
</div><!-- class="inner" --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// GLOBAL | |
if(typeof aa=="undefined")var aa={}; | |
if(typeof aa.v=="undefined")aa.v={}; | |
if(typeof aa.f=="undefined")aa.f={}; | |
if(typeof aa.f.form=="undefined")aa.f.form={}; | |
if(typeof aa.l=="undefined")aa.l={}; | |
aa.v.sr=(new Date()).getTime(); | |
aa.v.url=location.href; | |
aa.v.canonicalUrl='http://'+location.host + location.pathname.toString().replace(/index.*/, 'index\.htm'); | |
aa.v.shortUrl; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* li.page内のみ記述 */ | |
.pagenation .page ul { text-align: center; } | |
.pagenation .page li { | |
display: inline-block; | |
/* IE6&IE7 ワークアラウンド */ | |
*display: inline; | |
zoom:1; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------------------------------ | |
[Master Stylesheet] | |
Project: CSS Radar | |
Version: 1.0 | |
Last change: 2010/09/04 [Added Backnumber, ys] | |
Assigned to: Yuya Saito (ys) | |
-------------------------------------------------------------------*/ | |
@import "reset.css"; | |
@import "grid.css"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Theme Name: CSS Rader - S.M. Framework | |
Theme URI: http://css.studiomohawk.com/ | |
Description: A theme framework for Studio Mohawk Design. | |
Author: Studio Mohawk Design. | |
Version: 1.0 | |
Tags: diy,minimum | |
*/ | |
/* @import | |
----------------------------------------------- */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*------------------------------------------------------------------ | |
[Table of contents] | |
Body | |
Header / #header | |
Navigation / #navbar | |
Content / #content | |
Left column / #leftcolumn | |
Right column / #rightcolumn | |
Sidebar / #sidebar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #fdfdfd; | |
color: #333; | |
font-size: 1em; | |
line-height: 1.4; | |
margin: 0; | |
padding: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
border: 1px solid black; | |
border-width: 0 1px 1px 0; | |
position: absolute; | |
top: 0; | |
left: 0; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.the_footer { | |
background-color: #363636; | |
margin-top: 52px; | |
padding: 30px; } | |
.the_footer h4 { | |
font-size:1.23077em; | |
padding: 0 0 30px 0; } | |
.the_footer ul { border-top: 1px solid #505050; } | |
.the_footer ul li a { | |
display: block; |
OlderNewer