ブログパーツってblog全体のデザインとアンマッチになるような

気がするですよ。吐き出すHTMLをうまくいじればよいのかもだけど。


Hatena.BookmarkWidget.theme は notheme とそれ以外しかないみたいね。

var themetable = {
    notheme: '-notheme',
    other:  ''
}

今後増えてく予定なのかも。


うーん

Javascriptが出力するHTML(DOM構造)を見れるブラウザーはあるのだろうか?Firefox

さすがFirefox

できた

/* for bookmark-widget */
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-title {
  padding: 3px 0.5em 3px 0.7em;
  font-family: "times new roman", "geogia", serif;
  color: #7b8189;
  font-weight: bold;
  font-size: 100%;  
  background: #e2e5e7;
  text-align: center;
}

.hatena-bookmark-widget-notheme .hatena-bookmark-widget-title a {
  color: #7b8189;
}

.hatena-bookmark-widget-notheme ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%;
}

.hatena-bookmark-widget-notheme ul li {
  padding-bottom: 3px;
  padding-left: 2px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f2f3f4;
  line-height: 1.3;
}

.hatena-bookmark-widget-notheme ul li a {
  text-decoration: none;
}

.hatena-bookmark-count {
  margin-left: 1em;
}
.hatena-bookmark-count em a {
  color: #ff6666; 
  background-color: #fff0f0;
  font-weight: bold;
  display: inline;
  font-style: normal;
}

.hatena-bookmark-count strong a {
  color: red;
  background-color: #ffcccc;
  font-weight: bold;
  font-style: normal;
  display: inline;
}

上のno-themeなwidgetが今のデザインのサイドバーぽくなってるかと。あ、いーなこれ。User数が出るのがいい。自分のとこにもつけようかなあ・・・・・・。