Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

User styles and user CSS can no longer kill Tumblr's blue background.

  • 2 odpovědi
  • 1 má tento problém
  • 25 zobrazení
  • Poslední odpověď od cor-el

more options

By default, Tumblr has a blue background (as well as pain/animation everywhere). I have used a number of user styles to change this to a green background, which doesn't give me headaches (and to block the pain/animation everywhere).

A couple weeks ago, this stopped working in Firefox, and I've had to use Waterfox for that site.

I've tried "green and grey for tumblr dash" as a user style and written into user css, "tumblr TEN" as a user style, "Grayscale Browsing," as an add on, and a couple others, but none can kill tumblr's blue background in Firefox 60 or 61.

All still work in Waterfox.

Does anyone know a way to kill tumblr's blue background in Firefox?

By default, Tumblr has a blue background (as well as pain/animation everywhere). I have used a number of user styles to change this to a green background, which doesn't give me headaches (and to block the pain/animation everywhere). A couple weeks ago, this stopped working in Firefox, and I've had to use Waterfox for that site. I've tried "green and grey for tumblr dash" as a user style and written into user css, "tumblr TEN" as a user style, "Grayscale Browsing," as an add on, and a couple others, but none can kill tumblr's blue background in Firefox 60 or 61. All still work in Waterfox. Does anyone know a way to kill tumblr's blue background in Firefox?

Všechny odpovědi (2)

more options

Put this in your userChrome.css:

.discover {background-color:green !important;}

Not sure how to kill animations, I don't see them as I don't have a Tumblr login.

more options

Note that code for web pages needs to be in userContent.css.

@-moz-document domain(www.tumblr.com){
/* put rules that apply to this domain here/
}

Hi Marja.

You would normally right-click in the area where you want to change the background color and use Inspect Element in the right-click context menu to open this element in the Inspector. There you can try to find the element that sets this background color, easiest is to use the search bar in the right pane (Rules) and search for background.

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required)?