home.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. .main{
  2. position: relative; }
  3. @media screen and (min-width: 1280px) {
  4. .main {
  5. padding-right: 20%; }
  6. }
  7. .main-container {
  8. vertical-align: middle;
  9. text-align: center;
  10. overflow: hidden;
  11. width: 100%;
  12. margin-top: 0px;
  13. margin-right: auto;
  14. margin-bottom: 0px;
  15. margin-left: 1%; }
  16. .main-footer {
  17. position: relative;
  18. text-align: center;
  19. margin: 0 auto;
  20. }
  21. .help {
  22. overflow-y : auto;
  23. }
  24. @media screen and (min-width: 1280px) {
  25. .main-footer {
  26. bottom: 0;
  27. padding-bottom: 200px;
  28. position: absolute;
  29. right: 1%;
  30. top: 5%;
  31. width: 20%; } }
  32. .my-padding {
  33. padding: 50px 30px 50px 80px;
  34. }
  35. .scroll-left {
  36. height: 50px;
  37. overflow: hidden;
  38. position: relative;
  39. color: black;
  40. }
  41. .scroll-left p {
  42. position: absolute;
  43. font-size: 130%;
  44. width: 100%;
  45. height: 100%;
  46. margin: 0;
  47. line-height: 50px;
  48. text-align: center;
  49. /* Starting position */
  50. -moz-transform:translateX(-50%);
  51. -webkit-transform:translateX(-50%);
  52. transform:translateX(-50%);
  53. /* Apply animation to this element */
  54. -moz-animation: scroll-left linear 0s infinite;
  55. -webkit-animation: scroll-left 0s linear infinite;
  56. animation: scroll-left 25s linear infinite;
  57. }
  58. /* Move it (define the animation) */
  59. @-moz-keyframes scroll-left {
  60. 0% { -moz-transform: translateX(100%); }
  61. 100% { -moz-transform: translateX(-100%); }
  62. }
  63. @-webkit-keyframes scroll-left {
  64. 0% { -webkit-transform: translateX(100%); }
  65. 100% { -webkit-transform: translateX(-100%); }
  66. }
  67. @keyframes scroll-left {
  68. 0% {
  69. -moz-transform: translateX(100%); /* Browser bug fix */
  70. -webkit-transform: translateX(100%); /* Browser bug fix */
  71. transform: translateX(100%);
  72. }
  73. 100% {
  74. -moz-transform: translateX(-100%); /* Browser bug fix */
  75. -webkit-transform: translateX(-100%); /* Browser bug fix */
  76. transform: translateX(-100%);
  77. }
  78. }
  79. .button-wrapper {
  80. overflow:hidden;
  81. margin:0 auto;
  82. text-align:center;
  83. }
  84. .play-button {
  85. /*width: 33vw;*/
  86. white-space: normal;
  87. font-size: 25px;
  88. border: 1px;
  89. border-style: solid;
  90. border-color: #AC1E44;
  91. border-radius: 3px;
  92. padding: 2px 30px 1px 30px;
  93. text-align: center;
  94. /* margin-left: 60px;
  95. margin-right: 60px;
  96. margin-bottom: 40px;
  97. margin-top: 40px;*/
  98. min-width: 200px;
  99. /*max-width: 300px;*/
  100. background-color: rgba(249, 242, 236, 0.4);
  101. -webkit-hyphens: auto;
  102. -moz-hyphens: auto;
  103. -ms-hyphens: auto;
  104. -o-hyphens: auto;
  105. hyphens: auto;
  106. margin: 0.5% 2%;
  107. display:inline-block;
  108. }
  109. #play-button-1 {
  110. /*width:140px;*/
  111. }
  112. #play-button-2 {
  113. overflow:hidden;
  114. }
  115. #validate:hover:after{
  116. pointer-events: auto;
  117. }
  118. .active-button:hover {
  119. color: black;
  120. background-color: rgba(249, 242, 236, 0.2);
  121. border-color: #285e8e; /*set the color you want here*/
  122. }
  123. .b-disabled{
  124. cursor: not-allowed;
  125. box-shadow: none;
  126. opacity: .35 !important;
  127. }
  128. .title {
  129. /*margin-top: 10vh;*/
  130. /*font-size: 1000%;*/
  131. font-size: 900%;
  132. text-align: center;
  133. }
  134. .info-message {
  135. font-size: 140%;
  136. margin: 0.5% 0%;
  137. max-width: 80%;
  138. margin: 0 auto;
  139. }
  140. .alert-message {
  141. color: red !important;
  142. font-weight: bold;
  143. }
  144. #scoreboard {
  145. background-color: rgba(249, 242, 236, 0.4);
  146. -webkit-hyphens: auto;
  147. -moz-hyphens: auto;
  148. -ms-hyphens: auto;
  149. -o-hyphens: auto;
  150. hyphens: auto;
  151. -moz-border-radius: 10px;
  152. -webkit-border-radius: 10px;
  153. overflow: hidden;
  154. }
  155. .alert-success {
  156. color: #3c763d;
  157. background-color: #dff0d8;
  158. border-color: #d6e9c6;
  159. max-width: 80% !important;
  160. margin: 0 auto;
  161. }
  162. .tab-content > .tab-pane{
  163. padding: 2%;
  164. }
  165. .nav-tabs li a{
  166. /*max-width: 100px;*/
  167. }
  168. .nav-tabs>li>a, .nav-tabs>li>a>div {
  169. height:100%;
  170. vertical-align:middle;
  171. display:table;
  172. }
  173. .nav-tabs>li>a span {
  174. display:table-cell;
  175. vertical-align:middle;
  176. }
  177. .score{
  178. display: inline-block;
  179. text-align: left;
  180. font-size: 2em;
  181. }