2010-11-18 03:20:19 -05:00
|
|
|
/*
|
|
|
|
* jQuery UI CSS Framework @VERSION
|
|
|
|
*
|
|
|
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Theming/API
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Layout helpers
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-helper-hidden { display: none; }
|
|
|
|
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
|
|
|
|
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
|
|
|
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
|
|
|
|
.ui-helper-clearfix { display: inline-block; }
|
|
|
|
/* required comment for clearfix to work in Opera \*/
|
|
|
|
* html .ui-helper-clearfix { height:1%; }
|
|
|
|
.ui-helper-clearfix { display:block; }
|
|
|
|
/* end clearfix */
|
|
|
|
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
|
|
|
|
|
|
|
|
|
|
|
/* Interaction Cues
|
|
|
|
----------------------------------*/
|
|
|
|
.ui-state-disabled { cursor: default !important; }
|
|
|
|
|
|
|
|
|
|
|
|
/* Icons
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* states and images */
|
|
|
|
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
|
|
|
|
|
|
|
|
|
|
|
|
/* Misc visuals
|
|
|
|
----------------------------------*/
|
|
|
|
|
|
|
|
/* Overlays */
|
|
|
|
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
|
|
|
|
|
|
|
|
/*
|
|
|
|
* jQuery UI Resizable
|
|
|
|
*
|
|
|
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Resizable#theming
|
|
|
|
*/
|
|
|
|
.ui-resizable { position: relative;}
|
|
|
|
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
|
|
|
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
|
|
|
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
|
|
|
|
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
|
|
|
|
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
|
|
|
|
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
|
|
|
|
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
|
|
|
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
|
|
|
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
|
|
|
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* jQuery UI Dialog
|
|
|
|
*
|
|
|
|
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
|
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Dialog#theming
|
|
|
|
*/
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog { position: absolute; width: 300px; overflow: hidden; }
|
2010-12-13 16:21:50 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar { position: relative; }
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
|
|
|
.wp-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: auto; zoom: 1; }
|
|
|
|
.wp-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
|
|
|
.wp-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
|
|
|
|
.wp-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
|
|
|
|
.wp-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
2010-11-18 03:20:19 -05:00
|
|
|
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
|
|
|
|
|
|
|
/* WP jQuery Dialog Theme */
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog {
|
2010-11-18 03:20:19 -05:00
|
|
|
border: 1px solid #999;
|
|
|
|
-moz-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
|
|
|
|
-webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
|
|
|
|
box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-title {
|
2010-11-18 03:20:19 -05:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1px 0 2px;
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar {
|
2010-11-18 03:20:19 -05:00
|
|
|
padding: 0 1em;
|
|
|
|
background-color: #444;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
2010-12-24 15:40:08 -05:00
|
|
|
line-height: 18px;
|
2010-11-18 03:20:19 -05:00
|
|
|
color: #e5e5e5;
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog {
|
2011-08-03 06:19:00 -04:00
|
|
|
background-color: #f5f5f5;
|
2010-11-18 03:20:19 -05:00
|
|
|
-webkit-border-top-left-radius: 4px;
|
|
|
|
border-top-left-radius: 4px;
|
|
|
|
-webkit-border-top-right-radius: 4px;
|
|
|
|
border-top-right-radius: 4px;
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar {
|
2010-11-18 03:20:19 -05:00
|
|
|
-webkit-border-top-left-radius: 3px;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
-webkit-border-top-right-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close {
|
2010-11-18 03:20:19 -05:00
|
|
|
position: absolute;
|
|
|
|
width: 29px;
|
|
|
|
height: 16px;
|
|
|
|
top: 2px;
|
|
|
|
right: 6px;
|
|
|
|
background: url('../js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif') no-repeat -87px -16px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 14:07:59 -05:00
|
|
|
.wp-dialog .ui-dialog-titlebar-close:hover,
|
|
|
|
.wp-dialog .ui-dialog-titlebar-close:focus {
|
2010-11-18 03:20:19 -05:00
|
|
|
background-position: -87px -32px;
|
|
|
|
}
|
2011-08-03 06:19:00 -04:00
|
|
|
|
2010-11-18 03:20:19 -05:00
|
|
|
.ui-widget-overlay {
|
|
|
|
background-color: #000;
|
|
|
|
opacity: 0.6;
|
2010-11-19 21:02:37 -05:00
|
|
|
filter: alpha(opacity=60);
|
2011-08-03 06:19:00 -04:00
|
|
|
}
|