Advertisement
Guest User

StyroRacer

a guest
Oct 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. .themeHeader,
  2. .mainUserHeader {
  3. background: 0;
  4. background-color: #004e89;
  5. }
  6.  
  7. body {
  8. background: #e5e5e5;
  9.  
  10.  
  11. }
  12.  
  13. .container {
  14. background: #004e89;
  15. }
  16. a {
  17. color: #3c5b5b ;
  18. font-weight: 400 !important;
  19. transition: all 75ms ease-in-out;
  20. }
  21. .footer a {
  22. color: black;
  23. }
  24.  
  25.  
  26. a:hover {
  27. color: #65819c;
  28. }
  29. .themeHeader a {
  30. color: #FFF;
  31. }
  32. .themeHeader a:hover,
  33. .themeHeader a:focus {
  34. color: #EEE !important;
  35. }
  36.  
  37.  
  38. .main {
  39. background-color: #e5e5e5; background-image: none;
  40. }
  41.  
  42.  
  43. .themeHeader #tstats .mainUserInfoBox tbody tr td {
  44. color: #EEE;
  45. }
  46.  
  47.  
  48. .scoreboard .row .progressBar {
  49. border: none;
  50. margin: 0;
  51. margin-left: 0;
  52. margin-right: -400px;
  53. height: 4px;
  54. border-radius: 1px;
  55. transition: all 2s linear;
  56. background-clip: content-box, padding-box;
  57. position: relative;
  58. }
  59. .scoreboard tr:nth-child(5n+1) .row .progressBar {
  60. }
  61. .scoreboard tr:nth-child(5n+2) .row .progressBar {
  62. }
  63. .scoreboard tr:nth-child(5n+3) .row .progressBar {
  64. }
  65. .scoreboard tr:nth-child(5n+4) .row .progressBar {
  66. }
  67. .scoreboard tr:nth-child(5n+5) .row .progressBar {
  68. }
  69. .avatar {
  70. position: absolute;
  71. left: 0;
  72. top: -20px
  73.  
  74. }
  75. .scoreboard .row .progressBar .avatar .nameContainer {
  76. width: 400px;
  77. text-align: left;
  78. }
  79. .nameContainer + img {
  80. display: none;
  81. }
  82. .lblName {
  83. white-space: normal !important;
  84. display: inline;
  85. }
  86. .scoreboard .row .rankPanel {
  87. z-index: 1;
  88. }
  89. .scoreboard > tbody > tr > td > table > tbody > tr > td {
  90. overflow: hidden;
  91. }
  92. .scoreboard .row .rankPanel .rankPanelWpm-self {
  93. font-size: 120%;
  94. }
  95. .mainViewport .room .gameView {
  96. transition: all 2s linear;
  97. }
  98. input:focus {
  99. outline: none;
  100. }
  101.  
  102.  
  103. .footer {
  104. background: none;
  105. background-color: #e5e5e5;
  106. ;
  107. color: black;
  108. transition: all 75ms ease-in-out;
  109. }
  110. .footer a:hover {
  111. color: #a7acd7;
  112. text-decoration: none;
  113. transition: all 75ms ease-in-out;
  114. }
  115. .chrome_l,
  116. .chrome_m,
  117. .chrome_r,
  118. .chrome_t,
  119. .chrome_tr,
  120. .chrome_tl,
  121. .chrome_b,
  122. .chrome_bl,
  123. .chrome_br {
  124. background: 0;
  125. }
  126.  
  127. /* Hide Ads */
  128. .eastWidget, .newEastWidget, .newWestWidget,
  129. .newNorthWidget, .mainMenuAdUnit, #hostpageBannerAds {
  130. display: none !important;
  131. }
  132.  
  133. .gwt-TabBar .gwt-TabBarItem {
  134. color: #3c5b5b;
  135. }
  136. .popupContent {
  137. background: #c4c4c4;
  138. color: #292b2c;
  139. }
  140. .PopupWithIcon {
  141. background-color: #003966;
  142. border-color: #292b2c;
  143. }
  144. .trPopupDialog .xButton {
  145. background-color: #003966;
  146. }
  147. .trPopupDialog {
  148. box-shadow: 1px 2px 5px #333;
  149. }
  150. .fullTextStr {
  151. color: #292b2c !important;
  152. background-color: #FFF !important;
  153. }
  154.  
  155. .practiceViewScoresPopup {
  156. display: none;
  157. }
  158.  
  159.  
  160. .InstaGibPopup {
  161. display: none;
  162. }
  163.  
  164.  
  165. .nonHideableWords, .inputPanel span {
  166. font-size: 22px !important;
  167. text-decoration: none;
  168.  
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement