スマホ用UI(2014Spring)

このデザインについて

dbfireball サンプル
カテゴリー:シンプルベーステーマ:hatenaヘッダー:グレー(細)
登録日:2014/04/15更新日:2014/04/16利用数:41
フラットデザインっぽいカラーリングにしてみました。

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

ページのヘッダ

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>

ページのフッタ


スタイルシート

*{
margin:0;
padding:0;
border:0;
text-decoration:none;
line-height:1;
font-size:100%;
}
body
{
  width:100%;
  margin:0;
  -webkit-text-size-adjust:none;
}
table {
  margin:0;
}
div {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
}
.pager {
  display: none;
}
ol {
  padding: 0;
  margin: 0;
}
div#google_afc_container *{
  font-size: 10px;
}
#simple-header {
  padding: 0;
  margin: 0;
  text-align: center;
}
#simple-header img {
  margin-top: 2px;
  margin-bottom: 5px;
  border:none;
}
#simple-header form.search-form {
  display: block;
  padding-bottom: 7px;
}
#simple-header input, #simple-header select{
  font-size: 20px;
  height: 26px;
}
#simple-header input.search-word {
  width: 8em;
  font-size: 20px;
}
#simple-header input.search-button {
  width: 4em;
}
#simple-header ul{
  position: relative;
  top: 0px;
  right: 0px;
  margin: 0px;
  padding: 0px;

  height: 30px;
  width: 100%;
  background: #41C4AB;
}
#simple-header ul li{
  display: block;
  float:left;

  padding: 0;
  height: 30px;
  min-width: 14.2%;
  background: #41C4AB;
}
#simple-header ul li a{
  display: block;
  color : #ffffff;
  font-weight: bold;

  height: 30px;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#simple-header ul li a:hover {
  text-decoration: none;
}
.hatena-body li{
  font-size: 20px;
  padding: 0px 0px 10px 0px;
  margin: 0;
  position: relative;
  text-align: left;
}
li .modified{
  font-size: 10px;
  padding: 0px 10px 5px;
  margin: 0px 0px 4px;
  color : #ffffff;
  background: #FF8C74;
  display: block;
}
li a{
  text-decoration: none;
  color : #000;
}
li img{
    display: none;
}
.diff {
  margin: 10px 10px 0 10px;
  padding: 7px;
  font-size: 12px;
  background: #ededed;
  border: solid 1px #A9B7C8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#footer {
  padding: 5px;
  margin: 0;
  font-size: 10px;
  color : #ffffff;
  background: #6F737F;
  text-align: center;
}