Pandionの見た目をカスタマイズ

アラートとかをJabberで受けてるんすけど、ふと思い立ってPandion (Jabberのクライアント) の見た目を若干カスタマイズ。

フォントとか変えるインターフェースがないので、C:\Program Files\Pandion\src にあるCSSをちょろっと編集。編集後は、Padionを起動し直さなくてもウインドウを開き直せば反映される。

--- chat-container.css.orig 2007-11-27 16:35:33.481167200 +0900
+++ chat-container.css  2007-11-27 16:35:55.705813600 +0900
@@ -1,6 +1,6 @@
 TEXTAREA, INPUT, BUTTON {
-   font-family: "M+2VM+IPAG circle", monospace;
-   font-size: 9px;
+   font-family: Tahoma;
+   font-size: 11px;
 }
 BODY {
    cursor: default;
@@ -184,7 +184,8 @@
    margin-right: 2px;
 }
 #send-text {
+   font-family: "M+2VM+IPAG circle", monospace;
+   font-size: 9pt;
    overflow: auto;
    height: 100%;
    width: 100%;
--- chat-messages.css.orig  2007-11-27 16:21:31.174944000 +0900
+++ chat-messages.css   2007-11-27 16:51:11.957373600 +0900
@@ -32,15 +32,16 @@
 }
 .body-recv {
    padding: 0px 0px 4px 4px;
-   font-family: Arial;
+   font-family: "M+2VM+IPAG circle", monospace;
    font-size: 9pt;
    color: #00396d;
    overflow: hidden;
    text-overflow: ellipsis;
+   border-bottom: 1px dashed #eee;
 }
 .body-send {
    padding: 0px 0px 4px 4px;
-   font-family: Arial;
+   font-family: "M+2VM+IPAG circle", monospace;
    font-size: 9pt;
    color: #004200;
    overflow: hidden;
@@ -73,8 +74,8 @@
    color: #b7babb;
 }
 .me {
-   font-family: Tahoma;
-   font-size: 12px;
+   font-family: "M+2VM+IPAG circle", monospace;
+   font-size: 9px;
    color: purple;
    margin: 0px 4px 4px 0px;
 }
@@ -170,11 +171,12 @@
 }
 .history-body-recv, .history-body-send {
    padding: 0px 0px 4px 4px;
-   font-family: Arial;
+   font-family: "M+2VM+IPAG circle", monospace;
    font-size: 9pt;
    color: #5B7389;
    overflow: hidden;
    text-overflow: ellipsis;
+   border-bottom: 1px dashed #eee;
 }
 .history-body-recv A, .history-body-send A {
    color: #ACACD2;