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

來源: 2011-12-10 15:49:17 [博客] [舊帖] [給我悄悄話] 本文已被閱讀:

另外我改了幾處(見下麵黑體所示),也就是背景顏色改成#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}
*/

......