Skip to content

Instantly share code, notes, and snippets.

@Akkiesoft
Created July 14, 2013 08:05
Show Gist options
  • Save Akkiesoft/5993578 to your computer and use it in GitHub Desktop.
Save Akkiesoft/5993578 to your computer and use it in GitHub Desktop.
はてなブログのCocoaテーマの1000px版。囲み用画像のリサイズとCSSの差し替えのみ。
/* <system section="theme" selected="cocoa"> */
@import "/css/theme/cocoa/cocoa.css";
/* </system> */
/* <system section="background" selected="default"> */
/* default */
/* </system> */
#container,#footer {width:1000px;}
#wrapper {width:700px;}
#blog-title,#footer {
background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714164111.png') no-repeat top;
}
#blog-title-inner,#footer-inner {
background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714164110.png') no-repeat bottom;
}
#title,#blog-description,
#footer-inner address,
#footer-inner p {
background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714164656.png') repeat-y;
}
.page-about .entry-inner,
.page-archive #main,
.entry-header {
background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714165827.png') no-repeat top;
}
.entry,
.page-archive #main-inner {
background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714165826.png') no-repeat bottom;
}
.date,
.entry-title,
.categories,
.entry-content,
.entry-footer,
.page-archive section,
.page-archive #main-inner p { background: url('http://cdn-ak.f.st-hatena.com/images/fotolife/A/Akkiesoft/20130714/20130714165825.png') repeat-y; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment