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.

111 questions
5
votes
6 answers

How can you update less css compiler to the latest version from apt-get?

You can install less css compiler easy: apt-get install lessc But that only installs version 1.1.0. How can you update to the very latest version? (The latest version is 1.3.0) -- update -- I want to use the lessc command-line tool, not the…
Gerard Roche
  • 1,477
0
votes
1 answer

Tweak how computer reads CSS language

Question is how to change how Ubuntu (or other distro) reads CSS (e.g. in Firefox/Chrome) to make it still work but to disable certain features like box-shadow, borders, turn off hovering. Stylish allows to hide them after they are loaded but I…
Tichun
  • 83
0
votes
1 answer

Gmod texture help

On my laptop, I wanted to play Garry mod on Steam and I remembered I need CS:S textures for most servers and such. But, being on Ubuntu, I don't think that's the easiest process, so I'm wondering if anyone happens to know how/if I can apply those…
0
votes
0 answers

File to import not found or unreadable: normalize

$ sudo scss scss/custom.scss css/custom.css when i am trying to run scss command i am getting this error : Error: File to import not found or unreadable: normalize. on line 13 of base/_init.scss from line 33 of custom.scss Use…
Siddhi
  • 1
-1
votes
1 answer

How come ubuntu theming is encoded as CSS?

https://wiki.ubuntu.com/Unity/Theming Usually CSS is used on websites. Does ubuntu got an "CSS interpreter" running or something like that? And why was CSS choosed and not something else (I assume windows and mac use a different theming format)?