extend_module.css 1.8 KB

12345678910111213141516171819202122232425
  1. /** forum::viewthread,group::viewthread **/
  2. #share_picture_list { float: left; margin: 10px auto; padding: 0; }
  3. #share_picture_list div.share_picture_box { float: left; text-align: center; width: 120px; }
  4. #share_picture_list div.share_picture_box a { padding: 2px; border: #ddd 2px solid; display: block; width: 100px; height: 100px;}
  5. #share_picture_list div.share_picture_box a:hover { padding: 2px; border: #74CBEC 2px solid; display: block; width: 100px; height: 100px;}
  6. #share_picture_list div.select a { border-color: #74CBEC; }
  7. #share_picture_list div.share_picture_box a img { width: 100px; height: 100px; }
  8. #share_picture_list div div.badge { position: absolute; z-index: 1; margin: -2px 0 0 -2px; width: 112px; height: 112px; display: block; background: transparent url({IMGDIR}/transparent.gif) no-repeat 0 0; cursor: pointer; }
  9. #share_picture_list div.select div.badge { background: transparent url({IMGDIR}/share_img.png) no-repeat 0 0; }
  10. #share_picture_title { overflow: hidden; padding: 0 15px; width: 100%; clear: both; }
  11. #cancel_share_picture_title { padding: 5px 0; }
  12. /** end **/
  13. /** forum,group,home **/
  14. .syn_qq, .syn_tqq, .syn_qq_check, .syn_tqq_check { display: inline-block; margin-top: 3px; width: 19px; height: 19px; background: transparent url({IMGDIR}/connect_post_syn.png) no-repeat 0 0; line-height: 64px; overflow: hidden; vertical-align: top; cursor: pointer; }
  15. .ie6 .syn_qq, .ie6 .syn_tqq, .ie6 .syn_qq_check, .ie6 .syn_tqq_check { display: inline; }
  16. .syn_qq_check { background-position: -22px 0; }
  17. .syn_tqq { background-position: 0 -22px; margin-left: 5px; }
  18. .syn_tqq_check { background-position: -22px -22px; margin-left: 5px; }
  19. /** end **/
  20. /** member **/
  21. .qqregtb { margin-top: 0; padding-top: 5px; background-color: {SPECIALBG}; }
  22. /** end **/