twicliのユーザースタイルシート

twitterではtwicliを愛用させてもらってますv
ネットサーフィンしながら、OperaのパネルでtwitterのTLを眺められるのが便利。
最近プラグインが増えて、機能がさらに充実してきましたv 最近、個人的にヒットしたプラグインはshortcutkey.js です。キーボードでtwicli内を操作できるのが素敵v


twicliはユーザースタイルシートで表示を変えることができます。
私は、こちらのページ(続・Operaのパネルでtwicliを使う - MOMIZINE)を参考にしながら、こんな↓感じにしています。

ユーザースタイルシートの中身はこんな↓感じ


/*フォントサイズ*/
body{ font-size: 125%; }

/*行間*/
div{display:block;line-height:120%}

/*ユーザー名*/
#tw a span.uid, #tw a span.uname,
#tw2c a span.uid, #tw2c a span.uname,
#re a span.uid, #re a span.uname {color:darkgreen}

/*TLのアイコン*/
#rep img.uicon,#re img.uicon,
#tw2c img.uicon,#tw img.uicon {width:15;height:15}

/*背景色*/
#tw2{background-color:#fefefe}
/*自Postの背景色*/
#tw .fromme, #tw2 .fromme, #re .fromme {background-color:#fff5ee;}
/*Replyの背景色*/
#tw .tome, #tw2 .tome, #re .tome{background-color:#f5fffa;}
/*ポップアップしたツイートの背景色*/
#rep{background-color:#fefefe !important;
background-image: url(images/block_bg.png) !important;
}

/*ユーザタブ*/
#user{display:none !important;}

/*リンク*/
.status a.link{
font-size: x-small;
color: gray;
text-decoration: none;
border: solid 0px;
background-color:transparent !important;
}
.status a.resolved { background-color: transparent !important; }
.status a.link:hover { background-color: transparent !important;}
#tw2 a,#tw a, #re a{text-decoration:none !important;}

/*選択ツイートの背景色*/
.selected{background-color:#e6e6fa !important;}



背後が気になる場合は、/*TLのアイコン*/の{width:15;height:15}を{display:block}にすれば 完 璧 。