81dojo

Userstyle for 81dojo.com

  1. /* ==UserStyle==
  2. @name 81dojo
  3. @description Userstyle for 81dojo.com
  4. @version 1.0.0
  5. @namespace https://gf.qytechs.cn/users/680946
  6. ==/UserStyle== */
  7.  
  8. @-moz-document domain("81dojo.com") {
  9. #entrance-img {
  10. border: 1px solid #CF9555;
  11. border-radius: 1px;
  12. }
  13. div#layerLogin.layer div#layerLoginContents div.hbox div.left {
  14. background:#f7f7f7;
  15. margin-right: 10px;
  16. text-align: center;
  17. border-radius:2px;
  18. }
  19. #loginButton {
  20. background:#7FB043;
  21. color:#fff;
  22. }
  23.  
  24. /* NON-ADMINS don't need this */
  25. #serverGrid {display:none;}
  26.  
  27. #layerBoard, #layerLobby {
  28. background: rgba(0, 0, 0, .15) url(http://81dojo.com/client/img/tatami.jpg)!important;
  29. background-blend-mode: darken;
  30. }
  31.  
  32. #worldClocks {
  33. background: hsl(0, 0%, 81%, 0.35);
  34. border-radius: 3px;
  35. }
  36. div.clock-box {padding:0!important;}
  37.  
  38. div#playerListBox {
  39. border: solid 3px #cecece;
  40. border-radius: 3px;
  41. padding-bottom:0;
  42. }
  43.  
  44.  
  45.  
  46.  
  47. /* board */
  48. div#boardBox {
  49. background:#755b1e;
  50. border: solid 1px #644545;
  51. border-radius: 3px;
  52. }
  53.  
  54. div.player-info-has-turn {border: solid 3px #ff4000;}
  55. div.game-timer-sub-label {color:#000;}
  56. div.game-timer-sub-label:before {content:'(';}
  57. div.game-timer-sub-label:after {content:')';}
  58.  
  59. /* player profile pic box */
  60. #goteInfo > span:nth-child(2):before {content:'後手';font-size:12px;}
  61. #senteInfo > span:nth-child(2):before {content:'先手';font-size:12px;}
  62. #goteInfo > span:nth-child(3), #senteInfo > span:nth-child(3) {cursor:pointer;}
  63.  
  64. /* right side */
  65. div#boardChatBox {
  66. background: #cecece;
  67. border: solid 3px #cecece;
  68. border-radius: 3px;
  69. }
  70. div#kifuBox, div#watcherBox {
  71. background: #cecece;
  72. border: solid 3px #cecece;
  73. border-radius: 3px;
  74. }
  75.  
  76. table.dataTable thead th, table.dataTable tfoot th, .dataTables_scrollHeadInner {
  77. background:#ff9611;
  78. }
  79. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址