softgames.css 545 B

123456789101112131415161718192021222324
  1. #sg-loadscrn{
  2. position:fixed; top:0;left:0;width:100%; height:100%; background-color:#fff; z-index:9999;
  3. }
  4. #sg-spinner{
  5. position: absolute; width: 150px; height: 50px; top:50%; left:50%; margin-top:-25px; margin-left:-75px;
  6. background-image: url('../sg-loader.gif');
  7. }
  8. #sg-spinner.no-img{
  9. background: #ffffff;
  10. }
  11. #sg-loadtext{
  12. position:absolute;
  13. font-family: sans-serif;
  14. top:50%; left:50%;
  15. width: 250px;
  16. margin-left:-125px;
  17. margin-top:-125px;
  18. text-align:center;
  19. line-height:150%;
  20. font-size:16px;
  21. }