The Bitter Taste

このデザインについて

shmzhrk サンプル
カテゴリー:シンプルベーステーマ:hatenaヘッダー:黒(細)
登録日:2010/08/28更新日:2010/08/28利用数:50
白と黒を基調として、リンクは淡い青色に設定。
左端に黒いラインを入れて、シンプルに構成してみました。

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

ページのヘッダ

<h1><hatena name="title"></h1>

ページのフッタ


スタイルシート

body{
 background-color: #ffffff;
}

a:hover{
 color: #cc5555;
 text-decoration: underline;
}

a{
 color: #5555cc;
 text-decoration: none;
}

.modified{
 color: #000000;
 font-size: 18px;
 font-weight: bold;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 5px;
 padding-right: 15px;
 border-left: 4px #000000 solid;
}

.modified a{
 font-size: 12px;
}

p.diff{
 font-size: 14px;
 margin-top: 2px;
 margin-bottom: 15px;
 background-color: #f1f1f1;
 border-left: 4px #000000 solid;
 border-right: none;
 border-top: none;
 border-bottom: none;
}