userHelp.css 400 B

123456789101112131415161718192021
  1. #userHelpContent{
  2. background: url(../../images/layout/bg-normal.png);
  3. width: 300px;
  4. height: 400px;
  5. position: absolute;
  6. top: 50%;
  7. left: 50%;
  8. margin-left: -150px;
  9. margin-top: -200px;
  10. }
  11. #userHelpContent .contentheader{
  12. width: 100%;
  13. height: 30px;
  14. border-bottom: 1px solid #04cfed
  15. }
  16. #userHelpContent .contentheader span{
  17. line-height: 30px;
  18. color: #fff;
  19. font-size: 20px;
  20. margin-left: 20px;
  21. }