style.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. #login, #online-room {
  2. background: #C7CC2D;
  3. border: 1px solid #972620;
  4. border-radius: 6px;
  5. height: 300px;
  6. margin-top: 20px;
  7. margin-left: auto;
  8. width: 300px;
  9. }
  10. #online-room {
  11. position: relative;
  12. width: 500px;
  13. margin-left: -150px;
  14. }
  15. input[type="password"], input[type="text"] {
  16. background: linear-gradient(top, #C7CC2D, #e6e6e6);
  17. border: 1px solid #C7CC2D;
  18. border-radius: 4px;
  19. box-shadow: 0 1px #C7CC2D;
  20. box-sizing: border-box;
  21. color: #567199;
  22. height: 39px;
  23. margin: 24px 0 0 29px;
  24. padding-left: 37px;
  25. transition: box-shadow 0.3s;
  26. width: 240px;
  27. }
  28. input[type="password"]:focus, input[type="text"]:focus {
  29. box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  30. outline: 0;
  31. }
  32. .show-password {
  33. display: block;
  34. height: 16px;
  35. margin: 26px 0 0 28px;
  36. width: 87px;
  37. }
  38. input[type="checkbox"] {
  39. cursor: pointer;
  40. height: 16px;
  41. opacity: 0;
  42. position: relative;
  43. width: 64px;
  44. }
  45. input[type="checkbox"]:checked {
  46. left: 29px;
  47. width: 58px;
  48. }
  49. .toggle {
  50. display: block;
  51. height: 16px;
  52. margin-top: -20px;
  53. width: 87px;
  54. z-index: -1;
  55. }
  56. input[type="checkbox"]:checked + .toggle { background-position: 0 -16px }
  57. input[type="button"] {
  58. width:240px;
  59. height:35px;
  60. display:block;
  61. font-family:Arial, "Helvetica", sans-serif;
  62. font-size:16px;
  63. font-weight:bold;
  64. color:#F8E15E;
  65. text-decoration:none;
  66. text-transform:uppercase;
  67. text-align:center;
  68. text-shadow:1px 1px 0px #567199;
  69. padding-top:6px;
  70. margin: 23px 0 0 29px;
  71. position:relative;
  72. cursor:pointer;
  73. border: none;
  74. background-color: #567199;
  75. background-image: linear-gradient(top,#567199,rgba(252, 4, 4, 0.067));
  76. border-top-left-radius: 5px;
  77. border-top-right-radius: 5px;
  78. border-bottom-right-radius: 5px;
  79. border-bottom-left-radius:5px;
  80. box-shadow: inset 0px 1px 0px #567199, 0px 5px 0px 0px #324F70, 0px 10px 5px #C7CC2D;
  81. }
  82. input[type="button"]:hover:enabled, input[type="text"]:hover:enabled {
  83. transform:scale(1.1);
  84. }
  85. input[type="button"]:disabled {
  86. width:240px;
  87. height:35px;
  88. display:block;
  89. font-family:Arial, "Helvetica", sans-serif;
  90. font-size:16px;
  91. font-weight:bold;
  92. color:#F8E15E;
  93. text-decoration:none;
  94. text-transform:uppercase;
  95. text-align:center;
  96. text-shadow:1px 1px 0px #909998;
  97. padding-top:6px;
  98. margin: 23px 0 0 29px;
  99. position:relative;
  100. cursor:pointer;
  101. border: none;
  102. background-color: #7e7e7e;
  103. background-image: linear-gradient(top,#909998,#82a09c);
  104. border-top-left-radius: 5px;
  105. border-top-right-radius: 5px;
  106. border-bottom-right-radius: 5px;
  107. border-bottom-left-radius:5px;
  108. box-shadow: inset 0px 1px 0px #7e7e7e, 0px 5px 0px 0px #808586, 0px 7px 5px #C7CC2D;
  109. }
  110. .shadow {
  111. background: #000;
  112. border-radius: 12px 12px 4px 4px;
  113. box-shadow: 0 0 20px 10px #000;
  114. height: 12px;
  115. margin: 30px auto;
  116. opacity: 0.2;
  117. width: 270px;
  118. }
  119. input[type="button"]:enabled:active {
  120. top:3px;
  121. box-shadow: inset 0px 1px 0px #567199, 0px 2px 0px 0px #324F70, 0px 5px 3px #C7CC2D;
  122. }
  123. .connection {
  124. font-family:Arial, "Helvetica", sans-serif;
  125. font-size:14px;
  126. color: #972620;
  127. text-align:center;
  128. }
  129. #online-room-buttons {
  130. position: absolute;
  131. top:50px;
  132. left:205px;
  133. }
  134. #online-games {
  135. background: #567199;
  136. border: 1px solid #567199;
  137. border-radius: 3px;
  138. margin: 20px 20px;
  139. height: 250px;
  140. width: 185px;
  141. overflow: hidden;
  142. font-family:Arial, "Helvetica", sans-serif;
  143. font-size:16px;
  144. font-weight:bold;
  145. color:#F8E15E;
  146. text-decoration:none;
  147. text-transform:uppercase;
  148. text-align:center;
  149. text-shadow:1px 1px 0px #567199;
  150. vertical-align: middle;
  151. padding-top: 8px;
  152. }
  153. #list-games {
  154. padding: 0;
  155. list-style:none;
  156. }
  157. #list-games li {
  158. font-family:Arial, "Helvetica", sans-serif;
  159. font-size:14px;
  160. margin: 7px 10px 0px 10px;
  161. }
  162. #list-games span {
  163. width:155px;
  164. height:35px;
  165. background-color:#333;
  166. padding-left:10px;
  167. text-decoration:none;
  168. color:#bfe1f1;
  169. display: table-cell;
  170. vertical-align: middle;
  171. }