.ui-tabs-nav { border-bottom: 1px solid #666; height: 26px; margin: 18px 0 12px; padding: 0; } .ui-tabs-nav li { display: block; float: left; margin: 0; } .ui-tabs-nav li a { padding: 4px 20px 6px; font-weight: bold; } .ui-tabs-nav li a { background: #FBD275; border-style: solid; border-color: #666 #666 #FFBB22; border-width: 1px 1px 0; color: #555; font-size: 13px; display: inline-block; padding: 4px 12px; text-decoration: none; margin: 0 6px -1px 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-left-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; } .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-state-active a { background: #FFBB22; color: #333; } /* Options Content */ .ui-tabs-panel { float: left !important; clear: none !important; } .ui-tabs-panel h3 { font: normal 22px/28px Tahoma, sans-serif; margin: 0; padding: 0 0 5px; line-height: 35px; text-shadow: 0 1px 0 #fff; } .ui-tabs-panel h4 { font-size: 15px; font-weight: bold; margin: 1em 0; } .wrap h2 {line-height: 28px;} .wrap h3, .wrap table { display: none; } .form-table { width: 700px !important; background: url("../images/bg-honeycomb.png") #CCC; border: 1px double #666; margin-top: 10px; box-shadow: 0px 0px 2px #222; } .form-table tr {border-bottom: 1px solid #BBB;} .form-table th {width: 170px !important;} .form-table th label { background: #F0F0F0; padding: 3px 6px; border-radius: 3px; box-shadow: 1px 1px 2px #333; } #submit-top { position: absolute; left: 544px; margin: 0; } .button-save { padding: 8px 55px !important; background: #197CD7 !important; border-radius: 4px !important; border: 1px solid #333 !important; font: bold 14px arial, sans-serif !important; cursor: pointer; color: #FFF !important; text-shadow: 0px 0px 1px #000; box-shadow: 0px 0px 2px #222; } .button-save:hover { background: #369EFF !important; border-color: #000 !important; text-shadow: 0px 0px 3px #000; box-shadow: 1px 1px 2px #222; } textarea, input[type="text"]{border: 1px solid #999;} textarea:hover, input[type="text"]:hover{border: 1px solid #0A2F89;} textarea {resize: none;} input.regular-text, input.upload-url {width: 350px;} input.text-int {text-align: right; width: 60px;} input.color {width: 100px;} .select { height: 22px; padding: 2px; width: 180px; } #donate { background: #EEE; text-align: center; left: 750px; margin-top: 150px; display: inline-block; position: absolute; border: 1px solid #666; border-radius: 4px; box-shadow: 0px 0px 2px #222; } #donate-title { background: #CCC; /* Old browsers */ background: -moz-linear-gradient(top, #EEE 0%, #BBB 100%); /* FF3.6+ */ background: -webkit-linear-gradient(top, #EEE 0%,#BBB 100%); /* Chrome10+ */ background: -o-linear-gradient(top, #EEE 0%,#BBB 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #EEE 0%,#BBB 100%); /* IE10+ */ background: linear-gradient(to bottom, #EEE 0%,#BBB 100%); /* W3C */ border-radius: 4px 4px 0 0; border-bottom: 1px solid #CCC; } #donate-title h4 { margin: 0 !important; padding: 6px !important; font: bold 14px arial, sans-serif; } #donate-content { width: 210px; height: 128px; border-top: 1px solid #888; border-radius: 0 0 4px 4px; } #donate-content p {margin: 0; padding: 10px 4px 8px;}