home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / SuperCD / PCPLUS.CSS < prev    next >
Cascading Style Sheet File  |  2002-12-16  |  2KB  |  114 lines

  1. body {  
  2.     font-family : Arial, Helvetica, sans-serif;
  3.     font-size : 13px;
  4.     color : #000000;
  5.     font-weight : normal;
  6. }
  7.  
  8. h1 {
  9.     font-family : Arial, Helvetica, sans-serif;
  10.     font-size : 24px;
  11.     color : #000000;
  12.     text-decoration : none;
  13.     font-weight : bold;
  14. h2 {  
  15.     font-family : Arial, Helvetica, sans-serif;
  16.     font-size : 17px;
  17.     color : #ff8c08;
  18.     text-decoration : none;
  19.     font-weight : bold;
  20. }
  21.  
  22. h3{  
  23.     font-family : Verdana, Arial, Helvetica, sans-serif;
  24.     font-size : 13px;
  25.     color : #005500;
  26.     text-decoration : none;
  27.     font-weight : bold;
  28. }
  29.  
  30. td { 
  31.     font-family : Arial, Helvetica, sans-serif;
  32.     font-size : 13px;
  33.     color : #000000;
  34.     font-weight : normal;
  35.  
  36.  } 
  37.  
  38. a  {
  39.     color : #000000;
  40.     text-decoration : underline;
  41.     font-weight : bold;
  42. }
  43.  
  44. a:hover  {
  45.     color : #0000FF;
  46.     text-decoration : underline;
  47. }
  48.  
  49. .smalltext  {
  50.     font-family : Arial, Helvetica, sans-serif;
  51.     font-size : 10px;
  52.     color : #000000;
  53. }
  54.     
  55. .headline {
  56. font-family : Arial, Helvetica, sans-serif;
  57.     font-size : 17px;
  58.     color : #ff8c08;
  59.     text-decoration : none;
  60.         font-weight : bold;
  61.     }
  62.  
  63. .mediumtext  {
  64.     font-family : Arial, Helvetica, sans-serif;
  65.     font-size : 13px;
  66.     color : #000000;
  67.     font-weight : normal;
  68. }
  69.  
  70. .strap        {
  71. font-family : Verdana, Arial, Helvetica, sans-serif;
  72.     font-size : 13px;
  73.     color : #005500;
  74.     text-decoration : none;
  75.     font-weight : bold;
  76.     }
  77.     
  78. .links {
  79.     font-family : Arial, Helvetica, sans-serif;
  80.     font-size : 12px;
  81.     color : #000000;
  82.     font-weight : bold;
  83. }
  84.  
  85. .indexlinks {
  86.     font-family : Arial, Helvetica, sans-serif;
  87.     font-size : 12px;
  88.     color : #000000;
  89.     font-weight : bold;
  90.     text-decoration : none;
  91. }
  92.     
  93. .index { 
  94.     font-family : Verdana,  Arial, Helvetica, sans-serif;
  95.     font-size : 13px;
  96.     color : #000000;
  97.     text-decoration : none;
  98.     font-weight : bold;
  99.  }
  100.  .serial {
  101.     font-family : Arial, Helvetica, sans-serif;
  102.     font-size : 17px;
  103.     color : Red;
  104.     text-decoration : none;
  105.     font-weight : bold;
  106. }
  107. .code {
  108.     font-family: "Courier New", Courier, monospace;
  109.     font-size : 13px;
  110.     font-weight : normal;
  111.     color : #000000;
  112. }.indexlinksmall { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : #000000; font-weight : bold; text-decoration : none; }
  113.