home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / setup.exe / %AppDir% / menubar / ThemeFancy / theme.js < prev    next >
Encoding:
Text File  |  2009-12-08  |  1.8 KB  |  44 lines

  1. var cmThemeFancyBase = '.';
  2.  
  3. try
  4. {
  5.     if (myThemeFancyBase)
  6.     {
  7.         cmThemeFancyBase = myThemeFancyBase;
  8.     }
  9. }
  10. catch (e)
  11. {
  12. }
  13.  
  14. var cmThemeFancy =
  15. {
  16.           mainFolderLeft: '<div style="width: 14px; height: 28px" class="themeSpacerDiv" />',
  17.         mainFolderRight: '<div style="width: 11px; height: 28px" class="themeSpacerDiv" />',
  18.         mainItemLeft: '<div style="width: 14px; height: 28px" class="themeSpacerDiv" />',
  19.         mainItemRight: '<div style="width: 11px; height: 28px" class="themeSpacerDiv" />',
  20.         folderLeft: '<div style="width: 24px; height: 23px" class="themeSpacerDiv" />',
  21.         folderRight: '<div style="width: 14px; height: 23px" class="themeSpacerDiv" />',
  22.         itemLeft: '<div style="width: 24px; height: 23px" class="themeSpacerDiv" />',
  23.         itemRight: '<div style="width: 14px; height: 23px" class="themeSpacerDiv" />',
  24.         mainSpacing: 0,
  25.         subSpacing: 0,
  26.         delay: 100
  27. };
  28.  
  29. var cmThemeFancyHSplit = [_cmNoClick, '<td  class="ThemeFancyMenuSplitLeft"><div></div></td>' +
  30.                                               '<td  class="ThemeFancyMenuSplitText"><div></div></td>' +
  31.                                               '<td  class="ThemeFancyMenuSplitRight"><div></div></td>'
  32.                                  ];
  33.  
  34. var cmThemeFancyMainVSplit = [_cmNoClick, '<div>' +
  35.                             '<table height="30" width="10" ' +
  36.                             ' cellspacing="0"><tr><td class="ThemeFancyHorizontalSplit">' +
  37.                            '|</td></tr></table></div>'];
  38.  
  39. var cmThemeFancyMainHSplit = [_cmNoClick, '<td  class="ThemeFancyMainSplitLeft"><div></div></td>' +
  40.                                               '<td  class="ThemeFancyMainSplitText"><div></div></td>' +
  41.                                               '<td  class="ThemeFancyMainSplitRight"><div></div></td>'
  42.                                    ];    
  43.  
  44.