home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 October / Disc.iso / Programos / WE7Express-cov.exe / WebEasy7Express-UK.exe / CDBrowser / loader.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-07-10  |  1.6 KB  |  92 lines

  1. body {
  2.     background-image: url(images/background.jpg);
  3.     background-repeat: no-repeat;
  4.     margin-left: 0px;
  5.     margin-top: 0px;
  6.     margin-right: 0px;
  7.     margin-bottom: 0px;
  8. }
  9.  
  10. /*color of the roll over for the web button */ 
  11. a.one:link {color: #000000; text-decoration:none; font-size:12px}
  12. a.one:visited {color: #000000; text-decoration:none; font-size:12px}
  13. a.one:hover {color: #bafe20; text-decoration:none; font-size:12px}
  14.  
  15. /* over effect for the manual and acrobat */
  16. .itemmenu_over {
  17.     color: #bafe20;
  18.     font-size: 12px;
  19.     font-family: Tahoma;
  20. }
  21.  
  22. .itemmenu_out {
  23.     color: #000000;
  24.     font-size: 12px;
  25.     font-family: Tahoma;
  26. }
  27.  
  28. /* over effect for the install buton */
  29. .iteminstall_over {
  30.     color: #bafe20;
  31.     font-size: 18px;
  32.     font-family: Tahoma;
  33. }
  34.  
  35. .iteminstall_out {
  36.     color: #000000;
  37.     font-size: 18px;
  38.     font-family: Tahoma;
  39. }
  40.  
  41. /*class for the version button */
  42. .style1 {
  43.     font-family: Tahoma;
  44.     display: none;
  45.     font-size: 14px;
  46. }
  47.  
  48. /*class for the manual and acrobet buttons */
  49. .style2 {
  50.     font-family: Tahoma;
  51.     color: #000000;
  52.     font-size: 12px;
  53. }
  54.  
  55. /*class for the install button */
  56. .style3 {
  57.     font-family: Tahoma;
  58.     color: #000000;
  59.     font-size: 18px;
  60. }
  61.  
  62. /*upper logo Avanquest*/
  63. #Layer1 {
  64.     position:absolute;
  65.     left:18px;
  66.     top:15px;
  67.     width:109px;
  68.     height:39px;
  69.     z-index:1;
  70. }
  71.  
  72.  
  73. /* Div of the product image */
  74. #product_image {
  75.     position:absolute;
  76.     left:222px;
  77.     top:30px;
  78.     width:294px;
  79.     height:219px;
  80.     z-index:2;
  81. }
  82.  
  83. /* Div of the menu */
  84. #Layermenu {
  85.     position:absolute;
  86.     left:0px;
  87.     top:180px;
  88.     width:400px;
  89.     height:100px;
  90.     z-index:5;
  91. }
  92.