home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / system / bfile / setup.exe / BFile.chm / bfile_style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-02-22  |  2.7 KB  |  134 lines

  1. BODY
  2.   font-size:                  12px;
  3.   font-family:                MS Sans Serif;
  4.   background-image:           url(images/bk.png); 
  5.   color:                      black; 
  6.   background-repeat:          repeat-x;
  7.   background-color:           white;
  8. }
  9.     
  10. img
  11. {
  12.   top:                        5px;
  13.   bottom:                     5px;
  14.   position:                   relative;
  15. }
  16.  
  17. table
  18. {
  19.   font-size:                  12px;
  20.   font-family:                MS Sans Serif;
  21.   border:                     1px solid black;
  22.   border-collapse:            collapse;
  23. }
  24.  
  25. th
  26. {
  27.   font-weight:                normal;
  28.   background-color:           rgb(220,220,220);
  29. }
  30.  
  31. ul
  32. {
  33.   list-style-image:           URL('images/arrow_ul.png');
  34. }
  35.  
  36. A:visited
  37. {
  38.   color:                      rgb(0,0,255);
  39.   font-style:                 normal;
  40.   text-decoration:            none;
  41. }
  42.  
  43. A:link 
  44. {
  45.   color:                      rgb(0,0,255);
  46.   font-style:                 normal;
  47.   text-decoration:            none;
  48. }
  49.  
  50. A:hover
  51. {
  52.   font-style:                 normal;
  53.   color:                      rgb(0,0,255);
  54.   text-decoration:            underline;
  55. }
  56.  
  57. i
  58. {
  59.   color:                      rgb(100,100,100);
  60.   font-style:                 normal;
  61.   text-decoration:            none;
  62. }
  63.  
  64. .li_top
  65. {
  66.   list-style-image:           URL('images/arrow_ul_top.png');
  67. }
  68.  
  69. .ImageDesc
  70. {
  71.   font-family:                Tahoma;
  72.     font-size:                  10;
  73.     color:                       black;
  74. }
  75.  
  76. H1 
  77. {
  78.   font-size:                  12px;
  79.   font-weight:                bold;
  80.   color:                      White;
  81.   padding-left:               20px;
  82.   line-height :               23px;
  83. }
  84.  
  85. h2 
  86. {
  87.     color:                       black;
  88.     font-size:                   14px;
  89.     font-weight:                 bold;
  90. }
  91.  
  92. h3 
  93. {
  94.     font-size:                   10;
  95.     font-weight:                 bold; 
  96.     margin-top:                  8px;
  97.     margin-bottom:               1px;
  98. }
  99.  
  100. .image
  101. {
  102.   left:                       100px;
  103.   top:                        5px;
  104.   position:                   relative;
  105. }
  106.  
  107. .TableHeader
  108. {
  109.   border-color:               blue;  
  110.   border-style:               solid;
  111.   border-top-width:           0;
  112.   border-left-width:          0;
  113.   border-bottom-width:        1;
  114.   border-right-width:         0;
  115. }
  116.  
  117. .IconBorder
  118. {
  119.   border-color:               black;  
  120.   border-style:               solid;
  121.   border-top-width:           1;
  122.   border-left-width:          1;
  123.   border-bottom-width:        1;
  124.   border-right-width:         1;
  125. }
  126.  
  127. .print_hr
  128. {
  129.   color:                      #a0afbe;
  130.   height:                     2px;
  131.   filter:                        alpha(opacity=99,style=3);    
  132. }
  133.