Last active
August 29, 2015 13:56
-
-
Save rummelonp/9038492 to your computer and use it in GitHub Desktop.
はてなブログのやつ
This file contains hidden or 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="alpha2"> */ | |
@import "/css/theme/alpha2/alpha2.css"; | |
/* </system> */ | |
/* <system section="background" selected="fff"> */ | |
body{ background:#fff; } | |
/* </system> */ | |
#container { width: 920px; } | |
#top-editarea { margin: 0 60px; } | |
#content { padding: 0 60px 30px 60px; } | |
#wrapper { width: 800px; } | |
#main { float: none; width: 800px; padding: 0; } | |
.entry-inner { position: relative; } | |
.date { position: relative; top: 0; left: 0; border-right: none; } | |
.entry-header-menu a { position: absolute; top: 4px; left: 720px; } | |
.entry-content a { text-decoration: underline; } | |
.entry-content a.keyword { text-decoration: none; border-bottom: none; } | |
.entry-content img { max-width: 800px; } | |
#box2 { width: 800px; margin: 160px 0 0 0; font-size: 14px; border-top: 1px solid #c9c9c3; } | |
#box2-inner { overflow: hidden; padding: 20px 0 0 0; border-top: 1px solid white; } | |
.hatena-module-category, .hatena-module-archive, .hatena-module-recent-entries { float: left; width: 240px; min-height: 220px; margin: 20px 20px 40px 0; } | |
.hatena-module-title { margin: 0 0 8px 0; padding: 0 20px 0 0; font-size: 16px; text-decoration: none; } | |
.hatena-module-title a { border: none; } | |
.hatena-module-title a:hover { text-decoration: underline; } | |
.hatena-module-body { padding: 0 20px 0 0; font-size: 14px; } | |
.hatena-module-profile { position: absolute; top: 5px; right: 5px; } | |
.hatena-module-profile .hatena-module-title { display: none; } | |
.hatena-module-profile .hatena-module-body { padding-right: 5px; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment