搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

White text on black background color schemes that are complete?

  • 2 回覆
  • 4 有這個問題
  • 37 次檢視
  • 最近回覆由 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 於 修改