[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
zapatec
/
zptime
/
zptime
/
themes
/
[
Home
]
File: winxp.css
/* $Id: winxp.css 7514 2007-07-04 13:13:09Z smaxim $ */ /* The rules for the whole container */ .zpTimeSelectWinxpContainer { border:1px solid #919B9C; font-size: 11px; color: #000; cursor: default; font-family: verdana, sans-serif; width: 220px; font-weight: bold; padding-right:2px; } .zpTimeSelectWinxpContainer .zpTimeSelectSelector { padding-right:0px; } /* Appearance general to all buttons in the widget */ .zpTimeSelectWinxpContainer .zpTimeSelectButton { display: block; overflow: hidden; margin:0px; padding: 0px; line-height:17px; border: 1px solid #7F9DB9; } /* Appearance general to all arrow button containers in the widget */ .zpTimeSelectWinxpContainer .zpTimeSelectArrow { width: 7px; line-height: 5px; font-size: 5px; } /* Appearance general to all selector button containers in the widget */ .zpTimeSelectWinxpContainer .zpTimeSelectSelector { width: 20px; } /* Appearance general to all arrow buttons in the widget */ .zpTimeSelectWinxpContainer .zpTimeSelectArrow .zpTimeSelectButton { width: 7px; height: 8px; } /* Appearance general to all selector buttons in the widget */ .zpTimeSelectWinxpContainer .zpTimeSelectSelector .zpTimeSelectButton { width: 20px; padding: 1px 3px; } /* Up arrow button */ .zpTimeSelectWinxpContainer .zpTimeSelectUpButton { background:url("winxp/scroller-up-inactive.gif") no-repeat 50% 50%; border-left:none; border-bottom:none; padding-bottom:1px; margin-top:2px; width:10px; } /* Down arrow button */ .zpTimeSelectWinxpContainer .zpTimeSelectDownButton { background:url("winxp/scroller-down-inactive.gif") no-repeat 50% 50%; border-left:none; padding-top:1px; margin-bottom:2px; } /* AMPM selector button */ .zpTimeSelectWinxpContainer .zpTimeSelectAMPMButton { width: 25px !important; margin-right:2px; } /* Separator */ .zpTimeSelectWinxpContainer .zpTimeSelectSeparator { width: 10px; text-align: center; color:#000; } /* Text displayed as caption */ .zpTimeSelectWinxpContainer .zpTimeSelectTimeText { text-align: center; font-weight: normal; padding-left:2px; } /* Hover style for selector buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectSelector .zpTimeSelectHovered { color: #000; background-color:#FFFBCF; border:1px solid #8484a1; } /* Hover style for up arrow buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectUpArrow .zpTimeSelectHovered { background: url("winxp/scroller-up-active.gif") no-repeat 50% 50%; } /* Hover style for down arrow buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectDownArrow .zpTimeSelectHovered { background: url("winxp/scroller-down-active.gif") no-repeat 50% 50%; } /* Active style for selector buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectSelector .zpTimeSelectActive { color: #fff; background-color:#FFFBCF; border:1px solid #8484a1; } /* Active style for up arrow buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectUpArrow .zpTimeSelectActive { background: url("winxp/scroller-up-active.gif") no-repeat 50% 50%; } /* Active style for down arrow buttons */ .zpTimeSelectWinxpContainer .zpTimeSelectDownArrow .zpTimeSelectActive { background: url("winxp/scroller-down-active.gif") no-repeat 50% 50%; } /* .theDescription { border:1px solid #919b9c; padding:3px; background:#fcfcfe; } .theInput { width:60px; border:1px solid #ccc; } .theInput:hover, .theInput:active, .theInput:focus { width:60px; border:1px solid #8484a1; background-color:#FFFBCF; } .theDemo { border:1px solid #000; margin-bottom:15px; padding:3px; background:#EFEFE0; } .theTime{ margin-bottom:3px; padding:3px; border:1px solid #919bc9; background-color:#fcfcfe; } /* *** */