459 lines
10 KiB
CSS
459 lines
10 KiB
CSS
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background: url(../images/common/compdialog_bg.gif) repeat-x;
|
|
}
|
|
.right_menu {
|
|
display: inline-block;
|
|
height: 100%;
|
|
white-space: nowrap;
|
|
}
|
|
.right_menu a {
|
|
display: inline-block;
|
|
height: 40px;
|
|
width: 75px;
|
|
line-height: 40px;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.right_menu a, .right_menu a:link, .right_menu a:visited {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
outline: none;
|
|
}
|
|
.right_menu a{background:#5aacff}
|
|
.right_menu a:hover {
|
|
background: url(../images/common/compdialog_rightbt.gif);
|
|
color: #fff;
|
|
}
|
|
#TopTitle {
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
}
|
|
|
|
.ui-dialog {
|
|
*zoom:1;
|
|
_float: left;
|
|
position: relative;
|
|
background-color: #FFF;
|
|
border: 1px solid #999;
|
|
border-radius: 6px;
|
|
outline: 0;
|
|
background-clip: padding-box;
|
|
font-family: Helvetica, arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.428571429;
|
|
color: #333;
|
|
opacity: 0;
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
-webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
|
|
transition: transform .15s ease-in-out, opacity .15s ease-in-out;
|
|
}
|
|
.ui-popup-show .ui-dialog {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
.ui-popup-focus .ui-dialog {
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.ui-popup-modal .ui-dialog {
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);
|
|
}
|
|
.ui-dialog-grid {
|
|
width: auto;
|
|
margin: 0;
|
|
border: 0 none;
|
|
border-collapse:collapse;
|
|
border-spacing: 0;
|
|
background: transparent;
|
|
}
|
|
.ui-dialog-header,
|
|
.ui-dialog-body,
|
|
.ui-dialog-footer {
|
|
padding: 0;
|
|
border: 0 none;
|
|
text-align: left;
|
|
background: transparent;
|
|
}
|
|
.ui-dialog-header {
|
|
white-space: nowrap;
|
|
border-bottom: 1px solid #E5E5E5;
|
|
background: url(../images/common/compdialog_bg.gif) repeat-x;
|
|
}
|
|
.ui-dialog-close {
|
|
position: relative;
|
|
_position: absolute;
|
|
float: right;
|
|
top: 4px;
|
|
right: 4px;
|
|
_height: 26px;
|
|
padding: 0 4px;
|
|
font-size: 21px;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
color: #FEFEFE;
|
|
text-shadow: 0 1px 0 #FFF;
|
|
opacity: .8;
|
|
filter: alpha(opacity=40);
|
|
cursor: pointer;
|
|
background: transparent;
|
|
_background: #FFF;
|
|
border: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
.ui-dialog-close:hover,
|
|
.ui-dialog-close:focus {
|
|
color: #000000;
|
|
text-decoration: none;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
opacity: 0.5;
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ui-dialog-title {
|
|
margin: 0;
|
|
line-height: 1.428571429;
|
|
min-height: 10.428571429px;
|
|
padding: 4px;
|
|
overflow:hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-weight: bold;
|
|
cursor: default;
|
|
display: inline-block;
|
|
padding-left: 20px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
}
|
|
.ui-dialog-body {
|
|
padding: 8px;
|
|
text-align: center;
|
|
}
|
|
.ui-dialog-content {
|
|
display: inline-block;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
*zoom: 1;
|
|
*display: inline;
|
|
text-align: left;
|
|
}
|
|
.ui-dialog-footer {
|
|
padding: 0 8px 8px 8px;
|
|
}
|
|
.ui-dialog-statusbar {
|
|
float: left;
|
|
margin-right: 20px;
|
|
padding: 6px 0;
|
|
line-height: 1.428571429;
|
|
font-size: 14px;
|
|
color: #888;
|
|
white-space: nowrap;
|
|
}
|
|
.ui-dialog-statusbar label:hover {
|
|
color: #333;
|
|
}
|
|
.ui-dialog-statusbar input,
|
|
.ui-dialog-statusbar .label {
|
|
vertical-align: middle;
|
|
}
|
|
.ui-dialog-button {
|
|
float: right;
|
|
white-space: nowrap;
|
|
}
|
|
.ui-dialog-footer button+button {
|
|
margin-bottom: 0;
|
|
margin-left: 5px;
|
|
}
|
|
.ui-dialog-footer button {
|
|
width:auto;
|
|
overflow:visible;
|
|
display: inline-block;
|
|
padding: 6px 12px;
|
|
_margin-left: 5px;
|
|
margin-bottom: 0;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 1.428571429;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background-image: none;
|
|
border: 1px solid transparent;
|
|
border-radius: 4px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
-o-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
.ui-dialog-footer button:focus {
|
|
outline: thin dotted #333;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
|
|
.ui-dialog-footer button:hover,
|
|
.ui-dialog-footer button:focus {
|
|
color: #333333;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.ui-dialog-footer button:active {
|
|
background-image: none;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
}
|
|
.ui-dialog-footer button[disabled] {
|
|
pointer-events: none;
|
|
cursor: not-allowed;
|
|
opacity: 0.65;
|
|
filter: alpha(opacity=65);
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.ui-dialog-footer button {
|
|
color: #333333;
|
|
background-color: #ffffff;
|
|
border-color: #cccccc;
|
|
}
|
|
|
|
.ui-dialog-footer button:hover,
|
|
.ui-dialog-footer button:focus,
|
|
.ui-dialog-footer button:active {
|
|
color: #333333;
|
|
background-color: #ebebeb;
|
|
border-color: #adadad;
|
|
}
|
|
|
|
.ui-dialog-footer button:active{
|
|
background-image: none;
|
|
}
|
|
|
|
.ui-dialog-footer button[disabled],
|
|
.ui-dialog-footer button[disabled]:hover,
|
|
.ui-dialog-footer button[disabled]:focus,
|
|
.ui-dialog-footer button[disabled]:active {
|
|
background-color: #ffffff;
|
|
border-color: #cccccc;
|
|
}
|
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus {
|
|
color: #ffffff;
|
|
background-color: #428bca;
|
|
border-color: #357ebd;
|
|
}
|
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus:hover,
|
|
.ui-dialog-footer button.ui-dialog-autofocus:focus,
|
|
.ui-dialog-footer button.ui-dialog-autofocus:active {
|
|
color: #ffffff;
|
|
background-color: #3276b1;
|
|
border-color: #285e8e;
|
|
}
|
|
|
|
.ui-dialog-footer button.ui-dialog-autofocus:active {
|
|
background-image: none;
|
|
}
|
|
.ui-popup-top-left .ui-dialog,
|
|
.ui-popup-top .ui-dialog,
|
|
.ui-popup-top-right .ui-dialog {
|
|
top: -8px;
|
|
}
|
|
.ui-popup-bottom-left .ui-dialog,
|
|
.ui-popup-bottom .ui-dialog,
|
|
.ui-popup-bottom-right .ui-dialog {
|
|
top: 8px;
|
|
}
|
|
.ui-popup-left-top .ui-dialog,
|
|
.ui-popup-left .ui-dialog,
|
|
.ui-popup-left-bottom .ui-dialog {
|
|
left: -8px;
|
|
}
|
|
.ui-popup-right-top .ui-dialog,
|
|
.ui-popup-right .ui-dialog,
|
|
.ui-popup-right-bottom .ui-dialog {
|
|
left: 8px;
|
|
}
|
|
|
|
.ui-dialog-arrow-a,
|
|
.ui-dialog-arrow-b {
|
|
position: absolute;
|
|
display: none;
|
|
width: 0;
|
|
height: 0;
|
|
overflow:hidden;
|
|
_color:#FF3FFF;
|
|
_filter:chroma(color=#FF3FFF);
|
|
border:8px dashed transparent;
|
|
}
|
|
.ui-popup-follow .ui-dialog-arrow-a,
|
|
.ui-popup-follow .ui-dialog-arrow-b{
|
|
display: block;
|
|
}
|
|
.ui-popup-top-left .ui-dialog-arrow-a,
|
|
.ui-popup-top .ui-dialog-arrow-a,
|
|
.ui-popup-top-right .ui-dialog-arrow-a {
|
|
bottom: -16px;
|
|
border-top:8px solid #7C7C7C;
|
|
}
|
|
.ui-popup-top-left .ui-dialog-arrow-b,
|
|
.ui-popup-top .ui-dialog-arrow-b,
|
|
.ui-popup-top-right .ui-dialog-arrow-b {
|
|
bottom: -15px;
|
|
border-top:8px solid #fff;
|
|
}
|
|
.ui-popup-top-left .ui-dialog-arrow-a,
|
|
.ui-popup-top-left .ui-dialog-arrow-b {
|
|
left: 15px;
|
|
}
|
|
.ui-popup-top .ui-dialog-arrow-a,
|
|
.ui-popup-top .ui-dialog-arrow-b {
|
|
left: 50%;
|
|
margin-left: -8px;
|
|
}
|
|
.ui-popup-top-right .ui-dialog-arrow-a,
|
|
.ui-popup-top-right .ui-dialog-arrow-b {
|
|
right: 15px;
|
|
}
|
|
.ui-popup-bottom-left .ui-dialog-arrow-a,
|
|
.ui-popup-bottom .ui-dialog-arrow-a,
|
|
.ui-popup-bottom-right .ui-dialog-arrow-a {
|
|
top: -16px;
|
|
border-bottom:8px solid #7C7C7C;
|
|
}
|
|
.ui-popup-bottom-left .ui-dialog-arrow-b,
|
|
.ui-popup-bottom .ui-dialog-arrow-b,
|
|
.ui-popup-bottom-right .ui-dialog-arrow-b {
|
|
top: -15px;
|
|
border-bottom:8px solid #fff;
|
|
}
|
|
.ui-popup-bottom-left .ui-dialog-arrow-a,
|
|
.ui-popup-bottom-left .ui-dialog-arrow-b {
|
|
left: 15px;
|
|
}
|
|
.ui-popup-bottom .ui-dialog-arrow-a,
|
|
.ui-popup-bottom .ui-dialog-arrow-b {
|
|
margin-left: -8px;
|
|
left: 50%;
|
|
}
|
|
.ui-popup-bottom-right .ui-dialog-arrow-a,
|
|
.ui-popup-bottom-right .ui-dialog-arrow-b {
|
|
right: 15px;
|
|
}
|
|
.ui-popup-left-top .ui-dialog-arrow-a,
|
|
.ui-popup-left .ui-dialog-arrow-a,
|
|
.ui-popup-left-bottom .ui-dialog-arrow-a {
|
|
right: -16px;
|
|
border-left:8px solid #7C7C7C;
|
|
}
|
|
.ui-popup-left-top .ui-dialog-arrow-b,
|
|
.ui-popup-left .ui-dialog-arrow-b,
|
|
.ui-popup-left-bottom .ui-dialog-arrow-b {
|
|
right: -15px;
|
|
border-left:8px solid #fff;
|
|
}
|
|
.ui-popup-left-top .ui-dialog-arrow-a,
|
|
.ui-popup-left-top .ui-dialog-arrow-b {
|
|
top: 15px;
|
|
}
|
|
.ui-popup-left .ui-dialog-arrow-a,
|
|
.ui-popup-left .ui-dialog-arrow-b {
|
|
margin-top: -8px;
|
|
top: 50%;
|
|
}
|
|
.ui-popup-left-bottom .ui-dialog-arrow-a,
|
|
.ui-popup-left-bottom .ui-dialog-arrow-b {
|
|
bottom: 15px;
|
|
}
|
|
.ui-popup-right-top .ui-dialog-arrow-a,
|
|
.ui-popup-right .ui-dialog-arrow-a,
|
|
.ui-popup-right-bottom .ui-dialog-arrow-a {
|
|
left: -16px;
|
|
border-right:8px solid #7C7C7C;
|
|
}
|
|
.ui-popup-right-top .ui-dialog-arrow-b,
|
|
.ui-popup-right .ui-dialog-arrow-b,
|
|
.ui-popup-right-bottom .ui-dialog-arrow-b {
|
|
left: -15px;
|
|
border-right:8px solid #fff;
|
|
}
|
|
.ui-popup-right-top .ui-dialog-arrow-a,
|
|
.ui-popup-right-top .ui-dialog-arrow-b {
|
|
top: 15px;
|
|
}
|
|
.ui-popup-right .ui-dialog-arrow-a,
|
|
.ui-popup-right .ui-dialog-arrow-b {
|
|
margin-top: -8px;
|
|
top: 50%;
|
|
}
|
|
.ui-popup-right-bottom .ui-dialog-arrow-a,
|
|
.ui-popup-right-bottom .ui-dialog-arrow-b {
|
|
bottom: 15px;
|
|
}
|
|
|
|
|
|
@-webkit-keyframes ui-dialog-loading {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
-webkit-transform: rotate(360deg);
|
|
}
|
|
}
|
|
@keyframes ui-dialog-loading {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
.ui-dialog-loading {
|
|
vertical-align: middle;
|
|
position: relative;
|
|
display: block;
|
|
*zoom: 1;
|
|
*display: inline;
|
|
overflow: hidden;
|
|
width: 32px;
|
|
height: 32px;
|
|
top: 50%;
|
|
margin: -16px auto 0 auto;
|
|
font-size: 0;
|
|
text-indent: -999em;
|
|
color: #666;
|
|
}
|
|
.ui-dialog-loading {
|
|
width: 100%;
|
|
text-indent: 0;
|
|
line-height: 32px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ui-dialog-loading::after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 3px;
|
|
height: 3px;
|
|
margin: 14.5px 0 0 14.5px;
|
|
border-radius: 100%;
|
|
box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
|
|
-webkit-transform: rotate(360deg);
|
|
-webkit-animation: ui-dialog-loading 1.5s infinite linear;
|
|
transform: rotate(360deg);
|
|
animation: ui-dialog-loading 1.5s infinite linear;
|
|
display: none;
|
|
} |