landers.dialog
Version:
landers.dialog
58 lines (50 loc) • 1.74 kB
CSS
@charset "utf-8";
/*
* artDialog skin
* http://code.google.com/p/artdialog/
* (c) 2009-2011 TangBin, http://www.planeArt.cn
*
* This is licensed under the GNU LGPL, version 2.1 or later.
* For details, see: http://creativecommons.org/licenses/LGPL/2.1/
*/
@import url(black.css);
.aui_buttons button {outline:none;padding: 9px 15px; border-radius: 3px; border:none; box-shadow:none; background:#444;text-shadow:none; color:#fff;}
.aui_buttons button:focus {box-shadow:none;}
.aui_buttons button.aui_state_highlight {
background: #00bff3;;
}
.aui_buttons button:hover {
background:#333;
color: #fff;
}
.aui_buttons button.disabled {
border: none;
}
.aui_nw, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_se {width:1px;}
.aui_n {height: 50px;}
.aui_border, .aui_outer {border-radius:4px; overflow: hidden;}
.aui_ne {background-position: -9px 0px;}
.aui_border>tbody>tr:nth-child(1) {background-color: #333;}
.aui_border>tbody>tr:nth-child(3) {display: none;}
.aui_footer {background-color: #efefef; border-top:1px solid #e1e1e1;}
.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s {background-image: none;}
@media screen and (min-width:0) {
.aui_nw { height:41px; }
.aui_ne { height:41px;}
.aui_sw { background-position: 0 -41px; }
.aui_se { background-position: -5px -41px; }
}
.aui_titleBar { bottom:33px;}
.aui_title {padding-left: 8px; font-size: 18px; font-weight: normal;line-height: 26px; height:auto; line-height:100%;}
.aui_close { top:0; right:8px;}
.aui_icon, .aui_main {padding:0px;}
.aui_outer {border-bottom: 1px solid #818181;}
.aui_loading {
position:absolute; left: 50%; top:50%;
margin-left: -48px; margin-top: -16px;
}
.aui_buttons button[disabled] {
border:none;
color:#fff;
background-color: #999;
}