88 questions
0
votes
0
answers
45
views
the cursor position doesn't change with the font size
I'm using stylish in chrome to format the web view, and I found something interesting, which cursor position doesn't change with the font-size.
example website: https://jqplay.org/s/61S_UA_ZEVM3Ykh
...
0
votes
1
answer
418
views
Override blur() CSS filter in Firefox with Stylus or Greasemonkey
How can I disable the blur CSS filter in Firefox?
Test sites:
https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/blur
0
votes
0
answers
447
views
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 ...
0
votes
1
answer
697
views
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 ...
3
votes
1
answer
395
views
Stylish style to float the table header after it's been scrolled on top
I'm trying to write myself a little Stylish style for one page, for easier reading.
The page in question is https://satisfactory.fandom.com/wiki/Hard_Drive.
What I want to achieve is to the top row of ...
1
vote
0
answers
977
views
typescript problem in implementing rtl support for material-ui with emotion
I am trying to implement rtl support in a project using material-ui, as described here. my problem is in stage 4.1. I am trying to create a new cache instance that uses the stylis-plugin-rtl. the ...
1
vote
1
answer
634
views
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 ...
0
votes
2
answers
479
views
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 ...
-2
votes
1
answer
436
views
text decoration line-through for visited links
I tried different variations of this code fo Stylish:
a:visited {
text-decoration: line-through;
}
What i need to do for "line-through" visited links?
0
votes
2
answers
401
views
Gatsby build webpack fail with stylis
When I run gatsby build I get this error:
failed Building static HTML for pages - 10.179s
ERROR #95313
Building static HTML failed
See our docs page for more info on this error: https://gatsby....
4
votes
1
answer
57
views
Is it possible to select children sharing the same Css class, without knowing that class ahead?
Context (skip ahead for question):
While designing a Stylish theme for the online typing game, Typeracer (in Css), I stumbled on this problem:
As the user progresses, the portion of the text already ...
0
votes
2
answers
250
views
How to select <html> tag in CSS when the source HTML has multiple nested <html> tags?
I'm working on making a dark mode for the Kaplan website tests so I don't blind myself studying.
The following HTML code is representative of the structure of the source, and the tag with id="...
2
votes
1
answer
1k
views
Scripting to alter Bitbucket diff colours
I have quite a bad red/green colorblindess, and when I'm reviewing pull requests on BitBucket I really struggle to tell apart the red and green on it. Years ago I had a small script a friend wrote on ...
0
votes
0
answers
86
views
Adjust padding width of specific div class with Stylish?
I'm trying to adjust the padding at the top of Twitter pages I visit to make up for having blocked an annoying element with an ad blocker. I've identified the html that needs to be adjusted as
div ...
1
vote
1
answer
209
views
How can I exclude two terms from regex in userContent.css?
I'm trying to modify certain aspects of the CSS code for my Google search results page. I'm doing this by editing my userContent.css file in Firefox.
I'm trying to modify the main results page (https:...