Questions tagged [css]

Cascading Style Sheets (CSS) is a style sheet language

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. Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including plain XML, SVG and XUL.

112 questions
46
votes
4 answers

How do I change login screen theme or background in Ubuntu 20.04?

How can I change the Ubuntu 20.04 login screen theme or background? In the previous version 19.10, I can change it from the CSS file under Yaru theme but now there is no CSS file.
Dion
  • 461
22
votes
5 answers

How do you install less css command line compiler?

From my understanding and correct me if I'm wrong, I have to get ruby or NPM installed to get the less css compiler working. I don't have any ruby installed and I'm not really sure how to get my computer to that point. I also want to minimize my…
18
votes
1 answer

Certain websites not displaying correctly in chromium (ERR_INSECURE_RESPONSE for all images and css)

I installed ubuntu 16.04 several weeks ago. Recently (in the past few days), several websites have started displaying incorrectly, i.e. without images or CSS stylings. For example, here is nytimes.com: Output from chromium-browser…
Adrian
  • 373
16
votes
6 answers

LESS.app like application?

Recently I found out about an OS X application called LESS.app. It’s basically an app to compile and minify *.less files into *.css files and does it in real-time. I want to know or I can archive the same thing in Ubuntu and how to go about it.
Mood
  • 802
13
votes
3 answers

"command not found" when running "lessc" from bash

I have installed lessc via npm, Node.js Package Manager, and when I run lessc from terminal using lessc /var/www/less/style.less /var/www/css/style.css it works perfectly. However, when I put this exact same command in a bash script, less.sh, it…
slang
  • 241
11
votes
1 answer

How to reduce the height of headerbar (titlebar) of GTK3 apps using CSD?

The height of title bar in GNOME is really wide. Is there a way to make it narrow without installing any extension or theme? Title bar of File manager and Terminal is wide and looks ugly. I love how narrow the title bar of Unity on Ubuntu was. I'm…
yaa__
  • 771
10
votes
3 answers

How do i install less css compiler?

I just installed less css compiler using npm. Now thelesscfile directory is /usr/local/bin/lessc . i'm not clear what i need to change in lessc file and how to understand that compiler has been correctly installed.
10
votes
4 answers

How to permanently add CSS to some pages using Firefox?

How to permanently add CSS to some pages using Firefox? Say, I want to change the font or background of a page I frequent using Firefox. How to do that?
wyc
  • 1,741
10
votes
4 answers

How can I read every DVD, even if encrypted by CSS or other?

I sometimes want to use my computer as a DVD-player. Unfortunately I know that I will often have to cope with encrypted DVDs, for example with CSS. Therefore I installed the libdvdcss2 library from Medibuntu. But from now on, how can I be sure I…
Agmenor
  • 16,394
10
votes
1 answer

Help creating a new theme based on Adwaita?

I'd like to create a theme based on Adwaita. I discovered that Adwaita no longer uses *.css files: cat /usr/share/themes/Adwaita/gtk-3.0/gtk.css /* Adwaita is now part of GTK+ 3, this file is no longer used */ I found the Adwaita source code on…
Enterprise
  • 12,792
9
votes
1 answer

Alternative for wkhtmltopdf?

Question: Are there alternatives to wkhtmltopdf? Why: wkhtmltopdf is converting my css wrong, do not show the background property of a div
Brettetete
  • 273
  • 1
  • 7
  • 16
8
votes
2 answers

gtk.css - How to add blurry background effect?

How to add blurry glass effect into the themes? (CSS3 supports gaussian blur with blur(1px); on many browsers) When I drop the opacity, I'm getting a result like this: But I want a blur effect like this: In Addition for understanding the blur…
eminfedar
  • 245
8
votes
3 answers

What is the best editor for HTML, CSS etc?

in Windows I'm using Komodo & Notepad++ for coding HTML, CSS etc. In Ubuntu, what's the best editor I can use? Thanks :)
8
votes
2 answers

LESS CSS compilers returning blank

I am not even sure where to start debugging this. Months ago, I could happily compile my CSS from my LESS files. Today, I run either recess --compile test.less or lessc test.less and I just get a blank output. No errors. lessc test.less >…
cboettig
  • 989
7
votes
2 answers

How to install node-sass on Ubuntu 18.04, and How to succesfully compile .scss file to css?

I have tried this answers but it didn't work. I am trying to compile files in my scss folder to regular css files but it's hanged in between. I installed node-sass from npm and it gives error as gd@gd10:~/Desktop/portfolio/portfolio$ sudo npm…
1
2 3 4 5 6 7 8