2015-10-31 10:14:14 +00:00
|
|
|
.player{
|
|
|
|
width:150px;
|
|
|
|
height:180px;
|
|
|
|
}
|
|
|
|
.player .avatar{
|
2015-11-06 10:05:08 +00:00
|
|
|
width:130px;
|
|
|
|
height:160px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2016-08-28 00:30:25 +00:00
|
|
|
#historybar{
|
|
|
|
height: calc(90% - 25px);
|
|
|
|
}
|
2017-01-22 06:56:55 +00:00
|
|
|
#window>.player:not(.minskin)>.avatar,
|
|
|
|
#arena.slim_player .player:not(.minskin):not(.fakeme) .avatar{
|
2015-11-30 13:08:29 +00:00
|
|
|
width: 136px;
|
|
|
|
height: 166px;
|
|
|
|
left:7px;
|
|
|
|
top:7px;
|
|
|
|
}
|
2017-01-22 06:56:55 +00:00
|
|
|
#arena.uslim_player .player:not(.minskin):not(.fakeme) .avatar{
|
2017-01-21 07:34:31 +00:00
|
|
|
width: 144px;
|
|
|
|
height: 174px;
|
|
|
|
left:3px;
|
|
|
|
top:3px;
|
2017-01-25 17:13:45 +00:00
|
|
|
}
|
|
|
|
#arena:not(.mobile).uslim_player .player:not(.minskin):not(.fakeme) .avatar,
|
|
|
|
#arena.mobile.uslim_player .player:not(.minskin):not(.fakeme):not(*[data-position='0']) .avatar{
|
2017-01-22 03:22:02 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
|
2017-01-21 07:34:31 +00:00
|
|
|
}
|
2016-06-05 01:53:10 +00:00
|
|
|
#window>.player.minskin>.avatar{
|
|
|
|
width: 106px;
|
|
|
|
height: 106px;
|
|
|
|
left:7px;
|
|
|
|
top:7px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.minskin{
|
|
|
|
width:120px;
|
|
|
|
height:120px;
|
|
|
|
/*zoom:0.9;*/
|
|
|
|
}
|
|
|
|
.player.minskin .avatar{
|
2015-11-06 10:05:08 +00:00
|
|
|
height:100px;
|
|
|
|
width:100px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player.minskin:not(.fakeme) .avatar:not(.fakeme){
|
|
|
|
width: 106px;
|
|
|
|
height: 106px;
|
|
|
|
left:7px;
|
|
|
|
top:7px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2017-01-21 07:34:31 +00:00
|
|
|
#arena.uslim_player .player.minskin:not(.fakeme) .avatar:not(.fakeme){
|
|
|
|
width: 114px;
|
|
|
|
height: 114px;
|
|
|
|
left:3px;
|
|
|
|
top:3px;
|
2017-01-22 03:22:02 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
|
2017-01-21 07:34:31 +00:00
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
.player.minskin .hp,
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.minskin .hp.text{
|
2015-11-06 10:05:08 +00:00
|
|
|
left:88px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player.minskin .hp,
|
|
|
|
#arena.slim_player .player.minskin .hp.text{
|
|
|
|
left:91px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
|
|
|
.player .avatar2{
|
|
|
|
width:52px;
|
|
|
|
height:52px;
|
|
|
|
top:73px;
|
|
|
|
left:92px;
|
|
|
|
}
|
|
|
|
.player .avatar,
|
|
|
|
.player .avatar2{
|
|
|
|
transition-property:opacity;
|
|
|
|
}
|
|
|
|
.player .wunature{
|
|
|
|
top:137px;
|
|
|
|
}
|
2015-11-09 23:11:17 +00:00
|
|
|
.player.minskin .wunature{
|
|
|
|
top:80px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player .actcount.hp{
|
|
|
|
top: 18px;
|
|
|
|
left: 15px;
|
2016-02-01 09:32:18 +00:00
|
|
|
width: 120px;
|
2015-10-31 10:14:14 +00:00
|
|
|
bottom: auto;
|
|
|
|
right: auto;
|
|
|
|
text-align: left;
|
2015-11-05 02:34:35 +00:00
|
|
|
transform: none;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player .actcount.hp{
|
|
|
|
left: 12px;
|
|
|
|
top: 15px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.fullskin2 .avatar,
|
|
|
|
.player.fullskin2 .avatar2{
|
2015-11-06 10:05:08 +00:00
|
|
|
width:65px;
|
2015-10-31 10:14:14 +00:00
|
|
|
background-position:50%;
|
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player.fullskin2:not(.minskin) .avatar,
|
|
|
|
#arena.slim_player .player.fullskin2:not(.minskin) .avatar2{
|
|
|
|
width: 68px;
|
|
|
|
}
|
2017-01-21 07:34:31 +00:00
|
|
|
#arena.uslim_player .player.fullskin2:not(.minskin) .avatar,
|
|
|
|
#arena.uslim_player .player.fullskin2:not(.minskin) .avatar2{
|
|
|
|
width: 72px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.fullskin2 .avatar{
|
|
|
|
border-radius:8px 0 0 8px;
|
|
|
|
}
|
2017-01-21 08:06:45 +00:00
|
|
|
#window[data-radius_size='reduce'] .player.fullskin2 .avatar{
|
2016-02-01 09:32:18 +00:00
|
|
|
border-radius:4px 0 0 4px;
|
|
|
|
}
|
2017-01-21 08:06:45 +00:00
|
|
|
#window[data-radius_size='off'] .player.fullskin2 .avatar{
|
|
|
|
border-radius:0 0 0 0;
|
|
|
|
}
|
|
|
|
#window[data-radius_size='increase'] .player.fullskin2 .avatar{
|
|
|
|
border-radius:16px 0 0 16px;
|
|
|
|
}
|
|
|
|
#window[data-radius_size='reduce'] .player.fullskin2 .avatar2{
|
|
|
|
border-radius:0 4px 4px 0;
|
|
|
|
}
|
|
|
|
#window[data-radius_size='off'] .player.fullskin2 .avatar2{
|
|
|
|
border-radius:0 0 0 0;
|
|
|
|
}
|
|
|
|
#window[data-radius_size='increase'] .player.fullskin2 .avatar2{
|
|
|
|
border-radius:0 16px 16px 0;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.fullskin2 .avatar2{
|
2015-11-06 10:05:08 +00:00
|
|
|
top:10px;
|
2015-10-31 10:14:14 +00:00
|
|
|
left:auto;
|
2015-11-06 10:05:08 +00:00
|
|
|
right:10px;
|
|
|
|
height:160px;
|
2015-10-31 10:14:14 +00:00
|
|
|
z-index:1;
|
|
|
|
border-radius:0 8px 8px 0;
|
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player.fullskin2:not(.minskin) .avatar2{
|
|
|
|
top:7px;
|
|
|
|
right:7px;
|
|
|
|
height: 166px;
|
|
|
|
}
|
2017-01-21 07:34:31 +00:00
|
|
|
#arena.uslim_player .player.fullskin2:not(.minskin) .avatar2{
|
|
|
|
top:3px;
|
|
|
|
right:3px;
|
|
|
|
height: 174px;
|
2017-01-22 03:22:02 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
|
2017-01-21 07:34:31 +00:00
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player .marks,
|
|
|
|
.player .judges{
|
|
|
|
width:36px;
|
|
|
|
text-align:center;
|
|
|
|
padding-bottom:10px;
|
|
|
|
}
|
|
|
|
.player .marks{
|
|
|
|
left:-24px;
|
|
|
|
top:14px;
|
|
|
|
height:auto;
|
|
|
|
max-height:160px;
|
|
|
|
}
|
|
|
|
.player .judges{
|
|
|
|
right:-24px;
|
|
|
|
top:26px;
|
|
|
|
height:auto;
|
|
|
|
max-height:148px;
|
|
|
|
left:auto;
|
|
|
|
}
|
|
|
|
.player.noidentity .judges{
|
|
|
|
top:14px;
|
|
|
|
}
|
|
|
|
.player .marks>div,
|
|
|
|
.player .judges>div{
|
|
|
|
margin-right:0;
|
|
|
|
margin-bottom:4px;
|
|
|
|
margin-left:6px;
|
|
|
|
line-height:20px;
|
|
|
|
position:relative;
|
|
|
|
display:block;
|
2015-11-05 02:34:35 +00:00
|
|
|
animation:card_start2xx 0.5s;
|
2015-10-31 10:14:14 +00:00
|
|
|
-webkit-animation:card_start2xx 0.5s;
|
|
|
|
}
|
|
|
|
.player .marks>.removing,
|
|
|
|
.player .judges>.removing{
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-bottom:-12px
|
|
|
|
}
|
2016-07-20 03:17:01 +00:00
|
|
|
.player:not(.linked2) .marks>div:first-child{
|
|
|
|
margin-top: -12px;
|
|
|
|
margin-bottom:-12px;
|
|
|
|
opacity:0;
|
2016-10-07 14:00:06 +00:00
|
|
|
pointer-events: none;
|
2016-07-20 03:17:01 +00:00
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
.player .judges>.card.removing,
|
|
|
|
.player .marks>.card.removing{
|
|
|
|
/*margin-top: -12px;margin-bottom:-12px;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.player .hp>div{
|
|
|
|
width:10px;
|
|
|
|
height:10px;
|
|
|
|
margin-left:0;
|
|
|
|
}
|
|
|
|
.player .hp{
|
|
|
|
width:18px;
|
|
|
|
line-height: 16px;
|
|
|
|
text-align: center;
|
2015-11-06 10:05:08 +00:00
|
|
|
bottom: 18px;
|
2015-10-31 10:14:14 +00:00
|
|
|
top: auto;
|
2015-11-06 10:05:08 +00:00
|
|
|
left: 118px;
|
2015-10-31 10:14:14 +00:00
|
|
|
z-index:3;
|
2015-11-05 02:34:35 +00:00
|
|
|
transform:rotate(180deg);
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2016-04-11 06:13:35 +00:00
|
|
|
#arena.slim_player .player .hp,
|
2016-06-05 01:53:10 +00:00
|
|
|
#window>.player:not(.minskin) .hp{
|
2015-11-30 13:08:29 +00:00
|
|
|
bottom: 15px;
|
|
|
|
left:121px;
|
|
|
|
}
|
2016-06-05 01:53:10 +00:00
|
|
|
#window>.player.minskin .hp{
|
|
|
|
left: 91px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player .hp.text{
|
2015-11-28 07:19:04 +00:00
|
|
|
font-family:'huangcao','xinwei';
|
2015-10-31 10:14:14 +00:00
|
|
|
font-size:22px;
|
2015-11-05 02:34:35 +00:00
|
|
|
transform:none;
|
2015-10-31 10:14:14 +00:00
|
|
|
transition:all 0s;
|
|
|
|
left:114px;
|
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player .hp.text{
|
|
|
|
left:117px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player .hp.long{
|
|
|
|
bottom:12px;
|
2015-11-06 10:05:08 +00:00
|
|
|
max-height:160px;
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2015-11-30 13:08:29 +00:00
|
|
|
#arena.slim_player .player .hp.long{
|
|
|
|
bottom:9px
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
|
|
|
.player .hp.long>div:first-child{
|
|
|
|
margin-top:7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.player .intro{
|
|
|
|
top:96px;
|
|
|
|
left:120px;
|
|
|
|
}
|
|
|
|
.player .count{
|
|
|
|
top:auto;
|
|
|
|
bottom:30px;
|
2015-11-30 17:37:10 +00:00
|
|
|
left:-3px;
|
2015-10-31 10:14:14 +00:00
|
|
|
padding:2px;
|
|
|
|
line-height:20px;
|
2015-12-01 05:46:28 +00:00
|
|
|
width:8px;
|
2015-10-31 10:14:14 +00:00
|
|
|
text-align:left;
|
|
|
|
border-radius:2px;
|
2015-11-30 17:37:10 +00:00
|
|
|
z-index:1;
|
|
|
|
border-radius:3px 0 0 3px;
|
2015-10-31 10:14:14 +00:00
|
|
|
box-shadow: rgba(0,0,0,0.2) 1px -1px 2px inset,rgba(255,255,255,0.15) -1px 1px 5px inset;
|
|
|
|
}
|
2017-01-26 02:47:29 +00:00
|
|
|
|
|
|
|
#arena.mobile.uslim_player .player:not([data-position='0'])>.count,
|
|
|
|
#arena:not(.mobile).uslim_player .player>.count{
|
|
|
|
z-index: 3 !important;
|
|
|
|
border-radius: 2px !important;
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
2017-01-22 09:06:24 +00:00
|
|
|
.player.unseen .count{
|
|
|
|
border-radius: 3px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2015-11-30 17:37:10 +00:00
|
|
|
#arena.slim_player .player .count{
|
|
|
|
left: -6px;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
.player .count.action{
|
|
|
|
bottom:60px;
|
|
|
|
}
|
|
|
|
.player .count[data-condition="none"]{
|
|
|
|
background: rgba(57, 123, 4,1);
|
|
|
|
border: 1px solid rgba(39, 79, 7, 1);
|
2015-11-05 02:34:35 +00:00
|
|
|
filter: grayscale(1);
|
2015-10-31 10:14:14 +00:00
|
|
|
-webkit-filter: grayscale(1);
|
|
|
|
}
|
|
|
|
.player .count[data-condition="high"]{
|
|
|
|
background: rgba(85, 134, 57,1);
|
|
|
|
border: 1px solid rgba(39, 79, 7, 1);
|
|
|
|
}
|
|
|
|
.player .count[data-condition="higher"]{
|
|
|
|
background: rgba(63, 119, 173,1);
|
|
|
|
border: 1px solid rgba(31, 82, 131, 1);
|
|
|
|
}
|
|
|
|
.player .count[data-condition="mid"]{
|
|
|
|
background: rgba(194, 167, 30,1);
|
|
|
|
border: 1px solid rgba(87, 71, 8, 1);
|
|
|
|
}
|
|
|
|
.player .count[data-condition="low"]{
|
|
|
|
background: rgba(148, 27, 27,1);
|
|
|
|
border: 1px solid rgba(86, 9, 9, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.player .identity{
|
|
|
|
top: -8px;
|
|
|
|
left: 132px;
|
|
|
|
}
|
|
|
|
.player.minskin .identity{
|
|
|
|
left:102px;
|
|
|
|
}
|
|
|
|
.player.linked{
|
2015-11-05 02:34:35 +00:00
|
|
|
transform:rotate(-90deg);
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2016-02-14 09:04:31 +00:00
|
|
|
#arena[data-target_shake='shake'] .linked.target{transform: rotate(-93deg);}
|
|
|
|
#arena[data-target_shake='shake'] .linked.target2{transform: rotate(-87deg);}
|
|
|
|
|
|
|
|
#arena[data-target_shake='zoom'] .linked.target,
|
|
|
|
#arena[data-target_shake='zoom'] .linked.target2{transform: scale(1.03) rotate(-90deg);}
|
|
|
|
|
2015-12-15 08:20:57 +00:00
|
|
|
|
2015-10-31 10:14:14 +00:00
|
|
|
.player.acted.linked .identity{
|
2015-11-05 02:34:35 +00:00
|
|
|
transform:rotate(270deg);
|
2015-10-31 10:14:14 +00:00
|
|
|
}
|
2015-11-05 02:34:35 +00:00
|
|
|
.linked>.avatar,.linked>.avatar2{transform:rotate(0deg);}
|
2015-10-31 10:14:14 +00:00
|
|
|
.linked>.avatar2{top:73px;}
|
|
|
|
.linked>.identity{top: -5px;}
|
|
|
|
.linked>.count{right: auto;}
|
2015-12-04 04:43:06 +00:00
|
|
|
|
|
|
|
.player.linked>.name{
|
|
|
|
transform-origin: top center;
|
|
|
|
transform: rotate(90deg) translate(132px,-96px);
|
|
|
|
}
|
|
|
|
.player.linked>.name.name2{
|
|
|
|
transform: rotate(90deg) translate(110px,-31px);
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
/*--------位置(n人)------*/
|
|
|
|
|
|
|
|
/*--------位置(8人)------*/
|
|
|
|
[data-number='8']>.player[data-position='1']{top:calc(200% / 3 - 160px);left:calc(100% - 150px);}
|
|
|
|
[data-number='8']>.player[data-position='2']{top:calc(100% / 3 - 170px);left:calc(100% - 150px);}
|
|
|
|
[data-number='8']>.player[data-position='3']{top:0;left:calc(75% - 112.5px);}
|
|
|
|
[data-number='8']>.player[data-position='4']{top:0;left:calc(50% - 75px);}
|
|
|
|
[data-number='8']>.player[data-position='5']{top:0;left:calc(25% - 37.5px);}
|
|
|
|
[data-number='8']>.player[data-position='6']{top:calc(100% / 3 - 170px);left:0;}
|
|
|
|
[data-number='8']>.player[data-position='7']{top:calc(200% / 3 - 160px);left:0;}
|
|
|
|
[data-number='8']>.card[data-position='1']{top:calc(200% / 3 - 122px);left:calc(100% - 127px);}
|
|
|
|
[data-number='8']>.card[data-position='2']{top:calc(100% / 3 - 132px);left:calc(100% - 127px);}
|
|
|
|
[data-number='8']>.card[data-position='3']{top:38px;left:calc(75% - 89.5px);}
|
|
|
|
[data-number='8']>.card[data-position='4']{top:38px;left:calc(50% - 52px);}
|
|
|
|
[data-number='8']>.card[data-position='5']{top:38px;left:calc(25% - 14.5px);}
|
|
|
|
[data-number='8']>.card[data-position='6']{top:calc(100% / 3 - 132px);left:23px;}
|
|
|
|
[data-number='8']>.card[data-position='7']{top:calc(200% / 3 - 122px);left:23px;}
|
|
|
|
[data-number='8']>.popup[data-position='1']{top:calc(200% / 3 - 150px);left:calc(100% - 186px);}
|
|
|
|
[data-number='8']>.popup[data-position='2']{top:calc(100% / 3 - 160px);left:calc(100% - 186px);}
|
|
|
|
[data-number='8']>.popup[data-position='3']{top:190px;left:calc(75% + 10.5px);}
|
|
|
|
[data-number='8']>.popup[data-position='4']{top:190px;left:calc(50% - 61px);}
|
|
|
|
[data-number='8']>.popup[data-position='5']{top:190px;left:calc(25% - 37.5px);}
|
|
|
|
[data-number='8']>.popup[data-position='6']{top:calc(100% / 3 - 160px);left:160px;}
|
|
|
|
[data-number='8']>.popup[data-position='7']{top:calc(200% / 3 - 150px);left:160px;}
|
|
|
|
/*--------位置(7人)------*/
|
|
|
|
[data-number='7']>.player[data-position='1']{top:calc(200% / 3 - 160px);left:calc(100% - 150px);}
|
|
|
|
[data-number='7']>.player[data-position='2']{top:calc(100% / 3 - 170px);left:calc(100% - 150px);}
|
|
|
|
[data-number='7']>.player[data-position='3']{top:0;left:calc(62.5% - 75px);}
|
|
|
|
[data-number='7']>.player[data-position='4']{top:0;left:calc(37.5% - 75px);}
|
|
|
|
[data-number='7']>.player[data-position='5']{top:calc(100% / 3 - 170px);left:0;}
|
|
|
|
[data-number='7']>.player[data-position='6']{top:calc(200% / 3 - 160px);left:0;}
|
|
|
|
[data-number='7']>.card[data-position='1']{top:calc(200% / 3 - 122px);left:calc(100% - 127px);}
|
|
|
|
[data-number='7']>.card[data-position='2']{top:calc(100% / 3 - 132px);left:calc(100% - 127px);}
|
|
|
|
[data-number='7']>.card[data-position='3']{top:38px;left:calc(62.5% - 52px);}
|
|
|
|
[data-number='7']>.card[data-position='4']{top:38px;left:calc(37.5% - 52px);}
|
|
|
|
[data-number='7']>.card[data-position='5']{top:calc(100% / 3 - 132px);left:23px;}
|
|
|
|
[data-number='7']>.card[data-position='6']{top:calc(200% / 3 - 122px);left:23px;}
|
|
|
|
[data-number='7']>.popup[data-position='1']{top:calc(200% / 3 - 150px);left:calc(100% - 186px);}
|
|
|
|
[data-number='7']>.popup[data-position='2']{top:calc(100% / 3 - 160px);left:calc(100% - 186px);}
|
|
|
|
[data-number='7']>.popup[data-position='3']{top:190px;left:calc(62.5% + 48px);}
|
|
|
|
[data-number='7']>.popup[data-position='4']{top:190px;left:calc(37.5% - 75px);}
|
|
|
|
[data-number='7']>.popup[data-position='5']{top:calc(100% / 3 - 160px);left:160px;}
|
|
|
|
[data-number='7']>.popup[data-position='6']{top:calc(200% / 3 - 150px);left:160px;}
|
|
|
|
/*--------位置(6人)------*/
|
|
|
|
[data-number='6']>.player[data-position='1']{top:calc(200% / 3 - 160px);left:calc(100% - 150px);}
|
|
|
|
[data-number='6']>.player[data-position='2']{top:calc(100% / 3 - 170px);left:calc(100% - 150px);}
|
|
|
|
[data-number='6']>.player[data-position='3']{top:0;left:calc(50% - 75px);}
|
|
|
|
[data-number='6']>.player[data-position='4']{top:calc(100% / 3 - 170px);left:0;}
|
|
|
|
[data-number='6']>.player[data-position='5']{top:calc(200% / 3 - 160px);left:0;}
|
|
|
|
[data-number='6']>.card[data-position='1']{top:calc(200% / 3 - 122px);left:calc(100% - 127px);}
|
|
|
|
[data-number='6']>.card[data-position='2']{top:calc(100% / 3 - 132px);left:calc(100% - 127px);}
|
|
|
|
[data-number='6']>.card[data-position='3']{top:38px;left:calc(50% - 52px);}
|
|
|
|
[data-number='6']>.card[data-position='4']{top:calc(100% / 3 - 132px);left:23px;}
|
|
|
|
[data-number='6']>.card[data-position='5']{top:calc(200% / 3 - 122px);left:23px;}
|
|
|
|
[data-number='6']>.popup[data-position='1']{top:calc(200% / 3 - 150px);left:calc(100% - 186px);}
|
|
|
|
[data-number='6']>.popup[data-position='2']{top:calc(100% / 3 - 160px);left:calc(100% - 186px);}
|
|
|
|
[data-number='6']>.popup[data-position='3']{top:190px;left:calc(50% - 61px);}
|
|
|
|
[data-number='6']>.popup[data-position='4']{top:calc(100% / 3 - 160px);left:160px;}
|
|
|
|
[data-number='6']>.popup[data-position='5']{top:calc(200% / 3 - 150px);left:160px;}
|
|
|
|
/*--------位置(5人)------*/
|
|
|
|
[data-number='5']>.player[data-position='1']{top:calc(200% / 3 - 220px);left:calc(100% - 150px);}
|
|
|
|
[data-number='5']>.player[data-position='2']{top:0;left:calc(200% / 3 - 50px);}
|
|
|
|
[data-number='5']>.player[data-position='3']{top:0;left:calc(100% / 3 - 100px);}
|
|
|
|
[data-number='5']>.player[data-position='4']{top:calc(200% / 3 - 220px);left:0;}
|
|
|
|
[data-number='5']>.card[data-position='1']{top:calc(150% / 3 - 65px);left:calc(100% - 127px);}
|
|
|
|
[data-number='5']>.card[data-position='2']{top:38px;left:calc(200% / 3 - 27px);}
|
|
|
|
[data-number='5']>.card[data-position='3']{top:38px;left:calc(100% / 3 - 77px);}
|
|
|
|
[data-number='5']>.card[data-position='4']{top:calc(150% / 3 - 65px);left:23px;}
|
|
|
|
[data-number='5']>.popup[data-position='1']{top:calc(200% / 3 - 210px);left:calc(100% - 186px);}
|
|
|
|
[data-number='5']>.popup[data-position='2']{top:190px;left:calc(200% / 3 + 73px);}
|
|
|
|
[data-number='5']>.popup[data-position='3']{top:190px;left:calc(100% / 3 - 100px);}
|
|
|
|
[data-number='5']>.popup[data-position='4']{top:calc(200% / 3 - 210px);left:160px;}
|
|
|
|
/*--------位置(4人)------*/
|
|
|
|
[data-number='4']>.player[data-position='1']{top:calc(100% / 3 - 40px);left:calc(100% - 150px);}
|
|
|
|
[data-number='4']>.player[data-position='2']{top:0;left:calc(50% - 75px);}
|
|
|
|
[data-number='4']>.player[data-position='3']{top:calc(100% / 3 - 40px);left:0;}
|
|
|
|
[data-number='4']>.card[data-position='1']{top:calc(100% / 3 - 2px);left:calc(100% - 127px);}
|
|
|
|
[data-number='4']>.card[data-position='2']{top:38px;left:calc(50% - 52px);}
|
|
|
|
[data-number='4']>.card[data-position='3']{top:calc(100% / 3 - 2px);left:23px;}
|
|
|
|
[data-number='4']>.popup[data-position='1']{top:calc(100% / 3 - 30px);left:calc(100% - 186px);}
|
|
|
|
[data-number='4']>.popup[data-position='2']{top:190px;left:calc(50% - 61px);}
|
|
|
|
[data-number='4']>.popup[data-position='3']{top:calc(100% / 3 - 30px);left:160px;}
|
|
|
|
/*--------位置(3人)------*/
|
|
|
|
[data-number='3']>.player[data-position='1']{top:20px;left:calc(75% + 30px);}
|
|
|
|
[data-number='3']>.player[data-position='2']{top:20px;left:calc(25% - 180px);}
|
|
|
|
[data-number='3']>.card[data-position='1']{top:58px;left:calc(75% + 53px);}
|
|
|
|
[data-number='3']>.card[data-position='2']{top:58px;left:calc(25% - 157px);}
|
|
|
|
[data-number='3']>.popup[data-position='1']{top:210px;left:calc(75% + 153px);}
|
|
|
|
[data-number='3']>.popup[data-position='2']{top:210px;left:calc(25% - 180px);}
|
|
|
|
/*--------位置(2人)------*/
|
|
|
|
[data-number='2']>.player[data-position='1']{top:0;left:calc(50% - 75px);}
|
|
|
|
[data-number='2']>.card[data-position='1']{top:0;left:calc(50% - 52px);}
|
|
|
|
[data-number='2']>.popup[data-position='1']{top:190px;left:calc(50% - 61px);}
|
|
|
|
/*--------位置(1人)------*/
|
|
|
|
.player[data-position='0']{top:calc(100% - 170px);left:calc(50% - 75px);}
|
2016-03-31 06:00:53 +00:00
|
|
|
/*--------位置(联机)------*/
|
2016-04-02 08:05:24 +00:00
|
|
|
#window>.player.connect[data-position='0']{left:calc(200% / 7 - 1200px / 7);top:calc(300% / 7 - 160px + 5px);}
|
|
|
|
#window>.player.connect[data-position='1']{left:calc(300% / 7 - 750px / 7);top:calc(300% / 7 - 160px + 5px);}
|
|
|
|
#window>.player.connect[data-position='2']{left:calc(400% / 7 - 300px / 7);top:calc(300% / 7 - 160px + 5px);}
|
|
|
|
#window>.player.connect[data-position='3']{left:calc(500% / 7 + 150px / 7);top:calc(300% / 7 - 160px + 5px);}
|
|
|
|
#window>.player.connect[data-position='4']{left:calc(200% / 7 - 1200px / 7);top:calc(400% / 7 - 40px + 5px);}
|
|
|
|
#window>.player.connect[data-position='5']{left:calc(300% / 7 - 750px / 7);top:calc(400% / 7 - 40px + 5px);}
|
|
|
|
#window>.player.connect[data-position='6']{left:calc(400% / 7 - 300px / 7);top:calc(400% / 7 - 40px + 5px);}
|
|
|
|
#window>.player.connect[data-position='7']{left:calc(500% / 7 + 150px / 7);top:calc(400% / 7 - 40px + 5px);}
|
2016-03-31 06:00:53 +00:00
|
|
|
|
2016-04-10 15:26:14 +00:00
|
|
|
#window>.player.connect[data-position='c0']{left:calc(50% - 255px);top:calc(50% - 90px)}
|
|
|
|
#window>.player.connect[data-position='c1']{left:calc(50% - 75px);top:calc(50% - 90px)}
|
|
|
|
#window>.player.connect[data-position='c2']{left:calc(50% + 105px);top:calc(50% - 90px)}
|
2016-04-13 04:17:17 +00:00
|
|
|
#window>.player.connect[data-position='c3']{left:calc(50% - 255px);top:calc(50% - 90px)}
|
|
|
|
#window>.player.connect[data-position='c4']{left:calc(50% - 75px);top:calc(50% - 90px)}
|
|
|
|
#window>.player.connect[data-position='c5']{left:calc(50% + 105px);top:calc(50% - 90px)}
|
|
|
|
|
|
|
|
#window:not(.more_room)>.player.connect[data-position='c3']{opacity:0 !important;pointer-events: none;visibility: hidden}
|
|
|
|
#window:not(.more_room)>.player.connect[data-position='c4']{opacity:0 !important;pointer-events: none;visibility: hidden}
|
|
|
|
#window:not(.more_room)>.player.connect[data-position='c5']{opacity:0 !important;pointer-events: none;visibility: hidden}
|
|
|
|
|
|
|
|
#window.more_room>.player.connect[data-position='c0']{transform:translateY(-105px);}
|
|
|
|
#window.more_room>.player.connect[data-position='c1']{transform:translateY(-105px);}
|
|
|
|
#window.more_room>.player.connect[data-position='c2']{transform:translateY(-105px);}
|
|
|
|
#window.more_room>.player.connect[data-position='c3']{transform:translateY(105px);}
|
|
|
|
#window.more_room>.player.connect[data-position='c4']{transform:translateY(105px);}
|
|
|
|
#window.more_room>.player.connect[data-position='c5']{transform:translateY(105px);}
|
2016-04-10 15:26:14 +00:00
|
|
|
|
2016-04-21 07:37:37 +00:00
|
|
|
#window>.player.connect{
|
|
|
|
width: 150px;
|
|
|
|
}
|
2016-04-04 03:27:47 +00:00
|
|
|
.connectbutton{
|
|
|
|
top:calc(500% / 7 + 80px + 5px);
|
|
|
|
}
|
2016-03-31 06:00:53 +00:00
|
|
|
|
|
|
|
|
2015-10-31 10:14:14 +00:00
|
|
|
.card[data-position='0']{top:calc(100% - 130px);left:calc(50% - 52px);}
|
|
|
|
.popup[data-position='0']{top:calc(100% - 206px);left:calc(50% - 61px);}
|
2016-07-01 03:09:23 +00:00
|
|
|
#me,#mebg,#autonode{top:calc(100% - 150px);}
|
2015-10-31 10:14:14 +00:00
|
|
|
#handcards1,#handcards2{width: calc(50% - 95px);height: 127px;padding: 10px;}
|
|
|
|
#handcards2{left: calc(50% + 75px);}
|
|
|
|
.dialog{
|
|
|
|
width: calc(90% - 300px);
|
|
|
|
left: calc(5% + 150px);
|
|
|
|
top:auto;
|
|
|
|
bottom:185px;
|
|
|
|
height:calc(100% - 385px);
|
|
|
|
z-index:4;
|
|
|
|
}
|
2015-12-08 13:54:44 +00:00
|
|
|
.dialog.nobutton{
|
|
|
|
bottom:auto !important;
|
|
|
|
top:200px !important;
|
|
|
|
}
|
2015-10-31 10:14:14 +00:00
|
|
|
#arena.stone .dialog{
|
|
|
|
width: calc(90% - 440px);
|
|
|
|
left: calc(5% + 220px);
|
|
|
|
}
|
|
|
|
.dialog.removing{
|
|
|
|
top:auto;
|
|
|
|
}
|
|
|
|
#control{
|
|
|
|
z-index:5;
|
|
|
|
top:auto;
|
2015-12-02 15:34:34 +00:00
|
|
|
bottom:210px;
|
2015-10-31 10:14:14 +00:00
|
|
|
width: calc(100% - 300px);
|
|
|
|
left:150px;
|
|
|
|
}
|
|
|
|
.popup{z-index:6}
|
|
|
|
.dialog.scroll1,
|
|
|
|
.dialog.scroll2,
|
|
|
|
.dialog.withbg{
|
|
|
|
background: rgba(0,0,0,0.2);
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
|
|
|
|
min-height:240px;
|
|
|
|
}
|
|
|
|
.dialog>.bar{
|
|
|
|
display:none !important;
|
|
|
|
}
|
|
|
|
.dialog>.content-container{
|
|
|
|
height:100%;
|
|
|
|
top:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bordered{
|
|
|
|
border:1px solid white;
|
|
|
|
box-shadow:black 0 0 2px;
|
|
|
|
}
|
|
|
|
|
2016-03-27 03:58:38 +00:00
|
|
|
#arena.low_performance .player:not([data-position='0']) .equips>.card,
|
|
|
|
#arena.chess.low_performance .player .equips>.card{
|
|
|
|
animation: game_start 0.5s !important;
|
|
|
|
-webkit-animation: game_start 0.5s !important;
|
|
|
|
}
|
|
|
|
|
2015-10-31 10:14:14 +00:00
|
|
|
@media screen and (min-width: 1150px) {
|
|
|
|
.dialog{
|
|
|
|
width: 630px;
|
|
|
|
left: calc(50% - 315px);
|
|
|
|
}
|
|
|
|
.dialog.bosscharacter{
|
|
|
|
width: 735px;
|
|
|
|
left: calc(50% - 367.5px);
|
|
|
|
}
|
|
|
|
#arena.stone .dialog{
|
|
|
|
width: calc(90% - 440px);
|
|
|
|
left: calc(5% + 220px);
|
|
|
|
}
|
|
|
|
}
|
2015-11-05 02:34:35 +00:00
|
|
|
|
|
|
|
@keyframes card_start2x{from {opacity: 0;margin-top: -13px;margin-bottom:-11px}}
|
|
|
|
@keyframes card_start2xx{from {opacity: 0;margin-top: -12px;margin-bottom:-12px;transform:scale(0)}}
|
|
|
|
@keyframes card_start2xxx{from {opacity: 0;margin-top: -12px;margin-bottom:-12px;transform:scale(0) rotate(90deg)}}
|
|
|
|
|
2015-10-31 10:14:14 +00:00
|
|
|
@-webkit-keyframes card_start2x{from {opacity: 0;margin-top: -13px;margin-bottom:-11px}}
|
2015-11-05 02:34:35 +00:00
|
|
|
@-webkit-keyframes card_start2xx{from {opacity: 0;margin-top: -12px;margin-bottom:-12px;transform:scale(0)}}
|
|
|
|
@-webkit-keyframes card_start2xxx{from {opacity: 0;margin-top: -12px;margin-bottom:-12px;transform:scale(0) rotate(90deg)}}
|