12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @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/
- */
-
- /* common start */
- body { _margin:0; _height:100%; /*IE6 BUG*/ }
- .aui_outer { text-align:left; }
- table.aui_border, table.aui_dialog { border:0; margin:0; border-collapse:collapse; width:auto; }
- .aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding:0; }
- .aui_header, .aui_buttons button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
- .aui_title { overflow:hidden; text-overflow: ellipsis; }
- .aui_state_noTitle .aui_title { display:none; }
- .aui_close {display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
- .aui_close:hover {text-decoration:none;}
- .aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; }
- .aui_content {*zoom:1; *display:inline; text-align:left; border:none 0; }
- .aui_content.aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
- .aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(../images/loading.gif) no-repeat center center; }
- .aui_icon { vertical-align: middle; }
- .aui_icon div { width:48px; height:48px; margin:10px 0 10px 10px; background-position: center center; background-repeat:no-repeat; }
- .aui_buttons { padding:8px 8px 32px 8px; text-align:center; white-space:nowrap; }
- .aui_buttons button { margin-left:15px; padding: 10px 30px; cursor: pointer; display: inline-block; border-radius:2px; text-align: center; line-height: 1; *padding:5px 15px; *height:2em; font-family: Tahoma, Arial/9!important; width:auto; overflow:visible; *width:1; color: #333; border: solid 1px #cbcbcb; background: #f3f3f3; opacity:.9;}
- .aui_buttons button::-moz-focus-inner{ border:0; padding:0; margin:0; }
- .aui_buttons button:focus { outline:none 0; border-color:#47d7ad; opacity:.9; }
- .aui_buttons button:hover { color:#000; border-color:#ccc; opacity:1; }
- .aui_buttons button:active { border-color:#666; opacity:1;}
- .aui_buttons button[disabled] { cursor:default; color:#666; background:#DDD; border: solid 1px #999; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
- button.aui_state_highlight { color: #FFF; border-color:#47d7ad; background: #47d7ad;}
- button.aui_state_highlight:hover { color:#FFF; border-color:#47d7ad; }
- button.aui_state_highlight:active { border-color:#47d7ad;}
- /* common end */
- .aui_inner { background:#FFF; -webkit-box-shadow:0px 0px 5px #ccc; box-shadow:0px 0px 5px #ccc;}
- .aui_outer, .aui_inner { border:0; }
- .aui_border { /*box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);*/ }
- .aui_nw, .aui_ne, .aui_sw, .aui_se { width:8px; height:8px;}
- .aui_nw {border-top-left-radius:5px;}
- .aui_ne {border-top-right-radius:5px;}
- .aui_sw {border-bottom-left-radius:5px;}
- .aui_se {border-bottom-right-radius:5px;}
- .aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se { }
- .aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se {}
- .aui_state_focus .aui_dialog { }
- .aui_state_focus .aui_outer { }
- .aui_state_lock .aui_border { /*box-shadow:0 3px 26px rgba(0, 0, 0, 0.9);*/ }
- .aui_state_drag .aui_outer, .aui_outer:active { box-shadow:none; }
- .aui_titleBar { position:relative; height:100%; background:#dcdddd }
- .aui_title { height:50px; line-height:50px; padding:0 20px; text-align:left; color:#000; font-size:14px; font-weight:bold; background:#fff; border-bottom:#f2f2f2 1px solid; _height:35px; _line-height:35px; _padding:15px 20px 0 20px;}
- .aui_state_focus .aui_title { color:#3d3d3d; }
- .aui_state_drag .aui_title { color:#000}
- .aui_state_drag .aui_titleBar { box-shadow:none; }
- .aui_close { padding:0; top:0px; right:-40px; width:40px; height:40px; line-height:40px; font-size:26px; color:#a8a8a8 !important; text-align:center; background:#fafafa; }
- .aui_close:hover {color:#ed6f74 !important; line-height:40px; line-height:40px\0; *line-height:40px;}
- .aui_close:active { box-shadow: none; }
- .aui_content { color:#666; }
- .aui_state_focus .aui_content { color:#7d7d7d; }
- .aui_buttons { background-color:#fff; }
- .aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se { width:3px; height:3px; }
- .aui_state_noTitle .aui_inner { border:1px solid #666; background:#FFF; }
- .aui_state_noTitle .aui_outer { border:none 0; box-shadow:none; }
- .aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se { }
- .aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
- .aui_state_noTitle .aui_close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
- .aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active { text-decoration:none; color:#900; }
- .aui_state_noTitle .aui_dialog { box-shadow: none; }
- .art-icon {display:inline-block; background:url(../../../../images/articons.png) no-repeat; vertical-align: text-top; overflow:hidden; *display:inline; *zoom:1; width:15px; height:15px; position:relative; top:2px; margin-right:10px}
- .icon-title-add {background-position:0 0;}
- .icon-title-edit {background-position:0 -33px;}
- .icon-title-ask {background-position:0 -100px;}
- .icon-title-error {background-position:0 -67px;}
|