Skip to content

Instantly share code, notes, and snippets.

@elfcobe
Last active January 1, 2016 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elfcobe/8210345 to your computer and use it in GitHub Desktop.
Save elfcobe/8210345 to your computer and use it in GitHub Desktop.
はてなブログ(Fresh Green)のcss変更
/* <system section="theme" selected="12921228815711202753"> */
@import url("http://hatenablog.com/theme/12921228815711202753.css");
/* </system> */
/* 表示幅調整 */
#container {
width: 1100px;
}
#main {
width: 780px;
}
/* タイトルの文字サイズ変更 */
.entry-title{
font-size: 120%;
}
/* 本文文字サイズ等の変更 */
.entry-content p{
font-size: 90%;
margin-bottom:1.5em;
}
/* cobe挿入部の表示変更 */
pre{
font-size: 80%;
color: #ffffff;
background:#232323;
}
/* キーワードリンクの非表示 */
a.keyword {
pointer-events: none !important; /* リンク無効(※1) */
cursor: default !important; /* カーソルを標準の形へ */
color: #000000 !important; /* 文字色(※2) */
border-bottom: none !important; /* 下線 非表示 */
}
/* gist表示の影を取りシンプル表示 */
.gist .gist-file .gist-data .line_data { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
.gist .gist-file .gist-data pre { box-shadow: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment