home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 February / VPR0002A.BIN / MENUDATA / README.CHM / default.css < prev    next >
Cascading Style Sheet File  |  1999-12-24  |  1KB  |  90 lines

  1. BODY{
  2.     color: black;
  3.     background-color: #FFFFF5;
  4. }
  5. A:link{
  6.     color: blue;
  7. }
  8. A:visited{
  9.     color: purple;
  10. }
  11. A:active,A:hover{
  12.     color: red;
  13. }
  14.  
  15. H1,H2,H3,H4{
  16.     font-family: "MS UI Gothic",san-serif;
  17.     font-weight: bold;
  18. }
  19.  
  20. H1{
  21.     font-size: x-large;
  22.     text-align: center;
  23. }
  24. .PageTitle{
  25.     background-color: #ECD5CE;
  26.     border-width: 5px;
  27.     border-color: maroon;
  28.     border-style: outset;
  29. }
  30.  
  31.  
  32. H2{
  33.     font-size: large;
  34.     padding: 3px 0px 0px 1px;
  35.     border-width: 0px 0px 2px 25px;
  36.     border-color: maroon;
  37.     border-style: solid;
  38. }
  39. H3{
  40.     font-size: medium;
  41. }
  42.  
  43. P{
  44.     margin-left: 2%;
  45. }
  46.  
  47. P.column{
  48.     font-size: 0.9em;
  49.     margin: 1em;
  50.     padding: 1em;
  51.     border-width: 3px;
  52.     border-color: maroon;
  53.     border-style: dotted;
  54.     background-color: #FFFFF9;
  55. }
  56.  
  57. P.Navigate{
  58.     font-size: x-small;
  59.     text-align: right;
  60.     margin: 1em 0 0;
  61. }
  62.  
  63. ADDRESS{
  64.     font-family: san-serif;
  65.     font-style: oblique;
  66.     font-size: small;
  67. }
  68.  
  69. STRONG{
  70.     font-weight: bold;
  71.     color: red;
  72. }
  73.  
  74. EM{
  75.     font-style: normal;
  76.     font-weight: bolder;
  77. }
  78.  
  79. LI{
  80.     margin: 0em 0em 0.5em;
  81. }
  82. TH{
  83.     white-space: nowrap;    //$B8=>u$G$O8z$$$F$$$J$$(J
  84. }
  85.  
  86. .mini
  87. {
  88.     font-size: 0.8em;
  89. }
  90.