weebox.css 6.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /**
  2. * weebox.css
  3. *
  4. * weebox style
  5. *
  6. * @category javascript
  7. * @package jquery
  8. * @author Jack <xiejinci@gmail.com>
  9. * @copyright Copyright (c) 2006-2008 9wee Com. (http://www.9wee.com)
  10. * @license http://www.9wee.com/license/
  11. * @version
  12. */
  13. .dialog-loading {background:url(../images/weebox/loading.gif) no-repeat center; width:100%; height:100%}
  14. .dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;}
  15. .dialog-box {background:#fff; width:300px;}
  16. .dialog-box .dialog-header {padding:8px; height:15px; border-bottom:solid 1px #ccc; position:relative;}
  17. .dialog-box .dialog-title {float:left; text-align:left; font-size:12px; position:relative;}
  18. .dialog-box .dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(../images/weebox/close.gif) no-repeat;}
  19. .dialog-box .dialog-content {clear:both; margin:0px; padding:6px; color:#666666; font-size:13px; overflow-y:auto;}
  20. .dialog-box .dialog-button {clear:both; border-top: 1px solid #cccccc; text-align:center; margin:0px; padding-top:5px;}
  21. .errorbox {border:1px solid #924949;}
  22. .errorbox .dialog-content {background:#fff url(../images/weebox/e_bg.jpg) bottom right no-repeat;}
  23. .errorbox .dialog-header {background:url(../images/weebox/e_hd.gif) repeat-x; color:#6f2c2c;}
  24. .warningbox {border:1px solid #c5a524;}
  25. .warningbox .dialog-content {background:#fff url(../images/weebox/w_bg.jpg) bottom right no-repeat;}
  26. .warningbox .dialog-header {background:url(../images/weebox/w_hd.gif) repeat-x; color:#957c17;}
  27. .successbox {border:1px solid #60a174;}
  28. .successbox .dialog-content {background:#fff url(../images/weebox/s_bg.jpg) bottom right no-repeat;}
  29. .successbox .dialog-header {background:url(../images/weebox/s_hd.gif) repeat-x; color:#3c7f51;}
  30. .promptbox {border:1px solid #cccccc;}
  31. .promptbox .dialog-content {background:#fff url(../images/weebox/p_bg.jpg) bottom right no-repeat;}
  32. .promptbox .dialog-header {background:#edf3f7; color:#355468;}
  33. .dialogbox {border:1px solid #cccccc;}
  34. .dialogbox .dialog-content {background:#fff;}
  35. .dialogbox .dialog-header {background:#f0f0f0; color:#999;}
  36. .boxbox {border:1px solid #cccccc;}
  37. .boxbox .dialog-content {background:#fff;}
  38. .boxbox .dialog-header {background:#edf3f7; color:#355468;}
  39. .weedialog{}
  40. .weedialog .dialog-header{height:37px; cursor:move; line-height:37px; font-size:14px; width:100%; clear:both; text-align:left; position:relative; top:0; left:0;background:url(../images/weebox/dialog_header.png);}
  41. .weedialog .dialog-title{color:#fff; float:left; padding-left:20px; }
  42. .weedialog .dialog-top{height:8px;position:relative; overflow:hidden;}
  43. .weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:8px; height:8px;background:url(../images/weebox/lb_left_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_left_top.png"); _background:none;}
  44. .weedialog .dialog-tc{margin-left:8px; margin-right:8px; width:auto; height:8px;background:url(../images/weebox/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none; overflow:hidden;}
  45. .weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:8px; height:8px;background:url(../images/weebox/lb_right_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_right_top.png"); _background:none;}
  46. .weedialog .dialog-close{ cursor:pointer; background:url(../images/weebox/light_box_close_btn.png) no-repeat; font-size:0px; line-height:0px; height:13px; width:13px; float:right; margin:10px 10px 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/light_box_close_btn.png"); _background:none;}
  47. .weedialog .dialog-content{clear:both; padding:10px; overflow-y:auto; overflow-x:hidden;background-color:#fff;}
  48. .weedialog .dialog-button{clear:both; background:#fff; padding:8px 0;}
  49. .weedialog .dialog-cl{width:8px;background:url(../images/weebox/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
  50. .weedialog .dialog-cr{width:8px;background:url(../images/weebox/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
  51. .weedialog .dialog-button{text-align:right; font-size:12px; padding-right:6px; _padding-right:2px;}
  52. .weedialog .dialog-ok{border:0px; background:url(../images/weebox/btn_ok.gif) no-repeat; height:24px; line-height:24px; width:63px; color:#fff;cursor:pointer; padding:0px; margin:0px; margin-right:3px;}
  53. .weedialog .dialog-cancel{border:0px; background:url(../images/weebox/btn_ok.gif) no-repeat; height:24px; line-height:24px; width:63px; color:#fff;cursor:pointer; padding:0px;margin:0px; margin-right:3px;}
  54. .weedialog .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url(img/btn_cancel.gif) top; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}
  55. .weedialog .dialog-bot{clear:both; height:8px; position:relative; font-size:0px;}
  56. .weedialog .dialog-bl{position:absolute; left:0px; top:0px; width:8px; height:8px; background:url(../images/weebox/lb_left_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_left_bottom.png"); _background:none;}
  57. .weedialog .dialog-bc{margin-left:8px; margin-right:8px; width:auto; height:8px; background:url(../images/weebox/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
  58. .weedialog .dialog-br{position:absolute; right:0px; top:0px; width:8px; height:8px; background:url(../images/weebox/lb_right_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_right_bottom.png"); _background:none;}
  59. .dialog-ok,.dialog-cancel{
  60. background:none repeat scroll 0 0 #5fb2cb;
  61. border-color:#7fc1d7 #4a899d #5194aa #8fc8db;
  62. border-style:solid;
  63. border-width:2px;
  64. color:#FFFFFF;
  65. cursor:pointer;
  66. letter-spacing:0.1em;
  67. overflow:visible;
  68. padding:3px 15px;
  69. width:auto;
  70. cursor:pointer;
  71. text-decoration:none;
  72. margin:3px;
  73. height:26px!important;
  74. line-height:18px;
  75. }