lhgdialog.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. body {
  2. height: 100%; background-color: rgb(255, 255, 255);
  3. }
  4. .contain {
  5. border: 1px solid rgb(170, 170, 170); left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute;
  6. }
  7. .dlgtit {
  8. margin: 2px; border: 1px solid rgb(170, 170, 170); height: 26px; cursor: move; background-image: url("images/d_bg.gif"); background-repeat: repeat-x;
  9. }
  10. .dlgtit #txt {
  11. font: bold 12px/normal Tahoma, Arial, sans-serif; left: 15px; top: 4px; color: rgb(0, 0, 0); margin-top: 5px; position: relative; font-size-adjust: none; font-stretch: normal;
  12. }
  13. .dlgtit > #txt {
  14. }
  15. #xbtn {
  16. background-position: -22px 0px; top: 5px; width: 21px; height: 20px; right: 15px; position: absolute; cursor: default; background-image: url("images/btn_bg.gif"); background-repeat: no-repeat;
  17. }
  18. .dlginner {
  19. padding: 2px;
  20. }
  21. .dlgfoot {
  22. background-position: 0px -26px; left: 0px; height: 29px; right: 0px; bottom: 0px; position: absolute; background-image: url("images/d_bg.gif"); background-repeat: repeat-x; _width: 100%;
  23. }
  24. .dlgfoot ul {
  25. list-style: none; margin-top: 5px; margin-right: 10px !important;
  26. }
  27. .dlgfoot ul li {
  28. background-position: 0px -21px; width: 60px; height: 21px; text-align: center; margin-right: 10px; float: right; cursor: default; background-image: url("images/btn_bg.gif"); background-repeat: no-repeat;
  29. }
  30. .dlgfoot ul li span {
  31. font: 12px/normal Verdana, Arial, sans-serif; top: 3px; position: relative; font-size-adjust: none; font-stretch: normal; _top: 5px;
  32. }
  33. .dlgfoot > ul li span {
  34. }
  35. #dark {
  36. background-position: -41px -9px; width: 11px; height: 11px; right: 2px; bottom: 2px; font-size: 0px; margin-right: 0px; position: absolute; cursor: nw-resize; background-image: url("images/btn_bg.gif"); background-repeat: no-repeat; _bottom: 1px;
  37. }
  38. #throbber {
  39. font: 12px/normal Verdana, Arial, sans-serif; left: 50%; top: 50%; width: 180px; height: 25px; text-align: right; margin-top: -12px; margin-left: -90px; z-index: 2; font-size-adjust: none; font-stretch: normal; background-image: url("images/wait.gif"); background-repeat: no-repeat;
  40. }
  41. .fleft {
  42. float: left;
  43. }
  44. .fright {
  45. float: right;
  46. }
  47. .clearboth {
  48. clear: both;
  49. }
  50. .glink a {
  51. color: rgb(57, 90, 144); text-decoration: underline;
  52. }
  53. .glink a:hover {
  54. color: rgb(57, 90, 144); text-decoration: none;
  55. }
  56. .calendar_main {
  57. background: rgb(223, 223, 223); width: 100%;
  58. }
  59. .day_border {
  60. border: 1px solid rgb(176, 176, 176);
  61. }
  62. .day_hover_style {
  63. background: rgb(214, 229, 242);
  64. }
  65. .onday_style {
  66. background: rgb(208, 215, 223); width: 14.2%; height: 100px;
  67. }
  68. .day_style {
  69. background: rgb(255, 255, 255); width: 14.2%; height: 100px;
  70. }
  71. day_style_highlight{
  72. background-color: rgb(0, 0, 200);
  73. }
  74. .day_mouse {
  75. cursor: pointer;
  76. }
  77. .day_mouse_nul {
  78. width: 99%; cursor: pointer;
  79. }
  80. .day_mouse a {
  81. color: rgb(0, 0, 0) !important; cursor: pointer;
  82. }
  83. .day_no {
  84. margin-bottom: 3px; height: 12px; text-align: right; font-size: 14px; font-weight: bold;
  85. }
  86. .day_main {
  87. height: 105px; overflow: hidden;
  88. }
  89. .log_text {
  90. color: rgb(102, 102, 102); word-break: break-all;
  91. }
  92. .month_title {
  93. font-size: 18px; font-weight: bold;
  94. }
  95. .ui-icon {
  96. width: 16px; height: 16px; background-image: url("images/ui-icons_222222_256x240.png");
  97. }
  98. .month_pre {
  99. background-position: -98px -16px;
  100. }
  101. .month_next {
  102. background-position: -35px -16px;
  103. }
  104. .week_title {
  105. width: 100%; text-align: center; color: rgb(153, 153, 153);
  106. }