Questions tagged [stylish]

Stylish, Stylus, and similar are multi-browser extensions that allows you to customize web pages by injecting CSS styles.

Warning: Stylish has turned into malware!

Recommend you use one of the many alternate extensions, such as Stylus.


Stylus and Stylish (and others) are multi-browser extensions that customize the appearance of web-pages that you browse.

That is, they let you "Theme" or "Skin" pages you visit by allowing you to overwrite CSS styles. This is especially useful for fixing the horrible font-sizes and low contrast text that many sites inflict upon their users.

For ready-made scripts/themes, see userstyles.org.

Reference:

87 questions
1
vote
1 answer

How to style the #navigator-toolbox and children when typing a URL?

I've made myself a simple CSS for FF's Stylish add-on that hides the #navigator-toolbox whenever I'm hovering the main window and shows it whenever I'm not. This results in a neat, instant auto-hide effect because I can touch the screen's upper…
Pikaro
  • 148
  • 10
1
vote
1 answer

CSS for Google Calendar word wrap long event titles in month view

When looking at Google Calendar in month view, the event titles are only shown on a single line by default. Titles longer than one line are cut off by default. I'd like to add some custom CSS via the Stylish plugin for Chrome to make long event…
tsyan
  • 41
  • 2
  • 6
1
vote
2 answers

Using the Stylish chrome extension to override this font

I would like to override the font of web.ebuddy.com to Helvetica (the font of my messages). I have tried doing #bodyContent { font-family: Helvetica; } and it didn't work.
minusatwelfth
  • 191
  • 6
  • 14
1
vote
2 answers

CSS that operates like a boolean AND for multiple complex selectors?

I'm writing a Stylish user style sheet, and am trying to see if something is possible. I am customizing a page that has a structure like this:
1 …
Keen
  • 1,327
  • 1
  • 17
  • 25
1
vote
2 answers

How can I change button value with stylish?

This is the button: I want to change value "black" to "white" but I can't. How can I change the value with stylish?
1
vote
2 answers

Alter background-color of accepted answer box

I am trying to set the color of accepted-answer box on Cross Validated SE exactly equal (or close) to Stack Overflow. I think SO's style is easier to visualize. The problem is that I am not being able to change the color of the 'Normal distribution'…
Andre Silva
  • 4,782
  • 9
  • 52
  • 65
1
vote
1 answer

Change style of a frame using CSS

I'm learning a bit of CSS from test and trial, and couldn't find a solution for this particular problem through web searches. I help a person who's learning English, and she uses a lot of Google Translate on a small screen. I've been able to hide…
admirabilis
  • 2,290
  • 2
  • 18
  • 33
1
vote
1 answer

How do I create a userstyle for Google Chrome and the Google Tasks website?

I want to create a Stylish script, for Google Chrome that will change the notes Currently my…
arboles
  • 1,321
  • 4
  • 20
  • 39
1
vote
1 answer

Simplest script for Greasemonkey or Stylish to select “100 Results” from the “Results per page:” dropdown menu in Google’s Advanced Search page?

Can anybody come up with the simplest script for Greasemonkey or Stylish to select “100 Results” from the “Results per page:” dropdown menu in Google’s Advanced Search page?
user176693
  • 43
  • 1
  • 3
1
vote
1 answer

Heading auto-numbering with CSS works for all but top-level

I have been trying to implement heading auto-numbering in my Mindtouch wiki using a standard CSS counter mechanism. The CSS is being applied to the website with Stylish extension in Chrome. Weirdly, the top-level headings (h2 in my case; h1 is…
neilw
  • 475
  • 6
  • 15
0
votes
1 answer

CSS background color ignored

I'm trying to make a Stylish userstyle for all pages on www.livejournal.com. I want to style the text and select type input boxes with a particular background colour, but the bg colour does not get set on all input boxes, even though color does get…
tuff
  • 4,895
  • 6
  • 26
  • 43
0
votes
0 answers

Stylish / Stylus : A:visited and A:link only affects certain websites

✨ I am using the Chrome extensions Stylish and Stylus for the first time which use C programming language. My goal is to use this in forum websites like Reddit and DeviantArt forums so I know which forum posts I have read or not. By default, without…
0
votes
1 answer

How to change color of links in a table using CSS but without access to "class" parameter / HTML file?

I am trying to make a complete makeover of a very old website, to which hosting server I do not have access to. Not only its HTML is from the 1990's, but its code has many obvious mistakes, that when menage to workaround I usually end up messing up…
0
votes
1 answer

How can I change the Google Sheets background with CSS?

I want the grey area (in the red circle in my screenshot) to be #000, but I can't find a good selector for it. Google Sheets screenshot Currently, the background blinks red for less than a second and then turns grey. I painted another area green to…
Frizelbliz
  • 15
  • 6
0
votes
2 answers

Quarkus Stylish not working in container images (Openshift / Docker)

We are updating our documentation and adding branding for the generated pages. We used the input described here (https://quarkus.io/blog/stylish-api/). However, for some reason, the styling works locally (when starting Quarkus in dev mode) but not…
Sjaak
  • 3,602
  • 17
  • 29