klee

Notiz

Friday,25.Jun.2010

もう我慢できない

もう我慢できない

naoto_kusumiにあてがわれたのは桃色の髪をした狐亜人の少女でした。年の頃は10、身の丈はひょいと持ち上がる程度です。「…もう…我慢できないですぅ…」

早く誰かプリンを持ってきて!

Monday,21.Jun.2010

うん、おいしい。

お菓子作り

お菓子作りするから絵を描くのは後にしよう。いやいや、お菓子作りしてる絵を描けばいいじゃないか。という流れで描いた気がする。

このサイトに前回絵を UP したのが 2 年前であまりにひどいと思った。責任者出て来い!

Thursday,31.Jul.2008

About 72

About Chihaya

/* About Chihaya */

#aboutDialog {
    min-height: 520px !important;
}
#aboutDialog #clientBox {
    color: #ffffff !important;
    background-color: #d4e7f6 !important;
    background-image: url("about-chihaya.png") !important;
    padding-top: 0px !important;
}
#aboutDialog #version {
    text-align: left !important;
    color: #34aacf !important;
    margin: 440px 14px 0px 16px !important;
}
#aboutDialog #copyright {
    font-size: 90% !important;
    margin: -450px 10px -5px 16px !important;
}
#aboutDialog #userAgent {
    font-size: 90% !important;
    color: #caf7ff !important;
    background-color: transparent !important;
}

userChrome.css に上記のコードを書いたあと、同じフォルダに about-chihaya.png を置いてください。

やっとおまけが完成したのでいつもの About 差し替えコードとセットで公開。表示サンプルは rein 3.0.1 Release のサムネイルを見てください。

わたしの絵にしては珍しくコントラスト高めです。縮小とトリミング前提で描いたので大きめの絵は微妙ですが一応公開しておきます。ちなみに千早の手に乗っている黒い鳥は Songbird という Mozilla をベースとした音楽管理ソフトのマスコットです。かわゆすぎる。

千早 x Songbird

Wednesday,27.Jun.2007

About Thunderbird-ko

About 用 Thunderbird 娘。

/* 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 を置いてください。

下記のリンクは当時の関連記事。

About Firefox-ko

About 用 Firefox 娘。

/* 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 もあります。

下記のリンクは事の発端と当時の関連記事。