Advertisement
Guest User

user stylesheet for chess24.com

a guest
May 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.09 KB | None | 0 0
  1. body
  2. {    
  3.     background: url("https://i.imgur.com/LtsmfBs.png") #d6d6d6 !important;
  4. }
  5. .pageContent
  6. {
  7.     background: transparent !important;
  8. }
  9. /* the grey boxes under the games list */
  10. .pinboardItem footer,
  11. .pinboardItem footer a
  12. {
  13.     background: #555 !important;
  14.     color:      #fff !important;
  15.     font-style: normal    !important;
  16. }
  17. /* game list */
  18. .liveTournament .tournamentOngoingGames .tournamentTable.gridView,
  19. .liveTournament .tournamentStanding .tournamentTable.gridView
  20. {
  21.     height: 400px !important;
  22. }
  23. .sidebarMenu>ul>li.navPlayNow,
  24. .sidebarMenu>ul>li:last-of-type
  25. {
  26.     left:  0 !important;
  27.     width: 100% !important;
  28. }
  29. .sidebarMenu>ul>li.navPlayNow::after
  30. {
  31.     display: none !important;
  32. }
  33. .sidebarMenu>ul>li
  34. {
  35.     background: #359 !important;
  36.     border:     0 !important;
  37. }
  38. .sidebarMenu>ul>li:hover
  39. {
  40.     background: #137 !important;
  41. }
  42.  
  43. .sidebarContentContainer,
  44. .sidebarContentContainer .liveEventstListContainer dl
  45. {
  46.     background: #eee !important;
  47. }
  48. .sidebarMenu li a,
  49. .liveEntertainmentList dd,
  50. .seeAllFooter a,
  51. .engineLine a,
  52. .engineLines span,
  53. .tabsList li,
  54. .gameTable th,
  55. .cPagination a,
  56. .ofMiniProfile,
  57. .mainMenu a,
  58. .currentEngineInfo,
  59. .dropdownFilter
  60. {
  61.     font-style:      normal    !important;
  62. }
  63. .pageFooter
  64. {
  65.     border:     0 !important;
  66.     box-shadow: none !important;
  67.     background: transparent !important;
  68. }
  69. .seeAllFooter a
  70. {
  71.     display:    block    !important;
  72.     padding:    10px;
  73.     text-align: center;
  74. }
  75.  
  76. /* fixed header */
  77. .pageHeader {
  78.     position: absolute !important;
  79. }
  80. /* chat box */
  81. /* activate when needed, needs improvement.
  82. .chatBox
  83. {
  84.     max-height: 300px !important;
  85. }
  86. */
  87. .messageContent a
  88. {
  89.     font-style:      normal    !important;
  90.     text-decoration: underline !important;
  91. }
  92. .messageContent a:hover
  93. {
  94.     text-decoration: none !important;
  95. }
  96. /* Disable rounded corners */
  97. div, table, th, li, span, img, input, textarea
  98. {
  99.     border-radius: 0 !important;
  100. }
  101. .playerInfo:before,
  102. .playerInfo.black:before,
  103. .playerInfo.white:before,
  104. .player .pic img
  105. {
  106.     border:     0           !important;
  107.     background: transparent !important;
  108. }
  109. .chessGame .clocks
  110. {
  111.     border:     0           !important;
  112. }
  113. .playerInfo.active,
  114. .playerInfo,
  115. .playerInfo:before,
  116. .playerInfo:after
  117. {
  118.     background-image: none !important;
  119.     background-color: #eee !important;
  120. }
  121. .playerInfo.active,
  122. .playerInfo.active:before,
  123. .playerInfo.active:after
  124. {
  125.     background-color: #bbb !important;
  126. }
  127. .gameControlsContainer
  128. {
  129.     margin-top: 10px !important;
  130. }
  131. .advertisement,
  132. .stickyQuickies,
  133. .chatMessages .announcement,
  134. .messageTime:before,
  135. .panelWidget.twitter,
  136. .footerFlex>div:last-child /* app links */
  137. {
  138.     display: none !important;
  139. }
  140.  
  141. /* User blocking in chat */
  142. dl[user-id="cFS7T1hDTVG8aWdX2JZPkQ"] /* Lordy.24 */
  143. {
  144.     display: none !important;
  145. }
  146. /* Better chessboard */
  147. .boardImage[src$="white.png"] {
  148.     content: url("https://i.imgur.com/fQLvHNL.png") !important;
  149. }
  150. .boardImage[src$="black.png"] {
  151.     content: url("https://i.imgur.com/mwBKqam.png") !important;
  152. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement