home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / netxp / netxp.exe / Help / NetXP.chm / tutorials / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-06-18  |  2.2 KB  |  120 lines

  1. a:link       
  2. {
  3.     color: #336699;
  4.     text-decoration: none;
  5.     background-color: transparent;
  6. }
  7. a:visited    
  8. {
  9.     color: #336699;
  10.     text-decoration: none;
  11.     background-color: transparent;
  12. }
  13. a:active     
  14. {
  15.     text-decoration: none;
  16. }
  17. a:hover      
  18. {
  19.     text-decoration: underline;
  20.     color: Red;
  21.     background-color: transparent;
  22. }
  23. a            
  24. {
  25.     text-decoration: none;
  26. }
  27. body         
  28. {
  29.     color: #333333;
  30.     background-color: #ffffff;
  31. }
  32. h1           
  33. {
  34.     font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
  35.     font-size: medium;
  36.     font-weight: bold;
  37.     color: #999999;
  38.     background-color: transparent;
  39. }
  40. h2           
  41. {
  42.     font-size: small;
  43.     color: #cccccc;
  44.     font-weight: bold;
  45.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  46.     background-color: transparent;
  47. }
  48. h3           
  49. {
  50.     color: #666666;
  51.     font-weight: bold;
  52.     font-size: x-small;
  53.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  54.     background-color: transparent;
  55. }
  56. h4           
  57. {
  58.     color: #333333;
  59.     font-weight: bold;
  60.     font-size: x-small;
  61.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  62.     background-color: transparent;
  63. }
  64. h5           
  65. {
  66.     font-style: italic;
  67.     font-size: x-small;
  68.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  69. }
  70. h6             
  71. {
  72.     font-size: x-small;
  73.     font-weight: bold;
  74.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  75. }
  76. hr           
  77. {
  78.     color: #cccccc;
  79.     background-color: transparent;
  80. }
  81. html, body, table, p, div, span
  82. {
  83.     font-size: x-small;
  84.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  85.     text-decoration: none;
  86. }
  87. input
  88. {
  89.     font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
  90.     font-size: x-small;
  91. }
  92. button       
  93. {
  94.     font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, Sans-Serif;
  95.     font-size: x-small;
  96. }
  97. select       
  98. {
  99.     border: 1px solid #cccccc;
  100. }
  101. textarea     
  102. {
  103.     border: 1px solid #cccccc;
  104. }
  105. td
  106. {
  107.     font-size: x-small;
  108.     font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  109. }
  110. table
  111. {
  112.     border-collapse: collapse;
  113. }
  114. .sourcecode
  115. {
  116.     background-color: #eeeeee;
  117.     border: 1px solid #999999;
  118.     font-family: Courier New;
  119.     font-size: small;
  120. }