/* Tabs */ .aa-tabs { } .aa-tabs .ui-tabs-nav { padding: 0; margin: 0; position: relative; float: left; } .aa-tabs .ui-tabs-nav li { float: left; border-bottom: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } .aa-tabs .ui-tabs-nav li a { display:block; text-decoration: none; padding: .3em 1em; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; color: #2583AD; background-color:#CEE1EF; } .aa-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom: 0; font-weight: bold; } .aa-tabs .ui-tabs-nav li.ui-tabs-selected a{ background-color: white; color:#333333; } .aa-tabs .ui-tabs-nav li.ui-tabs-disabled, .aa-tabs .ui-tabs-nav li.ui-state-disabled { display: none !important; } .aa-tabs .ui-tabs-panel { clear: left; padding: 1em 1.4em; display: block; border: 0; margin: 0; background-color: white; /*height: 400px;*/ /*overflow: auto;*/ } .aa-tabs .ui-tabs-hide { display: none !important; } /* Columns */ .aa-columns { position: relative; display: block; width: 100%; } .aa-columns .column-left, .aa-columns .column-right { float: left; width: 48%; min-height: 260px; } .aa-columns .column-left { padding-right: 1%; border-right: 1px solid #ddd; } .aa-columns .column-right { padding-left: 2%; } /* form */ .aa-form-error { background-color: #FFB6B6; } /*donate button*/ .mceActionPanel { text-align:center; position: absolute; width:98%; margin-bottom: 20px; } .mceActionPanel form{ } .mceActionPanel input{ border:none; background-color:transparent; } .mceActionPanel input.button{ display: inline-block; text-decoration: none; font-size: 13px; line-height: 26px; height: 28px; margin: 0; padding: 0 10px 1px; cursor: pointer; border: 1px solid; -webkit-appearance: none; -webkit-border-radius: 3px; border-radius: 3px; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mceActionPanel input.button-secondary{ color: #555; border-color: #cccccc; background: #f7f7f7; -webkit-box-shadow: 0 1px 0 #cccccc; box-shadow: 0 1px 0 #cccccc; vertical-align: top; } .mceActionPanel input.button-primary{ background: #0085ba; border-color: #0073aa #006799 #006799; -webkit-box-shadow: 0 1px 0 #006799; box-shadow: 0 1px 0 #006799; color: #fff; text-decoration: none; text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; } .mceActionPanel div{ margin-top:-20px; } .avatar_donate{ width: 222px; text-align: center; margin-top: 20px; } /* widget*/ .aa-widget-control-panel h5{ font-size: 1.3em; margin: 0 0 .5em 0; } .aa-widget-control-panel { background-color: white; padding: 1em; } .aa-widget-control-panel .aa-colums { margin-bottom: 1.3em; } /* Resizable ----------------------------------*/ .avatar_size_preview .ui-resizable { position: relative;} .avatar_size_preview .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; background-color:#F2F2F2; border: 1px solid #808080;} .avatar_size_preview .ui-resizable-disabled .ui-resizable-handle, .avatar_size_preview .ui-resizable-autohide .ui-resizable-handle { display: none;} .avatar_size_preview .ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } .avatar_size_preview .ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } .avatar_size_preview .ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } .avatar_size_preview .ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } .avatar_size_preview .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: -5px; bottom: -5px; } .avatar_size_preview .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } .avatar_size_preview .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } .avatar_size_preview .ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} /* initially hide everything (shortcode wizard)*/ .fields_type_authoravatars, .fields_type_show_avatar { display: none; } div.fields_type_show_avatar p{ padding: 2px; } /* Clearfix */ .aa-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} * html .aa-clearfix {height: 1%;} /* IE6 */ *:first-child+html .aa-clearfix {min-height: 1px;} /* IE7 */