aery

このデザインについて

retla サンプル
カテゴリー:シンプルベーステーマ:hatenaヘッダー:白(太)
登録日:2006/11/14更新日:2006/12/27利用数:79
更新部分が多くても表示領域が一定の高さを保ち、スクロールさせるようになっています。IEでは更新部分が少なくても150pxで固定ですが、Firefoxなどでは0pxから200pxの間で高さが変動します。

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

ページのヘッダ

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

ページのフッタ


スタイルシート

.hatena-body {
  border-top:4px dotted #66f;
  margin-top: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  font-family: Verdana;
  position:relative;
}

table tr {
  border-bottom:1px dashed #99f;
}
table td {
  background-color:#eef;
  color:#00f;
}

h1 {
  text-align: left;
  font-size: 16pt;
  font-weight: bold;
  border-bottom: 1px dotted #ADB2FF;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 4px;
}
h1:first-letter {
  font-size:24pt;
  color:#f66;
}

ol {
  margin: 5px 10%;
  padding: 10px  0px;
  list-style-position: inside;
  border-bottom:2px dashed #666;
}
ol[style] {
  display: none;
}

li {
  font-size: 12pt;
}

li a {
  color:#00f;
  text-decoration:none;
  font-size: normal;
}
li a:hover {
  color: #66f;
}

.modified {
 color:#060;
 font-size:small;
}


/****** 更新内容 ******/  
.diff {
  font-size: normal;
  border-top:2px solid #009;
  border-right:2px dotted #009;
  border-bottom:2px solid #009;
  border-left:2px dotted #009;
  background-color: #f3f3ff;
  margin: 4px auto;
  padding: 4px 15px;
  max-height: 200px;
  _height:150px !important;
  overflow: auto;
}


/****** おとなりアンテナ|おすすめページ ******/  
#pager_relate {
  font-size: 9pt;
  text-align: right;
  margin: 2px;
  padding: 4px;
  position:absolute;
  top:5px;
  left:5px;
}
.pager a {
  border-top: 1px solid #009;
  border-bottom: 1px solid #009;
  padding: 2px;
  font-weight:normal;
  text-decoration:none;
}
.pager a:hover {
  background: #eef;
}


/****** はてなヘッダー ******/  
div.adminmenu {
  font-size: 90%;
  margin: 2% 5% 0% 0%;
  text-align: right
}
div.footer {
  color: #cccccc;
  margin: 5px;
  font-size: 80%;
  text-align: center;
}
form.hatena-searchform {
  text-align: right;
  margin-right: 5%;
}