搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

White text on black background color schemes that are complete?

  • 2 个回答
  • 4 人有此问题
  • 1 次查看
  • 最后回复者为 duhgi

more options

Are there any white text on black background color schemes that are complete? My search bar background color is bright white. My Unsorted Bookmarks Library window background is glaring bright white, can't see a thing in it.

I researched the issue and figured out how to change the URL address bar text and background color, using userChrome, but haven't been able to find anything on changing the Unsorted Bookmarks Library window background color or the search bar background color.

I haven't searched for the search bar background color, yet. Hopefully that one is easier to find than the Unsorted Bookmarks Library window background color setting.

Bookmarks > Unsorted Bookmarks > Library > BOOM! BRIGHT WHITE BACKGROUND

Thanks.


Using the most recent version of Firefox Windows 8, 64 bit Using a built-in high contrast white-on-black windows theme

Are there any white text on black background color schemes that are complete? My search bar background color is bright white. My Unsorted Bookmarks Library window background is glaring bright white, can't see a thing in it. I researched the issue and figured out how to change the URL address bar text and background color, using userChrome, but haven't been able to find anything on changing the Unsorted Bookmarks Library window background color or the search bar background color. I haven't searched for the search bar background color, yet. Hopefully that one is easier to find than the Unsorted Bookmarks Library window background color setting. Bookmarks > Unsorted Bookmarks > Library > BOOM! BRIGHT WHITE BACKGROUND Thanks. Using the most recent version of Firefox Windows 8, 64 bit Using a built-in high contrast white-on-black windows theme

被采纳的解决方案

If I'm being unclear, please let me know. The main thing I would like to change is the bookmarks library window background color, since the bookmarks library is unusable as is. It's the big resizable window right here...

Bookmarks > Unsorted Bookmarks > Library

The window that shows all of your bookmarks [and history].

The background is glaring bright white, so the text (in my dark scheme) is invisible.

http://farm8.staticflickr.com/7323/11521429746_7969a16134_c.jpg

I can use userChrome if I know the identifier of the library window background color. So I'm going to try the "DOM Inspector" add-on. I guess it's supposed to tell us what the identifier is.

Thanks.


trial and error...

the IDs/code...

#itemsCountBox{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placeContent>treechildren{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#editBMPanel_rows{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placesList>treechildren{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placesToolbar{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#detailsDeck{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

experiment to your liking

this is for the find bar, thanks to (twnsnd)...

  1. FindToolbar,.tabbrowser-tabbox findbar{background:#1b1b1b!important;border:1px solid #121314!important;border-top:0!important;color:#aaa !important;-moz-appearance:none!important;}

Trying to edit this post... The server is showing different pictures every time I come back to this page. I have no idea what my uploaded image really is. The pictures are supposed to be "before" and "after", but I have no way to tell whether they are on the server.

定位到答案原位置 👍 0

所有回复 (2)

more options

Hi duhgi,

Thank you for contacting support. There is a Menu editor extension mentioned in the MozillaZine knowledge base in Menu customization. http://kb.mozillazine.org/Menu_customization

There are also some themes and add ons that may help find the item being edited:

more options

选择的解决方案

If I'm being unclear, please let me know. The main thing I would like to change is the bookmarks library window background color, since the bookmarks library is unusable as is. It's the big resizable window right here...

Bookmarks > Unsorted Bookmarks > Library

The window that shows all of your bookmarks [and history].

The background is glaring bright white, so the text (in my dark scheme) is invisible.

http://farm8.staticflickr.com/7323/11521429746_7969a16134_c.jpg

I can use userChrome if I know the identifier of the library window background color. So I'm going to try the "DOM Inspector" add-on. I guess it's supposed to tell us what the identifier is.

Thanks.


trial and error...

the IDs/code...

#itemsCountBox{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placeContent>treechildren{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#editBMPanel_rows{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placesList>treechildren{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#placesToolbar{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

#detailsDeck{background-color:rgb(50,50,50)!important;color:rgb(255,255,0)!important;}

experiment to your liking

this is for the find bar, thanks to (twnsnd)...

  1. FindToolbar,.tabbrowser-tabbox findbar{background:#1b1b1b!important;border:1px solid #121314!important;border-top:0!important;color:#aaa !important;-moz-appearance:none!important;}

Trying to edit this post... The server is showing different pictures every time I come back to this page. I have no idea what my uploaded image really is. The pictures are supposed to be "before" and "after", but I have no way to tell whether they are on the server.

由duhgi于修改