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

本帖於 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}
*/

......

所有跟帖: 

請您先登陸,再發跟帖!