January 2011
twicli_自分流スタイルシートまとめ
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; }
...