81dojo

Userstyle for 81dojo.com

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

/* ==UserStyle==
@name        81dojo
@description Userstyle for 81dojo.com
@version     1.0.0
@namespace https://greasyfork.org/users/680946
==/UserStyle== */

@-moz-document domain("81dojo.com") {
#entrance-img {
    border: 1px solid #CF9555;
    border-radius: 1px;
}
div#layerLogin.layer div#layerLoginContents div.hbox div.left {
    background:#f7f7f7;
    margin-right: 10px;
    text-align: center;
    border-radius:2px;
}
#loginButton {
    background:#7FB043;
    color:#fff;
}

/* NON-ADMINS don't need this */
#serverGrid {display:none;}

#layerBoard, #layerLobby {
    background: rgba(0, 0, 0, .15) url(http://81dojo.com/client/img/tatami.jpg)!important;
    background-blend-mode: darken;
}

#worldClocks {
background: hsl(0, 0%, 81%, 0.35);
border-radius: 3px;
}
div.clock-box {padding:0!important;}

div#playerListBox {
border: solid 3px #cecece;
border-radius: 3px;
padding-bottom:0;
}




/* board */
div#boardBox {
    background:#755b1e;
    border: solid 1px #644545;
    border-radius: 3px;
}

div.player-info-has-turn {border: solid 3px #ff4000;}
div.game-timer-sub-label {color:#000;}
div.game-timer-sub-label:before {content:'(';}
div.game-timer-sub-label:after {content:')';}

/* player profile pic box */
#goteInfo > span:nth-child(2):before {content:'後手';font-size:12px;}
#senteInfo > span:nth-child(2):before {content:'先手';font-size:12px;}
#goteInfo > span:nth-child(3), #senteInfo > span:nth-child(3) {cursor:pointer;}

/* right side */
div#boardChatBox {
background: #cecece;
border: solid 3px #cecece;
border-radius: 3px;
}
div#kifuBox, div#watcherBox {
background: #cecece;
    border: solid 3px #cecece;
border-radius: 3px;    
}

table.dataTable thead th, table.dataTable tfoot th, .dataTables_scrollHeadInner {
    background:#ff9611;
}
}