home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TaskSwitchXP / TaskSwitchXP_1.0.26.exe / TaskSwitchXP.chm / styles / styles.css
Cascading Style Sheet File  |  2004-10-07  |  2KB  |  160 lines

  1. BODY
  2. {
  3.     background-color: #ffffff;
  4.     color: black;
  5.     font-family: Verdana,Arial,helvetica,sans-serif;
  6.     font-size: 10pt;
  7.     font-weight: normal;
  8.     margin-left: 30px;
  9.     margin-right: 30px;
  10.     margin-top: 10px;
  11. }
  12.  
  13. B, I, EM
  14. {
  15.   background: transparent;
  16. }
  17.  
  18. P, BLOCKQUOTE
  19. {
  20.     margin-top: 4pt;
  21.     margin-bottom: 4pt;
  22. }
  23.  
  24. P, DIV, UL, OL, DL, TD
  25. {
  26.     font-size: 10pt;
  27.     color: #000000;
  28. }
  29.  
  30. STRONG
  31. {
  32.     color: #233961;
  33.     font-weight: bold;
  34.     background: transparent;
  35. }
  36.  
  37. A:LINK
  38. {
  39.   color: #4045A7;
  40.   text-decoration: none;
  41. }
  42.  
  43. A:VISITED
  44. {
  45.   color: #6075B1;
  46.   text-decoration: none;
  47. }
  48.  
  49. A:ACTIVE
  50. {
  51.     color: #F78743;
  52.     text-decoration: none;
  53. }
  54.  
  55. A:HOVER
  56. {
  57.   color: #5369E1;
  58.   text-decoration: underline;
  59. }
  60.  
  61.  
  62. H1, H2, H3
  63. {
  64.     color: #303570;
  65.     font-weight: normal;
  66. }
  67.  
  68. H1
  69. {
  70.     font: 190%;
  71.     text-align: center;
  72.     margin: 10pt 7pt 10pt 0pt;
  73. }
  74.  
  75. H2
  76. {
  77.     font: 150%;
  78.     margin: 14pt 7pt 8pt 0pt;
  79. }
  80.  
  81. H3
  82. {
  83.     font: 120%;
  84.     font-weight: bold;
  85.     margin: 14pt 4pt 8pt 4pt;    
  86. }
  87.  
  88. H4
  89. {
  90.     font: small-caps 100%;
  91.     font-weight: bold;
  92. }
  93.  
  94. TABLE
  95. {
  96.     margin-top: 8px;
  97.     background-color:#ffffff;
  98.     font-size: 100%;
  99.     font-weight: normal;
  100. }
  101.  
  102. UL, OL
  103. {
  104.     margin: .5em .0em 1em 3em;    
  105. }
  106.  
  107. OL UL
  108. {
  109.     list-style: disc;
  110.     margin-top: .5em;
  111. }
  112.  
  113. UL UL
  114. {
  115.     list-style: disc;
  116.     margin-top: 0em;
  117.     margin-bottom: 0em;
  118. }
  119.  
  120. DL
  121. {
  122.     margin: .5em .0em 1em 1em;    
  123. }
  124.  
  125. DT
  126. {
  127.     font-weight: bold;
  128.     margin-bottom: .2em;
  129. }
  130.  
  131. DD
  132. {
  133.     margin-left: 0;
  134.     margin-bottom: 1.7em;
  135. }
  136.  
  137. DL UL
  138. {
  139.     margin-left: 4em;
  140. }
  141.  
  142. IMG 
  143. {
  144.     border: none;
  145. }
  146.  
  147.  
  148. .MAINTABLE
  149. {
  150.     margin-top: 0px;
  151.     border-style: solid;
  152.     border-width: 3px;
  153.     border-color: #303570;
  154.     padding: 10px 20px 10px 20px;    
  155. }
  156.  
  157. .small
  158. {
  159.   font-size: 80%;
  160. }