maRkの

キャンペーンだとか、Chess.appについてのなにか

はてなブックマーク、自分ページのCSS控え 2014-07-31版

機能追加等によりページの HTML 構造は予告なく変更する事があります。ご了承ください。

#hatena-body{
  border-top:none 0!important;
}
.menu{
  padding-top:3px!important;
  background:#e9e9e9!important; /* menu */
}
.menu li {
  border:none!important;
}
.current-menu a{
  color : white!important;
  background:#2261a0 none no-repeat!important;
}
.menu li ,
.menu a {
  background-image:none!important;
}
#user-search-area{
 padding-top: 5px;
}

/* users */
strong a:link,strong a:visited {
  color:white!important;
  background-color : #1462c1!important;
}
em a:link,em a:visited{
  color: white!important;
  background-color : #73adff!important;
}
strong a:hover,
em a:hover{
  background:rgb(124, 186, 15)!important;
}
/* Followers*/
.followers li{
  margin:1px!important;
  padding:0!important;
}
.followers a{
  display:list-item!important;
  list-style:square;
  margin-left:1em;
}
.followers img{
  display:none;
}
.followers a{
  text-decoration:none!important;
}
.followers a:after{
  content:attr(href);
}
.followers a:hover{
  background:rgb(95, 124, 167);
  color:white!important;
}
.main{
  display:none;
}
.breadcrumb{
  display:none!important; /* パンくず消し */
}