hatena_sky_simple

このデザインについて

mmmgames サンプル
カテゴリー:シンプルベーステーマ:hatena_skyヘッダー:標準(細)
登録日:2015/06/28更新日:2015/07/04利用数:11
hatena_skyをシンプル化
うざい背景消した
うざい差分文章の背景消した
差分文章は4行のみ(Webkit系のみ)

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

ページのヘッダ

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

ページのフッタ


スタイルシート

body {
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
background: #FFF url("") top center repeat-y;
color: #334;
text-align: center;
}

h1 {
text-align: center;
font-size: 160%;
font-family: "Lucida Sans Unicode",serif;
padding-top: 60px;
padding-bottom: 60px;
margin: -20px auto 0 auto;
background: url("") top center no-repeat;
color: #B55163;
}

.diff {
font-size: 80%;
background: url("");
border: 1px dashed #F7DBD6;
margin-top: 3px;
margin-bottom: 3px;
margin-right: 20px;
padding: 8px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}