UNPKG

landers.dialog

Version:

landers.dialog

57 lines (48 loc) 1.54 kB
@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 {padding: 9px 15px;} .aui_nw, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_se {width:1px;} .aui_n {height: 31px;} .aui_border, .aui_outer {border-radius:8px; 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;} .aui_title {line-height: 26px;} .aui_close { top:3px; 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; } /* html .aui_border>tbody>tr:nth-child(1){ background-color:#3399dd; } html button.aui_state_highlight { background:#005E5E; border:none; } html button.aui_state_highlight:active{ background:#009999; box-shadow:none; } */