前回のショコラパウンドでりべんぢを誓ったチーズケーキに挑戦してみた。作る途中も写真とっておいたヨ!
今回はちゃんと湯銭焼きにして、温度もかなり低めの余熱150度で10分焼き、さらに130度で30分(参考にしたレシピでは160度で1時間となってた)にしたら串に付かない程度のふわとろ感で焼けました。ヘルシオは普通のお菓子レシピの設定温度15~20度ぐらい下げたら丁度いいみたいだ。くすみ覚えた。
一応全ての項目を記述してはいますが、bbLean でしかテストしてないので、本家の Blackbox については window.* 系の記述を手直しする必要があるかもしれません。
現在 bbLean を使用していない為、メンテナンスは出来ません。また、スクリーンショットは使用していた当時に Firefox のテーマ用に撮ったものです。
スタイルは下記のリンクから直接ファイルを保存してください。
/* Thunderbird-ko */
#aboutDialog #clientBox {
background-color: #f5f6f3 !important;
background-image: url("about-tb-ko.png") !important;
min-height: 400px !important;
padding-top: 258px !important;
}
#aboutDialog #versionWrapper {
margin: 0px 13px 0px 10px !important;
}
#aboutDialog #versionField {
text-align: right !important;
color: #88888f !important;
background-color: transparent !important;
}
#aboutDialog #copyright {
opacity: 0.4 !important;
color: #333333 !important;
background-color: #f5f6f3 !important;
min-height: 65px !important;
margin: 20px 16px 10px 16px !important;
padding: 5px 10px !important;
border: 1px solid #bbbbbb !important;
-moz-border-radius: 4px !important;
}
#aboutDialog #userAgent {
color: #ffffff !important;
background-color: #008ad0 !important;
}
userChrome.css に上記のコードを書いたあと、同じフォルダに about-tb-ko.png を置いてください。
下記のリンクは当時の関連記事。
/* Firefox-ko */
#aboutDialog #clientBox {
color: #ceeaf9 !important;
background-color: #008ad0 !important;
background-image: url("about-fx-ko.png") !important;
padding-top: 258px !important;
}
#aboutDialog #version {
text-align: right !important;
color: #bbe7ee !important;
margin: 0px 14px 35px 10px !important;
}
#aboutDialog #copyright {
font-size: 90% !important;
margin: 0px 10px 3px 16px !important;
}
#aboutDialog #userAgent {
color: #ffffff !important;
background-color: #008ad0 !important;
}
userChrome.css に上記のコードを書いたあと、同じフォルダに about-fx-ko.png を置いてください。
Roy さんによる About Firefox-ko を組み込んだ独自 Build もあります。
下記のリンクは事の発端と当時の関連記事。