[css-d] Hanging drop cap

2010-12-26 Thread Gabriele Romanato
I don't know what vacations are: http://onwebdev.blogspot.com/2010/12/css-hanging-drop-cap.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] Hanging drop cap

2010-12-26 Thread David Laakso
On 12/26/10 5:03 AM, Gabriele Romanato wrote: I don't know what vacations are: http://onwebdev.blogspot.com/2010/12/css-hanging-drop-cap.html HTH :-) Share the fireplace and a glass of wine with her...:-) body { margin: 0 auto; padding: 2em 0; width: 65%; background: #fff; color: #333;

[css-d] Formatting a chat with CSS

2010-12-26 Thread Gabriele Romanato
Another interesting point of study: http://onwebdev.blogspot.com/2010/12/formatting-chat-with-css.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] Hanging drop cap

2010-12-26 Thread Philip Taylor (Webmaster, Ret'd)
Not run-in (see http://web-consultants.org.uk/sites/Gabriele/SS-1.jpg); was this intended ? Philip Taylor Gabriele Romanato wrote: I don't know what vacations are: http://onwebdev.blogspot.com/2010/12/css-hanging-drop-cap.html

[css-d] combining media queries

2010-12-26 Thread David Laakso
|It is not clear me from the specs [actually, not much is clear to me... including the specs :-)] if these two media queries -- that share the same set of styles -- might be combined; and, if so, how would the media query|//| be written? @media only screen and (max-width: 480px), only

Re: [css-d] combining media queries

2010-12-26 Thread Philippe Wittenbergh
On Dec 27, 2010, at 10:41 AM, David Laakso wrote: |It is not clear me from the specs [actually, not much is clear to me... including the specs :-)] if these two media queries -- that share the same set of styles -- might be combined; and, if so, how would the media query|//| be written?

Re: [css-d] combining media queries

2010-12-26 Thread David Laakso
On 12/26/10 9:05 PM, Philippe Wittenbergh wrote: On Dec 27, 2010, at 10:41 AM, David Laakso wrote: |It is not clear me from the specs [actually, not much is clear to me... including the specs :-)] if these two media queries -- that share the same set of styles -- might be combined; and, if

Re: [css-d] combining media queries

2010-12-26 Thread Alan Gresley
On 27/12/2010 1:27 PM, David Laakso wrote: On 12/26/10 9:05 PM, Philippe Wittenbergh wrote: On Dec 27, 2010, at 10:41 AM, David Laakso wrote: You can chain multiple mq's with 'and': @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px) { /* style */ } example that

Re: [css-d] combining media queries

2010-12-26 Thread Philippe Wittenbergh
On Dec 27, 2010, at 2:12 PM, Alan Gresley wrote: I may also be missing something but I don't see device-width here. http://dev.w3.org/csswg/css3-mediaqueries/ http://dev.w3.org/csswg/css3-mediaqueries/#device-width I have tried to search Apple developers and have come across