takashi kono's blog

コーヒーとキーボードと共に何かを記録していくブログ

はてなブログの CSS メモ

メモとして残す

/* <system section="theme" selected="report"> */
@import "/css/theme/report/report.css";
/* </system> */

/* <system section="background" selected="photo-02"> */
body{ background-image: url('/images/theme/backgrounds/2014/photo-02.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: center top; background-size: cover; }
/* </system> */

/* total width */
#container {
width: 1020px;
}
/* content width */
#main
{
width: 720px;
}
/* sidebar width */
#box2 {
width: 250px;
}

.entry-content h1, h2, h3, h4 {
  color: #333;
  background-color: #f5f5f5;
}

.entry-content h1 {
  padding: 6px 10px;
  border-left: 10px solid #29b6b7;
  border-bottom: 2px solid #29b6b7;
  line-height: 1.5;
}

.entry-content h2 {
  padding: 4px 8px;
  border-left: 6px solid #29b6b7;
  border-bottom: 1px solid #29b6b7;
  line-height: 1.2;
}

.entry-content h3, h4 {
  padding: 2px 4px;
  border-bottom: 1px solid #29b6b7;
}

.entry-content h4, h5 {
  background-color: #fffff;
}

.entry-content h5 {
  border-bottom: 1px dotted #29b6b7;
}

使っているテーマ

blog.hatena.ne.jp