home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 January / Datatid-2000-01.iso / Internet / TOPSTYLE / TS1EVAL.EXE / %MAINDIR% / Help / Tutorial / Samples / SampleFinished.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-09-26  |  740 b   |  43 lines

  1. /*
  2. This style sheet was created
  3. by extracting HTML tags from
  4. C:\Program Files\Bradbury\TopStyle\help\Quick Start Tutorial\Samples\SampleFinished.html
  5. */
  6. BODY, P {
  7.     background-color : White;
  8.     color : #000080;
  9.     font-family : Arial, sans-serif;
  10.     font-size : medium;
  11. }
  12.  
  13. H1 {
  14.     font-size : x-large;
  15. }
  16.  
  17. SPAN {
  18.     background-color : White;
  19.     color : DarkBlue;
  20. }
  21.  
  22. .title {
  23.     /* class for Page Title heading */
  24.     background-color : #000080;
  25.     color : Silver;
  26.     font-style : italic;
  27. }
  28.  
  29. .highlight {
  30.     /* class for highlighted information */
  31.     background-color : Yellow;
  32. }
  33.  
  34. .note {
  35.     /* class for notes */
  36.     background-color : Silver;
  37.     border-width : thin;
  38.     border-color : Gray;
  39.     border-style : solid;
  40.     padding : 4px;
  41. }
  42.  
  43.