Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1.  
  2.  
  3.  
  4. html {
  5. min-height: 100%;
  6. background: #333;
  7. }
  8. body {
  9. height: 100%;
  10. background: 0;
  11. color: #eee;
  12. }
  13. a {
  14. color: #eee;
  15. }
  16. a:hover {
  17. color: #555;
  18. }
  19. h1, h2, h3,
  20. .gameView .gameStatusLabel,
  21. .textInfoView .textInfoHeader,
  22. .textInfoView .textInfoOwnStats,
  23. .textInfoView .textInfoTitle a,
  24. .textInfoView .textInfoOwnStatsNumber,
  25. .tblOwnStatsNumber .datetimeAF
  26. .tblOwnStatsNumber,
  27. .textInfoView .tblOwnStats {
  28. color: #eee !important;
  29. }
  30.  
  31. .txtInput {
  32. color: #eee!important;
  33. }
  34.  
  35. .main, .themeContent {
  36. background: 0;
  37. background-color: #333 !important;
  38. margin: 0 auto;
  39. max-width: 750px;
  40. }
  41.  
  42. /* Navigation */
  43. .gwt-MenuBar {
  44. background-color: #EEE !important;
  45. }
  46. .gwt-MenuItem-selected {
  47. background-color: #CCC !important;
  48. }
  49. .themeHeader,
  50. .mainUserHeader {
  51. background: 0;
  52. background-color: #292b2c;
  53. }
  54. .themeHeader a {
  55. color: #FFF;
  56. }
  57. .themeHeader a:hover,
  58. .themeHeader a:focus {
  59. color: #EEE !important;
  60. }
  61. .themeHeader .title {
  62. padding: 25px;
  63. }
  64. .themeHeader .title h1 a {
  65. text-transform: uppercase;
  66. }
  67. .themeHeader .navigation {
  68. padding: 22px 20px;
  69. height: 0;
  70. }
  71. .themeHeader #tstats {
  72. padding-top: 10px;
  73. }
  74. .themeHeader #tstats .mainUserInfoBox tbody tr td {
  75. color: #EEE;
  76. }
  77. .subTitle {
  78. display: none;
  79. }
  80.  
  81. /* Player Info */
  82. .playerInfoPopup {
  83. background: #292b2c;
  84. color: #FFF;
  85. border-color: #222;
  86. }
  87. .playerInfoPopup a {
  88. color: #EEE;
  89. }
  90. .playerInfoPopup a:hover,
  91. .playerInfoPopup a:focus {
  92. color: #FFF;
  93. }
  94. .popupContent {
  95. background: #333 !important;
  96. color: #eee !important;
  97. }
  98.  
  99. /* Content */
  100. .main,
  101. .themeContent {
  102. background: 0;
  103. background-color: #FFF;
  104. margin: 0 auto;
  105. max-width: 750px;
  106. }
  107. .mainViewportHolder,
  108. .mainViewport {
  109. width: 750px;
  110. }
  111. .nonHideableWords, .inputPanel span {
  112. letter-spacing: 0.25px;
  113. word-spacing: 2px;
  114. line-height: 28px;
  115. font-size: 22px !important;
  116. text-decoration: none;
  117. }
  118. /*.inputPanel span:nth-of-type(1) {
  119. color: #5fa7e8 !important;
  120. }*/
  121. [id^='nhwMiddlegwt-uid-'], [id^='nhwMiddleCommagwt-uid-'],
  122. .acceptedChars {
  123. color: #5fa7e8 !important;
  124. }
  125. .friendsTable .headerRow {
  126. font-size: 14px;
  127. text-transform: capitalize;
  128. font-style: normal !important;
  129. }
  130. .friendsTable tr:hover,
  131. .friendsTable tr:focus {
  132. background-color: #E9E9E9;
  133. }
  134. .friendsTable .headerRow:hover,
  135. .friendsTable .headerRow:focus {
  136. background-color: #F9F9F9;
  137. }
  138. .gwt-TabBar .gwt-TabBarItem {
  139. color: #eee;
  140. }
  141. .popupContent {
  142. background: #EEE;
  143. color: #292b2c;
  144. }
  145. .PopupWithIcon {
  146. background-color: #292b2c;
  147. border-color: #292b2c;
  148. }
  149. .trPopupDialog .xButton {
  150. background-color: #292b2c;
  151. }
  152. .trPopupDialog {
  153. box-shadow: 1px 2px 7px #333;
  154. }
  155. .fullTextStr {
  156. color: #292b2c !important;
  157. background-color: #FFF !important;
  158. }
  159.  
  160. /* Footer */
  161. .footer {
  162. background: 0;
  163. background-color: #292b2c;
  164. color: #EEE;
  165. }
  166. .chrome_l,
  167. .chrome_m,
  168. .chrome_r,
  169. .chrome_t,
  170. .chrome_tr,
  171. .chrome_tl,
  172. .chrome_b,
  173. .chrome_bl,
  174. .chrome_br {
  175. background: 0;
  176. }
  177.  
  178. /* Hide Ads */
  179.  
  180. .eastWidget, .newEastWidget, .newWestWidget,
  181. .newNorthWidget, .mainMenuAdUnit, #hostpageBannerAds {
  182. display: none !important;
  183. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement