diff --git a/css/main2.css b/css/main2.css index 1343c5ddd..b285d66da 100644 --- a/css/main2.css +++ b/css/main2.css @@ -235,6 +235,12 @@ body .ui-widget { font-family: inherit; font-size: inherit; } +body .ui-widget-content { + color: inherit; + border: 2px solid #99CCCC; + border-radius: 0 !important; + border-top: none; + } body .ui-widget-content a { color: #008787; } @@ -246,51 +252,53 @@ body .ui-widget-content a { body .ui-widget-content a:visited { color: #636363; } -body .ui-widget-content { - color: inherit; - } -body .ui-tabs-nav li { - font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; - } body .ui-widget-header { background: url("../images/style/ui-bg_gloss-wave_green.png") repeat-x scroll 50% 50% #85bdbe; border: 1px solid #85bdbe; color: #FFFFFF; } -body .ui-widget-content { - border: 2px solid #99CCCC; - border-radius: 0 !important; - border-top: none; - } body .ui-tabs { padding: 0; border-radius: 0 !important; } +body .ui-tabs .ui-tabs-nav { + padding-left: 5px; + } body .ui-tabs-nav { border-radius: 0 !important; } -body .ui-state-default a, body .ui-state-default a:link, body .ui-state-default a:visited { - color: #008787; - text-decoration: none; - } -body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default { + body .ui-tabs .ui-tabs-nav li { + font-family: Tahoma,'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; + margin: 0 15px 1px 0; + padding-right: 5px; + } + body .ui-tabs .ui-tabs-nav li.ui-tabs-selected { + background: #fff; + color: #E17009; + } +body .ui-state-default, +body .ui-widget-content .ui-state-default, +body .ui-widget-header .ui-state-default { border: 1px solid #85bdbe; background: #85bdbe url("../images/style/ui-bg_glass_green.png") 50% 50% repeat-x; font-weight: bold; color: #008787; } -body .ui-tabs .ui-tabs-nav li.ui-tabs-selected { - background: #fff; - color: #E17009; - margin-left: 10px; - } -body .ui-state-active a, body .ui-state-active a:link, body .ui-state-active a:visited, body .ui-state-default .ui-state-hover a:hover { - color: #E17009; - } -body .ui-tabs .ui-tabs-nav li { - margin: 0 15px 1px 0; - padding-right: 5px; - } -body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr { +body .ui-corner-all, +body .ui-corner-top, +body .ui-corner-right, +body .ui-corner-tr { border-top-right-radius: 30px; } +body .ui-state-default a, +body .ui-state-default a:link, +body .ui-state-default a:visited { + color: #008787; + text-decoration: none; + } +body .ui-state-active a, +body .ui-state-active a:link, +body .ui-state-active a:visited, +body .ui-state-default .ui-state-hover a:hover { + color: #E17009 !important; + }