home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 December (DVD) / VPR0112A.ISO / OLS / FSTAT / fstat.lzh / doc / default.css next >
Cascading Style Sheet File  |  2001-09-21  |  4KB  |  103 lines

  1. BODY                {
  2.     font-family : Tahoma,Arial;
  3.     color : #7e2828;
  4.     background-position : center top;
  5.     line-height : 140%;
  6.     vertical-align : baseline;
  7.     letter-spacing : 1pt;
  8. }
  9.  
  10. A:HOVER                {text-decoration:underline;}
  11. A:VISITED            {color : #ff5959; text-decoration:none; font-weight:bold;}
  12. A:LINK                {color : #7726c8; text-decoration:none; font-weight:bold;}
  13. A:ACTIVE            {color : #5c4fff; text-decoration:none; font-weight:bold;}
  14. P                    {margin-top : 7pt;margin-bottom : 7pt;}
  15. H1                    {font-size : 220%;font-weight : bold;}
  16. H2                    {font-size : 180%;font-weight : bold;}
  17. H3                    {font-size : 150%;font-weight : bold;}
  18. H4                    {font-size : 120%;font-weight : bold;margin-top : 2em;}
  19. H5                    {font-size : 110%;font-weight : bold;margin-top : 2em;}
  20. PRE                    {font-size : 1em;line-height : 100%;}
  21. CAPTION                {font-weight : bold;}
  22. VAR                    {font-weight : bolder;    font-style : italic;}
  23. EM                    {font-weight : bold;    font-style : italic;    color : red;    text-decoration : underline;}
  24. CODE {
  25.     font-size : 1em;
  26.     font-family : "Lucida Console","OCR A Extended",OCRB,"Trebuchet MS";
  27.     font-weight : bold;
  28. }
  29.  
  30. KBD {
  31.     font-size : 1em;
  32.     font-family : "Lucida Console","OCR A Extended",OCRB,"Trebuchet MS";
  33.     font-weight : bold;
  34. }
  35.  
  36. SAMP {
  37.     font-size : 1em;
  38.     font-family : "Trebuchet MS","Lucida Sans Unicode";
  39.     font-weight : bold;
  40. }
  41.  
  42. .Dirctory {
  43.     line-height : 100%;
  44.     background-color : white;
  45.     border-right-style : ridge;    border-bottom-style : ridge;
  46.     border-right-color : white;    border-bottom-color : white;
  47.     border-right-width : 2px;    border-bottom-width : 2px;
  48. }
  49.  
  50. .Chapter_Headline {
  51.     background-color : #ffc6c7;
  52.     padding-top : 10px;            padding-left : 10px;        padding-right : 10px;        padding-bottom : 10px;
  53.     margin-top : 2em;            margin-right : 1em;            margin-left : 1em;            margin-bottom : 8px;
  54.     border-top-width : 2px;        border-left-width : 2px;    border-right-width : 4px;    border-bottom-width : 4px;
  55.     border-top-style : groove;    border-left-style : groove;    border-right-style : ridge;    border-bottom-style : ridge;
  56.     border-top-color : white;    border-left-color : white;    border-right-color : white;    border-bottom-color : white;
  57. }
  58.  
  59. .Tips_Headline {
  60.     color : #400040;
  61.     background-color : #c4c4ff;
  62.     padding-top : 10px;            padding-left : 10px;        padding-right : 10px;        padding-bottom : 10px;
  63.     margin-top : 2em;            margin-right : 1em;            margin-left : 1em;            margin-bottom : 8px;
  64.     border-top-width : 2px;        border-left-width : 2px;    border-right-width : 4px;    border-bottom-width : 4px;
  65.     border-top-style : groove;    border-left-style : groove;    border-right-style : ridge;    border-bottom-style : ridge;
  66.     border-top-color : white;    border-left-color : white;    border-right-color : white;    border-bottom-color : white;
  67. }
  68.  
  69. .Chapter {
  70.     background-color : #ffdfe0;
  71.     margin-top : 0px;            margin-left : 2em;            margin-right : 2em;            margin-bottom : 1em;
  72.     border-top-width : 2px;        border-left-width : 2px;    border-right-width : 4px;    border-bottom-width : 4px;
  73.     border-top-style : groove;    border-left-style : groove;    border-right-style : ridge;    border-bottom-style : ridge;
  74.     border-top-color : white;    border-left-color : white;    border-right-color : white;    border-bottom-color : white;
  75.     padding-left : 2em;            padding-right : 2em;
  76. }
  77.  
  78. .Tips {
  79.     color : #400040;
  80.     background-color : #e8e8ff;
  81.     margin-top : 0px;            margin-left : 2em;            margin-right : 2em;            margin-bottom : 1em;
  82.     border-top-width : 2px;        border-left-width : 2px;    border-right-width : 4px;    border-bottom-width : 4px;
  83.     border-top-style : groove;    border-left-style : groove;    border-right-style : ridge;    border-bottom-style : ridge;
  84.     border-top-color : white;    border-left-color : white;    border-right-color : white;    border-bottom-color : white;
  85.     padding-left : 2em;            padding-right : 2em;
  86. }
  87.  
  88. .Quote {
  89.     padding-left : 3em;
  90. }
  91.  
  92. .Table_Normal {
  93.     background-color : white;
  94.     word-spacing : normal;
  95.     margin-top : 5pt;    margin-left : 5pt;    margin-right : 5pt;    margin-bottom : 5pt;
  96. }
  97.  
  98. .Caution {
  99.     color : black;
  100.     background-color : yellow;
  101.     font-weight : bold;
  102. }
  103.