はてなブックマークのCSSいじった

カスタムデザイン機能を刷新しました - はてなブックマーク日記 - 機能変更、お知らせなど
http://hatena.g.hatena.ne.jp/hatenabookmark/20081225/1230193069

飛んでしまわないように、コピペ保存。

/* HEADER {{{ */
div.breadcrumbs {
  padding: 4px 4px 0 4px;
}

#user-header {
  margin: -1px 4px 0 0px;
  padding: 0 0 0 0;
}

h2 {
  display: inline;
  font-weight: bold;
  font-size: 1.7em;
  text-shadow: #A0A0A0 2px 2px 3px;
}

h2 a.profile-icon {
  visibility: hidden;
}

h2 img.private {
  left: 0px;
}

h2 img.profile-image {
  width: 0px;
  height: 0px;
}

#user-header {
  margin-bottom: 0;
  padding-bottom: 0;
}

#user-header div.user-message {
  font-size: 90%;
  margin-left: 4px;
}

div.user-search {
  margin-top: 0;
}

/* MENU {{{ */
ul.menu {
  margin-top: 4px;
  padding 0 0 0 0;
  position: relative;
  overflow: hidden;
  font-size: 90%;
  zoom: 1;
}

ul.menu li.user-search input.text {
  width: 180px;
}

ul li.current-menu {
  text-shadow: #A0A000 2px 2px 3px;
}

/* LAYOUT {{{ */
div.main {
  padding:0px 20px 0 20px;
}

#hatena-body {
  margin: -1px 264px 0 0px;
  padding: 0 48px 4px 48px;
  border-top: 0px solid #ddd;
  overflow: hidden;
  zoom: 1;
}

div.main ul.threshold {
  margin: 0 0 4px 0;
}

ul.group-list li.selected a {
  text-shadow: #A0A0A0 2px 2px 3px;
}

#bookmarked_user  li {
  margin-bottom: 12px;
}

#bookmarked_user  li div.curvebox-body {
  margin: 4px 0 8px 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

li h3.entry {
  background-image: none;
}

li h3.entry a {
  text-decoration: none;
}

ul.comment li a img.profile-image {
  width: 0;
  height: 0;
}

#bookmarked_user li ul.comment li.mine ,
#bookmarked_user li ul.comment li.others {
  padding-right: 1px;
}