在那裏新建一個user.css文件,然後打開它C&P

本文內容已被 [ fitwxc ] 在 2011-12-11 17:11:47 編輯過。如有問題,請報告版主或論壇管理刪除.

另外我改了幾處(見下麵黑體所示),也就是背景顏色改成#333(淺黑),不要圖片的半透明處理,比原來好多了.

......

html * {
    background-color:#333 !important;
    color:#bbb !important;
    border-color:#333 !important;
    border-width:0 !important;
    }

......

/*
html img[src],
html input[type=image] {opacity:.5}
html img[src]:hover,
html input[type=image]:hover {opacity:1}
*/

......

所有跟帖: 

請您先登陸,再發跟帖!