Re: [css-d] Tool to tell me where a rule is used

2010-07-09 Thread russ
So, are you wanting a tool that will look through the CSS and report which of the classes or ids do, or don't, show up in the HTML? I don't have a suggestion, I'm just trying to understand the goal. Russ - Original Message - From: Ellen Herzfeld s...@xlii.org To:

Re: [css-d] Tool to tell me where a rule is used

2010-07-09 Thread Tim Climis
On Friday, July 09, 2010 2:20:21 am r...@catjuggling.com wrote: So, are you wanting a tool that will look through the CSS and report which of the classes or ids do, or don't, show up in the HTML? No. She's trying to find a tool that will look through the CSS and report which *rules* show up

Re: [css-d] Tool to tell me where a rule is used

2010-07-09 Thread Rob Emenecker
For example: ul p span or ul li:nth-of-type(7). Are those selectors used? They have no classes or id's to search on, which makes them very hard to find using traditional find tools. There is no tool that checks CSS against a site looking for orphaned rules in the CSS. At least none that

[css-d] Negative text-indent: lack of details in the specs

2010-07-09 Thread Gabriele Romanato
Hi all! Just some reflections: http://onwebdev.blogspot.com/2010/07/why-negative-css-text-indent-doesnt.html we need to make more tests on this issue. HTH bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/

[css-d] Pure CSS animated 3D Super Mario Icon

2010-07-09 Thread Andreas Jacob
Dear list members, I created an animated 3D Super Mario Icon with CSS only sans images: http://cordobo.com/1662-pure-css-animated-3d-super-mario-icon/ The CSS is still a mess (mostly because of some inline styles), but the underlying CSS 3D framework I developed for this reason will be

Re: [css-d] Pure CSS animated 3D Super Mario Icon

2010-07-09 Thread David Laakso
Andreas Jacob wrote: Dear list members, I created an animated 3D Super Mario Icon with CSS only sans images: http://cordobo.com/1662-pure-css-animated-3d-super-mario-icon/ Andreas It is happily doing its little thing in Mac OS X 10.4.11 Safari/Version 4.1 (4533.16); and, in the

[css-d] How do you make crimson (blood read) color in CSS

2010-07-09 Thread Andy B.
I need to have a blood read color for a group of words being used in a logo position for now. How would I make a color that is close enough to resemble it if I can't get the exact color? For now, all I can think of is #80 or just plain red. Any ideas?

Re: [css-d] How do you make crimson (blood read) color in CSS

2010-07-09 Thread David Laakso
Andy B. wrote: I need to have a blood read color for a group of words being used in a logo position for now. How would I make a color that is close enough to resemble it if I can't get the exact color? For now, all I can think of is #80 or just plain red. Any ideas?

Re: [css-d] Verifying positions of modules and page layout.

2010-07-09 Thread Andy B.
Hey! Thanks for the description of the module/content layout. It does wonders when you have someone that can help out a little like that. Now that I understand what is going on, I changed a few modules around like you recommended. If you want to take a look again, the address is

Re: [css-d] Negative text-indent: lack of details in the specs

2010-07-09 Thread David Laakso
Gabriele Romanato wrote: Hi all! Just some reflections: http://onwebdev.blogspot.com/2010/07/why-negative-css-text-indent-doesnt.html we need to make more tests on this issue. HTH bye Gabriele Romanato Not a test, well... how about just sort-of a test?

Re: [css-d] How do you make crimson (blood read) color in CSS

2010-07-09 Thread Brian M. Curran
http://home.i1.net/~dwolfe/hexmixer/redmx.html Pick your poison? Best, Dracula That's a cool looking website. Useful too. Thanks for sharing. __ css-discuss [cs...@lists.css-discuss.org]