[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
administrator
/
zpmenu
/
themes
/
[
Home
]
File: winxp1.css
/* $Id: winxp1.css 4322 2006-09-04 08:49:33Z shacka $ */ @import url("layout/basic.css"); /* Default Border for top and sub menus */ .zpMenuWinxp1 .zpMenuContainer { border-top: 2px solid #F8F8EF; border-right: 2px solid #B0B098; border-bottom: 2px solid #B0B098; border-left: 2px solid #B0B098; } /* Default Background Color of ALL menu items */ .zpMenuWinxp1 .zpMenuContainer .zpMenu-item { background: #e7e7d6; } .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer { margin-top:2px; } /* properties a drop down menu */ .zpMenuWinxp1 .zpMenu-horizontal-mode .zpMenu-level-1, .zpMenuWinxp1 .zpMenu-vertical-mode .zpMenu-level-1 { background: #e7e7d6; border:2px solid #e7e7d6; /* Match the border when selected */ } .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item { background: #ffffff; } /* General items that's not a top menu */ .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item { padding-top:2px; padding-bottom:2px; } /* Current selected items in top horizontal menu*/ .zpMenuWinxp1 .zpMenuContainer .zpMenu-item-selected { border-top: 2px solid #808080; border-right: 2px solid #ffffff; border-bottom:2px solid #ffffff; border-left: 2px solid #808080; background: #ffffff; } /* Current selected items in vertical menu*/ .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item-selected { background: #E7E7E7; color: #ffffff; border:0px none #000000; } /* Sub, Has Sub Arrow, NOT Selected */ .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item-collapsed { background-image: url("icon/arrow_right_black.gif"); background-repeat: no-repeat; background-position: center right; } /* Sub, Has Sub Arrow, Selected */ .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item-expanded { background: url("icon/arrow_right_black.gif") #E7E7E7 no-repeat center right; } /* Override previously defined background defined in this css for HR */ .zpMenuWinxp1 .zpMenuContainer .zpMenu-item-hr, .zpMenuWinxp1 .zpMenuContainer .zpMenuContainer .zpMenu-item-hr { padding:0; margin:0; border:none; background:black; }