CSSとか全然分からないので質問無しで。参考URL見て自分でいじってください。
/* アイコンサイズ変更 */
img.uicon { width:20px;height:20px; }
/* myアイコンサイズ変更 */
img.uicon2 { width:20px;height:20px; }
/* 背景色変更 */
.fromme { background-color:#eeeeee; }
.tome { background-color:#eeeeee; }
#tw2 { background-color:#ffffff; }
/* 強調処理 */
.fromme .uid { font-weight: 700; }
.tome .uid { font-weight: 700; }
/* 入力画面の変更 */
#control #fst
{
width:100% !important;
margin-right:10px !important;
}
/* 送信と削除ボタンの削除 */
#go,#rst { display:none; }
参考URL
http://az-store.nrym.org/download/user-stylesheet/twitter/twicli