_nick-setting.scss 2.3 KB

123456789101112131415161718192021222324
  1. @charset "UTF-8";
  2. /* nickname setting @Max */
  3. .nickname-setting {z-index: 10000;font: 12px/1.5 tahoma, sans-serif;}
  4. .dw-comment-modal {width:350px;overflow:hidden;position: fixed;_position: absolute;top:50%;left:50%;margin:-125px 0 0 -175px;background-color: #FFF;-webkit-box-shadow: 0 0 8px 0 #e4e4e4;
  5. box-shadow: 0 0 8px 0 #999;border: 1px solid #CCC;
  6. _top: expression( ie6 = (document.documentElement.scrollTop + (document.documentElement.clientHeight / 2) + "px") );
  7. }
  8. .dw-comment-modal-hd {height: 36px; line-height: 36px;background-color: #f3f3f3;border-bottom: 1px solid #e4e4e4;}
  9. .dw-comment-modal-hd h3 {font-size: 14px;color: #666;padding-left: 30px;background: url(icon_setting.png) no-repeat 10px 50%;}
  10. .dw-comment-modal-hd i {display: block;width: 16px;height: 16px;text-indent: -9999px;background: url(icon_close.png) no-repeat 0 0;position: absolute;top:10px;right:10px;cursor: pointer;}
  11. .dw-comment-modal-bd {padding: 16px 0;}
  12. .dw-comment-modal-bd div {overflow: hidden;margin: 10px 0;}
  13. .dw-comment-modal-bd label {float:left;width:96px;text-align: right;color: #666;height: 26px; line-height: 26px;}
  14. .dw-comment-modal-bd input.dw-comment-nickname {float:left;width:180px;height: 24px; line-height: 24px;border: 1px solid #e6e6e6;padding: 0 5px;margin: 0;}
  15. .dw-comment-modal-bd input.dw-comment-code {float:left;width:70px;height: 24px; line-height: 24px;border: 1px solid #e6e6e6;padding: 0 5px;margin-right: 5px;}
  16. .dw-comment-modal-bd div span {float: left; _display: inline;}
  17. .dw-comment-modal-bd p {clear:both;padding-left: 98px;width:250px;color: #F30;margin: 0;}
  18. .dw-comment-modal-bd .dw-comment-modal-btns {clear:both;padding-left: 98px;}
  19. .dw-comment-modal-bd .dw-comment-modal-btns button {display: inline-block;width:74px;height: 24px;text-align: center;-webkit-border-radius: 3px;
  20. border-radius: 3px;margin-right: 10px;cursor: pointer;overflow: visible;padding:0;}
  21. .dw-comment-modal-bd .dw-comment-modal-btns .dw-comment-modal-submit {background-color: #57aeeb;font-weight: 700;color: #FFF;border: 1px solid #57aeeb;}
  22. .dw-comment-modal-bd .dw-comment-modal-btns .dw-comment-modal-next {background-color: #FFF;color: #666;border: 1px solid #e3e3e3;}
  23. .dw-comment-modal-ft {height: 36px; line-height: 36px;background-color: #f3f3f3;border-top: 1px solid #e4e4e4;text-align: center;color: #666;}