| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- body {
- height: 100%; background-color: rgb(255, 255, 255);
- }
- .contain {
- border: 1px solid rgb(170, 170, 170); left: 0px; top: 0px; right: 0px; bottom: 0px; overflow: hidden; position: absolute;
- }
- .dlgtit {
- margin: 2px; border: 1px solid rgb(170, 170, 170); height: 26px; cursor: move; background-image: url("images/d_bg.gif"); background-repeat: repeat-x;
- }
- .dlgtit #txt {
- 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;
- }
- .dlgtit > #txt {
-
- }
- #xbtn {
- 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;
- }
- .dlginner {
- padding: 2px;
- }
- .dlgfoot {
- 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%;
- }
- .dlgfoot ul {
- list-style: none; margin-top: 5px; margin-right: 10px !important;
- }
- .dlgfoot ul li {
- 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;
- }
- .dlgfoot ul li span {
- font: 12px/normal Verdana, Arial, sans-serif; top: 3px; position: relative; font-size-adjust: none; font-stretch: normal; _top: 5px;
- }
- .dlgfoot > ul li span {
-
- }
- #dark {
- 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;
- }
- #throbber {
- 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;
- }
- .fleft {
- float: left;
- }
- .fright {
- float: right;
- }
- .clearboth {
- clear: both;
- }
- .glink a {
- color: rgb(57, 90, 144); text-decoration: underline;
- }
- .glink a:hover {
- color: rgb(57, 90, 144); text-decoration: none;
- }
- .calendar_main {
- background: rgb(223, 223, 223); width: 100%;
- }
- .day_border {
- border: 1px solid rgb(176, 176, 176);
- }
- .day_hover_style {
- background: rgb(214, 229, 242);
- }
- .onday_style {
- background: rgb(208, 215, 223); width: 14.2%; height: 100px;
- }
- .day_style {
- background: rgb(255, 255, 255); width: 14.2%; height: 100px;
- }
- day_style_highlight{
- background-color: rgb(0, 0, 200);
- }
- .day_mouse {
- cursor: pointer;
- }
- .day_mouse_nul {
- width: 99%; cursor: pointer;
- }
- .day_mouse a {
- color: rgb(0, 0, 0) !important; cursor: pointer;
- }
- .day_no {
- margin-bottom: 3px; height: 12px; text-align: right; font-size: 14px; font-weight: bold;
- }
- .day_main {
- height: 105px; overflow: hidden;
- }
- .log_text {
- color: rgb(102, 102, 102); word-break: break-all;
- }
- .month_title {
- font-size: 18px; font-weight: bold;
- }
- .ui-icon {
- width: 16px; height: 16px; background-image: url("images/ui-icons_222222_256x240.png");
- }
- .month_pre {
- background-position: -98px -16px;
- }
- .month_next {
- background-position: -35px -16px;
- }
- .week_title {
- width: 100%; text-align: center; color: rgb(153, 153, 153);
- }
|