nimbus

このデザインについて

chepooka サンプル
カテゴリー:クールベーステーマ:なしヘッダー:白(細)
登録日:2008/02/11更新日:2008/02/11利用数:454
はてなダイアリー公開デザイン「nimbus」のはてなアンテナ版。色の関係で細ヘッダにのみ対応。

・サイドバーのはずし方
ヘッダに書いてある<div class="main">とフッタのすべてを消す

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

ページのヘッダ

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

ページのフッタ

</div>

<div class="sidebar">

<div class="hatena-module">
<div class="hatena-moduletitle">Hatena</div>
<div class="hatena-modulebody">
<ul>
<li><a href="http://www.hatena.ne.jp/">はてな</a>
<li><a href="http://d.hatena.ne.jp/">はてなダイアリー</a>
<li><a href="http://b.hatena.ne.jp/">はてなブックマーク</a>
<li><a href="http://f.hatena.ne.jp/">はてなフォトライフ</a>
</ul>
</div></div>

<hatena name="rss" url="http://b.hatena.ne.jp/hotentry?mode=rss" listlimit="10" template="hatena-module" desclength="0" moduletitle="Hotentry">

</div>

スタイルシート

body {
  font-size: 100%; 
  font-family: Verdana, Osaka, sans-serif; 
  margin: 0;
  word-break: break-all ;
  word-wrap: break-word ;
  text-align: center;
  color: #f0f0f0;
  background-color: #303030;
}

/*::header:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

table{
  padding: 0;
  font-size: 100%;
  margin: 0 auto;
  width: 100%;
  text-align: left;
  background: #0593E2;
}

.hatena-body table,
.hatena-body table table{
  padding: 0;
  background-image: none;
  background-color: transparent;
  margin: 0;
  border: none;
  width: auto;
}

table td{
  background-color:transparent;
  padding: 0 10px;
}

table table{
  background-color: transparent;
  background-image: none;
  border: none;
  width: 100%;
  line-height: 1;
}
table table td{
  background-color:transparent;
  padding: 0;
  margin: 0;
}

table div{

}

table font,
table a{
  border: none;
  color: #999;
  font-size: 100%;
}

table font{
  font-size: 65%;
}

table font font{
  font-size: 100%;
}

.hatena-body table font,
.hatena-body table a{
  color: #f0f0f0;
  font-size: 100%;
}

table a{
  border: none;
}

table input{
  background: #fff;
  color: #000;
  border: solid 1px #ddd;
}

/*::simple-header:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#simple-header {
  position: relative;
  text-align: right;
  padding: 5px 10px;
  background: #0593E2;
  margin: 0;
  zoom: 1;
  line-height: 1;
}

#simple-header img, #simple-header input {
  vertical-align: middle;
}

#simple-header img {
  margin-top: 5px;
}

#simple-header img#logo-hatena {

}

#simple-header img#logo-diary,
#simple-header img#log-group-name,
#simple-header img#logo-group-name {
  margin-right: 15px;
}

#simple-header form.search-form {
  display: inline;
  position: absolute;
  top: 11px;
  right: 150px;
}

#simple-header input,
#simple-header select{
  margin: 0;
  font-size: 10px;
  height: 16px;
  padding: 0;
  vertical-align: middle;
}

#simple-header input.search-word {
  width: 10em;
  font-size: 12px;
  background: #eee;
  color: #000;
  border: none;
  margin: 0 3px 0 0;
}

#simple-header input.search-button,
#simple-header input.search-button-keyword {
  background: #0485CD;
  border: none;
  width: 38px;
  height: 16px;
  line-height: 13px;
  padding: 0;
  margin: 0 3px 0 0;
  color: #f0f0f0;
  font-family: sans-serif;
  
}

#simple-header input.search-button-keyword{
  width: 64px;
}

#simple-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: auto;
  left: 15px;
}

#simple-header ul li {
  display: inline;
  margin: 0 3px 0 0;
  font-size: 65%;
  font-family: sans-serif;
  padding: 0;
}

#simple-header ul li a {
  color: #f0f0f0;
  text-decoration: none;
}

#simple-header ul li a:hover {
  text-decoration: none;
}

/*::title:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

h1{
  width: 80%;
  ?width: 100%;
  _width: 100%;
  text-align: left;
  font-size: 150%;
  font-family: Helvetica, Arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 60px 10%;
  color: #f0f0f0;
  background: #0593E2 url("http://d.hatena.ne.jp/theme/nimbus/20061206213959.gif") repeat-x left 75px;
  border-bottom: 6px solid #f0f0f0;
  line-height: 1.2;
}

h1 a{
  color: #f0f0f0;
  text-decoration: none;
  border: none;
}


.box{
  margin: 0 auto;
  width: 80%;
  position:relative;
  padding: 5px 0;
}

.box:after{
  content:"";
  display:block;
  clear:both;
  border-bottom:1px transparent solid;
}

.main{
  margin: 0 -205px 0 0;
  padding: 0;
  width: 100%;
  float:left;
  clear: left;
}

.description{
  padding: 15px;
  font-size: 11px;
}

p.pager {
  margin: 0 0 5px 0;
  padding: 0;
  clear: both;
  text-align: left;
  font-size: 80%;
}

.main p.pager {
  margin: 0 205px 5px 0;
}

p.pager b{
  color: #FF46C2;
  font-weight: bold;
  margin: 0;
}

p.pager a{
  color: #f0f0f0;
  margin: 0;
}

p.pager a:hover{
  color: #FF46C2;
}

iframe{
  display: none !important;
}

ol {
  margin: 7px 0;
  padding: 0;
  text-align: center;
  list-style-position: inline;
  list-style: none;
  text-align: left;
  font-size: 80%;
}

.main ol{
  margin: 7px 205px 7px 0;
}

#hatena-antenna-normal,
#hatena-antenna-detail{
}

li {
  margin: 0;
  padding: 3px 0;
}

span.modified{
  font-size: 80%;
  margin: 0 3px 0 0;
}

#hatena-antenna-normal span.modified,
#hatena-antenna-detail span.modified{
  margin: 0 0 6px 0;
  display: block;
}

li a.screenshot{
  
}

li a.screenshot img{
  margin: 0 0 7px 7px;
  float: right;
}

li a{
  text-decoration: none;
}

li a:link{
  color: #f0f0f0;
}

li a:visited {
  color: #999999;
}

li a:hover {
  color: #FF46C2;
}

.main li a img{} 

p {
  margin: 0;
  display: block;
}

p.diff {
  text-align:left;
  padding: 6px 0 0 0;
  margin: 2px 0 20px 0;
  line-height: 1.6;
  border-top: solid 1px #0593E2;
}


.footer{
  margin: 0 0 0 50px;
  padding: 5px 0;
  text-align: center;
  background-color: #ffffff;
  font-size: 10px;
  width: 500px;
  clear: both;
  display: none;

}

/*::: a :::::::::::::::::::::::::::::::::::::::::::::*/
a      { 
  text-decoration: none; 
  color: #f0f0f0;
}

a:hover,
a:hover font{
  color: #FF46C2;
}

/*::sidebar:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.sidebar {
  float: right;
  clear: right;
  width: 190px;
  color: #f0f0f0;
  margin: 0;
  text-align: left;
  font-size: 65%;
}

.hatena-module{
  margin: 0 0 15px 0;
  padding: 0;
  text-align: left;
  _width: 100%;
  background: #444444 url("http://d.hatena.ne.jp/theme/nimbus/20060808141602.gif") no-repeat left bottom ;

}

.hatena-moduletitle,
.hatena-moduletitle a{
  border: none;
  text-decoration: none;
  color: #f0f0f0;

}

.hatena-moduletitle{
  font-size: 100%;
  line-height: 1;
  padding: 10px 10px 10px 10px;
  margin:  0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Helvetica,Arial,sans-serif;
  background: url("http://d.hatena.ne.jp/theme/nimbus/20060808141601.gif") no-repeat left top;
}

.hatena-modulebody{
  padding: 0 10px 10px 10px;
  margin:  0;
  zoom: 1;
  line-height: 1.6;
}

.hatena-modulebody a{
  border: none;
  text-decoration: none;
  color: #f0f0f0;
}

/*::sidebar:list:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.hatena-modulebody ul{
  padding: 0 0 0 1.5em;
  margin: 0;
  list-style: disc;
}

.hatena-modulebody li {
  padding: 0;
  margin: 0;
}

.hatena-modulebody li a{
  color: #333333;
  padding: 0;
}

.hatena-modulebody li a:hover {
  color: #FF46C2;
}

.sidebar li a:link{
  color: #f0f0f0;
}

.sidebar li a:visited {
  color: #f0f0f0;
}

.sidebar li a:hover {
  color: #FF46C2;
}

#hatena-antenna-image ol.image li {
  float:left;
  display:block;
  width: 140px;
  height: 135px;
  white-space : -pre-wrap ;
  white-space : -o-pre-wrap ;
  white-space : pre-wrap ;
  word-break  : break-all ;
  word-wrap   : break-word ;
  text-align: left;
  margin: 0 15px 10px 0;
  padding: 0;
  list-style:none;
}

#hatena-antenna-image ol.image li a{
  margin: 0;
  padding: 0;
}

#hatena-antenna-image ol.image li a.screenshot img{
  margin: 0;
  padding: 0;
  border: 1px solid #eeeeee;
  float: none;
}

#hatena-antenna-image ol.image li .modified,
#hatena-antenna-image ol.image li .author{
  text-align:left;
  display: block;
}

#toggle_visited{
  position: absolute;
  right: 10%;
  top: 53px;
}

#navi_toggle {
  display:block;
  margin-left:auto;
  width:8em; /* 適宜変更 */
  text-align:center;
  font-size:10px;
  background: #333;
  color: #f0f0f0;
  border: 2px solid #666;
  padding: 4px;
  cursor: pointer;
  font-weight: normal;
}

.current {
  font-weight: bold !important;
  color: #000 !important;
  background:#FF46C2 !important;
}

a#navi_toggle{}

/*:: opened ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

div.message {
  font-size:80%;
  position: fixed;
  margin: 0 !important;
  bottom: 30px;
  right: 30px;
  *bottom: auto;
  _bottom: auto;
  *top: -150px;
  _top: -150px;
  *right: 10px;
  _right: 10px;
  width: 350px;
  z-index:1000;
 }

html {
  *overflow: hidden;
  _overflow: hidden;
}

body {
  *height: 100%;
  *overflow: auto;
  _height: 100%;
  _overflow: auto;
}

div.message {
  *position: absolute;
  _position: absolute;
  *background: transparent !important;
  _background: transparent !important;
}