nonethefewer: (Default)
2011-03-07 04:04 pm
Entry tags:

(no subject)

Incidentally, I used Stylish to add a bit of colour to the Dominion game, so I can see where I should be seeing.

The code. )

Originally posted on Dreamwidth.  Number of comments so far: comment count unavailable
nonethefewer: (Default)
2009-11-20 10:26 am
Entry tags:

(no subject)

Dear the world:

In CSS, how do I have it so that a style affects all tags unless a particular class is used?

In this, all links should be blue, unless a.foodog, in which case ignore it.

Not just set the class of .foodog -- the links in question are set with style tags, so I can't touch those.
nonethefewer: (Default)
2009-11-20 10:26 am
Entry tags:

(no subject)

Dear the world:

In CSS, how do I have it so that a style affects all tags unless a particular class is used?

In this, all links should be blue, unless a.foodog, in which case ignore it.

Not just set the class of .foodog -- the links in question are set with style tags, so I can't touch those.
nonethefewer: (Default)
2009-02-13 04:24 pm
Entry tags:

(no subject)

All the "clear:both"-ing in the world will not clear a float when the height of the sidebar has been set to a specific number of pixels that's shorter than the sidebar content.

FOR HEAVEN'S SAKE.
nonethefewer: (Default)
2008-09-18 01:27 pm

(no subject)

Three links I want to remember:

* ColorSchemer Online - not only allows you to choose colours based on hex or rgb, it also gives you complementary colours, hence "schemer".

* HTML and CSS Table Border Style Wizard

* CSS Button Designer
nonethefewer: (Default)
2007-09-13 09:21 am
Entry tags:

(no subject)

In CSS/HTML, how do I set it so that the link text for one area is white?

I feel like I should be able to put CSS directly in a span tag, except (a) I don't know how and (b) I don't know if I can get that to work for links.