Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 2 Antworten
  • 1 hat dieses Problem
  • 25 Aufrufe
  • Letzte Antwort von 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?

Alle Antworten (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)?