Re: user defined stylesheets

Hi,

I often use a user style sheet to edit a document. This is so I can change
things very rapidly to generate different views of the information. But
common features are emphasis on dt and dfn elements, as per your example.

cheers

Charles McCN

On Wed, 10 Jan 2001, Frank Tobin wrote:

  Anthony Quinn, at 15:13 -0000 on Wed, 10 Jan 2001, wrote:

      If anyone has some examples of stylesheets which they use, could they please
      send them to me, as I would like to show how this feature works in real
      life.

  I use a simple stylesheet:

  dfn, dt {
    font: bold;
  }

  font, FONT {
    font-family: sans-serif;
    font-size: medium;
  }

  I wish the font bit worked like I think it would in Mozilla, but alas....

  I tried to do something like like "blockquote{ border: thin red }" or
  something, but it messed up too many pages which use blockquotes as
  indentation.



-- 
Charles McCathieNevile    mailto:charles@w3.org    phone: +61 (0) 409 134 136
W3C Web Accessibility Initiative                      http://www.w3.org/WAI
Location: I-cubed, 110 Victoria Street, Carlton VIC 3053, Australia
until 6 January 2001 at:
W3C INRIA, 2004 Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France

Received on Thursday, 11 January 2001 21:30:47 UTC