/*! jQuery UI - v1.10.4 - 2014-03-20 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.tabs.css, jquery.ui.theme.css * 用來製作MainPage的獨立TABS * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ /* Interaction Cues ----------------------------------*/ .OTKTAB .ui-state-disabled {cursor: default !important;} /* Misc visuals ----------------------------------*/ /* Overlays */ .OTKTAB .ui-tabs {position: relative;padding: 30px 0px 0px 0px;} .OTKTAB .ui-tabs .ui-tabs-nav {margin: 0;background: #c0c0c0; height:35px;} .OTKTAB .ui-tabs .ui-tabs-nav li {list-style: none;float: left;position: relative;top: 0;margin:1px 5px 4px 1px;border-bottom-width: 0;padding: 0;white-space: nowrap; padding:0 15px 0 0;} .OTKTAB .ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; padding: .3em .3em .3em 1em; min-width:70px; text-align:center; text-decoration: none; cursor:pointer; outline:0px; } .OTKTAB .ui-tabs .ui-tabs-nav li.ui-tabs-active {margin: 1px 5px 4px 1px;padding: 0 15px 0 0;} .OTKTAB .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .OTKTAB .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .OTKTAB .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {cursor: text;cursor:pointer;} .OTKTAB .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor: pointer;} .OTKTAB .ui-tabs .ui-tabs-panel {display: block;border-width: 0;padding: 2px;background: none;} /* Component containers ----------------------------------*/ .OTKTAB .ui-widget {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size: 1.1em;} .OTKTAB .ui-widget .ui-widget {font-size: 1em;} .OTKTAB .ui-widget input, .OTKTAB .ui-widget select, .OTKTAB .ui-widget textarea, .OTKTAB .ui-widget button {font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size: 1em;} .OTKTAB .ui-widget-content {background:#C9C9C9;color: #fff;} @media screen and (-webkit-min-device-pixel-ratio:0) {.OTKTAB .ui-widget-content {padding-left:0em;background:#CDCDCD;color: #fff;}} .OTKTAB .ui-widget-content a {color: #333333;} .OTKTAB .ui-widget-content a:hover {color: #dc0516;} .OTKTAB .ui-widget-header {} .OTKTAB .ui-widget-header a {color: #ffffff;} .OTKTAB .ui-widget-overlay {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity: .5;filter: Alpha(Opacity=50);} .OTKTAB .ui-widget-shadow {background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity: .2;filter: Alpha(Opacity=20);border-radius: 5px;} /* Interaction states ----------------------------------*/ .OTKTAB .ui-state-default, .OTKTAB .ui-widget-content .ui-state-default, .OTKTAB .ui-widget-header .ui-state-default{ border: 1px solid #000 !important; font-weight: bold; box-shadow:none; color: #fff; background: #828282 !important; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTU3NTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; background: -moz-linear-gradient(top, #828282 0%, #595757 100%) !important; /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#828282), color-stop(100%,#595757)) !important; /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #828282 0%,#595757 100%) !important; /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #828282 0%,#595757 100%) !important; /* Opera 11.10+ */ background: -ms-linear-gradient(top, #828282 0%,#595757 100%) !important; /* IE10+ */ background: linear-gradient(to bottom, #828282 0%,#595757 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#595757',GradientType=0 ) !important; /* IE6-8 */ behavior: url(../pie/PIE.htc); } .OTKTAB .ui-state-default a, .OTKTAB .ui-state-default a:link, .OTKTAB .ui-state-default a:visited { color: #fff; text-decoration: none; } .OTKTAB .ui-state-hover, .OTKTAB .ui-widget-content .ui-state-hover, .OTKTAB .ui-widget-header .ui-state-hover, .OTKTAB .ui-state-focus, .OTKTAB .ui-widget-content .ui-state-focus, .OTKTAB .ui-widget-header .ui-state-focus { border: 1px solid #de0516 !important; font-weight: bold; color: #fff; background: #d84e57 !important; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NGU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTA1MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; background: -moz-linear-gradient(top, #d84e57 0%, #b5050e 100%) !important; /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84e57), color-stop(100%,#b5050e)) !important; /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* IE10+ */ background: linear-gradient(to bottom, #d84e57 0%,#b5050e 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84e57', endColorstr='#b5050e',GradientType=0 ) !important; /* IE6-8 */ /*border-radius:15px; modify by ted 2014/12/12*/ behavior: url(../pie/PIE.htc); } .OTKTAB .ui-state-hover a, .OTKTAB .ui-state-hover a:link, .OTKTAB .ui-state-hover a:visited{ color: #fff; text-decoration: none; background: #d84e57 !important; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NGU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTA1MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; background: -moz-linear-gradient(top, #d84e57 0%, #b5050e 100%) !important; /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84e57), color-stop(100%,#b5050e)) !important; /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* IE10+ */ background: linear-gradient(to bottom, #d84e57 0%,#b5050e 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84e57', endColorstr='#b5050e',GradientType=0 ) !important; /* IE6-8 */ /*border-radius:15px; modify by ted 2014/12/12*/ width:auto; behavior: url(../pie/PIE.htc); } .OTKTAB .ui-state-active, .OTKTAB .ui-widget-content .ui-state-active, .OTKTAB .ui-widget-header .ui-state-active { font-weight: bold; border: 1px solid #de0516 !important; color:#fff !important; background: #d84e57 !important; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4NGU1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTA1MGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important; background: -moz-linear-gradient(top, #d84e57 0%, #b5050e 100%) !important; /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84e57), color-stop(100%,#b5050e)) !important; /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* Opera 11.10+ */ background: -ms-linear-gradient(top, #d84e57 0%,#b5050e 100%) !important; /* IE10+ */ background: linear-gradient(to bottom, #d84e57 0%,#b5050e 100%) !important; /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84e57', endColorstr='#b5050e',GradientType=0 ) !important; /* IE6-8 */ /*border-radius:15px; modify by ted 2014/12/12*/ behavior: url(../pie/PIE.htc); } .OTKTAB .ui-state-active a, .OTKTAB .ui-state-active a:link, .OTKTAB .ui-state-active a:visited { color: #fff; text-decoration: none; } /* Interaction Cues ----------------------------------*/ .OTKTAB .ui-state-highlight, .OTKTAB .ui-widget-content .ui-state-highlight, .OTKTAB .ui-widget-header .ui-state-highlight { border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; } .OTKTAB .ui-state-highlight a, .OTKTAB .ui-widget-content .ui-state-highlight a, .OTKTAB .ui-widget-header .ui-state-highlight a { color: #363636; } .OTKTAB .ui-state-error, .OTKTAB .ui-widget-content .ui-state-error, .OTKTAB .ui-widget-header .ui-state-error { border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; } .OTKTAB .ui-state-error a, .OTKTAB .ui-widget-content .ui-state-error a, .OTKTAB .ui-widget-header .ui-state-error a { color: #ffffff; } .OTKTAB .ui-state-error-text, .OTKTAB .ui-widget-content .ui-state-error-text, .OTKTAB .ui-widget-header .ui-state-error-text { color: #ffffff; } .OTKTAB .ui-priority-primary, .OTKTAB .ui-widget-content .ui-priority-primary, .OTKTAB .ui-widget-header .ui-priority-primary { font-weight: bold; } .OTKTAB .ui-priority-secondary, .OTKTAB .ui-widget-content .ui-priority-secondary, .OTKTAB .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } .OTKTAB .ui-state-disabled, .OTKTAB .ui-widget-content .ui-state-disabled, .OTKTAB .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } .OTKTAB .ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); /* For IE8 - See #6059 */ } /* Icons ----------------------------------*/ /* states and images */ .OTKTAB .ui-icon {width: 16px;height: 16px;} .OTKTAB .ui-icon, .OTKTAB .ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png);} .OTKTAB .ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png);} .OTKTAB .ui-state-default .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png);} .OTKTAB .ui-state-hover .ui-icon,.OTKTAB .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png);} .OTKTAB .ui-state-active .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png);} .OTKTAB .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png);} .OTKTAB .ui-state-error .ui-icon,.OTKTAB .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png);} /* Misc visuals ----------------------------------*/ /* Corner radius */ .OTKTAB .ui-corner-all, .OTKTAB .ui-corner-top, .OTKTAB .ui-corner-left, .OTKTAB .ui-corner-tl { border-top-left-radius:0px; } .OTKTAB .ui-corner-all, .OTKTAB .ui-corner-top, .OTKTAB .ui-corner-right, .OTKTAB .ui-corner-tr { border-radius:0px; /* modify by ted 2014/12/12 */ } .OTKTAB .ui-corner-all, .OTKTAB .ui-corner-bottom, .OTKTAB .ui-corner-left, .OTKTAB .ui-corner-bl { border-bottom-left-radius:0px; /* modify by ted 2014/12/12 */ } .OTKTAB .ui-corner-all, .OTKTAB .ui-corner-bottom, .OTKTAB .ui-corner-right, .OTKTAB .ui-corner-br {border-bottom-right-radius:0px;border-top-right-radius:0px;} /* Overlays */ .OTKTAB{border-top:1px solid #fff; } .OTKTAB .panel {position: absolute;width: 100%;overflow: hidden;left: 0px;z-index: 2;top: -32px;height: 48px;padding: 12px 0px 0px 100px;} .panel ul {float: left;height:30px;white-space: nowrap;padding-left: 20px;padding-right: 50px;overflow: hidden;display: -webkit-box;} .panel ul li {float:left;} .OTKTAB .btn{width: 62px;z-index: 20;position: fixed; right: 0px;top:75px;} .OTKTAB .icon-menu{position:relative; top:15px; left:15px; margin-right:10px;z-index:3;} .OTKTAB .ui-icon-close{position:relative; top:0px; right:3px;cursor:pointer; color:#eee;} .ui-tab-navbox{ -webkit-border-top-left-radius: 15px; -webkit-border-bottom-left-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-bottomleft: 15px; border-top-left-radius: 15px; border-bottom-left-radius: 15px; } #tabbar{ height:60px; padding-left:10px; border-top:1px solid #fff; }