home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / WatzNew / data.cab / watznew.chm / css / style.css
Cascading Style Sheet File  |  2002-01-28  |  2KB  |  161 lines

  1. <style>
  2. <!--
  3.  
  4. body, td, input, textarea {
  5.   font-family: Verdana;
  6.   font-size : 11px;
  7. }
  8.  
  9. body, td {
  10.   cursor : default;
  11.   color : #666666;
  12. }
  13.  
  14. p, ul, ol, li, blockquote {
  15.   line-height : 18px;
  16.   margin-top : 10px;
  17.   margin-bottom : 10px;
  18.   text-align : justify;
  19. }
  20.  
  21. blockquote {
  22.   margin-left : 40px;
  23.   margin-right : 20px;
  24. }
  25.  
  26. h1, h2, h3, h4 {
  27.   font-family: Trebuchet MS, Arial, Verdana;
  28.   font-weight : bold;
  29. }
  30.  
  31. h1 {
  32.   font-size : 20px;
  33.   margin-top : 0px;
  34.   margin-bottom : 10px;
  35.   color : #21538C;
  36. }
  37.  
  38. h2 {
  39.   font-size : 18px;
  40.   margin-top : 22px;
  41.   margin-bottom : 10px;
  42.   color : #2E72BF;
  43. }
  44.  
  45. h3 {
  46.   font-size : 16px;
  47.   margin-top : 18px;
  48.   margin-bottom : 10px;
  49.   color : #3A90F3;
  50. }
  51.  
  52. h4 {
  53.   font-size : 14px;
  54.   margin-top : 16px;
  55.   margin-bottom : 10px;
  56. }
  57.  
  58. .small, .submenu {
  59.   font-size : 10px;
  60.   line-height : 14px;
  61. }
  62.  
  63. a {
  64.   text-decoration : none;
  65.   color : #D95700;
  66.   font-weight : bold;
  67. }
  68.  
  69. a:visited {
  70.   color : #B34700;
  71. }
  72.  
  73. .w, a.w:visited {
  74.   color : white;
  75. }
  76.  
  77. .tag {
  78.   color : green;
  79. }
  80.  
  81. a:hover {
  82.   color : #FF6600;
  83. }
  84.  
  85. a.w:hover {
  86.   color : #FFCC00;
  87. }
  88.  
  89. .bn {
  90.   background-color : #0077FF;
  91. }
  92.  
  93. .bs {
  94.   background-color : #0066CC;
  95. }
  96.  
  97. .bg {
  98.   background-color : #F3F3F3;
  99. }
  100.  
  101. .bw {
  102.   background-color : #FFFFFF;
  103. }
  104.  
  105. .info {
  106.   background-color : #FAFAFA;
  107. }
  108.  
  109. textarea,.code,.tag {
  110.   font-family: Courier New;
  111.   font-size : 13px;
  112. }
  113.  
  114. .code {
  115.   color : #21538C;
  116. }
  117.  
  118. .left, .submenu {
  119.   text-align : left;
  120. }
  121.  
  122. .right {
  123.   text-align : right;
  124. }
  125.  
  126. .center, p.tourimage {
  127.   text-align : center;
  128. }
  129.  
  130. .compact, .submenu {
  131.   margin-top : 4px;
  132.   margin-bottom : 4px;
  133. }
  134.  
  135. p.tourimage {
  136.   margin-top : 20px;
  137.   margin-bottom : 20px;
  138. }
  139.  
  140. blockquote.compact {
  141.   margin-left : 20px;
  142. }
  143.  
  144. ul.submenu {
  145.   margin-left : 7px;
  146. }
  147.  
  148. .wingdings {
  149.   font-family: Wingdings;
  150.   font-size: 12px;
  151. }
  152.  
  153. .symbol {
  154.   font-family: Symbol;
  155.   font-size: 12px;
  156. }
  157.  
  158.  
  159. -->
  160. </style>
  161.