只過ぎ行く日々の為の備忘録

皆がバラバラに感動し、それを伝えられぬまま死ぬのだ。
---
13Post/day (1ページに収まるので)
---
[twitter]
tag[my Photo]

Since 090107

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; }

/* 入力画面の変更 */

#control #fst

{

width:100% !important;

margin-right:10px !important;

}

/* 送信と削除ボタンの削除 */

#go,#rst { display:none; }

参考URL

http://az-store.nrym.org/download/user-stylesheet/twitter/twicli

http://d.hatena.ne.jp/momizine/20090126/1232962017