home *** CD-ROM | disk | FTP | other *** search
- /* ThemeMenu Style Sheet */
-
- .ThemeMenu
- {
- font-family: arial, verdana, sans-serif;
- font-size: 12px;
- font-weight: bold;
- color: #CCCCCC;
-
- padding: 0;
-
- white-space: nowrap;
- cursor: default;
- }
-
- .ThemeSubMenuTable
- {
- font-family: arial, verdana, sans-serif;
- font-size: 12px;
-
- padding: 0;
-
- white-space: nowrap;
- cursor: default;
- }
-
- .ThemeSubMenu
- {
- position: absolute;
- visibility: hidden;
-
- /*
- Netscape/Mozilla renders borders by increasing
- their z-index. The following line is necessary
- to cover any borders underneath
- */
- z-index: 100;
- border: 0;
- padding: 0;
-
- overflow: visible;
- border-top: 2px solid #000000;
- border-bottom: 1px solid #000000;
- border-left: 1px solid #000000;
- border-right: 1px solid #000000;
-
- /*filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
- }
-
- .ThemeSubMenuTable
- {
- overflow: visible;
- }
-
- .ThemeMainItem,.ThemeMainItemHover,.ThemeMainItemActive,
- .ThemeMenuItem,.ThemeMenuItemHover,.ThemeMenuItemActive
- {
- border: 0;
- cursor: default;
- white-space: nowrap;
- }
-
- .ThemeMainItem
- {
- padding: 3px;
- border: 0;
- background-color: #666666;
- }
-
- .ThemeMainItemHover,.ThemeMainItemActive
- {
- padding: 3px;
- color: white;
- }
-
- .ThemeMenuItem
- {
- background-color: #cccccc;
- }
-
- .ThemeMenuItemHover,.ThemeMenuItemActive
- {
- background-color: #ADC7B5;
- color: #FFFFCC;
- }
-
-
- /* horizontal main menu */
-
-
- /*
- td.ThemeMainItemHover,td.ThemeMainItemActive
- {
- padding: 2px;
- border: 1px solid #ADC7B5;
- }
- */
- .ThemeMainFolderLeft,.ThemeMainItemLeft,
- .ThemeMainFolderText,.ThemeMainItemText,
- .ThemeMainFolderRight,.ThemeMainItemRight
- {
- background-color: inherit;
- }
-
- /* vertical main menu sub components */
-
- td.ThemeMainFolderLeft,td.ThemeMainItemLeft
- {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-left: 0px;
- padding-right: 2px;
-
- border-top: 1px solid #3169C6;
- border-bottom: 1px solid #3169C6;
- border-left: 1px solid #3169C6;
-
- background-color: inherit;
- }
-
- td.ThemeMainFolderText,td.ThemeMainItemText
- {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-left: 5px;
- padding-right: 5px;
-
- border-top: 1px solid #3169C6;
- border-bottom: 1px solid #3169C6;
-
- background-color: inherit;
- white-space: nowrap;
- }
-
- td.ThemeMainFolderRight,td.ThemeMainItemRight
- {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-left: 0px;
- padding-right: 0px;
-
- border-top: 1px solid #3169C6;
- border-bottom: 1px solid #3169C6;
- border-right: 1px solid #3169C6;
-
- background-color: inherit;
- }
-
- tr.ThemeMainItem td.ThemeMainFolderLeft,
- tr.ThemeMainItem td.ThemeMainItemLeft
- {
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 1px;
- padding-right: 2px;
-
- white-space: nowrap;
-
- border: 0;
- background-color: inherit;
- }
-
- tr.ThemeMainItem td.ThemeMainFolderText,
- tr.ThemeMainItem td.ThemeMainItemText
- {
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 5px;
- padding-right: 5px;
-
- border: 0;
- background-color: inherit;
- }
-
- tr.ThemeMainItem td.ThemeMainItemRight,
- tr.ThemeMainItem td.ThemeMainFolderRight
- {
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 0px;
- padding-right: 1px;
-
- border: 0;
- background-color: inherit;
- }
-
- /* sub menu sub components */
-
- .ThemeMenuFolderLeft,.ThemeMenuItemLeft
- {
-
- background-color: inherit;
- white-space: nowrap;
- }
-
- .ThemeMenuFolderText,.ThemeMenuItemText
- {
- padding-top: 2px;
- padding-bottom: 2px;
- padding-left: 3px;
- padding-right: 40px;
- background-color: inherit;
- white-space: nowrap;
- }
-
- .ThemeMenuFolderRight,.ThemeMenuItemRight
- {
- background-color: inherit;
- white-space: nowrap;
- }
-
- .ThemeMenuItem .ThemeMenuFolderLeft,
- .ThemeMenuItem .ThemeMenuItemLeft
- {
- white-space: nowrap;
-
- border: 0;
- background-color: #CCCCCC;
- }
-
- .ThemeMenuItem .ThemeMenuFolderText,
- .ThemeMenuItem .ThemeMenuItemText
- {
- border: 0;
- background-color: inherit;
- }
-
- .ThemeMenuItem .ThemeMenuFolderRight,
- .ThemeMenuItem .ThemeMenuItemRight
- {
- border: 0;
- background-color: inherit;
- }
-
- /* menu splits */
-
- .ThemeMenuSplit
- {
- margin: 0px;
- height: 1px;
- padding: 0px;
-
- background-color: #000000;
-
- }
-
- /* image shadow animation */
-
- /*
- seq1: image for normal
- seq2: image for hover and active
-
- To use, in the icon field, input the following:
- <img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
- */
-
- .ThemeMenuItem img.seq1
- {
- display: inline;
- }
-
- .ThemeMenuItemHover seq2,
- .ThemeMenuItemActive seq2
- {
- display: inline;
- }
-
- .ThemeMenuItem .seq2,
- .ThemeMenuItemHover .seq1,
- .ThemeMenuItemActive .seq1
- {
- display: none;
- }