lhgdialog.css 1.8 KB

12345678910111213141516171819202122232425262728293031
  1. /*!
  2. * lhgcore Dialog Plugin StyleSheet
  3. * Copyright (c) 2009 - 2011 By Li Hui Gang
  4. */
  5. .lhgdialog{position:absolute;padding:0;margin:0;font:12px Tahoma,Arial,sans-serif;_ie6png:true;}
  6. .lhgdg_leftTop{background:url(images/leftTop.png) no-repeat;width:13px;height:33px;}
  7. .lhgdg_rightTop{background:url(images/rightTop.png) no-repeat;width:13px;}
  8. .lhgdg_leftBottom{background:url(images/leftBottom.png) no-repeat;width:13px;height:13px;}
  9. .lhgdg_rightBottom{background:url(images/rightBottom.png) no-repeat;cursor:nw-resize;width:13px;}
  10. .lhgdg_left,.lhgdg_right{background-repeat:repeat-y;}
  11. .lhgdg_left{background-image:url(images/left.png);}
  12. .lhgdg_right{background-image:url(images/right.png);}
  13. .lhgdg_top,.lhgdg_bottom{background-repeat:repeat-x;font-size:0;}
  14. .lhgdg_top{background-image:url(images/top.png);cursor:move;}
  15. .lhgdg_bottom{background-image:url(images/bottom.png);}
  16. .lhgdg_title_icon{height:33px;}
  17. .lhgdg_icon{float:left;background:url(images/icon.gif) no-repeat;width:16px;height:16px;margin-top:12px;}
  18. .lhgdg_title{float:left;color:#fff;font-weight:bold;font-size:12px;height:16px;margin-top:12px;margin-top:14px\0;padding-left:5px;}
  19. .lhgdg_xbtn{position:absolute;background:url(images/xbtn.png) no-repeat;display:block;cursor:default;width:13px;height:13px;top:14px;right:17px;}
  20. .lhgdg_inbox,.lhgdg_load{width:100%;height:100%;background-color:#fff;overflow:auto;}
  21. .lhgdg_load{text-align:center;font-weight:bold;}
  22. .lhgdg_load span{padding-left:20px;height:16px;background:url(images/wait.gif) no-repeat 0 0;}
  23. .lhgdg_btnBar{height:29px;background-color:#f6f6f6;border-top:1px solid #dadee5;}
  24. .lhgdg_button{float:right;padding:1px 5px 0 0;}
  25. .lhgdg_button button{height:22px;padding:0 5px;_padding:0 3px;font:12px Tahoma,Arial,sans-serif;}