home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Utilitare / textdriver / mtd.exe / mtd / i386 / help / main.css next >
Encoding:
Cascading Style Sheet File  |  2004-02-24  |  2.5 KB  |  171 lines

  1. BODY {
  2.     font-family : Arial;
  3.     color : #222222;
  4.     font-size : 12px;
  5.     background-color : White;
  6. }
  7.  
  8. H1 {
  9.     padding-left : 20px;
  10.     color:#FFFFFF;
  11.     background-color : #A0A0A0;
  12.     font-family : Arial;
  13.     font-weight : bold;
  14.     font-size : 20px;
  15.     width : 35%;
  16.     text-align : left;
  17. }
  18.  
  19. H3{
  20.     color:Black;
  21.     background-color : #EDEDED;
  22.     font-family : Arial;
  23.     font-weight : bold;
  24.     font-size : 13px;
  25.     border-top : 1px solid Black;
  26.     border-bottom : 1px solid Black;
  27.     padding-left : 10px;
  28.     margin-bottom : 0px;
  29. }
  30.  
  31. H3.news{
  32.     color:Black;
  33.     background-color : #EDEDED;
  34.     font-family : Arial;
  35.     font-weight : bold;
  36.     font-size : 12px;
  37.     border-top : 1px solid Black;
  38.     border-bottom : 1px solid Black;
  39.     padding-left : 10px;
  40.     margin-bottom : 10px;
  41.     margin-top : 10px;
  42. }
  43.  
  44. H2 {
  45.     color:#000000;
  46.     font-family : Arial;
  47.     font-weight : bold;
  48.     font-size : 14px;
  49. }
  50.  
  51. H4 {
  52.     color:#000000;
  53.     font-family : Arial;
  54.     font-weight : bold;
  55.     font-size : 14px;
  56. }
  57.  
  58. HR {
  59.     color : Black;
  60.     height : 1px;
  61. }
  62.  
  63. A {
  64.     font-family : Arial;
  65.     color : #004890;
  66.     font-size : 12px;
  67. }
  68.  
  69. UL {
  70.     margin-left: 20px;
  71. }
  72.  
  73. TD {
  74.     font-family : Arial;
  75.     color : #222222;
  76.     font-size : 12px;
  77. }
  78.  
  79. TD.fhs{
  80.     text-align : center;
  81.     font-family : Arial;
  82.     font-size : 12px;
  83.     font-weight : bold;
  84.     color:#FFFFFF;
  85.     background-color: #6B92BD;
  86. }
  87.  
  88. TD.fh{
  89.     text-align : center;
  90.     font-family : Arial;
  91.     font-size : 12px;
  92.     font-weight : bold;
  93.     color:#FFFFFF;
  94.     background-color:#808080;
  95. }
  96.  
  97. TD.fb{
  98.     text-align : left;
  99.     font-family : Arial;
  100.     font-size : 12px;
  101.     font-weight : bold;
  102.     color:#000000;
  103.     background-color:#DCDCDC;
  104. }
  105. TD.fbpl{
  106.     text-align : left;
  107.     font-family : Arial;
  108.     font-size : 12px;
  109.     font-weight : bold;
  110.     color:#000000;
  111.     background-color:#DCDCDC;
  112.     border-right-color : White;
  113.     border-right-style : solid;
  114.     border-right-width : 1px;
  115. }
  116. TD.fbpr{
  117.     text-align : left;
  118.     font-family : Arial;
  119.     font-size : 12px;
  120.     font-weight : bold;
  121.     color:#000000;
  122.     background-color:#DCDCDC;
  123.     border-left-color : White;
  124.     border-left-style : solid;
  125.     border-left-width : 1px;
  126. }
  127.  
  128. TD.fb2{
  129.     text-align : left;
  130.     font-family : Arial;
  131.     font-size : 12px;
  132.     color:#000000;
  133.     background-color:#EEEEEE;
  134. }
  135.  
  136. DIV {
  137.     font-family : Arial;
  138.     color : #222222;
  139.     font-size : 12px;
  140. }
  141.  
  142. DIV.rp {
  143.     font-family : Arial;
  144.     color : #222222;
  145.     font-size : 12px;
  146.     padding-left : 5px;
  147.     padding-right : 5px;
  148. }
  149.  
  150. .fbutt {
  151.     font-family : Arial;
  152.     font-size : 12px;
  153.     font-weight : bold;
  154.     color:#FFFFFF;
  155.     background:#8C9EB5;
  156.     border: 2px solid Black;
  157.     cursor:pointer;
  158.     margin-bottom : 5px;
  159. }
  160. SPAN.floatpanel{
  161.     float:right;
  162.     width:160px;
  163.     text-align:center;
  164.     margin-left:5px;
  165.     margin-right:5px;
  166. }
  167. .comment {
  168.     font-size : 10px;
  169. }
  170.  
  171.