game.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /*Stylesheet*/
  2. * {
  3. -webkit-tap-highlight-color: transparent;
  4. }
  5. body {
  6. background: url('themeback.jpg');
  7. background-color: #000000;
  8. color:#cccccc;
  9. margin: 0px;
  10. padding: 0px;
  11. border: 0px;
  12. -webkit-user-select: none;
  13. -moz-user-select: none;
  14. -khtml-user-select: none;
  15. -o-user-select: none;
  16. -ms-user-select: none;
  17. touch-action:none;
  18. -webkit-touch-callout: none;
  19. -ms-touch-action:none;
  20. -webkit-text-size-adjust: none;
  21. }
  22. canvas {
  23. image-rendering: optimizeSpeed;
  24. -webkit-interpolation-mode: nearest-neighbor;
  25. margin: 0px;
  26. padding: 0px;
  27. border: 0px;
  28. }
  29. :-webkit-full-screen #canvas {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. div.gm4html5_div_class
  34. {
  35. margin: 0px;
  36. padding: 0px;
  37. border: 0px;
  38. }
  39. /* START - Login Dialog Box */
  40. div.gm4html5_login
  41. {
  42. padding: 20px;
  43. position: absolute;
  44. border: solid 2px #000000;
  45. background-color: #404040;
  46. color:#00ff00;
  47. border-radius: 15px;
  48. box-shadow: #101010 20px 20px 40px;
  49. }
  50. div.gm4html5_cancel_button
  51. {
  52. float: right;
  53. }
  54. div.gm4html5_login_button
  55. {
  56. float: left;
  57. }
  58. div.gm4html5_login_header
  59. {
  60. text-align: center;
  61. }
  62. /* END - Login Dialog Box */
  63. :-webkit-full-screen {
  64. width: 100%;
  65. height: 100%;
  66. }
  67. #sg-orient-screen {
  68. position: absolute;
  69. width: 100%;
  70. height: 100%;
  71. background: url('orientback.png') center center no-repeat;
  72. z-index: 15;
  73. background-size: 50%;
  74. background-color: #70FFFF;
  75. display: none;
  76. }
  77. #sg-loading-bar {
  78. width: 0px;
  79. height: 0px;
  80. left: 0px;
  81. top: 0px;
  82. background-size: 0px;
  83. background: url('loadbar.gif');
  84. z-index: 8;
  85. display: block;
  86. }
  87. #sg-loading-bar-back {
  88. position: absolute;
  89. width: 0px;
  90. height: 0px;
  91. left: 0px;
  92. top: 0px;
  93. background-size: cover;
  94. background: url('loadbarback.png');
  95. z-index: 7;
  96. display: block;
  97. }
  98. #sg-loading-screen {
  99. position: absolute;
  100. width: 100%;
  101. height: 100%;
  102. background: url('splash.jpg') center center no-repeat;
  103. z-index: 6;
  104. background-size: auto 100%;
  105. display: block;
  106. }
  107. #sg-ad-screen {
  108. position: absolute;
  109. width: 100%;
  110. height: 100%;
  111. background: #000;
  112. z-index: 10;
  113. display: none;
  114. }
  115. #sg-ad-cont {
  116. position: absolute;
  117. left: 0px;
  118. top: 0px;
  119. border: 0;
  120. background: #000;
  121. width: 100%;
  122. height: 100%;
  123. z-index: 11;
  124. display: block;
  125. }
  126. #sg-banner-cont {
  127. position: absolute;
  128. left: 0px;
  129. bottom: -1px;
  130. border: 0;
  131. width: 100%;
  132. z-index: 9;
  133. display: block;
  134. }
  135. #sg-ad-text {
  136. position: absolute;
  137. width: 100%;
  138. height: 20px;
  139. background: #000;
  140. text-align: center;
  141. font-size: 16px;
  142. opacity: 0.5;
  143. z-index: 12;
  144. display: block;
  145. }
  146. #sg-ad-but {
  147. position: absolute;
  148. left: 0px;
  149. top: 0px;
  150. z-index: 13;
  151. display: block;
  152. }
  153. #sg-cross-bar {
  154. position: absolute;
  155. width: 100%;
  156. height: 85px;
  157. left:0px;
  158. bottom: 0px;
  159. background: #444;
  160. border-top: 2px solid black;
  161. z-index: 9;
  162. display: none;
  163. }