home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 May / Hrac_69_2004-05_dvd.iso / freeware / Mp3Tag / mp3tagv220setup.exe / help / content.css next >
Cascading Style Sheet File  |  2004-01-28  |  3KB  |  161 lines

  1. /****************************************************************************
  2.     BODY
  3. ****************************************************************************/
  4.  
  5. BODY
  6. {
  7.     background:            #ffffff;
  8.     color:                #666666;
  9.     font-family:        Arial, Helvetica;
  10.     font-size:            9pt;
  11.     font-weight:        normal;
  12.     margin:                20px;
  13. }
  14.  
  15. /****************************************************************************
  16.     A
  17. ****************************************************************************/
  18.  
  19. A
  20. {
  21.     color:                #333399;
  22.     text-decoration:    none;
  23. }
  24.  
  25. A:hover
  26. {
  27.     text-decoration:    underline;
  28. }
  29.  
  30. /****************************************************************************
  31.     IMG
  32. ****************************************************************************/
  33.  
  34. IMG
  35. {
  36.     border:                0px;
  37. }
  38.  
  39. IMG.bannerleft
  40. {
  41.     height:                50px;
  42.     width:                150px;
  43. }
  44.  
  45. IMG.bannerright
  46. {
  47.     height:                50px;
  48.     width:                180px;
  49. }
  50.  
  51. IMG.link
  52. {
  53.     height:                10px;
  54.     width:                16px;
  55. }
  56.  
  57. IMG.mail
  58. {
  59.     height:                10px;
  60.     width:                16px;
  61. }
  62.  
  63. IMG.screenshot
  64. {
  65.     height:                10px;
  66.     width:                16px;
  67. }
  68.  
  69. /****************************************************************************
  70.     SPAN
  71. ****************************************************************************/
  72.  
  73. SPAN
  74. {
  75. }
  76.  
  77. SPAN.hilight
  78. {
  79.     font-weight:        bold;
  80. }
  81.  
  82. /****************************************************************************
  83.     TABLE
  84. ****************************************************************************/
  85.  
  86. TABLE
  87. {
  88.     border:                0px;
  89.     font-size:            9pt;
  90.     width:                100%;
  91. }
  92.  
  93. TABLE.bordered
  94. {
  95.     border:                1px solid #666666;
  96. }
  97.  
  98. /****************************************************************************
  99.     TD
  100. ****************************************************************************/
  101.  
  102. TD
  103. {
  104.     border:                10px solid #ffffff;
  105.     font-size:            9pt;
  106. }
  107.  
  108. TD.content
  109. {
  110.     border-top:            20px solid #ffffff;
  111.     font-size:            9pt;
  112.     text-align:            justify;
  113. }
  114.  
  115. TD.hotkey
  116. {
  117.     border-top:            0px;
  118.     font-size:            9pt;
  119.     text-align:            justify;
  120. }
  121.  
  122. TD.indexlink
  123. {
  124.     border-top:            0px;
  125.     font-size:            9pt;
  126.     text-align:            right;
  127. }
  128.  
  129. TD.information
  130. {
  131.     border:                0px;
  132.     font-size:            9pt;
  133.     text-align:            center;
  134. }
  135.  
  136. TD.hgap100pc
  137. {
  138.     width:                100%;
  139. }
  140.  
  141. TD.topic
  142. {
  143.     border-bottom:            1px solid #666666;
  144.     font-size:            12pt;
  145.     font-weight:            bold;
  146. }
  147.  
  148. TD.vgap10px
  149. {
  150.     border:                0px;
  151.     height:                10px;
  152. }
  153.  
  154. TD.vgap20px
  155. {
  156.     border:                0px;
  157.     height:                20px;
  158. }
  159.  
  160. /***************************************************************************/
  161.