カメリアの記事

意味があることやないことを綴ります

デザインCSS が増えてきた

いけない。はてなブログのデザインCSS が増えてきた。その昔、全部オリジナルにしてたことを思えばかわいいものだけど、悪い傾向だ。こり出してる。簡単にやりたかったのに。楽にやりたかったのに。

いや、このくらい問題ない。そう、自分で言ったじゃないか。かわいいものだって。些細なこと、取るに足らないことだ。簡単にやろう。楽にやろう。

/* <system section="theme" selected="selected"> */
  @import "/css/theme/neutral/neutral.css";
/* </system> */
.entry .entry-inner h3 {
  margin-bottom: 15px;
}
.entry .entry-inner h4 {
  margin-bottom: 15px;
}
.entry .entry-inner h5 {
  margin-bottom: 15px;
}
.entry .entry-inner p {
  margin-top: 15px;
}
pre {
  line-height: 1.8em;
}
.entry .entry-inner .entry-content > a:not(.keyword),
.entry .entry-inner .entry-content > a:not(.keyword):visited,
.entry .entry-inner .entry-content > a:not(.keyword):hover {
  text-decoration: underline;
}
.entry .entry-inner p.float-left {
  float: left;
  margin-right: 15px;
}
.entry .entry-inner p[class="float-left"] > p {
  margin-top: 0;
}