home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / myie / M2Combo.exe / Language / help_en.chm / standard.css < prev    next >
Cascading Style Sheet File  |  2003-10-21  |  3KB  |  182 lines

  1. A:LINK {
  2.     color: #003399;
  3.     text-decoration: none;
  4. }
  5. A:VISITED { color: #003399; text-decoration: none}
  6. A:HOVER { color: #FF9900; text-decoration: underline}
  7. .page-header a:link {
  8.     color: #FFFFFF;
  9.     text-decoration: none;
  10. }
  11. .page-header a:visited {
  12.     color: #FFFFFF;
  13.     text-decoration: none;
  14. }
  15. .page-header a:hover {
  16.     color: #FFCC00;
  17.     text-decoration: underline;
  18. }
  19. .page-header {
  20.     color: #FFFFFF;
  21.     font-size: 12px;
  22.     background-color: #4A6BAD;
  23. }
  24. .page-title {
  25.     color: #4A6BAD;
  26.     font-size: 28px;
  27.     font-family: "║┌╠σ";
  28.  
  29. }
  30. body {
  31.     font-size: 9pt;
  32.     background-color: #FFFFFF;
  33.     color: #000000;
  34. }
  35. .page-copyright {
  36.     font-family: "Arial", "Helvetica", "sans-serif";
  37.     border-top-width: 1px;
  38.     border-right-width: 1px;
  39.     border-bottom-width: 1px;
  40.     border-left-width: 1px;
  41.     border-top-style: dashed;
  42.     border-right-style: none;
  43.     border-bottom-style: none;
  44.     border-left-style: none;
  45.     border-top-color: #999999;
  46.     border-right-color: #999999;
  47.     border-bottom-color: #999999;
  48.     border-left-color: #999999;
  49.     color: #999999;
  50.     text-align: right;
  51.     padding: 3px;
  52.  
  53. }
  54. td {
  55.     font-size: 12px;
  56. }
  57. .inline-color1 {
  58.     color: #003399;
  59. }
  60. .inline-color2 {
  61.  
  62.     font-size: 9pt;
  63.     color: #3366FF;
  64. }
  65. .inline-header1 {
  66.     font-weight: bold;
  67.  
  68. }
  69. .inline-tip {
  70.     color: #FF6600;
  71.     background-color: #FFF6E0;
  72.     border-top: 1px solid #FFCC99;
  73.     border-right: 1px none #FFCC99;
  74.     border-bottom: 1px solid #FFCC99;
  75.     border-left: 1px none #FFCC99;
  76.     padding: 5px 5px 5px 20px;
  77.     background-image: url(_image_shared/tip.gif);
  78.     background-repeat: no-repeat;
  79.     background-position: left top;
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. }
  89. li {
  90.     padding-top: 5px;
  91.     padding-bottom: 5px;
  92.     list-style-type: square;
  93.  
  94. }
  95. .table-title {
  96.     color: #FFFFFF;
  97.     background-color: #95AAC6;
  98.  
  99. }
  100. .table-header {
  101.     background-color: #ECECEC;
  102.     color: #003366;
  103.  
  104. }
  105. .table-content {
  106.     background-color: #F6F6F6;
  107. }
  108. .inline-comment {
  109.     color: #999999;
  110. }
  111. .inline-warn {
  112.     color: #FF0000;
  113.     background-color: #FFF0F0;
  114.     border-top-width: 1px;
  115.     border-right-width: 1px;
  116.     border-bottom-width: 1px;
  117.     border-left-width: 1px;
  118.     border-top-style: solid;
  119.     border-right-style: none;
  120.     border-bottom-style: solid;
  121.     border-left-style: none;
  122.     border-top-color: #FF9999;
  123.     border-right-color: #FF9999;
  124.     border-bottom-color: #FF9999;
  125.     border-left-color: #FF9999;
  126.     padding: 5px 5px 5px 20px;
  127.     background-image: url(_image_shared/warn.gif);
  128.     background-repeat: no-repeat;
  129.     background-position: left top;
  130.  
  131.  
  132.  
  133.  
  134.  
  135. }
  136. .input-button {
  137.     background-color: #D4D0C8;
  138.     border: 1px solid #666666;
  139.     color: #333399;
  140. }
  141. .input-text {
  142.     border: 1px solid #CCCCCC;
  143. }
  144. h2 {
  145.     font-size: 12px;
  146.     background-color: #999999;
  147.     padding: 5px;
  148.     border-top-width: 1px;
  149.     border-right-width: 1px;
  150.     border-bottom-width: 1px;
  151.     border-left-width: 6px;
  152.     border-top-style: solid;
  153.     border-right-style: solid;
  154.     border-bottom-style: solid;
  155.     border-left-style: solid;
  156.     border-top-color: #666666;
  157.     border-right-color: #666666;
  158.     border-bottom-color: #666666;
  159.     border-left-color: #666666;
  160.     color: #FFFFFF;
  161.     font-weight: normal;
  162. }
  163. h3 {
  164.     font-size: 12px;
  165.     font-weight: bold;
  166.     color: #000000;
  167.     border-top-width: 1px;
  168.     border-right-width: 1px;
  169.     border-bottom-width: 1px;
  170.     border-left-width: 1px;
  171.     border-top-style: none;
  172.     border-right-style: none;
  173.     border-bottom-style: dashed;
  174.     border-left-style: none;
  175.     border-top-color: #CCCCCC;
  176.     border-right-color: #CCCCCC;
  177.     border-bottom-color: #CCCCCC;
  178.     border-left-color: #CCCCCC;
  179.  
  180.  
  181. }
  182.