Skip to main content

Questions tagged [css]

Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Questions regarding CSS are off topic here.

1 vote
0 answers
41 views

userChrome.css changes to Firefox only take effect on Ubuntu, not Mac

I have a userChrome.css file that I use to remove unused menu items from Firefox context menus on my Ubuntu machine. Here is the contents: :root[inFullscreen] #PersonalToolbar { visibility: ...
LinusHasaWalkingDesk's user avatar
1 vote
0 answers
78 views

userChrome styles not applied in Thunderbird

I would like to style the Calendar inside Thunderbird (115.11.1 on MacOS) without using any extensions/add-ons. Specifically, I would like to modify the looks of recurring events. I enabled userChrome....
AdamJ's user avatar
  • 11
1 vote
1 answer
66 views

Remove anti-copy blocking measures from website automatically? [closed]

This website: https://www.kingstonist.com/ Blocks you from selecting text, right clicking, and even a bunch of common keyboard shortcuts. I like to highlight blocks of text as I read because it's ...
Luke's user avatar
  • 19
0 votes
0 answers
13 views

How to delete all exact element tags in inspect element console with this querySelectorAll method? [duplicate]

think of this as giving a manual of how to do querySelectorAll method to dummies because it is now dont use terms i understand that actually confuses me just explain but do it thourally please with ...
Olstice's user avatar
1 vote
0 answers
18 views

How to get a indicator on firefox when moving tabs

I am looking for a way to get an indicator to show up when moving tabs in Firefox (and variants). This is broken with Firefox multitab using chrome CSS. This feature seems to be present in one of its ...
Rashiq's user avatar
  • 171
2 votes
0 answers
56 views

How to remove individual header buttons in Thunderbird?

In Thunderbird there are solutions to hide all header buttons (from the message header pane): here and here. But how can I just hide individual header buttons? I would like to hide the "junk"...
summerrain's user avatar
1 vote
1 answer
67 views

Is there such a thing as truly plain HTML?

I am just learning about HTML basics and browser styling and I was struck by the question in the title: even for HTML written (as, I think, the HTML5 standard asks) purely with semantic elements, does ...
EE18's user avatar
  • 113
2 votes
0 answers
82 views

Thunderbird: How to customize task list?

How can the visual appearance of the task list be customized in Thunderbird ? I need to change the colors, backgroundcolors and font styles of current/overdue/completed tasks when selected/unselected. ...
summerrain's user avatar
1 vote
1 answer
72 views

How to save Microsoft (GitHub, etc.) webpage so it will render properly using Chrome or Firefox-based web browsers?

A few months ago I noticed that webpages from Firefox, Chrome, and some other web browsers do not display properly, as if the CSS files which are saved are not what is used for rendering in the web ...
FredThompson's user avatar
1 vote
0 answers
75 views

What are the selectors for the GNOME system menu?

I'm doing a deep customization of GNOME on my computer and while editing the configs and CSS files for the GNOME shell, I was wondering if there were selectors for the quick menu in GNOME (or a config ...
Anden Wieseler's user avatar
2 votes
1 answer
544 views

How to permanently change Firefox new tab page CSS?

So when I open a new tab page in Firefox, or the private browsing new tab page, I can edit the CSS if I go into inspect element. I want to change the CSS permanently, so that when I open Firefox again,...
Patrick O'Brien's user avatar
0 votes
2 answers
129 views

Notepad++ replace dash between two random letters without spaces?

I need to replace some CSS classes from dash to underscore (- to _) Example: .a-2Vndt-.wrapper-1VLyxH, .people-u6dGxF.active-2UF8Zh, .ListItem-u6dGxF:hover, .ListItem-u6dGxF { } As you can see, the ...
Jake J's user avatar
  • 81
1 vote
0 answers
474 views

ThunderBird 115 - How to Hide the Unified Toolbar with CSS?

The Unified Toolbar is of no use to me and I would life to turn it off. I have tried messing the with Dev Tools and the userChrome file, just to confirm my userChrome file works, the following ...
Ralf_Reddings's user avatar
3 votes
1 answer
139 views

How to make an element fill the width of the browsers window with uBlock?

For example, this page at SuperUser, the main content of the page is squished, so its hard to read or focus on it. I would like to take it from how it is currently rendered to this. The after ...
Ralf_Reddings's user avatar
1 vote
1 answer
197 views

How to select footer elements for all websites in uBlock so I can hide them? [duplicate]

I am just getting started on uBlock, the privacy controls were easy enough, with a few buttons I am on top of it. My concern now is just getting websites to look the way I want them to. I am ...
Ralf_Reddings's user avatar

15 30 50 per page
1
2 3 4 5
29