Skip to content

Instantly share code, notes, and snippets.

@elfcobe
Created July 19, 2014 06:27
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/9319fe4ede3d3a8c61ba to your computer and use it in GitHub Desktop.
Save elfcobe/9319fe4ede3d3a8c61ba to your computer and use it in GitHub Desktop.
はてなブログ(Aero)のcss変更
/* <system section="theme" selected="aero2"> */
@import "/css/theme/aero2/aero2.css";
/* </system> */
#container {
width: 1100px;
}
#main {
width: 820px;
}
.entry-title{
font-size: 140%;
}
.entry-content p{
font-size: 110%;
margin-bottom:1.5em;
}
pre{
font-size: 90%;
color: #ffffff;
background:#003e68;
}
a.keyword {
pointer-events: none !important; /* リンク無効(※1) */
cursor: default !important; /* カーソルを標準の形へ */
color: #000000 !important; /* 文字色(※2) */
border-bottom: none !important; /* 下線 非表示 */
}
.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; }
/* <system section="background" selected="custom"> */
body{ background-image: url('http://cdn-ak.f.st-hatena.com/images/fotolife/e/elfcobe/20140507/20140507152033.png'); background-repeat: repeat; background-color:transparent; background-attachment: fixed; background-position: left top;}
/* </system> */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment