home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / servis / eam / style.css < prev   
Cascading Style Sheet File  |  2003-02-21  |  2KB  |  170 lines

  1. .menu
  2. {
  3.     color: Black;
  4.     font-size: 11px;
  5.     font-family: Verdana;
  6.     font-weight : bold;
  7.     padding-left : 20;
  8. }
  9.  
  10. .submenu
  11. {
  12.     color: Black;
  13.     font-size: 12px;
  14.     font-family: Courier new;
  15.     padding-left : 40;
  16. }
  17.  
  18. .menuhelp
  19. {
  20.     color: Black;
  21.     font-size: 11px;
  22.     font-family: Verdana;
  23.     padding-left : 60;
  24. }
  25.  
  26. .menuhelp1
  27. {
  28.     color: Black;
  29.     font-size: 11px;
  30.     font-family: Verdana;
  31.     padding-left : 40;
  32. }
  33.  
  34. .date
  35. {
  36.     color: White;
  37.     font-weight: bold;
  38.     font-size: 9px;
  39.     font-family: Verdana;
  40.     background-color : Navy;
  41.     text-align : center;
  42. }
  43.  
  44. .counter
  45. {
  46.     color: Black;
  47.     font-weight: bold;
  48.     font-size: 11px;
  49.     font-family: Helvetica;
  50.     background-color : #EEEEEE;
  51.     text-align : center;
  52. }
  53.  
  54. .normal
  55. {
  56.     color: Black;
  57.     font-size: 9px;
  58.     font-family: Verdana;
  59.     text-indent : 4;
  60. }
  61.  
  62. .edito
  63. {
  64.     color: Black;
  65.     font-size: 11px;
  66.     font-family: Verdana;
  67.     background-color : #FFFAF0;
  68.     padding-bottom : 5;
  69.     padding-left : 5;
  70.     padding-right : 5;
  71.     padding-top : 5;
  72.     text-align : justify;
  73. }
  74.  
  75. .header
  76. {
  77.     color: Black;
  78.     font-size: 11px;
  79.     font-family: Verdana;
  80.     background-color : #D3D3D3;
  81.     text-indent : 5;
  82. }
  83.  
  84. .headernew
  85. {
  86.     color: Black;
  87.     font-size: 11px;
  88.     font-family: Verdana;
  89.     background-color : #D3D3D3;
  90.     text-indent : 5;
  91.     font-weight : bold;
  92. }
  93.  
  94. .items
  95. {
  96.     padding-left:10;
  97.     text-align : left;
  98. }
  99.  
  100. A.item
  101. {
  102.     color: #666666;
  103.     font-size: 12px;
  104.     font-family: Helvetica;
  105.     cursor: hand;
  106.     text-decoration: none;
  107.     font-weight : bold;
  108. }
  109.  
  110. A:hover.item {text-decoration: underline;}
  111.  
  112. .title
  113. {
  114.     color: Black;
  115.     font-size: 11px;
  116.     font-family: Verdana;
  117.     text-indent : 5;
  118.     font-weight : bold;
  119.     background-color : #FFFAF0;
  120. }
  121.  
  122. .body
  123. {
  124.     color: Black;
  125.     font-size: 11px;
  126.     font-family: Verdana;
  127.     margin-left : 5;
  128.     padding-bottom : 10;
  129. }
  130.  
  131. .text
  132. {
  133.     color: Black;
  134.     font-size: 12px;
  135.     font-family: Verdana;
  136.     text-indent : 20;
  137.     padding-top : 10;
  138.     padding-bottom : 10;
  139.     text-align : justify;
  140. }
  141.  
  142. A.link
  143. {
  144.     color: blue;
  145.     font-size: 9px;
  146.     font-family: Verdana;
  147.     text-decoration: none;
  148. }
  149. A:hover.link {text-decoration: underline;}
  150.  
  151. A.biglink
  152. {
  153.     color: blue;
  154.     font-size: 11px;
  155.     font-family: Verdana;
  156.     text-decoration: none;
  157. }
  158. A:hover.biglink {text-decoration: underline;}
  159.  
  160. A.navig
  161. {
  162.     color: blue;
  163.     font-size: 11px;
  164.     font-family: Verdana;
  165.     text-decoration: none;
  166.     font-weight : bold;
  167. }
  168.  
  169. A:hover.navig {text-decoration: underline;}
  170.