blackbird

このデザインについて

cyber_wing サンプル
カテゴリー:シンプルベーステーマ:hatenaヘッダー:標準(太)
登録日:2011/04/14更新日:2011/04/16利用数:47
取り急ぎシンプルに?
Macのsafariで確認してます。

ヘッダ/フッタ/スタイルシート

ページのヘッダ

<h1><hatena name="title"></h1>
<div class="box">
<div class="main">

ページのフッタ

</div>

スタイルシート

body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background-color: #191919;
  color: #999999;
  font-size: 12px;
}
li {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
}
a:link {
  text-decoration: none;
  font-weight: normal;
  color: #ff4500;
}

a:active {
  text-decoration: none;
  font-weight: normal;
  color: #ff4500;
}

a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #ff4500;
}

h1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 4px 4px 4px 4px;
  font-size: 14px;

}
ol {
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 50px;
  margin-right: 5%;
}
.diff {
  border-left-style: none;
  border-bottom-style: none;
  border-left-color: #3f3f3f;
  border-bottom-color: #7f7f7f;
  font-size: 11px;
  background-color: #191919;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
}

.pager {
  font-size: 12px;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 5%;
}

div.adminmenu {
  font-size: 90%;
  margin: 2% 5% 0% 0%;
  text-align: right
}
span.adminmenu {}
div.footer {
  color: #cccccc;
  margin: 5px;
  font-size: 80%;
  text-align: center;
}

form.hatena-searchform {
  text-align: right;
  margin-right: 5%;
}

#simple-header a {
  font-weight:normal;
}

#simple-header input.search-word {
  width:7em;
}