home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / eCHIP_OCAK_2004.iso / prog / code / mediapc / CHIP.exe / CHIP.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-14  |  696 b   |  40 lines

  1. body            {background-color: #032955;
  2.             vertical-align:bottom;
  3.             text-align:center;}
  4.  
  5. p            {font-family:Tahoma;
  6.             color:white;}
  7.  
  8. a:link, :visited    {font-family:Tahoma;
  9.             font-size:20pt;
  10.             font-weight:bold;
  11.             color:white;
  12.             text-decoration:none;}
  13.  
  14. a:hover            {color:red;}
  15.  
  16. .menutext        {padding-left:70px;
  17.             }
  18.  
  19.  
  20. table            {border-style:none;
  21.             }
  22.  
  23. .mainmenu        {width=800px;
  24.             height:600px;
  25.             background-image:url('interface.gif');
  26.             }
  27.  
  28. .submenu        {border-style:solid;
  29.             border-color:white;
  30.             border-width:1px;
  31.             height:180px;
  32.             }
  33.  
  34.  
  35. th             {background-color:#C40009;
  36.             color:white;
  37.             font-family:Tahoma;
  38.             font-size:24pt;
  39.             width:340px;
  40.             height:20px;}