tumblr v4 で慌ててつくったスタイル

ほんとうはBetaでたときに作ったんだけど晒しておく。

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.tumblr.com"),
               domain("www.tumblr-beta.com")
{
ol#posts li.is_mine 
{
background-color:#b6d5ec !important;
}
ol#posts li.not_mine 
{
background-color:#e4effa !important;
}
ol#posts li.with_avatar
{
background-color:#fff !important;
}
/*
ol#posts div a img.image
{
width:100px !important;
height:auto !important;
}
*/
code,
pre{
white-space:-moz-pre-wrap !important;
font-family:'Bitstream Vera Sans Mono',monospace !important;
background-color: #a8bccf !important;
padding: 3px !important;
font-size: 12px !important; 
}

}
the whole world is peaceful. - tmbr dsbd v4 refine

フォトがデカすぎるのは設定で変更出来るらしいのでもう不要。postの背景の色はv3のときの色にあわせたんだけど、違う色にした方が良い。もうちょっとダークな方が写真が映えると思うヨ。だれか色付けてくんないかな。

http://media.tumblr.com/H0D6rv0NTcjppbu5NoFY79Z7_400.png


new_postなんていうclassがあるんだな。ファーストポストのことかな?

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.tumblr.com") {
ol#posts li.is_mine {
  background-color: #808080 !important;
}
ol#posts li.new_post {
  background-color: #ffffff !important;
}
}
The Whole World is peaceful. - ダッシュボード内ポスト背景色