Created
July 14, 2013 08:05
-
-
Save Akkiesoft/5993578 to your computer and use it in GitHub Desktop.
はてなブログのCocoaテーマの1000px版。囲み用画像のリサイズと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
/* <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