weebox.css 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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(img/loading.gif) no-repeat center; width:100%; height:100%}
  14. .dialog-mask{border:0px; background:#fff; 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; cursor:move; border-bottom:solid 1px #ccc;}
  17. .dialog-box .dialog-title {float:left; text-align:left; font-size:14px; font-weight:bold; }
  18. .dialog-box .dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(img/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(img/e_bg.jpg) bottom right no-repeat;}
  23. .errorbox .dialog-header {background:url(img/e_hd.gif) repeat-x; color:#6f2c2c;}
  24. .warningbox {border:1px solid #c5a524;}
  25. .warningbox .dialog-content {background:#fff url(img/w_bg.jpg) bottom right no-repeat;}
  26. .warningbox .dialog-header {background:url(img/w_hd.gif) repeat-x; color:#957c17;}
  27. .successbox {border:1px solid #60a174;}
  28. .successbox .dialog-content {background:#fff url(img/s_bg.jpg) bottom right no-repeat;}
  29. .successbox .dialog-header {background:url(img/s_hd.gif) repeat-x; color:#3c7f51;}
  30. .promptbox {border:1px solid #cccccc;}
  31. .promptbox .dialog-content {background:#fff url(img/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:#edf3f7; color:#355468;}
  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:27px; position:relative; cursor:move;}
  41. .weedialog .dialog-tl{position:absolute; left:0px; top:0px; width:12px; height:27px; background:url(img/dialog_tl.png) no-repeat;}
  42. .weedialog .dialog-title{text-align:left; margin-left:12px; margin-right:35px; width:auto; height:17px; padding-top:10px; *padding-top:7px; background:url(img/dialog_tc.png) repeat-x; font-weight:bold;}
  43. .weedialog .dialog-tr{position:absolute; right:0px; top:0px; width:35px; height:27px; background:url(img/dialog_tr.png) no-repeat;}
  44. .weedialog .dialog-close{margin:10px 0px 0px 10px;}
  45. .weedialog .dialog-close a{ width:16px; height:16px; display:block;}
  46. .weedialog .dialog-con{background:url(img/dialog_cl.png) repeat-y left ; padding-left:4px;}
  47. .weedialog .dialog-con2{background:url(img/dialog_cr.png) repeat-y right; padding-right:4px;}
  48. .weedialog .dialog-content{clear:both; line-height:20px; padding:5px 5px 0px 5px; background:#fff; overflow-y:auto; overflow-x:hidden;}
  49. .weedialog .dialog-button{clear:both; text-align:center; padding:5px 5px 0px 5px; background:#fff;}
  50. .weedialog .dialog-button input{width:40px;}.weedialog .dialog-bot{clear:both; height:9px; position:relative; font-size:0px;}
  51. .weedialog .dialog-bl{position:absolute; left:0px; top:0px;width:12px; height:9px;background:url(img/dialog_bl.png) no-repeat;}
  52. .weedialog .dialog-bc{margin-left:12px; margin-right:12px; width:auto; height:9px; background:url(img/dialog_bc.png) repeat-x;}
  53. .weedialog .dialog-br{position:absolute; right:0px; top:0px; width:12px; height:9px; background:url(img/dialog_br.png) no-repeat;}
  54. .dialog-ok,.dialog-cancel{
  55. background:none repeat scroll 0 0 #4e6a81;
  56. border-color:#dddddd #000000 #000000 #dddddd;
  57. border-style:solid;
  58. border-width:2px;
  59. color:#FFFFFF;
  60. cursor:pointer;
  61. letter-spacing:0.1em;
  62. overflow:visible;
  63. padding:3px 15px;
  64. width:auto;
  65. cursor:pointer;
  66. text-decoration:none;
  67. margin:3px;
  68. }
  69. .search_row form {
  70. margin: -5px 0;
  71. line-height: 32px;
  72. }
  73. .search_row form div{
  74. margin: 0;
  75. line-height: 32px;
  76. margin: 5px 0;
  77. float: left;
  78. }