KeeganT

Sig's Theme

Oct 13th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. html {
  2. min-height: 100%;
  3. }
  4. body {
  5. height: 100%;
  6. background: 0;
  7. }
  8. a {
  9. color: #333;
  10. }
  11. a:hover {
  12. color: #555;
  13. }
  14. /* Navigation */
  15.  
  16. .themeHeader,
  17. .mainUserHeader {
  18. background: 0;
  19. background-color: #292b2c;
  20. }
  21. .themeHeader a {
  22. color: #FFF;
  23. }
  24. .themeHeader a:hover,
  25. .themeHeader a:focus {
  26. color: #EEE;
  27. }
  28. .themeHeader .title {
  29. padding: 25px;
  30. }
  31. .themeHeader .title h1 a {
  32. text-transform: uppercase;
  33. }
  34. .themeHeader .navigation {
  35. padding: 22px 20px;
  36. height: 0;
  37. }
  38. .themeHeader #tstats {
  39. padding-top: 10px;
  40. }
  41. .themeHeader #tstats .mainUserInfoBox tbody tr td {
  42. color: #EEE;
  43. }
  44. .subTitle {
  45. display: none;
  46. }
  47. /* Player Info */
  48.  
  49. .playerInfoPopup {
  50. background: #292b2c;
  51. color: #FFF;
  52. border-color: #222;
  53. }
  54. .playerInfoPopup a {
  55. color: #EEE;
  56. }
  57. .playerInfoPopup a:hover,
  58. .playerInfoPopup a:focus {
  59. color: #FFF;
  60. }
  61. /* Content */
  62.  
  63. .main,
  64. .themeContent {
  65. background: 0;
  66. background-color: #FFF;
  67. 0 auto;
  68. }
  69. .nonHideableWords {
  70. letter-spacing: 0.25px;
  71. word-spacing: 2px;
  72. 20px !important;
  73. /* Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif !important;*/
  74. /* Bookman !important;*/
  75. }
  76. .friendsTable .headerRow {
  77. 14px;
  78. text-transform: capitalize;
  79. font-style: normal !important;
  80. }
  81. .friendsTable tr:hover,
  82. .friendsTable tr:focus {
  83. background-color: #E9E9E9;
  84. }
  85. .friendsTable .headerRow:hover,
  86. .friendsTable .headerRow:focus {
  87. background-color: #F9F9F9;
  88. }
  89. .gwt-TabBar .gwt-TabBarItem {
  90. color: #333;
  91. }
  92.  
  93. /* Ted Race Animations */
  94. .scoreboard .row .progressBar {
  95. border: none;
  96. 0;
  97. 0;
  98. -400px;
  99. height: 4px;
  100. border-radius: 1px;
  101. transition: all 2s linear;
  102. background-clip: content-box, padding-box;
  103. position: relative;
  104. }
  105. .scoreboard tr:nth-child(5n+1) .row .progressBar {
  106. background-image: linear-gradient(to bottom, #292723 0%, #292723 100%), linear-gradient(to bottom, #292723 0%, #292723 100%);
  107. }
  108. .scoreboard tr:nth-child(5n+2) .row .progressBar {
  109. background-image: linear-gradient(to bottom, #292723 0%, #292723 100%), linear-gradient(to bottom, #292723 0%, #292723 100%);
  110. }
  111. .scoreboard tr:nth-child(5n+3) .row .progressBar {
  112. background-image: linear-gradient(to bottom, #292723 0%, #292723 100%), linear-gradient(to bottom, #292723 0%, #292723 100%);
  113. }
  114. .scoreboard tr:nth-child(5n+4) .row .progressBar {
  115. background-image: linear-gradient(to bottom, #292723 0%, #292723 100%), linear-gradient(to bottom, #292723 0%, #292723 100%);
  116. }
  117. .scoreboard tr:nth-child(5n+5) .row .progressBar {
  118. background-image: linear-gradient(to bottom, #292723 0%, #292723 100%), linear-gradient(to bottom, #292723 0%, #292723 100%);
  119. }
  120. .avatar {
  121. position: absolute;
  122. left: 0;
  123. top: -20px;
  124. }
  125. .scoreboard .row .progressBar .avatar .nameContainer {
  126. width: 400px;
  127. text-align: left;
  128. }
  129. .nameContainer + img {
  130. display: none;
  131. }
  132. .lblName {
  133. white-space: normal !important;
  134. display: inline;
  135. }
  136. .scoreboard .row .rankPanel {
  137. z-index: 1;
  138. }
  139. .scoreboard > tbody > tr > td > table > tbody > tr > td {
  140. overflow: hidden;
  141. }
  142. .scoreboard .row .rankPanel .rankPanelWpm-self {
  143. 120%;
  144. }
  145. .mainViewport .room .gameView {
  146. transition: all 2s linear;
  147. }
  148. input:focus {
  149. outline: none;
  150. }
  151. .gameStatusLabel, .arrowPopupText {
  152. color: #047AC6 !important;
  153. opacity: 1;
  154. transition: opacity .4s ease-in-out;
  155. -moz-transition: opacity .4s ease-in-out;
  156. -webkit-transition: opacity .4s ease-in-out;
  157. }
  158. .gameStatusLabel-flashOn, .arrowPopupText-flashOn {
  159. opacity: 0.66;
  160. transition: opacity .4s ease-in-out;
  161. -moz-transition: opacity .4s ease-in-out;
  162. -webkit-transition: opacity .4s ease-in-out;
  163. }
  164. .txtInput {
  165. background: none !important;
  166. border: none !important;
  167. border-bottom: 2px solid #047AC6 !important;
  168. transition: all 0.2s ease;
  169. 22px !important;
  170. color: #999999 !important;
  171. }
  172. .txtInput-error {
  173. background: none !important;
  174. border-bottom: 2px solid red !important;
  175. transition: all 0.2s ease;
  176. }
  177. [style="text-decoration: underline; color: rgb(153, 204, 0);"], [style="color: rgb(153, 204, 0);"] {
  178. color: #047AC6 !important;
  179. text-decoration: none !important;
  180. }
  181.  
  182. /* Footer */
  183.  
  184. .footer {
  185. background: 0;
  186. background-color: #292b2c;
  187. color: #EEE;
  188. }
  189. .chrome_l,
  190. .chrome_m,
  191. .chrome_r,
  192. .chrome_t,
  193. .chrome_tr,
  194. .chrome_tl,
  195. .chrome_b,
  196. .chrome_bl,
  197. .chrome_br {
  198. background: 0;
  199. }
  200. .popupContent {
  201. background: #292b2c;
  202. }
  203. /* DARK THEME */
  204.  
  205. body {
  206. background: #111 !important;
  207. color: #999;
  208. }
  209. a {
  210. color: #888;
  211. }
  212. a:hover,
  213. a:focus {
  214. color: #777;
  215. }
  216. .mainViewport,
  217. .main,
  218. .themeContent,
  219. .statsView table {
  220. background-color: #111;
  221. color: #999;
  222. }
  223. .friendsTable tr:hover,
  224. .friendsTable tr:focus {
  225. background-color: #222;
  226. }
  227. .friendsTable .headerRow:hover,
  228. .friendsTable .headerRow:focus {
  229. background-color: #111;
  230. }
  231. .popupContent {
  232. background: #111;
  233. }
  234. .gwt-TabBar .gwt-TabBarItem {
  235. color: #888;
  236. }
  237. .gwt-TabBar .gwt-TabBarItem:hover,
  238. .gwt-TabBar .gwt-TabBarItem:focus {
  239. color: #777;
  240. }
Advertisement
Add Comment
Please, Sign In to add comment