home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / CHIP012004.ISO / styles / menu.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-11-12  |  1.0 KB  |  61 lines

  1. A {
  2.  
  3.     color : #FFFFFF;
  4.  
  5.     font-family : Arial;
  6.  
  7.     font-size : 12px;
  8.  
  9.     font-weight : bold;
  10.  
  11.     text-decoration : none;
  12.  
  13. }
  14.  
  15.         
  16.  
  17. .tabmenu {
  18.  
  19.     position : absolute;
  20.  
  21.     left : 174;
  22.  
  23.     top : 3;
  24.  
  25. }
  26.  
  27.         
  28.  
  29. .sm {
  30.  
  31.     position : absolute;
  32.  
  33.     left : 8;
  34.  
  35.     top : 30;
  36.  
  37.     visibility : hidden;
  38.  
  39. }
  40.  
  41.         
  42.  
  43. #blackbar {
  44.  
  45.     background-color : #000000;
  46.  
  47. }
  48.  
  49.         
  50.  
  51. #sm1 {
  52.  
  53.     background-color : #009999;
  54.  
  55.     layer-background-color : #009999;
  56.  
  57. }
  58.  
  59. #sm2 {
  60.  
  61.     background-color : #0066CC;
  62.  
  63.     layer-background-color : #0066CC;
  64.  
  65. }
  66.  
  67. #sm3 {
  68.  
  69.     background-color : #66CCFF;
  70.  
  71.     layer-background-color : #66CCFF;
  72.  
  73. }
  74.  
  75. #sm4 {
  76.  
  77.     background-color : #CC3300;
  78.  
  79.     layer-background-color : #CC3300;
  80.  
  81. }
  82.  
  83. #sm5 {
  84.  
  85.     background-color : #666699;
  86.  
  87.     layer-background-color : #666699;
  88.  
  89. }
  90.  
  91. #sm6 {
  92.  
  93.     background-color : #FFCC00;
  94.  
  95.     layer-background-color : #FFCC00;
  96.  
  97. }
  98.  
  99. #sm7 {
  100.  
  101.     background-color : #990000;
  102.  
  103.     layer-background-color : #990000;
  104.  
  105. }
  106.  
  107. P  {
  108.  
  109.     font-family : Arial, Helvetica, sans-serif;
  110.  
  111.     font-size : 12px;
  112.  
  113.     color : #000000;
  114.  
  115.     padding-left : 2px;
  116.  
  117.     padding-top : 4px;
  118.  
  119. }
  120.  
  121.