Top "Stylesheet" questions

DO NOT USE THIS TAG.

How to set input:focus style programatically using JavaScript

I'm building a UI library in JS that can, without relying on any CSS stylesheets, create UI components, stylised from …

javascript css stylesheet onfocus
"Don't use IDs in selectors (CSS)" then, what to use instead of IDs?

One of CSS lint rules is: "It's better to not use IDs in selectors". So, what should we use instead …

css stylesheet csslint
C++ over Qt : Controlling transparency of Labels and Buttons

Well, I was again trying my hands on a Linux GUI app on Qt Creator, I added couple of images …

c++ qt user-interface stylesheet qt-designer
Setting overflow-y causes overflow-x to change as well

When I set overflow-y on a block, it seems to be affecting the overflow-x property. I've made a JSFiddle with …

html css stylesheet
Setting pdftitle and pdfauthor automatically in a LaTeX stylesheet

I use the code below to set the title and author in the pdf document properties. \usepackage[pdftex]{hyperref} \hypersetup{ …

latex stylesheet hyperref
Loading css (stylesheet) ONLY for IE11

I want to load a css file only for IE11 browser. How can I do it? I understand that I …

html css stylesheet internet-explorer-11 conditional-comments
Styling the `<html>` element in CSS?

Can anyone explain to me why can we style the element html? What are differences between it and body? I …

html css stylesheet
"Compile" CSS into HTML as inline styles

I am writing an e-mail HTML template, and some e-mail clients do not support <style> for specifying CSS. …

html css node.js stylesheet
Qt PushButton Hover/Pressed icons

I'm beginning in Qt, and I want to set a QPushButton to a different icon whenever somebody hovers the mouse …

qt hover icons stylesheet qpushbutton
Nicer alternative to the default Rails scaffolding stylesheet: scaffold.css?

I'm looking for a more attractive alternative to the standard scaffold.css? Has anyone come across a stylesheet that was …

ruby-on-rails stylesheet scaffolding