/* Caution! Ensure accessibility in print and other media types... */ @media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */ .ui-tabs-hide { display: none; } } /* Hide useless elements in print layouts... */ @media print { .ui-tabs-nav { display: none; } } /* Skin */ .ui-tabs { width:800px; display:block; margin-left:auto; margin-right:auto; border:0px; padding:8px; } .ui-tabs-nav { list-style: none; margin: 0; padding: 0 0 0 10px; border:0px; background:none; } .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */ display: block; clear: both; content: " "; } .ui-tabs-nav li { float: left; margin: 0 0 0 1px; min-width: 84px; /* be nice to Opera */ background:none; border:0px; } .ui-tabs-nav a, .ui-tabs-nav a span { display: block; padding: 0 10px; background:none; border:0px; } .ui-tabs-nav a { -moz-border-radius-topright: 8px; -webkit-border-radius-topright: 8px; border-top-right-radius:8px; -moz-border-radius-topleft: 8px; -webkit-border-radius-topleft: 8px; border-top-left-radius:8px; background-color:#F0E6D7 ; border:0px; } .ui-tabs-nav a { position: relative; top: 1px; z-index: 2; padding-left: 0; color: #000; font-size: 11px; font-weight: bold; line-height: 1.2; text-align: center; text-decoration: none; white-space: nowrap; /* required in IE 6 */ border:0px; color:#OOO; } .ui-tabs-nav { color: #000; border:0px; } .ui-tabs-selected a { color: #000; background-color: #E4D0B0; border:0px; } .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { background-position: 100% -150px; outline: 0; /* prevent dotted border in Firefox */ border:0px; } .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active { background-position: 100% -100px; border:0px; } .ui-tabs-nav a span { width: 64px; /* IE 6 treats width as min-width */ min-width: 64px; height: 18px; /* IE 6 treats height as min-height */ min-height: 18px; padding-top: 6px; padding-right: 0; border:0px; color:#000; } *>.ui-tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; border:0px; } .ui-tabs-nav .ui-tabs-selected a span { padding-top: 7px; border:0px; } .ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span { background-position: 0 -50px; border:0px; } .ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span { background-position: 0 0; border:0px; } .ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text; } .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */ cursor: pointer; } .ui-tabs-nav .ui-tabs-disabled { opacity: .4; } .ui-tabs-container { /*border-top: 1px solid #97a5b0;*/ padding: 1em 8px; background-color: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */ border:0px; } .ui-tabs-loading em { padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%; } .ui-tabs-panel { text-align:left; border:0px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; padding:8px; background-color:#E4D0B0; } .ui-state-active, .ui-state-default, .ui-corner-top, .ui-state-focus { background:none; border:0px; color:#OOO; }