ちょびっとBSDって

このエントリーをはてなブックマークに追加
1名無しさん@お腹いっぱい。
どうなの?
2名無しさん@お腹いっぱい。:2001/04/11(水) 19:13
とにみい
3名無しさん@お腹いっぱい。:2001/05/20(日) 08:24
dd
4名無しさん@お腹いっぱい。:2001/05/20(日) 16:44
>>1
謙虚だな 藁
5ななしぃ:2001/05/20(日) 17:25
ちょびっツ?
6login:Penguin
/* ダイアログその他のテキストのフォントサイズと
* ファミリを設定
*/
window {
font-size: 12px !important;
font-family: ms gothic !important;
}

/* メニューを大きく美しく読みやすいものに変更 (昔のSGI風): */
menubar {
font-family: ms gothic !important;
font-style: medium !important;
font-weight: medium !important;
font-size: 12px !important;
}

/* スクロールバーを狭く: */
slider {
height: 20px !important;
}
slider[align="vertical"] {
width: 20px !important;
}

/* 1行のテキストフィールド */
input {
/* テキストフィールドのフォントサイズとファミリを設定 */
font-family: clean !important;
font-size: 13px !important;

/* 背景色を少し見栄えのよいものにする */
background-color: rgb(200, 255, 220) !important;

/* キーバインディングをいくつか追加する。
* 方法は"キーバインディングのカスタマイズ"の項で説明されている。
*/
behavior: url("file:/myprofiledir/chrome/myHTMLBindings.xml#inputFields");
}

/* マルチラインテキストエリアの背景色 */
textarea {
background-color: rgb(200, 255, 220) !important;
}z

/* Chatzillaステータスエリアの色: */
.status-label {
color: yellow !important;
}
.status-data {
color: white !important;
}