Skip to content

Instantly share code, notes, and snippets.

View studiomohawk's full-sized avatar

Yuya Saito studiomohawk

View GitHub Profile
/*
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
----------------------------------------------- */
<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" -->
// 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;
/* li.page内のみ記述 */
.pagenation .page ul { text-align: center; }
.pagenation .page li {
display: inline-block;
/* IE6&IE7 ワークアラウンド */
*display: inline;
zoom:1; }
/*------------------------------------------------------------------
[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";
/*
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
----------------------------------------------- */
/*------------------------------------------------------------------
[Table of contents]
Body
Header / #header
Navigation / #navbar
Content / #content
Left column / #leftcolumn
Right column / #rightcolumn
Sidebar / #sidebar
body {
background: #fdfdfd;
color: #333;
font-size: 1em;
line-height: 1.4;
margin: 0;
padding: 0;
}
body {
border: 1px solid black;
border-width: 0 1px 1px 0;
position: absolute;
top: 0;
left: 0;
}
.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;