pref: format @/layout.
This commit is contained in:
parent
5427da93cb
commit
ed7bbd57e5
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,118 +1,120 @@
|
|||
#arena{
|
||||
height: calc(97% + 30px);
|
||||
top:3%
|
||||
}
|
||||
#arena.mobile>#control{
|
||||
top:calc(100% - 205px);
|
||||
}
|
||||
#arena.chess.mobile>#control{
|
||||
top:calc(100% - 175px);
|
||||
}
|
||||
#control>div,#system>div>div{
|
||||
height: 40px;
|
||||
font-family: 'xinwei';
|
||||
font-size: 30px;
|
||||
line-height: 34px;
|
||||
}
|
||||
#historybar{
|
||||
top:14px;
|
||||
height: calc(100% - 150px);
|
||||
}
|
||||
#window.oblongcard #historybar{
|
||||
height: calc(100% - 170px);
|
||||
}
|
||||
#time{
|
||||
visibility: hidden;
|
||||
}
|
||||
#system{
|
||||
z-index: 31 !important;
|
||||
}
|
||||
#window>.dialog.popped{
|
||||
z-index: 21 !important;
|
||||
}
|
||||
#system>div{
|
||||
position: absolute;
|
||||
height: 60px;
|
||||
}
|
||||
#system>div:first-child{
|
||||
left:5px;
|
||||
}
|
||||
#system>div:last-child{
|
||||
right:5px;
|
||||
}
|
||||
#system>div>div{
|
||||
line-height: 40px;
|
||||
}
|
||||
#system{
|
||||
z-index: 5;
|
||||
}
|
||||
#system>div{
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
#system>div:not(.shown){
|
||||
transform: translateY(-80px);
|
||||
}
|
||||
.statusbar #system>div:not(.shown){
|
||||
transform: translateY(-120px);
|
||||
}
|
||||
#system>#system1{
|
||||
width: 140px;
|
||||
}
|
||||
#system>#system2{
|
||||
width: calc(100% - 140px);
|
||||
}
|
||||
#system>div:not(.shown)>div{
|
||||
pointer-events: none;
|
||||
}
|
||||
#pausebutton,#autobutton,#restartbutton{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.menu-container>.menu.main,
|
||||
.popup-container>.menu{
|
||||
zoom:1.3;
|
||||
}
|
||||
.popup-container>.menu{
|
||||
max-height: 307px;
|
||||
}
|
||||
.popup-container>.menu.visual.withbar{
|
||||
max-height: 360px;
|
||||
}
|
||||
.menu-container>.menu.main:not(.center){
|
||||
top: 12px !important;
|
||||
left: 10px !important;
|
||||
}
|
||||
|
||||
#system{
|
||||
width: calc(100% - 12px) !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
#arena.phonetop{
|
||||
top:80px !important;
|
||||
}
|
||||
.player>.identity{
|
||||
transform: scale(1.3);
|
||||
}
|
||||
#window>.dialog.popped.hoverdialog{
|
||||
transform: scale(1.3);
|
||||
transform-origin: left top;
|
||||
}
|
||||
.player:not([data-position='0']).linked .identity,
|
||||
#arena.chess .player.linked .identity{
|
||||
transform:scale(1.3) rotate(90deg);
|
||||
}
|
||||
|
||||
/*br.finish_game{
|
||||
display: inline !important;
|
||||
}*/
|
||||
div:not(.shown)>div.finish_game{
|
||||
opacity: 0 !important;
|
||||
}
|
||||
div.finish_game{
|
||||
transition: all 0.2s !important;
|
||||
}
|
||||
|
||||
@media screen and (orientation:portrait) {
|
||||
|
||||
}
|
||||
#arena {
|
||||
height: calc(97% + 30px);
|
||||
top: 3%;
|
||||
}
|
||||
#arena.mobile > #control {
|
||||
top: calc(100% - 205px);
|
||||
}
|
||||
#arena.chess.mobile > #control {
|
||||
top: calc(100% - 175px);
|
||||
}
|
||||
#control > div,
|
||||
#system > div > div {
|
||||
height: 40px;
|
||||
font-family: "xinwei";
|
||||
font-size: 30px;
|
||||
line-height: 34px;
|
||||
}
|
||||
#historybar {
|
||||
top: 14px;
|
||||
height: calc(100% - 150px);
|
||||
}
|
||||
#window.oblongcard #historybar {
|
||||
height: calc(100% - 170px);
|
||||
}
|
||||
#time {
|
||||
visibility: hidden;
|
||||
}
|
||||
#system {
|
||||
z-index: 31 !important;
|
||||
}
|
||||
#window > .dialog.popped {
|
||||
z-index: 21 !important;
|
||||
}
|
||||
#system > div {
|
||||
position: absolute;
|
||||
height: 60px;
|
||||
}
|
||||
#system > div:first-child {
|
||||
left: 5px;
|
||||
}
|
||||
#system > div:last-child {
|
||||
right: 5px;
|
||||
}
|
||||
#system > div > div {
|
||||
line-height: 40px;
|
||||
}
|
||||
#system {
|
||||
z-index: 5;
|
||||
}
|
||||
#system > div {
|
||||
transition-duration: 0.3s;
|
||||
}
|
||||
#system > div:not(.shown) {
|
||||
transform: translateY(-80px);
|
||||
}
|
||||
.statusbar #system > div:not(.shown) {
|
||||
transform: translateY(-120px);
|
||||
}
|
||||
#system > #system1 {
|
||||
width: 140px;
|
||||
}
|
||||
#system > #system2 {
|
||||
width: calc(100% - 140px);
|
||||
}
|
||||
#system > div:not(.shown) > div {
|
||||
pointer-events: none;
|
||||
}
|
||||
#pausebutton,
|
||||
#autobutton,
|
||||
#restartbutton {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.menu-container > .menu.main,
|
||||
.popup-container > .menu {
|
||||
zoom: 1.3;
|
||||
}
|
||||
.popup-container > .menu {
|
||||
max-height: 307px;
|
||||
}
|
||||
.popup-container > .menu.visual.withbar {
|
||||
max-height: 360px;
|
||||
}
|
||||
.menu-container > .menu.main:not(.center) {
|
||||
top: 12px !important;
|
||||
left: 10px !important;
|
||||
}
|
||||
|
||||
#system {
|
||||
width: calc(100% - 12px) !important;
|
||||
left: 0 !important;
|
||||
}
|
||||
|
||||
#arena.phonetop {
|
||||
top: 80px !important;
|
||||
}
|
||||
.player > .identity {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
#window > .dialog.popped.hoverdialog {
|
||||
transform: scale(1.3);
|
||||
transform-origin: left top;
|
||||
}
|
||||
.player:not([data-position="0"]).linked .identity,
|
||||
#arena.chess .player.linked .identity {
|
||||
transform: scale(1.3) rotate(90deg);
|
||||
}
|
||||
|
||||
/*br.finish_game{
|
||||
display: inline !important;
|
||||
}*/
|
||||
div:not(.shown) > div.finish_game {
|
||||
opacity: 0 !important;
|
||||
}
|
||||
div.finish_game {
|
||||
transition: all 0.2s !important;
|
||||
}
|
||||
|
||||
@media screen and (orientation: portrait) {
|
||||
}
|
||||
|
|
|
@ -1,257 +1,410 @@
|
|||
@import "../mobile/layout.css";
|
||||
|
||||
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system{
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system{
|
||||
left: 50px;
|
||||
}
|
||||
#window.rightbar #historybar{
|
||||
left: calc(100% - 50px);
|
||||
}
|
||||
#window.leftbar #historybar{
|
||||
left: 0;
|
||||
}
|
||||
#historybar{
|
||||
left: calc(100% - 50px);
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: calc(100% - 121px);
|
||||
z-index: 1;
|
||||
}
|
||||
#window.oblongcard #historybar{
|
||||
height: calc(100% - 141px);
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.name.name2{
|
||||
left: auto;
|
||||
right: 13px;
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0']){
|
||||
width: 120px !important;
|
||||
height: 220px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.marks{
|
||||
left: -15px;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.judges{
|
||||
right: -27px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='default']>.player:not(.minskin):not(*[data-position='0']){
|
||||
height: 200px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='short']>.player:not(.minskin):not(*[data-position='0']){
|
||||
height: 180px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.equips{
|
||||
transform: scale(0.8);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
#arena:not(.fewplayer).lslim_player .player .equips{
|
||||
left: 5px;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
width: calc(100% - 14px) !important;
|
||||
height: calc(100% - 14px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena.uslim_player:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
width: calc(100% - 6px) !important;
|
||||
height: calc(100% - 6px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena.lslim_player:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
width: calc(100% - 10px) !important;
|
||||
height: calc(100% - 10px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
height: 50% !important;
|
||||
background-position: 0 0 !important;
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena.uslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
height: calc(50% + 4px) !important;
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#arena.lslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
height: calc(50% + 2px) !important;
|
||||
}
|
||||
#window[data-radius_size='reduce'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#window[data-radius_size='reduce'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
#window[data-radius_size='off'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#window[data-radius_size='off'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
#window[data-radius_size='increase'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar,
|
||||
#window[data-radius_size='increase'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 16px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
border-radius: 8px 8px 0 0 !important;
|
||||
height: calc(50% + 14px) !important;
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 92px, 106px 92px, 0px 114px, -10px 114px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 92px, 106px 92px, 0px 114px, -10px 114px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='default']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 82px, 106px 82px, 0px 104px, -10px 104px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 82px, 106px 82px, 0px 104px, -10px 104px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='short']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 72px, 106px 72px, 0px 94px, -10px 94px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 72px, 106px 72px, 0px 94px, -10px 94px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 96px, 114px 96px, 0px 118px, -10px 118px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 96px, 114px 96px, 0px 118px, -10px 118px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)[data-player_height='default']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 86px, 114px 86px, 0px 108px, -10px 108px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 86px, 114px 86px, 0px 108px, -10px 108px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)[data-player_height='short']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 76px, 114px 76px, 0px 98px, -10px 98px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 76px, 114px 76px, 0px 98px, -10px 98px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 94px, 110px 94px, 0px 116px, -10px 116px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 94px, 110px 94px, 0px 116px, -10px 116px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)[data-player_height='default']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 84px, 110px 84px, 0px 106px, -10px 106px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 84px, 110px 84px, 0px 106px, -10px 106px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)[data-player_height='short']>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 74px, 110px 74px, 0px 96px, -10px 96px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 74px, 110px 74px, 0px 96px, -10px 96px);
|
||||
}
|
||||
#window[data-radius_size='reduce'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
border-radius: 4px 4px 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size='off'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
border-radius: 0 0 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size='increase'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position='0'])>.avatar{
|
||||
border-radius: 16px 16px 0 0 !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 14px) !important;
|
||||
background-position: 0 10px !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 106px 10px, 116px 10px, 116px 134px, -10px 134px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 106px 10px, 116px 10px, 116px 134px, -10px 134px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 114px 10px, 124px 10px, 124px 138px, -10px 138px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 114px 10px, 124px 10px, 124px 138px, -10px 138px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 16px) !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 110px 10px, 120px 10px, 120px 136px, -10px 136px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 110px 10px, 120px 10px, 120px 136px, -10px 136px);
|
||||
}
|
||||
#window[data-radius_size='reduce'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 0 0 4px 4px !important;
|
||||
}
|
||||
#window[data-radius_size='off'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 0 0 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size='increase'] #arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(.unseen):not(*[data-position='0'])>.avatar2{
|
||||
border-radius: 0 0 16px 16px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.fullskin2:not(.minskin):not(*[data-position='0'])>.avatar2{
|
||||
top: calc(50% - 7px) !important;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.identity{
|
||||
left: 102px;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.hp:not(.actcount){
|
||||
left: 93px;
|
||||
}
|
||||
/*#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.hp:not(.actcount).text{
|
||||
left: 89px;
|
||||
}*/
|
||||
#arena:not(.fewplayer)>.player.fullskin2 .avatar2{
|
||||
z-index: 2;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.unseen:not(.unseen2) .count{
|
||||
text-align: left;
|
||||
border-radius:3px 0 0 3px;
|
||||
}
|
||||
#arena:not(.fewplayer)>.player.unseen2 .count{
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer) .timerbar>div{
|
||||
top: 205px;
|
||||
width: 96px;
|
||||
left: 12px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='default'] .timerbar>div{
|
||||
top: 185px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height='short'] .timerbar>div{
|
||||
top: 165px;
|
||||
}
|
||||
|
||||
/*--------位置(8人)------*/
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='1']{top:calc(30% - 120px);left:calc(-300% / 94 + 4375% / 47 - 735px + 720px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='2']{top:calc(8% - 32px);left:calc(-300% / 94 + 3750% / 47 - 630px + 600px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='3']{top:0;left:calc(-300% / 94 + 3125% / 47 - 525px + 480px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='4']{top:0;left:calc(-300% / 94 + 2500% / 47 - 420px + 360px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='5']{top:0;left:calc(-300% / 94 + 1875% / 47 - 315px + 240px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='6']{top:calc(8% - 32px);left:calc(-300% / 94 + 1250% / 47 - 210px + 120px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='7']{top:calc(30% - 120px);left:calc(-300% / 94 + 625% / 47 - 105px);}
|
||||
@media screen and (min-width: 1105px){
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='1']{left:calc(100% - 120px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='2']{left:calc(500% / 6 - 100px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='3']{left:calc(400% / 6 - 80px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='4']{left:calc(300% / 6 - 60px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='5']{left:calc(200% / 6 - 40px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='6']{left:calc(100% / 6 - 20px);}
|
||||
#arena:not(.fewplayer)[data-number='8']>.player[data-position='7']{left:0;}
|
||||
}
|
||||
/*--------位置(7人)------*/
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='1']{top:calc(30% - 120px);left:calc(100% - 120px);}
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='2']{top:calc(8% - 32px);left:calc(80% - 96px);}
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='3']{top:0;left:calc(60% - 72px);}
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='4']{top:0;left:calc(40% - 48px);}
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='5']{top:calc(8% - 32px);left:calc(20% - 24px);}
|
||||
#arena:not(.fewplayer)[data-number='7']>.player[data-position='6']{top:calc(30% - 120px);left:0;}
|
||||
/*--------位置(6人)------*/
|
||||
#arena:not(.fewplayer)[data-number='6']>.player[data-position='1']{top:calc(30% - 120px);left:calc(100% - 120px);}
|
||||
#arena:not(.fewplayer)[data-number='6']>.player[data-position='2']{top:0px;left:calc(75% - 90px);}
|
||||
#arena:not(.fewplayer)[data-number='6']>.player[data-position='3']{top:0;left:calc(50% - 60px);}
|
||||
#arena:not(.fewplayer)[data-number='6']>.player[data-position='4']{top:0px;left:calc(25% - 30px);}
|
||||
#arena:not(.fewplayer)[data-number='6']>.player[data-position='5']{top:calc(30% - 120px);left:0;}
|
||||
/*--------位置(5人)------*/
|
||||
#arena:not(.fewplayer)[data-number='5']>.player[data-position='1']{top:calc(30% - 120px);left:calc(100% - 120px);}
|
||||
#arena:not(.fewplayer)[data-number='5']>.player[data-position='2']{top:0;left:calc(200% / 3 - 80px);}
|
||||
#arena:not(.fewplayer)[data-number='5']>.player[data-position='3']{top:0;left:calc(100% / 3 - 40px);}
|
||||
#arena:not(.fewplayer)[data-number='5']>.player[data-position='4']{top:calc(30% - 120px);left:0;}
|
||||
/*--------位置(4人)------*/
|
||||
#arena:not(.fewplayer)[data-number='4']>.player[data-position='1']{top:calc(30% - 120px);left:calc(100% - 120px);}
|
||||
#arena:not(.fewplayer)[data-number='4']>.player[data-position='2']{top:0;left:calc(50% - 60px);}
|
||||
#arena:not(.fewplayer)[data-number='4']>.player[data-position='3']{top:calc(30% - 120px);left:0;}
|
||||
/*--------位置(3人)------*/
|
||||
#arena:not(.fewplayer)[data-number='3']>.player[data-position='1']{top:calc(60% / 3 - 88px);left:calc(75% + 80px);}
|
||||
#arena:not(.fewplayer)[data-number='3']>.player[data-position='2']{top:calc(60% / 3 - 88px);left:calc(25% - 200px);}
|
||||
/*--------位置(2人)------*/
|
||||
#arena:not(.fewplayer)[data-number='2']>.player[data-position='1']{top:0;left:calc(50% - 60px);}
|
||||
@import "../mobile/layout.css";
|
||||
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system {
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system {
|
||||
left: 50px;
|
||||
}
|
||||
#window.rightbar #historybar {
|
||||
left: calc(100% - 50px);
|
||||
}
|
||||
#window.leftbar #historybar {
|
||||
left: 0;
|
||||
}
|
||||
#historybar {
|
||||
left: calc(100% - 50px);
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: calc(100% - 121px);
|
||||
z-index: 1;
|
||||
}
|
||||
#window.oblongcard #historybar {
|
||||
height: calc(100% - 141px);
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .name.name2 {
|
||||
left: auto;
|
||||
right: 13px;
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) {
|
||||
width: 120px !important;
|
||||
height: 220px !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .marks {
|
||||
left: -15px;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .judges {
|
||||
right: -27px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="default"] > .player:not(.minskin):not(*[data-position="0"]) {
|
||||
height: 200px !important;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="short"] > .player:not(.minskin):not(*[data-position="0"]) {
|
||||
height: 180px !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .equips {
|
||||
transform: scale(0.8);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
#arena:not(.fewplayer).lslim_player .player .equips {
|
||||
left: 5px;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
width: calc(100% - 14px) !important;
|
||||
height: calc(100% - 14px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena.uslim_player:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
width: calc(100% - 6px) !important;
|
||||
height: calc(100% - 6px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena.lslim_player:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
width: calc(100% - 10px) !important;
|
||||
height: calc(100% - 10px) !important;
|
||||
background-position: 50% !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
height: 50% !important;
|
||||
background-position: 0 0 !important;
|
||||
border-radius: 8px !important;
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena.uslim_player:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
height: calc(50% + 4px) !important;
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar,
|
||||
#arena.lslim_player:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
height: calc(50% + 2px) !important;
|
||||
}
|
||||
#window[data-radius_size="reduce"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar,
|
||||
#window[data-radius_size="reduce"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 4px !important;
|
||||
}
|
||||
#window[data-radius_size="off"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar,
|
||||
#window[data-radius_size="off"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
#window[data-radius_size="increase"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar,
|
||||
#window[data-radius_size="increase"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 16px !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"]) > .avatar {
|
||||
border-radius: 8px 8px 0 0 !important;
|
||||
height: calc(50% + 14px) !important;
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 92px, 106px 92px, 0px 114px, -10px 114px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 92px, 106px 92px, 0px 114px, -10px 114px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="default"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 82px, 106px 82px, 0px 104px, -10px 104px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 82px, 106px 82px, 0px 104px, -10px 104px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="short"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 116px -10px, 116px 72px, 106px 72px, 0px 94px, -10px 94px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 116px -10px, 116px 72px, 106px 72px, 0px 94px, -10px 94px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 96px, 114px 96px, 0px 118px, -10px 118px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 96px, 114px 96px, 0px 118px, -10px 118px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)[data-player_height="default"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 86px, 114px 86px, 0px 108px, -10px 108px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 86px, 114px 86px, 0px 108px, -10px 108px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)[data-player_height="short"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 124px -10px, 124px 76px, 114px 76px, 0px 98px, -10px 98px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 124px -10px, 124px 76px, 114px 76px, 0px 98px, -10px 98px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 94px, 110px 94px, 0px 116px, -10px 116px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 94px, 110px 94px, 0px 116px, -10px 116px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)[data-player_height="default"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 84px, 110px 84px, 0px 106px, -10px 106px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 84px, 110px 84px, 0px 106px, -10px 106px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)[data-player_height="short"]
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
clip-path: polygon(-10px -10px, 120px -10px, 120px 74px, 110px 74px, 0px 96px, -10px 96px);
|
||||
-webkit-clip-path: polygon(-10px -10px, 120px -10px, 120px 74px, 110px 74px, 0px 96px, -10px 96px);
|
||||
}
|
||||
#window[data-radius_size="reduce"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
border-radius: 4px 4px 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size="off"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
border-radius: 0 0 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size="increase"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen2):not(*[data-position="0"])
|
||||
> .avatar {
|
||||
border-radius: 16px 16px 0 0 !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"]) > .avatar2 {
|
||||
border-radius: 0 0 8px 8px !important;
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 14px) !important;
|
||||
background-position: 0 10px !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 106px 10px, 116px 10px, 116px 134px, -10px 134px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 106px 10px, 116px 10px, 116px 134px, -10px 134px);
|
||||
}
|
||||
#arena.uslim_player:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 18px) !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 114px 10px, 124px 10px, 124px 138px, -10px 138px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 114px 10px, 124px 10px, 124px 138px, -10px 138px);
|
||||
}
|
||||
#arena.lslim_player:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
top: calc(50% - 21px) !important;
|
||||
height: calc(50% + 16px) !important;
|
||||
clip-path: polygon(-10px 32px, 0 32px, 110px 10px, 120px 10px, 120px 136px, -10px 136px);
|
||||
-webkit-clip-path: polygon(-10px 32px, 0 32px, 110px 10px, 120px 10px, 120px 136px, -10px 136px);
|
||||
}
|
||||
#window[data-radius_size="reduce"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 0 0 4px 4px !important;
|
||||
}
|
||||
#window[data-radius_size="off"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 0 0 0 0 !important;
|
||||
}
|
||||
#window[data-radius_size="increase"]
|
||||
#arena:not(.fewplayer)
|
||||
> .player.fullskin2:not(.minskin):not(.unseen):not(*[data-position="0"])
|
||||
> .avatar2 {
|
||||
border-radius: 0 0 16px 16px !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.fullskin2:not(.minskin):not(*[data-position="0"]) > .avatar2 {
|
||||
top: calc(50% - 7px) !important;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .identity {
|
||||
left: 102px;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player:not(.minskin):not(*[data-position="0"]) > .hp:not(.actcount) {
|
||||
left: 93px;
|
||||
}
|
||||
/*#arena:not(.fewplayer)>.player:not(.minskin):not(*[data-position='0'])>.hp:not(.actcount).text{
|
||||
left: 89px;
|
||||
}*/
|
||||
#arena:not(.fewplayer) > .player.fullskin2 .avatar2 {
|
||||
z-index: 2;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.unseen:not(.unseen2) .count {
|
||||
text-align: left;
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
#arena:not(.fewplayer) > .player.unseen2 .count {
|
||||
border-radius: 3px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#arena:not(.fewplayer) .timerbar > div {
|
||||
top: 205px;
|
||||
width: 96px;
|
||||
left: 12px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="default"] .timerbar > div {
|
||||
top: 185px;
|
||||
}
|
||||
#arena:not(.fewplayer)[data-player_height="short"] .timerbar > div {
|
||||
top: 165px;
|
||||
}
|
||||
|
||||
/*--------位置(8人)------*/
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="1"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(-300% / 94 + 4375% / 47 - 735px + 720px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="2"] {
|
||||
top: calc(8% - 32px);
|
||||
left: calc(-300% / 94 + 3750% / 47 - 630px + 600px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(-300% / 94 + 3125% / 47 - 525px + 480px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="4"] {
|
||||
top: 0;
|
||||
left: calc(-300% / 94 + 2500% / 47 - 420px + 360px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="5"] {
|
||||
top: 0;
|
||||
left: calc(-300% / 94 + 1875% / 47 - 315px + 240px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="6"] {
|
||||
top: calc(8% - 32px);
|
||||
left: calc(-300% / 94 + 1250% / 47 - 210px + 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="7"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(-300% / 94 + 625% / 47 - 105px);
|
||||
}
|
||||
@media screen and (min-width: 1105px) {
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="1"] {
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="2"] {
|
||||
left: calc(500% / 6 - 100px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="3"] {
|
||||
left: calc(400% / 6 - 80px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="4"] {
|
||||
left: calc(300% / 6 - 60px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="5"] {
|
||||
left: calc(200% / 6 - 40px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="6"] {
|
||||
left: calc(100% / 6 - 20px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="8"] > .player[data-position="7"] {
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
/*--------位置(7人)------*/
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="1"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="2"] {
|
||||
top: calc(8% - 32px);
|
||||
left: calc(80% - 96px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(60% - 72px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="4"] {
|
||||
top: 0;
|
||||
left: calc(40% - 48px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="5"] {
|
||||
top: calc(8% - 32px);
|
||||
left: calc(20% - 24px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="7"] > .player[data-position="6"] {
|
||||
top: calc(30% - 120px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(6人)------*/
|
||||
#arena:not(.fewplayer)[data-number="6"] > .player[data-position="1"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="6"] > .player[data-position="2"] {
|
||||
top: 0px;
|
||||
left: calc(75% - 90px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="6"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="6"] > .player[data-position="4"] {
|
||||
top: 0px;
|
||||
left: calc(25% - 30px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="6"] > .player[data-position="5"] {
|
||||
top: calc(30% - 120px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(5人)------*/
|
||||
#arena:not(.fewplayer)[data-number="5"] > .player[data-position="1"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="5"] > .player[data-position="2"] {
|
||||
top: 0;
|
||||
left: calc(200% / 3 - 80px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="5"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(100% / 3 - 40px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="5"] > .player[data-position="4"] {
|
||||
top: calc(30% - 120px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(4人)------*/
|
||||
#arena:not(.fewplayer)[data-number="4"] > .player[data-position="1"] {
|
||||
top: calc(30% - 120px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="4"] > .player[data-position="2"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="4"] > .player[data-position="3"] {
|
||||
top: calc(30% - 120px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(3人)------*/
|
||||
#arena:not(.fewplayer)[data-number="3"] > .player[data-position="1"] {
|
||||
top: calc(60% / 3 - 88px);
|
||||
left: calc(75% + 80px);
|
||||
}
|
||||
#arena:not(.fewplayer)[data-number="3"] > .player[data-position="2"] {
|
||||
top: calc(60% / 3 - 88px);
|
||||
left: calc(25% - 200px);
|
||||
}
|
||||
/*--------位置(2人)------*/
|
||||
#arena:not(.fewplayer)[data-number="2"] > .player[data-position="1"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,227 +1,225 @@
|
|||
#arena:not(.chess).textequip .player[data-position='0'] .equips,
|
||||
.player:not([data-position='0']) .equips,
|
||||
#arena.chess .player .equips{
|
||||
width:120px;
|
||||
height:auto;
|
||||
top:auto;
|
||||
right:auto;
|
||||
bottom:18px;
|
||||
left:10px;
|
||||
text-align:left;
|
||||
}
|
||||
#arena.slim_player .player:not([data-position='0']) .equips,
|
||||
#arena.chess.slim_player .player .equips{
|
||||
left:7px;
|
||||
}
|
||||
#arena.chess.lslim_player.slim_player .player .equips{
|
||||
left:5px;
|
||||
bottom: 17px;
|
||||
}
|
||||
#arena.chess.lslim_player.slim_player .player.minskin.linked .equips{
|
||||
transform: rotate(90deg) translate(-98px,-5px) scale(0.73)
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position='0']) .equips,
|
||||
#arena.chess.uslim_player .player .equips{
|
||||
left:3px;
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position='0']) .equips,
|
||||
#arena.chess.mslim_player .player .equips{
|
||||
left:5px;
|
||||
}
|
||||
.player:not([data-position='0']).minskin .equips,
|
||||
#arena.chess .player.minskin .equips{
|
||||
transform:scale(0.73);
|
||||
transform-origin:bottom left;
|
||||
}
|
||||
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card::after,
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card::before,
|
||||
.player:not([data-position='0']) .equips>.card::after,
|
||||
.player:not([data-position='0']) .equips>.card::before,
|
||||
#arena.chess .player .equips>.card::after,
|
||||
#arena.chess .player .equips>.card::before{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card,
|
||||
.player:not([data-position='0']) .equips>.card,
|
||||
#arena.chess .player .equips>.card{
|
||||
position:relative;
|
||||
width:100%;
|
||||
height:22px;
|
||||
line-height:22px;
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
animation: card_start2x 0.5s;
|
||||
-webkit-animation: card_start2x 0.5s;
|
||||
display:block;
|
||||
left:0;
|
||||
top:0;
|
||||
transition:all 0.5s;
|
||||
|
||||
color:white;
|
||||
border-radius:0;
|
||||
text-shadow:black 0 0 2px;
|
||||
}
|
||||
.player:not([data-position='0']) .equips>.card,
|
||||
#arena.chess .player .equips>.card{
|
||||
border-width: 1px 0 0;
|
||||
border-style:solid;
|
||||
border-image:linear-gradient(to right, rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
background:linear-gradient(to right,rgba(0,0,0,0.3),transparent),
|
||||
linear-gradient(135deg,rgba(0,0,0,0.5) ,transparent 80%,transparent) !important;
|
||||
box-shadow:none;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>.image,
|
||||
.player:not([data-position='0']) .equips>.card>.image,
|
||||
#arena.chess .player .equips>.card>.image{
|
||||
display:none;
|
||||
}
|
||||
|
||||
/*#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card,
|
||||
.player:not([data-position='0']).unseen .equips>.card,
|
||||
#arena.chess .player.unseen .equips>.card{
|
||||
background:none;
|
||||
border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card,
|
||||
.player:not([data-position='0']).unseen .equips>.card,
|
||||
#arena.chess .player.unseen .equips>.card{
|
||||
border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card:first-child,
|
||||
.player:not([data-position='0']).unseen .equips>.card:first-child,
|
||||
#arena.chess .player.unseen .equips>.card:first-child{
|
||||
border-image:linear-gradient(transparent,transparent);
|
||||
}*/
|
||||
.player:not([data-position='0']) .equips>.card.selected,
|
||||
#arena.chess .player .equips>.card.selected{
|
||||
background:linear-gradient(to right,rgba(0, 133, 255,0.3),transparent),
|
||||
linear-gradient(135deg,rgba(0, 133, 255,0.5) ,transparent 80%,transparent) !important;
|
||||
box-shadow:none !important;
|
||||
border-width: 1px 0 0;
|
||||
border-style:solid;
|
||||
border-image:linear-gradient(to right, rgba(0, 103, 205,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.selected{
|
||||
background:linear-gradient(rgba(0, 133, 255,0.6),rgba(0, 133, 255,0.5)) !important;
|
||||
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0 !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.fire,
|
||||
.player:not([data-position='0']) .equips>.card.fire,
|
||||
#arena.chess .player .equips>.card.fire{
|
||||
color: rgb(255,119,63);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.thunder,
|
||||
.player:not([data-position='0']) .equips>.card.thunder,
|
||||
#arena.chess .player .equips>.card.thunder{
|
||||
color: rgb(117,186,255);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.poison,
|
||||
.player:not([data-position='0']) .equips>.card.poison,
|
||||
#arena.chess .player .equips>.card.poison{
|
||||
color: rgb(104,221,127);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card.brown,
|
||||
.player:not([data-position='0']) .equips>.card.brown,
|
||||
#arena.chess .player .equips>.card.brown{
|
||||
color: rgb(195,161,223);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>.background,
|
||||
.player:not([data-position='0']) .equips>.card>.background,
|
||||
#arena.chess .player .equips>.card>.background{
|
||||
display:none !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>.name2,
|
||||
.player:not([data-position='0']) .equips>.card>.name2,
|
||||
#arena.chess .player .equips>.card>.name2{
|
||||
display:block;
|
||||
margin-left:5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#arena.oblongcard:not(.chess).textequip .player[data-position='0'] .equips>.card>.name2{
|
||||
line-height: 29px;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>div,
|
||||
.player:not([data-position='0']) .equips>.card>div,
|
||||
#arena.chess .player .equips>.card>div{
|
||||
animation:none !important;
|
||||
-webkit-animation:none !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>.name,
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card>.info,
|
||||
.player:not([data-position='0']) .equips>.card>.name,
|
||||
.player:not([data-position='0']) .equips>.card>.info,
|
||||
#arena.chess .player .equips>.card>.name,
|
||||
#arena.chess .player .equips>.card>.info{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.removing,
|
||||
.player:not([data-position='0']) .equips>.removing,
|
||||
#arena.chess .player .equips>.removing{
|
||||
margin-top:-12px !important;
|
||||
margin-bottom:-11px !important;
|
||||
transform:scale(1);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.removing+.removing,
|
||||
.player:not([data-position='0']) .equips>.removing+.removing,
|
||||
#arena.chess .player .equips>.removing+.removing{
|
||||
margin-top:-23px !important;
|
||||
}
|
||||
|
||||
|
||||
#arena:not(.textequip):not(.chess).textequip .player[data-position='0'].linked .equips,
|
||||
.player:not([data-position='0']).linked .equips,
|
||||
#arena.chess .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-152px,-6px);
|
||||
transform-origin:bottom left;
|
||||
}
|
||||
#arena.slim_player .player:not([data-position='0']).linked .equips,
|
||||
#arena.chess.slim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-155px,-6px);
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position='0']).linked .equips,
|
||||
#arena.chess.uslim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-159px,-6px);
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position='0']).linked .equips,
|
||||
#arena.chess.mslim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-157px,-6px);
|
||||
}
|
||||
.player:not([data-position='0']).minskin.linked .equips,
|
||||
#arena.chess .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-92px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.slim_player .player:not([data-position='0']).minskin.linked .equips,
|
||||
#arena.chess.slim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-95px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position='0']).minskin.linked .equips,
|
||||
#arena.chess.uslim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-99px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position='0']).minskin.linked .equips,
|
||||
#arena.chess.mslim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-97px,-6px) scale(0.73);
|
||||
}
|
||||
.player:not([data-position='0']).linked .identity,
|
||||
#arena.chess .player.linked .identity{
|
||||
transform:rotate(90deg);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position='0'] .equips>.card{
|
||||
border-radius: 0px !important;
|
||||
left:0 !important;
|
||||
right: auto !important;
|
||||
top:0 !important;
|
||||
bottom: auto !important;
|
||||
position: relative !important;
|
||||
height: 20% !important;
|
||||
|
||||
background:none !important;
|
||||
box-shadow: rgba(0,0,0,0.4) 0 1px 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips,
|
||||
.player:not([data-position="0"]) .equips,
|
||||
#arena.chess .player .equips {
|
||||
width: 120px;
|
||||
height: auto;
|
||||
top: auto;
|
||||
right: auto;
|
||||
bottom: 18px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
#arena.slim_player .player:not([data-position="0"]) .equips,
|
||||
#arena.chess.slim_player .player .equips {
|
||||
left: 7px;
|
||||
}
|
||||
#arena.chess.lslim_player.slim_player .player .equips {
|
||||
left: 5px;
|
||||
bottom: 17px;
|
||||
}
|
||||
#arena.chess.lslim_player.slim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-98px, -5px) scale(0.73);
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position="0"]) .equips,
|
||||
#arena.chess.uslim_player .player .equips {
|
||||
left: 3px;
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position="0"]) .equips,
|
||||
#arena.chess.mslim_player .player .equips {
|
||||
left: 5px;
|
||||
}
|
||||
.player:not([data-position="0"]).minskin .equips,
|
||||
#arena.chess .player.minskin .equips {
|
||||
transform: scale(0.73);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card::after,
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card::before,
|
||||
.player:not([data-position="0"]) .equips > .card::after,
|
||||
.player:not([data-position="0"]) .equips > .card::before,
|
||||
#arena.chess .player .equips > .card::after,
|
||||
#arena.chess .player .equips > .card::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card,
|
||||
.player:not([data-position="0"]) .equips > .card,
|
||||
#arena.chess .player .equips > .card {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
animation: card_start2x 0.5s;
|
||||
-webkit-animation: card_start2x 0.5s;
|
||||
display: block;
|
||||
left: 0;
|
||||
top: 0;
|
||||
transition: all 0.5s;
|
||||
|
||||
color: white;
|
||||
border-radius: 0;
|
||||
text-shadow: black 0 0 2px;
|
||||
}
|
||||
.player:not([data-position="0"]) .equips > .card,
|
||||
#arena.chess .player .equips > .card {
|
||||
border-width: 1px 0 0;
|
||||
border-style: solid;
|
||||
border-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 70%, transparent) 100% 0 0;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent),
|
||||
linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 80%, transparent) !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .image,
|
||||
.player:not([data-position="0"]) .equips > .card > .image,
|
||||
#arena.chess .player .equips > .card > .image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card,
|
||||
.player:not([data-position='0']).unseen .equips>.card,
|
||||
#arena.chess .player.unseen .equips>.card{
|
||||
background:none;
|
||||
border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card,
|
||||
.player:not([data-position='0']).unseen .equips>.card,
|
||||
#arena.chess .player.unseen .equips>.card{
|
||||
border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position='0'].unseen .equips>.card:first-child,
|
||||
.player:not([data-position='0']).unseen .equips>.card:first-child,
|
||||
#arena.chess .player.unseen .equips>.card:first-child{
|
||||
border-image:linear-gradient(transparent,transparent);
|
||||
}*/
|
||||
.player:not([data-position="0"]) .equips > .card.selected,
|
||||
#arena.chess .player .equips > .card.selected {
|
||||
background: linear-gradient(to right, rgba(0, 133, 255, 0.3), transparent),
|
||||
linear-gradient(135deg, rgba(0, 133, 255, 0.5), transparent 80%, transparent) !important;
|
||||
box-shadow: none !important;
|
||||
border-width: 1px 0 0;
|
||||
border-style: solid;
|
||||
border-image: linear-gradient(to right, rgba(0, 103, 205, 0.4) 70%, transparent) 100% 0 0;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.selected {
|
||||
background: linear-gradient(rgba(0, 133, 255, 0.6), rgba(0, 133, 255, 0.5)) !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 0 0 !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.fire,
|
||||
.player:not([data-position="0"]) .equips > .card.fire,
|
||||
#arena.chess .player .equips > .card.fire {
|
||||
color: rgb(255, 119, 63);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.thunder,
|
||||
.player:not([data-position="0"]) .equips > .card.thunder,
|
||||
#arena.chess .player .equips > .card.thunder {
|
||||
color: rgb(117, 186, 255);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.poison,
|
||||
.player:not([data-position="0"]) .equips > .card.poison,
|
||||
#arena.chess .player .equips > .card.poison {
|
||||
color: rgb(104, 221, 127);
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.brown,
|
||||
.player:not([data-position="0"]) .equips > .card.brown,
|
||||
#arena.chess .player .equips > .card.brown {
|
||||
color: rgb(195, 161, 223);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .background,
|
||||
.player:not([data-position="0"]) .equips > .card > .background,
|
||||
#arena.chess .player .equips > .card > .background {
|
||||
display: none !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .name2,
|
||||
.player:not([data-position="0"]) .equips > .card > .name2,
|
||||
#arena.chess .player .equips > .card > .name2 {
|
||||
display: block;
|
||||
margin-left: 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#arena.oblongcard:not(.chess).textequip .player[data-position="0"] .equips > .card > .name2 {
|
||||
line-height: 29px;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > div,
|
||||
.player:not([data-position="0"]) .equips > .card > div,
|
||||
#arena.chess .player .equips > .card > div {
|
||||
animation: none !important;
|
||||
-webkit-animation: none !important;
|
||||
}
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .name,
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .info,
|
||||
.player:not([data-position="0"]) .equips > .card > .name,
|
||||
.player:not([data-position="0"]) .equips > .card > .info,
|
||||
#arena.chess .player .equips > .card > .name,
|
||||
#arena.chess .player .equips > .card > .info {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .removing,
|
||||
.player:not([data-position="0"]) .equips > .removing,
|
||||
#arena.chess .player .equips > .removing {
|
||||
margin-top: -12px !important;
|
||||
margin-bottom: -11px !important;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .removing + .removing,
|
||||
.player:not([data-position="0"]) .equips > .removing + .removing,
|
||||
#arena.chess .player .equips > .removing + .removing {
|
||||
margin-top: -23px !important;
|
||||
}
|
||||
|
||||
#arena:not(.textequip):not(.chess).textequip .player[data-position="0"].linked .equips,
|
||||
.player:not([data-position="0"]).linked .equips,
|
||||
#arena.chess .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-152px, -6px);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
#arena.slim_player .player:not([data-position="0"]).linked .equips,
|
||||
#arena.chess.slim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-155px, -6px);
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position="0"]).linked .equips,
|
||||
#arena.chess.uslim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-159px, -6px);
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position="0"]).linked .equips,
|
||||
#arena.chess.mslim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-157px, -6px);
|
||||
}
|
||||
.player:not([data-position="0"]).minskin.linked .equips,
|
||||
#arena.chess .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-92px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.slim_player .player:not([data-position="0"]).minskin.linked .equips,
|
||||
#arena.chess.slim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-95px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.uslim_player .player:not([data-position="0"]).minskin.linked .equips,
|
||||
#arena.chess.uslim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-99px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.mslim_player .player:not([data-position="0"]).minskin.linked .equips,
|
||||
#arena.chess.mslim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-97px, -6px) scale(0.73);
|
||||
}
|
||||
.player:not([data-position="0"]).linked .identity,
|
||||
#arena.chess .player.linked .identity {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card {
|
||||
border-radius: 0px !important;
|
||||
left: 0 !important;
|
||||
right: auto !important;
|
||||
top: 0 !important;
|
||||
bottom: auto !important;
|
||||
position: relative !important;
|
||||
height: 20% !important;
|
||||
|
||||
background: none !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 0 0;
|
||||
}
|
||||
|
|
|
@ -1,362 +1,373 @@
|
|||
@import "../newlayout/global.css";
|
||||
@import "equip.css";
|
||||
|
||||
#arena{
|
||||
height: calc(95% + 20px);
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.nome){
|
||||
height: 95%;
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.nome) #me,
|
||||
#arena.oblongcard:not(.chess):not(.nome) #mebg{
|
||||
height: 140px;
|
||||
bottom: 10px;
|
||||
}
|
||||
#historybar{
|
||||
height: calc(95% - 160px);
|
||||
}
|
||||
#window.oblongcard #historybar{
|
||||
height: calc(95% - 180px);
|
||||
}
|
||||
#control{
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left:calc(-150% / 47 + 120px);
|
||||
bottom:150px;
|
||||
height: 40px;
|
||||
}
|
||||
#arena.choose-to-move>#control,
|
||||
#arena.discard-player-card>#control,
|
||||
#arena.gain-player-card>#control,
|
||||
#arena.choose-player-card>#control{
|
||||
bottom: 30px;
|
||||
transition: all 0s;
|
||||
}
|
||||
|
||||
#arena.phone.discard-player-card>#control,
|
||||
#arena.phone.gain-player-card>#control,
|
||||
#arena.phone.choose-player-card>#control,
|
||||
#arena.phone.choose-to-move>#control{
|
||||
bottom: 43px;
|
||||
}
|
||||
|
||||
#arena.ipad.discard-player-card>#control,
|
||||
#arena.ipad.gain-player-card>#control,
|
||||
#arena.ipad.choose-player-card>#control,
|
||||
#arena.ipad.choose-to-move>#control{
|
||||
bottom: 45px;
|
||||
}
|
||||
#arena:not(.chess)>#me,
|
||||
#arena:not(.chess)>#mebg,
|
||||
#arena:not(.chess)>#autonode{
|
||||
bottom:30px;
|
||||
width: calc(5000% / 47);
|
||||
left:calc(-150% / 47);
|
||||
top:auto;
|
||||
border-radius:0 !important;
|
||||
height:120px;
|
||||
}
|
||||
#arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left:calc(-150% / 47 + 120px);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess)>#me,
|
||||
#window.leftbar #arena:not(.chess)>#mebg,
|
||||
#window.leftbar #arena:not(.chess)>#autonode,
|
||||
#window.leftbar #arena:not(.chess) .player[data-position='0']{
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left:calc(-150% / 47 - 50px - 75px / 47);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left:calc(-150% / 47 - 50px - 75px / 47 + 120px);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess)>#me,
|
||||
#window.rightbar #arena:not(.chess)>#mebg,
|
||||
#window.rightbar #arena:not(.chess)>#autonode,
|
||||
#window.rightbar #arena:not(.chess) .player[data-position='0']{
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left:calc(-150% / 47 - 75px / 47);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left:calc(-150% / 47 - 75px / 47 + 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1{
|
||||
height:120px;
|
||||
padding:0;
|
||||
top:calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess):not(.single-handcard) #handcards1{
|
||||
width:calc(100% - 240px);
|
||||
left:120px;
|
||||
}
|
||||
#handcards2{
|
||||
display:none;
|
||||
}
|
||||
/*#arena:not(.chess) .player[data-position='0']>.playerjiu{
|
||||
width: 120px;
|
||||
border-radius: 0px;
|
||||
}*/
|
||||
#arena:not(.chess) .player[data-position='0'].playerfocus{
|
||||
transform: scale(1);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5){
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.name{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.name.long{
|
||||
top: 2px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.info{
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
/*#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5){
|
||||
height: 54px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.image{
|
||||
width: 120%;
|
||||
height: 100%;
|
||||
left: -20%;
|
||||
top: 0%;
|
||||
}*/
|
||||
#arena:not(.chess):not(.textequip) .player[data-position='0']>.equips>div.legend{
|
||||
border: 1px solid rgb(192, 90, 255);
|
||||
}
|
||||
#arena:not(.chess):not(.textequip) .player[data-position='0']>.equips>div.epic{
|
||||
border: 1px solid rgb(90, 171, 255);
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position='0']>.equips>.equip5{
|
||||
border-radius: 100%;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']{
|
||||
width: calc(5000% / 47);
|
||||
left:calc(-150% / 47);
|
||||
height: 120px;
|
||||
top: calc(100% - 150px);
|
||||
background: none !important;
|
||||
border:none !important;
|
||||
border-radius: 0 !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.turned{
|
||||
width: 120px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.chain{
|
||||
width: 120px
|
||||
}
|
||||
#arena.oblongcard:not(.chess) .player[data-position='0']{
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position='0'].linked>.damage{
|
||||
transform:scale(0.7) rotate(0);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0'].linked>.damage.damageadded{
|
||||
transform:scale(1) rotate(0);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']:not(.selected):not(.selectedx):not(.selectable):not(.glow){
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar,
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar2,
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.equips{
|
||||
width:120px;
|
||||
height:100%;
|
||||
border-radius:0px !important;
|
||||
top:0;
|
||||
left:0;
|
||||
transition-property: opacity,transform;
|
||||
transition-duration: 0.5s;
|
||||
pointer-events: auto;
|
||||
/*-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 180px, -10px 180px);*/
|
||||
}
|
||||
/*#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar,
|
||||
#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar2,
|
||||
#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.equips{
|
||||
-webkit-clip-path: none;
|
||||
}*/
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.identity{
|
||||
pointer-events: auto;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.judges,
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.marks{
|
||||
pointer-events: auto;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.equips{
|
||||
left:calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip1{top: 10px;left: 10px;}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip2{top: 10px;right: 10px;}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip3{bottom: 10px;left: 10px;}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip4{bottom: 10px;right: 10px;}
|
||||
#arena:not(.chess) .player[data-position='0']>.equips>.equip6{bottom: 10px;right: 10px;}
|
||||
|
||||
#arena:not(.chess) .player[data-position='0']>.name,
|
||||
#arena:not(.chess) .player[data-position='0'].linked>.name{
|
||||
left:4px;
|
||||
top:10px;
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.nameol{
|
||||
display: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.name.name2,
|
||||
#arena:not(.chess) .player[data-position='0'].linked>.name.name2{
|
||||
left:69px;
|
||||
}
|
||||
#arena:not(.chess):not(.stone) .player[data-position='0']>.identity{
|
||||
left: 0;
|
||||
width: 130px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.damage{
|
||||
width: 120px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0'].target{
|
||||
transform:none !important;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.hp:not(.actcount){
|
||||
bottom: 5px;
|
||||
left: 100px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']:not(.minskin)>.count{
|
||||
bottom:10px;
|
||||
border-radius: 0 2px 2px 0;
|
||||
left:-1px;
|
||||
z-index: 3;
|
||||
text-align: right;
|
||||
}
|
||||
#arena:not(.chess).slim_player .player[data-position='0']:not(.minskin)>.count{
|
||||
border-radius: 0 2px 2px 0;
|
||||
left:-1px;
|
||||
z-index: 3;
|
||||
text-align: right;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.hp.actcount{
|
||||
top:10px;
|
||||
left:2px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player.fullskin2[data-position='0']:not(.minskin)>.avatar,
|
||||
#arena:not(.chess) .player.fullskin2[data-position='0']:not(.minskin)>.avatar2{
|
||||
width:60px;
|
||||
background-position:50%;
|
||||
}
|
||||
#arena:not(.chess) .player.fullskin2[data-position='0']:not(.minskin)>.avatar2{
|
||||
left:60px;
|
||||
top:0;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
.popup[data-position='0']{
|
||||
top:calc(100% - 187px);
|
||||
left:calc(-150% / 47 + 15px);
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position='0']>.judges{
|
||||
left: 6px;
|
||||
top: -16px;
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0']>.marks {
|
||||
right: -6px;
|
||||
left:auto;
|
||||
top: -16px;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position='0'].linked{
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0'].linked .avatar,
|
||||
#arena:not(.chess) .player[data-position='0'].linked .avatar2{
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0'].fullskin2 .avatar{
|
||||
transform-origin: right center;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position='0'].fullskin2 .avatar2{
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
.dialog{
|
||||
height:calc(100% - 370px);
|
||||
bottom:170px;
|
||||
}
|
||||
.dialog.fullheight {
|
||||
height: calc(100% - 123px) !important;
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
#me>.fakeme.avatar{
|
||||
width:120px;
|
||||
height:100%;
|
||||
border-radius:0px;
|
||||
top:0;
|
||||
left:0;
|
||||
background-size:cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 150px, -10px 150px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 150px, -10px 150px);
|
||||
}
|
||||
#window[data-radius_size='increase'] #me>.fakeme.avatar,
|
||||
#window[data-radius_size='reduce'] #me>.fakeme.avatar{
|
||||
border-radius:0px;
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip1,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip2{
|
||||
top:20px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip3,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip4,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position='0']>.equips>.equip6{
|
||||
bottom:20px;
|
||||
}
|
||||
|
||||
|
||||
#arena.mobile.oblongcard.textequip:not(.chess) .player[data-position='0'] .equips>.removing{
|
||||
margin-top:-14px !important;
|
||||
margin-bottom:-14px !important;
|
||||
transform:scale(1);
|
||||
}
|
||||
|
||||
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess) #handcards1{
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess)>.card,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards>.card{
|
||||
height: 120px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess)>.card>.image,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards>.card>.image{
|
||||
height: 110px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
|
||||
|
||||
#arena.phone.oblongcard:not(.chess):not(.nome){
|
||||
height: calc(97% + 10px);
|
||||
}
|
||||
@import "../newlayout/global.css";
|
||||
@import "equip.css";
|
||||
|
||||
#arena {
|
||||
height: calc(95% + 20px);
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.nome) {
|
||||
height: 95%;
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.nome) #me,
|
||||
#arena.oblongcard:not(.chess):not(.nome) #mebg {
|
||||
height: 140px;
|
||||
bottom: 10px;
|
||||
}
|
||||
#historybar {
|
||||
height: calc(95% - 160px);
|
||||
}
|
||||
#window.oblongcard #historybar {
|
||||
height: calc(95% - 180px);
|
||||
}
|
||||
#control {
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left: calc(-150% / 47 + 120px);
|
||||
bottom: 150px;
|
||||
height: 40px;
|
||||
}
|
||||
#arena.choose-to-move > #control,
|
||||
#arena.discard-player-card > #control,
|
||||
#arena.gain-player-card > #control,
|
||||
#arena.choose-player-card > #control {
|
||||
bottom: 30px;
|
||||
transition: all 0s;
|
||||
}
|
||||
|
||||
#arena.phone.discard-player-card > #control,
|
||||
#arena.phone.gain-player-card > #control,
|
||||
#arena.phone.choose-player-card > #control,
|
||||
#arena.phone.choose-to-move > #control {
|
||||
bottom: 43px;
|
||||
}
|
||||
|
||||
#arena.ipad.discard-player-card > #control,
|
||||
#arena.ipad.gain-player-card > #control,
|
||||
#arena.ipad.choose-player-card > #control,
|
||||
#arena.ipad.choose-to-move > #control {
|
||||
bottom: 45px;
|
||||
}
|
||||
#arena:not(.chess) > #me,
|
||||
#arena:not(.chess) > #mebg,
|
||||
#arena:not(.chess) > #autonode {
|
||||
bottom: 30px;
|
||||
width: calc(5000% / 47);
|
||||
left: calc(-150% / 47);
|
||||
top: auto;
|
||||
border-radius: 0 !important;
|
||||
height: 120px;
|
||||
}
|
||||
#arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left: calc(-150% / 47 + 120px);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess) > #me,
|
||||
#window.leftbar #arena:not(.chess) > #mebg,
|
||||
#window.leftbar #arena:not(.chess) > #autonode,
|
||||
#window.leftbar #arena:not(.chess) .player[data-position="0"] {
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left: calc(-150% / 47 - 50px - 75px / 47);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left: calc(-150% / 47 - 50px - 75px / 47 + 120px);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess) > #me,
|
||||
#window.rightbar #arena:not(.chess) > #mebg,
|
||||
#window.rightbar #arena:not(.chess) > #autonode,
|
||||
#window.rightbar #arena:not(.chess) .player[data-position="0"] {
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left: calc(-150% / 47 - 75px / 47);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left: calc(-150% / 47 - 75px / 47 + 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1 {
|
||||
height: 120px;
|
||||
padding: 0;
|
||||
top: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess):not(.single-handcard) #handcards1 {
|
||||
width: calc(100% - 240px);
|
||||
left: 120px;
|
||||
}
|
||||
#handcards2 {
|
||||
display: none;
|
||||
}
|
||||
/*#arena:not(.chess) .player[data-position='0']>.playerjiu{
|
||||
width: 120px;
|
||||
border-radius: 0px;
|
||||
}*/
|
||||
#arena:not(.chess) .player[data-position="0"].playerfocus {
|
||||
transform: scale(1);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > div:not(.equip5) {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
margin: 0;
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > div:not(.equip5) > .image {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > div:not(.equip5) > .name {
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: left top;
|
||||
left: 2px;
|
||||
top: 3px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > div:not(.equip5) > .name.long {
|
||||
top: 2px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > div:not(.equip5) > .info {
|
||||
display: block;
|
||||
transform: scale(0.43) !important;
|
||||
transform-origin: right top;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
}
|
||||
/*#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5){
|
||||
height: 54px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) .player[data-position='0']>.equips>div:not(.equip5)>.image{
|
||||
width: 120%;
|
||||
height: 100%;
|
||||
left: -20%;
|
||||
top: 0%;
|
||||
}*/
|
||||
#arena:not(.chess):not(.textequip) .player[data-position="0"] > .equips > div.legend {
|
||||
border: 1px solid rgb(192, 90, 255);
|
||||
}
|
||||
#arena:not(.chess):not(.textequip) .player[data-position="0"] > .equips > div.epic {
|
||||
border: 1px solid rgb(90, 171, 255);
|
||||
}
|
||||
#arena.mobile:not(.chess) .player[data-position="0"] > .equips > .equip5 {
|
||||
border-radius: 100%;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] {
|
||||
width: calc(5000% / 47);
|
||||
left: calc(-150% / 47);
|
||||
height: 120px;
|
||||
top: calc(100% - 150px);
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .turned {
|
||||
width: 120px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .chain {
|
||||
width: 120px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) .player[data-position="0"] {
|
||||
height: 140px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position="0"].linked > .damage {
|
||||
transform: scale(0.7) rotate(0);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"].linked > .damage.damageadded {
|
||||
transform: scale(1) rotate(0);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.selected):not(.selectedx):not(.selectable):not(.glow) {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .avatar,
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .avatar2,
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .equips {
|
||||
width: 120px;
|
||||
height: 100%;
|
||||
border-radius: 0px !important;
|
||||
top: 0;
|
||||
left: 0;
|
||||
transition-property: opacity, transform;
|
||||
transition-duration: 0.5s;
|
||||
pointer-events: auto;
|
||||
/*-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 180px, -10px 180px);*/
|
||||
}
|
||||
/*#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar,
|
||||
#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.avatar2,
|
||||
#window.compatiblemode #arena:not(.chess) .player[data-position='0']:not(.minskin)>.equips{
|
||||
-webkit-clip-path: none;
|
||||
}*/
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .identity {
|
||||
pointer-events: auto;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .judges,
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .marks {
|
||||
pointer-events: auto;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .equips {
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > .equip1 {
|
||||
top: 10px;
|
||||
left: 10px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > .equip2 {
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > .equip3 {
|
||||
bottom: 10px;
|
||||
left: 10px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > .equip4 {
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .equips > .equip6 {
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position="0"] > .name,
|
||||
#arena:not(.chess) .player[data-position="0"].linked > .name {
|
||||
left: 4px;
|
||||
top: 10px;
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .nameol {
|
||||
display: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .name.name2,
|
||||
#arena:not(.chess) .player[data-position="0"].linked > .name.name2 {
|
||||
left: 69px;
|
||||
}
|
||||
#arena:not(.chess):not(.stone) .player[data-position="0"] > .identity {
|
||||
left: 0;
|
||||
width: 130px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .damage {
|
||||
width: 120px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"].target {
|
||||
transform: none !important;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .hp:not(.actcount) {
|
||||
bottom: 5px;
|
||||
left: 100px;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"]:not(.minskin) > .count {
|
||||
bottom: 10px;
|
||||
border-radius: 0 2px 2px 0;
|
||||
left: -1px;
|
||||
z-index: 3;
|
||||
text-align: right;
|
||||
}
|
||||
#arena:not(.chess).slim_player .player[data-position="0"]:not(.minskin) > .count {
|
||||
border-radius: 0 2px 2px 0;
|
||||
left: -1px;
|
||||
z-index: 3;
|
||||
text-align: right;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .hp.actcount {
|
||||
top: 10px;
|
||||
left: 2px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player.fullskin2[data-position="0"]:not(.minskin) > .avatar,
|
||||
#arena:not(.chess) .player.fullskin2[data-position="0"]:not(.minskin) > .avatar2 {
|
||||
width: 60px;
|
||||
background-position: 50%;
|
||||
}
|
||||
#arena:not(.chess) .player.fullskin2[data-position="0"]:not(.minskin) > .avatar2 {
|
||||
left: 60px;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.popup[data-position="0"] {
|
||||
top: calc(100% - 187px);
|
||||
left: calc(-150% / 47 + 15px);
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position="0"] > .judges {
|
||||
left: 6px;
|
||||
top: -16px;
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"] > .marks {
|
||||
right: -6px;
|
||||
left: auto;
|
||||
top: -16px;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#arena:not(.chess) .player[data-position="0"].linked {
|
||||
transform: none;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"].linked .avatar,
|
||||
#arena:not(.chess) .player[data-position="0"].linked .avatar2 {
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"].fullskin2 .avatar {
|
||||
transform-origin: right center;
|
||||
}
|
||||
#arena:not(.chess) .player[data-position="0"].fullskin2 .avatar2 {
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
.dialog {
|
||||
height: calc(100% - 370px);
|
||||
bottom: 170px;
|
||||
}
|
||||
.dialog.fullheight {
|
||||
height: calc(100% - 123px) !important;
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
#me > .fakeme.avatar {
|
||||
width: 120px;
|
||||
height: 100%;
|
||||
border-radius: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 150px, -10px 150px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 150px, -10px 150px);
|
||||
}
|
||||
#window[data-radius_size="increase"] #me > .fakeme.avatar,
|
||||
#window[data-radius_size="reduce"] #me > .fakeme.avatar {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position="0"] > .equips > .equip1,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position="0"] > .equips > .equip2 {
|
||||
top: 20px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position="0"] > .equips > .equip3,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position="0"] > .equips > .equip4,
|
||||
#arena.mobile.oblongcard:not(.chess):not(.textequip) .player[data-position="0"] > .equips > .equip6 {
|
||||
bottom: 20px;
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard.textequip:not(.chess) .player[data-position="0"] .equips > .removing {
|
||||
margin-top: -14px !important;
|
||||
margin-bottom: -14px !important;
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
#arena.mobile.oblongcard:not(.chess) #handcards1 {
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess) > .card,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards > .card {
|
||||
height: 120px;
|
||||
}
|
||||
#arena.mobile.oblongcard:not(.chess) > .card > .image,
|
||||
#arena.mobile.oblongcard:not(.chess) .handcards > .card > .image {
|
||||
height: 110px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
|
||||
#arena.phone.oblongcard:not(.chess):not(.nome) {
|
||||
height: calc(97% + 10px);
|
||||
}
|
||||
|
|
|
@ -1,184 +1,184 @@
|
|||
#bosslist {
|
||||
width: 100%;
|
||||
height: 260px;
|
||||
text-align: center;
|
||||
top: calc(50% - 200px);
|
||||
top: 60px;
|
||||
white-space: nowrap;
|
||||
z-index: 1;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
#window[data-radius_size='reduce'] #bosslist>.player {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#window[data-radius_size='off'] #bosslist>.player {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#window[data-radius_size='increase'] #bosslist>.player {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#window #bosslist>.player {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#window[data-player_border='normal'] #bosslist>.player>.avatar {
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
width: 164px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#window[data-player_border='slim'] #bosslist>.player>.avatar {
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
width: 172px;
|
||||
height: 208px;
|
||||
}
|
||||
|
||||
.bosspaused>#bosslist,
|
||||
.bosspaused>#control,
|
||||
.bosspaused>.dialog.bosscharacter {
|
||||
opacity: 0.2 !important;
|
||||
}
|
||||
|
||||
#bosslist.hidden>.player {
|
||||
transition: all 0s;
|
||||
}
|
||||
|
||||
#bosslist>div:first-child,
|
||||
#bosslist>div:last-child {
|
||||
width: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#bosslist>.player .identity {
|
||||
align-items: flex-start;
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
#bosslist>.player .identity>div {
|
||||
writing-mode: vertical-rl;
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
#window:not(.nopointer) #bosslist>.player {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter .buttons .button.selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter .buttons .button:not(.selectable) {
|
||||
opacity: 0.6
|
||||
}
|
||||
|
||||
.player.bossplayer.bossing {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.player.bossing .avatar {
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.player.bossplayer.highlight {
|
||||
transform: scale(1.1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#bosslist.removing>.player.bossplayer.highlight {
|
||||
transition: all 0s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.player.bossplayer {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
left: 0;
|
||||
top: 4px;
|
||||
width: 180px;
|
||||
height: 216px;
|
||||
transition: all 0.3s;
|
||||
opacity: 0.6;
|
||||
animation: game_start 0.5s;
|
||||
-webkit-animation: game_start 0.5s;
|
||||
}
|
||||
|
||||
.player.bossplayer>div:not(.hp):not(.identity):not(.avatar):not(.framebg) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.player.bossplayer>.identity {
|
||||
left: 16px;
|
||||
top: 18px;
|
||||
line-height: 24px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.player.bossplayer>.hp {
|
||||
top: 22px;
|
||||
left: 144px;
|
||||
}
|
||||
|
||||
.player.bossplayer>.avatar {
|
||||
width: 160px;
|
||||
height: 196px;
|
||||
}
|
||||
|
||||
#control.bosslist {
|
||||
top: calc(100% - 50px) !important;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter {
|
||||
top: auto;
|
||||
bottom: 65px;
|
||||
height: calc(100% - 383px);
|
||||
animation: dialog_start2 0.5s;
|
||||
-webkit-animation: dialog_start2 0.5s;
|
||||
}
|
||||
|
||||
.bosschongzheng {
|
||||
width: calc(100% - 20px);
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bosschongzheng div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bosschongzheng>div {
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.bosschongzheng>div>div:first-child {
|
||||
text-align: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.bosschongzheng>div>div:last-child {
|
||||
text-align: right;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@media screen and (min-height: 800px) {
|
||||
.dialog.bosscharacter {
|
||||
height: 417px;
|
||||
bottom: calc(50% - 335px);
|
||||
}
|
||||
|
||||
#control.bosslist {
|
||||
top: calc(50% + 350px) !important;
|
||||
}
|
||||
|
||||
#bosslist {
|
||||
top: calc(40% - 260px);
|
||||
}
|
||||
}
|
||||
#bosslist {
|
||||
width: 100%;
|
||||
height: 260px;
|
||||
text-align: center;
|
||||
top: calc(50% - 200px);
|
||||
top: 60px;
|
||||
white-space: nowrap;
|
||||
z-index: 1;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
#window[data-radius_size="reduce"] #bosslist > .player {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#window[data-radius_size="off"] #bosslist > .player {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#window[data-radius_size="increase"] #bosslist > .player {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#window #bosslist > .player {
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#window[data-player_border="normal"] #bosslist > .player > .avatar {
|
||||
left: 8px;
|
||||
top: 8px;
|
||||
width: 164px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#window[data-player_border="slim"] #bosslist > .player > .avatar {
|
||||
left: 4px;
|
||||
top: 4px;
|
||||
width: 172px;
|
||||
height: 208px;
|
||||
}
|
||||
|
||||
.bosspaused > #bosslist,
|
||||
.bosspaused > #control,
|
||||
.bosspaused > .dialog.bosscharacter {
|
||||
opacity: 0.2 !important;
|
||||
}
|
||||
|
||||
#bosslist.hidden > .player {
|
||||
transition: all 0s;
|
||||
}
|
||||
|
||||
#bosslist > div:first-child,
|
||||
#bosslist > div:last-child {
|
||||
width: 20px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#bosslist > .player .identity {
|
||||
align-items: flex-start;
|
||||
width: min-content;
|
||||
}
|
||||
|
||||
#bosslist > .player .identity > div {
|
||||
writing-mode: vertical-rl;
|
||||
-webkit-writing-mode: vertical-rl;
|
||||
}
|
||||
|
||||
#window:not(.nopointer) #bosslist > .player {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter .buttons .button.selectable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter .buttons .button:not(.selectable) {
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.player.bossplayer.bossing {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.player.bossing .avatar {
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.player.bossplayer.highlight {
|
||||
transform: scale(1.1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#bosslist.removing > .player.bossplayer.highlight {
|
||||
transition: all 0s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.player.bossplayer {
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
left: 0;
|
||||
top: 4px;
|
||||
width: 180px;
|
||||
height: 216px;
|
||||
transition: all 0.3s;
|
||||
opacity: 0.6;
|
||||
animation: game_start 0.5s;
|
||||
-webkit-animation: game_start 0.5s;
|
||||
}
|
||||
|
||||
.player.bossplayer > div:not(.hp):not(.identity):not(.avatar):not(.framebg) {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.player.bossplayer > .identity {
|
||||
left: 16px;
|
||||
top: 18px;
|
||||
line-height: 24px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.player.bossplayer > .hp {
|
||||
top: 22px;
|
||||
left: 144px;
|
||||
}
|
||||
|
||||
.player.bossplayer > .avatar {
|
||||
width: 160px;
|
||||
height: 196px;
|
||||
}
|
||||
|
||||
#control.bosslist {
|
||||
top: calc(100% - 50px) !important;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.dialog.bosscharacter {
|
||||
top: auto;
|
||||
bottom: 65px;
|
||||
height: calc(100% - 383px);
|
||||
animation: dialog_start2 0.5s;
|
||||
-webkit-animation: dialog_start2 0.5s;
|
||||
}
|
||||
|
||||
.bosschongzheng {
|
||||
width: calc(100% - 20px);
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bosschongzheng div {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bosschongzheng > div {
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.bosschongzheng > div > div:first-child {
|
||||
text-align: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.bosschongzheng > div > div:last-child {
|
||||
text-align: right;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
@media screen and (min-height: 800px) {
|
||||
.dialog.bosscharacter {
|
||||
height: 417px;
|
||||
bottom: calc(50% - 335px);
|
||||
}
|
||||
|
||||
#control.bosslist {
|
||||
top: calc(50% + 350px) !important;
|
||||
}
|
||||
|
||||
#bosslist {
|
||||
top: calc(40% - 260px);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,345 +1,346 @@
|
|||
#arena.chess{
|
||||
width:100% !important;
|
||||
height:100% !important;
|
||||
left:0 !important;
|
||||
top:0 !important;
|
||||
transition:all 0s !important;
|
||||
}
|
||||
#arena.chess>#me,
|
||||
#arena.chess>#mebg,
|
||||
#arena.chess>#autonode{
|
||||
bottom:0;
|
||||
top:auto;
|
||||
border-radius:0;
|
||||
}
|
||||
#arena.chess>#autonode{
|
||||
width: calc(100% - 240px);
|
||||
left: 120px;
|
||||
}
|
||||
#me>.fakeme.avatar {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
#window:not(.nopointer) .dialog.fullheight .buttons .button.character:not(.squarebutton):not(.selectable){
|
||||
cursor: default;
|
||||
}
|
||||
#window:not(.nopointer) .obstacle.glow,
|
||||
#window:not(.nopointer) .player.playerblank.glow{
|
||||
cursor: pointer;
|
||||
}
|
||||
#chess-container{
|
||||
width:100%;
|
||||
height :calc(100% - 121px);
|
||||
left:0;
|
||||
top:0;
|
||||
overflow:hidden;
|
||||
text-align:center;
|
||||
position: absolute;
|
||||
}
|
||||
#chess{
|
||||
margin-top:36px;
|
||||
margin-bottom:36px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
transition: all 0s;
|
||||
}
|
||||
#arena .card.thrown{
|
||||
z-index:4;
|
||||
}
|
||||
#canvas2{
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#handcards1{
|
||||
height:120px;
|
||||
padding:0;
|
||||
top:calc(100% - 120px);
|
||||
width:calc(100% - 240px);
|
||||
left:120px;
|
||||
}
|
||||
#handcards2{
|
||||
display:none;
|
||||
}
|
||||
#mebg,#me,#autonode{
|
||||
height:120px;
|
||||
}
|
||||
#window:not(.nopointer) .dialog.pointerbutton .buttons .button:not(.unselectable){
|
||||
cursor: pointer !important;
|
||||
}
|
||||
#system{
|
||||
z-index:5;
|
||||
}
|
||||
#arena>.dialog{
|
||||
width:400px;
|
||||
height:240px;
|
||||
left:calc(50% - 200px);
|
||||
top:calc(50% - 120px);
|
||||
background: rgba(0,0,0,0.2);
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
|
||||
border-radius:8px;
|
||||
}
|
||||
#arena.chess>.dialog{
|
||||
height: calc(50% - 20px);
|
||||
max-height: 240px;
|
||||
}
|
||||
#window[data-radius_size='reduce']>.dialog{
|
||||
border-radius:4px;
|
||||
}
|
||||
#window[data-radius_size='off']>.dialog{
|
||||
border-radius:0px;
|
||||
}
|
||||
#window[data-radius_size='increase']>.dialog{
|
||||
border-radius:16px;
|
||||
}
|
||||
#arena>.dialog.slim:not(.center){
|
||||
top:40px;
|
||||
pointer-events: none;
|
||||
}
|
||||
#control{
|
||||
top:calc(100% - 155px);
|
||||
}
|
||||
#arena.ipad #control{
|
||||
top:calc(100% - 165px);
|
||||
}
|
||||
.fakeme{
|
||||
width:120px;
|
||||
height:120px;
|
||||
border-radius:0px !important;
|
||||
top:0;
|
||||
}
|
||||
#window[data-radius_size='increase'] .fakeme,
|
||||
#window[data-radius_size='reduce'] .fakeme{
|
||||
border-radius:0px;
|
||||
}
|
||||
.fakeme.avatar{
|
||||
left:0;
|
||||
background-size:cover;
|
||||
}
|
||||
.fakeme.player{
|
||||
left:calc(100% - 120px);
|
||||
text-align:center;
|
||||
transition: all 0s;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
.fakeme.player.zoomed{
|
||||
width: 240px;
|
||||
height: 240px;
|
||||
left:calc(100% - 240px);
|
||||
top:calc(100% - 240px);
|
||||
background-size:200%;
|
||||
}
|
||||
.fakeme.player>div{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: scroll;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.fakeme.player.zoomed>div>div{
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
left: 0;
|
||||
top: 16px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.fakeme.player>div>div{
|
||||
width:45px;
|
||||
height:45px;
|
||||
background-size:cover;
|
||||
border-radius:4px;
|
||||
position:relative;
|
||||
left:0;
|
||||
top:8px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 8px;
|
||||
transition:box-shadow 0.5s;
|
||||
}
|
||||
#window:not(.nopointer) .fakeme.player>div>div{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fakeme.player>div>.selectable{
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 1) 0 0 5px, rgba(0, 133, 255, 1) 0 0 10px;
|
||||
}
|
||||
.fakeme.player>div>.selected{
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(255, 0, 0, 1) 0 0 5px, rgba(255, 0, 0, 1) 0 0 10px !important;
|
||||
}
|
||||
.fakeme.player>div>.dead{
|
||||
filter:grayscale(1);
|
||||
-webkit-filter:grayscale(1);
|
||||
opacity:0.5;
|
||||
}
|
||||
.card.drawing{
|
||||
animation: drawing2 1s;
|
||||
animation-fill-mode: forwards;
|
||||
-webkit-animation: drawing2 1s;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.player.playergrid,.player.obstacle{
|
||||
background: rgba(0,0,0,0.2);
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
|
||||
border-radius:8px;
|
||||
}
|
||||
#window[data-radius_size='reduce'] .player.playergrid,
|
||||
#window[data-radius_size='reduce'] .player.obstacle{
|
||||
border-radius:4px;
|
||||
}
|
||||
#window[data-radius_size='off'] .player.playergrid,
|
||||
#window[data-radius_size='off'] .player.obstacle{
|
||||
border-radius:0px;
|
||||
}
|
||||
#window[data-radius_size='increase'] .player.playergrid,
|
||||
#window[data-radius_size='increase'] .player.obstacle{
|
||||
border-radius:16px;
|
||||
}
|
||||
.player.playerblank{
|
||||
background: none;
|
||||
}
|
||||
#window .player.obstacle{
|
||||
background: repeating-linear-gradient(
|
||||
135deg,
|
||||
rgba(0,0,0,0.2),
|
||||
rgba(0,0,0,0.2) 10px,
|
||||
rgba(0,0,0,0.1) 10px,
|
||||
rgba(0,0,0,0.1) 20px
|
||||
);
|
||||
}
|
||||
#window .player.obstacle[data-obscolor='blue']{
|
||||
background: repeating-linear-gradient(
|
||||
135deg,
|
||||
rgba(0, 64, 162, 0.4),
|
||||
rgba(0, 64, 162, 0.4) 10px,
|
||||
rgba(0, 0, 0, 0) 10px,
|
||||
rgba(0, 0, 0, 0) 20px
|
||||
);
|
||||
box-shadow: rgba(0, 64, 162, 0.6) 0 0 0 1px;
|
||||
}
|
||||
|
||||
.playergrid.temp{
|
||||
opacity:0.3;
|
||||
}
|
||||
.chessscroll{
|
||||
height:calc(100% - 162px);
|
||||
width:20px;
|
||||
top:42px;
|
||||
z-index:1;
|
||||
position:fixed;
|
||||
}
|
||||
.chessscroll.left{
|
||||
left:0;
|
||||
}
|
||||
.chessscroll.right{
|
||||
right:0;
|
||||
}
|
||||
.button.forbidden{
|
||||
opacity:0.6
|
||||
}
|
||||
#arena.leaderhide>*:not(canvas){
|
||||
opacity:0 !important;
|
||||
transition: all 0.5s !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
#arena.leadercontrol>#control{
|
||||
transition: all 0.5s !important;
|
||||
}
|
||||
/* .player.treasure{ */
|
||||
/*box-shadow: none;*/
|
||||
/* } */
|
||||
.player.treasure .count,
|
||||
.player.treasure .identity{
|
||||
display: none;
|
||||
}
|
||||
.player.treasure .avatar{
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.player.minskin .action{
|
||||
text-shadow: black 0 0 1px !important;
|
||||
font-size: 16px !important;
|
||||
left:0;
|
||||
}
|
||||
.player .action.thunder{
|
||||
color: rgb(117,186,255);
|
||||
}
|
||||
#arena.selecting .player .action:not(.hidden){
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.button .intro.showintro.tafang{
|
||||
font-family: 'xinwei';
|
||||
font-size: 20px;
|
||||
top: 66px;
|
||||
right: 5px;
|
||||
left:auto;
|
||||
}
|
||||
.button.newstyle .intro.showintro.tafang{
|
||||
top: 6px;
|
||||
}
|
||||
.dialog .buttons>.button.character.squarebutton{
|
||||
height:90px;
|
||||
}
|
||||
.dialog .buttons>.button.character.squarebutton>.hp.text{
|
||||
/*left:22px;*/
|
||||
right: 4px;
|
||||
text-align: right;
|
||||
bottom: 4px;
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
.dialog .buttons>.button.character.squarebutton>.name{
|
||||
top:8px;
|
||||
}
|
||||
br.finish_game{
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#arena.chess.slim_player.lslim_player .player.minskin:not(.fakeme)>.avatar:not(.fakeme){
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
width: calc(100% - 10px);
|
||||
height: calc(100% - 10px);
|
||||
}
|
||||
|
||||
#arena.chess #chess>.player{
|
||||
left: 14px;
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system{
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system{
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
#historybar {
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: calc(100% - 121px);
|
||||
}
|
||||
#window.rightbar #historybar{
|
||||
left: calc(100% - 50px);
|
||||
}
|
||||
#window.leftbar #historybar{
|
||||
left: 0;
|
||||
}
|
||||
#arena.chess {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
left: 0 !important;
|
||||
top: 0 !important;
|
||||
transition: all 0s !important;
|
||||
}
|
||||
#arena.chess > #me,
|
||||
#arena.chess > #mebg,
|
||||
#arena.chess > #autonode {
|
||||
bottom: 0;
|
||||
top: auto;
|
||||
border-radius: 0;
|
||||
}
|
||||
#arena.chess > #autonode {
|
||||
width: calc(100% - 240px);
|
||||
left: 120px;
|
||||
}
|
||||
#me > .fakeme.avatar {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
#window:not(.nopointer) .dialog.fullheight .buttons .button.character:not(.squarebutton):not(.selectable) {
|
||||
cursor: default;
|
||||
}
|
||||
#window:not(.nopointer) .obstacle.glow,
|
||||
#window:not(.nopointer) .player.playerblank.glow {
|
||||
cursor: pointer;
|
||||
}
|
||||
#chess-container {
|
||||
width: 100%;
|
||||
height: calc(100% - 121px);
|
||||
left: 0;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
}
|
||||
#chess {
|
||||
margin-top: 36px;
|
||||
margin-bottom: 36px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
transition: all 0s;
|
||||
}
|
||||
#arena .card.thrown {
|
||||
z-index: 4;
|
||||
}
|
||||
#canvas2 {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#handcards1 {
|
||||
height: 120px;
|
||||
padding: 0;
|
||||
top: calc(100% - 120px);
|
||||
width: calc(100% - 240px);
|
||||
left: 120px;
|
||||
}
|
||||
#handcards2 {
|
||||
display: none;
|
||||
}
|
||||
#mebg,
|
||||
#me,
|
||||
#autonode {
|
||||
height: 120px;
|
||||
}
|
||||
#window:not(.nopointer) .dialog.pointerbutton .buttons .button:not(.unselectable) {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
#system {
|
||||
z-index: 5;
|
||||
}
|
||||
#arena > .dialog {
|
||||
width: 400px;
|
||||
height: 240px;
|
||||
left: calc(50% - 200px);
|
||||
top: calc(50% - 120px);
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#arena.chess > .dialog {
|
||||
height: calc(50% - 20px);
|
||||
max-height: 240px;
|
||||
}
|
||||
#window[data-radius_size="reduce"] > .dialog {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#window[data-radius_size="off"] > .dialog {
|
||||
border-radius: 0px;
|
||||
}
|
||||
#window[data-radius_size="increase"] > .dialog {
|
||||
border-radius: 16px;
|
||||
}
|
||||
#arena > .dialog.slim:not(.center) {
|
||||
top: 40px;
|
||||
pointer-events: none;
|
||||
}
|
||||
#control {
|
||||
top: calc(100% - 155px);
|
||||
}
|
||||
#arena.ipad #control {
|
||||
top: calc(100% - 165px);
|
||||
}
|
||||
.fakeme {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 0px !important;
|
||||
top: 0;
|
||||
}
|
||||
#window[data-radius_size="increase"] .fakeme,
|
||||
#window[data-radius_size="reduce"] .fakeme {
|
||||
border-radius: 0px;
|
||||
}
|
||||
.fakeme.avatar {
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
}
|
||||
.fakeme.player {
|
||||
left: calc(100% - 120px);
|
||||
text-align: center;
|
||||
transition: all 0s;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
.fakeme.player.zoomed {
|
||||
width: 240px;
|
||||
height: 240px;
|
||||
left: calc(100% - 240px);
|
||||
top: calc(100% - 240px);
|
||||
background-size: 200%;
|
||||
}
|
||||
.fakeme.player > div {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: scroll;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.fakeme.player.zoomed > div > div {
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
left: 0;
|
||||
top: 16px;
|
||||
margin-left: 8px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.fakeme.player > div > div {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
background-size: cover;
|
||||
border-radius: 4px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 8px;
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
margin-bottom: 8px;
|
||||
transition: box-shadow 0.5s;
|
||||
}
|
||||
#window:not(.nopointer) .fakeme.player > div > div {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fakeme.player > div > .selectable {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 1) 0 0 5px, rgba(0, 133, 255, 1) 0 0 10px;
|
||||
}
|
||||
.fakeme.player > div > .selected {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(255, 0, 0, 1) 0 0 5px, rgba(255, 0, 0, 1) 0 0 10px !important;
|
||||
}
|
||||
.fakeme.player > div > .dead {
|
||||
filter: grayscale(1);
|
||||
-webkit-filter: grayscale(1);
|
||||
opacity: 0.5;
|
||||
}
|
||||
.card.drawing {
|
||||
animation: drawing2 1s;
|
||||
animation-fill-mode: forwards;
|
||||
-webkit-animation: drawing2 1s;
|
||||
-webkit-animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
.player.playergrid,
|
||||
.player.obstacle {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
#window[data-radius_size="reduce"] .player.playergrid,
|
||||
#window[data-radius_size="reduce"] .player.obstacle {
|
||||
border-radius: 4px;
|
||||
}
|
||||
#window[data-radius_size="off"] .player.playergrid,
|
||||
#window[data-radius_size="off"] .player.obstacle {
|
||||
border-radius: 0px;
|
||||
}
|
||||
#window[data-radius_size="increase"] .player.playergrid,
|
||||
#window[data-radius_size="increase"] .player.obstacle {
|
||||
border-radius: 16px;
|
||||
}
|
||||
.player.playerblank {
|
||||
background: none;
|
||||
}
|
||||
#window .player.obstacle {
|
||||
background: repeating-linear-gradient(
|
||||
135deg,
|
||||
rgba(0, 0, 0, 0.2),
|
||||
rgba(0, 0, 0, 0.2) 10px,
|
||||
rgba(0, 0, 0, 0.1) 10px,
|
||||
rgba(0, 0, 0, 0.1) 20px
|
||||
);
|
||||
}
|
||||
#window .player.obstacle[data-obscolor="blue"] {
|
||||
background: repeating-linear-gradient(
|
||||
135deg,
|
||||
rgba(0, 64, 162, 0.4),
|
||||
rgba(0, 64, 162, 0.4) 10px,
|
||||
rgba(0, 0, 0, 0) 10px,
|
||||
rgba(0, 0, 0, 0) 20px
|
||||
);
|
||||
box-shadow: rgba(0, 64, 162, 0.6) 0 0 0 1px;
|
||||
}
|
||||
|
||||
.playergrid.temp {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.chessscroll {
|
||||
height: calc(100% - 162px);
|
||||
width: 20px;
|
||||
top: 42px;
|
||||
z-index: 1;
|
||||
position: fixed;
|
||||
}
|
||||
.chessscroll.left {
|
||||
left: 0;
|
||||
}
|
||||
.chessscroll.right {
|
||||
right: 0;
|
||||
}
|
||||
.button.forbidden {
|
||||
opacity: 0.6;
|
||||
}
|
||||
#arena.leaderhide > *:not(canvas) {
|
||||
opacity: 0 !important;
|
||||
transition: all 0.5s !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
#arena.leadercontrol > #control {
|
||||
transition: all 0.5s !important;
|
||||
}
|
||||
/* .player.treasure{ */
|
||||
/*box-shadow: none;*/
|
||||
/* } */
|
||||
.player.treasure .count,
|
||||
.player.treasure .identity {
|
||||
display: none;
|
||||
}
|
||||
.player.treasure .avatar {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.player.minskin .action {
|
||||
text-shadow: black 0 0 1px !important;
|
||||
font-size: 16px !important;
|
||||
left: 0;
|
||||
}
|
||||
.player .action.thunder {
|
||||
color: rgb(117, 186, 255);
|
||||
}
|
||||
#arena.selecting .player .action:not(.hidden) {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.button .intro.showintro.tafang {
|
||||
font-family: "xinwei";
|
||||
font-size: 20px;
|
||||
top: 66px;
|
||||
right: 5px;
|
||||
left: auto;
|
||||
}
|
||||
.button.newstyle .intro.showintro.tafang {
|
||||
top: 6px;
|
||||
}
|
||||
.dialog .buttons > .button.character.squarebutton {
|
||||
height: 90px;
|
||||
}
|
||||
.dialog .buttons > .button.character.squarebutton > .hp.text {
|
||||
/*left:22px;*/
|
||||
right: 4px;
|
||||
text-align: right;
|
||||
bottom: 4px;
|
||||
top: auto;
|
||||
left: auto;
|
||||
}
|
||||
.dialog .buttons > .button.character.squarebutton > .name {
|
||||
top: 8px;
|
||||
}
|
||||
br.finish_game {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#arena.chess.slim_player.lslim_player .player.minskin:not(.fakeme) > .avatar:not(.fakeme) {
|
||||
left: 5px;
|
||||
top: 5px;
|
||||
width: calc(100% - 10px);
|
||||
height: calc(100% - 10px);
|
||||
}
|
||||
|
||||
#arena.chess #chess > .player {
|
||||
left: 14px;
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system {
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system {
|
||||
left: 50px;
|
||||
}
|
||||
|
||||
#historybar {
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: calc(100% - 121px);
|
||||
}
|
||||
#window.rightbar #historybar {
|
||||
left: calc(100% - 50px);
|
||||
}
|
||||
#window.leftbar #historybar {
|
||||
left: 0;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,229 +1,230 @@
|
|||
.storyscene{
|
||||
height: 500px;
|
||||
top:calc(50% - 250px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.storyscene.removing{
|
||||
pointer-events: none;
|
||||
transform: translateY(500px);
|
||||
}
|
||||
.storyscene.lockscroll{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.storyscene>.scene{
|
||||
width: 350px;
|
||||
height: 420px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top:40px;
|
||||
margin-left: -40px;
|
||||
margin-right: -40px;
|
||||
z-index: 1;
|
||||
border-radius: 16px !important;
|
||||
overflow: hidden;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
||||
}
|
||||
.storyscene>.scene>.background.player{
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.storyscene>.scene.unselectable{
|
||||
opacity: 1 !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.225) 0 3px 10px;
|
||||
}
|
||||
.storyscene>.scene.unselectable>.background{
|
||||
opacity: 0.3;
|
||||
}
|
||||
.storyscene>.scene.unselectable>.name{
|
||||
opacity: 0.6;
|
||||
}
|
||||
.storyscene>.scene.unselectable>div:not(.mask).background{
|
||||
/*opacity: 0.25;*/
|
||||
}
|
||||
.storyscene>.scene>.mask{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.storyscene>.scene>.mask>div{
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
top:calc(50% - 120px);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 80px;
|
||||
line-height: 80px;
|
||||
font-family: 'xinwei';
|
||||
opacity: 0.8;
|
||||
}
|
||||
.storyscene>.scene:not(.unselectable)>.mask{
|
||||
display: none;
|
||||
}.storyscene>.scene.unselectable>.name{
|
||||
/*display: none;*/
|
||||
}
|
||||
.storyscene>.scene.flipped{
|
||||
z-index: 2;
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
.storyscene>.scene.flipped>div:not(.menu){
|
||||
display: none !important;
|
||||
}
|
||||
.storyscene>.scene:not(.flipped)>.menu{
|
||||
display: none;
|
||||
}
|
||||
.storyscene>.scene:first-child{
|
||||
margin-left: 50px;
|
||||
}
|
||||
.storyscene>.scene:last-child{
|
||||
margin-right: 50px;
|
||||
}
|
||||
.storyscene>.scene>.name{
|
||||
font-size: 48px;
|
||||
left: 25px;
|
||||
top: auto;
|
||||
bottom: 28px;
|
||||
/*transform: rotateY(-180deg);*/
|
||||
border-radius: 16px !important;
|
||||
z-index: 2;
|
||||
font-family: 'xinwei'
|
||||
}
|
||||
.storyscene>.scene>.menu{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
box-shadow: none;
|
||||
overflow: scroll;
|
||||
}
|
||||
.storyscene>.scene>.background>.avatar{
|
||||
width: calc(100% - 26px);
|
||||
height: calc(100% - 26px);
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
z-index: 2;
|
||||
}
|
||||
.storyscene>.scene>.menu{
|
||||
transform: rotateY(-180deg);
|
||||
}
|
||||
.storyscene>.scene.startscene{
|
||||
-webkit-animation: scene_start 0.5s;
|
||||
}
|
||||
.scene>.menu>.menubutton.enter{
|
||||
position: absolute;
|
||||
top:auto;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
left: calc(50% - 35px);
|
||||
}
|
||||
.scene>.menu>.conversation{
|
||||
display: table;
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 0;
|
||||
width: calc(100% - 32px);
|
||||
height: 100%;
|
||||
font-size: 24px;
|
||||
font-family: 'xinwei';
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
}
|
||||
.scene>.menu>.conversation.center{
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation{
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation:last-child{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>div{
|
||||
height: 100%;
|
||||
top:0;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>.avatar{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
left: 10px;
|
||||
background-size: cover;
|
||||
}
|
||||
.scene>.menu>.avatarconversation.swap>.avatar{
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>div:not(.avatar){
|
||||
width: calc(100% - 120px);
|
||||
left: 120px;
|
||||
top: 5px;
|
||||
height: calc(100% - 5px);
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
line-height: 18px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation.swap>div:not(.avatar){
|
||||
left: auto;
|
||||
right: 120px;
|
||||
text-align: right;
|
||||
}
|
||||
.scene>.menu>.conversation>div{
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
#create-player{
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
left: calc(50% - 200px);
|
||||
top: calc(50% - 150px);
|
||||
position: absolute;
|
||||
-webkit-animation:dialog_start2 0.5s;
|
||||
}
|
||||
#create-player>div{
|
||||
position: absolute;
|
||||
}
|
||||
#create-player>.caption{
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: 'xinwei';
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@-webkit-keyframes scene_start{
|
||||
from{
|
||||
opacity: 0;
|
||||
transform:scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to{
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
.storyscene {
|
||||
height: 500px;
|
||||
top: calc(50% - 250px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.storyscene.removing {
|
||||
pointer-events: none;
|
||||
transform: translateY(500px);
|
||||
}
|
||||
.storyscene.lockscroll {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.storyscene > .scene {
|
||||
width: 350px;
|
||||
height: 420px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
margin-left: -40px;
|
||||
margin-right: -40px;
|
||||
z-index: 1;
|
||||
border-radius: 16px !important;
|
||||
overflow: hidden;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
||||
}
|
||||
.storyscene > .scene > .background.player {
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.storyscene > .scene.unselectable {
|
||||
opacity: 1 !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.225) 0 3px 10px;
|
||||
}
|
||||
.storyscene > .scene.unselectable > .background {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.storyscene > .scene.unselectable > .name {
|
||||
opacity: 0.6;
|
||||
}
|
||||
.storyscene > .scene.unselectable > div:not(.mask).background {
|
||||
/*opacity: 0.25;*/
|
||||
}
|
||||
.storyscene > .scene > .mask {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.storyscene > .scene > .mask > div {
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
top: calc(50% - 120px);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 80px;
|
||||
line-height: 80px;
|
||||
font-family: "xinwei";
|
||||
opacity: 0.8;
|
||||
}
|
||||
.storyscene > .scene:not(.unselectable) > .mask {
|
||||
display: none;
|
||||
}
|
||||
.storyscene > .scene.unselectable > .name {
|
||||
/*display: none;*/
|
||||
}
|
||||
.storyscene > .scene.flipped {
|
||||
z-index: 2;
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
.storyscene > .scene.flipped > div:not(.menu) {
|
||||
display: none !important;
|
||||
}
|
||||
.storyscene > .scene:not(.flipped) > .menu {
|
||||
display: none;
|
||||
}
|
||||
.storyscene > .scene:first-child {
|
||||
margin-left: 50px;
|
||||
}
|
||||
.storyscene > .scene:last-child {
|
||||
margin-right: 50px;
|
||||
}
|
||||
.storyscene > .scene > .name {
|
||||
font-size: 48px;
|
||||
left: 25px;
|
||||
top: auto;
|
||||
bottom: 28px;
|
||||
/*transform: rotateY(-180deg);*/
|
||||
border-radius: 16px !important;
|
||||
z-index: 2;
|
||||
font-family: "xinwei";
|
||||
}
|
||||
.storyscene > .scene > .menu {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
box-shadow: none;
|
||||
overflow: scroll;
|
||||
}
|
||||
.storyscene > .scene > .background > .avatar {
|
||||
width: calc(100% - 26px);
|
||||
height: calc(100% - 26px);
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
z-index: 2;
|
||||
}
|
||||
.storyscene > .scene > .menu {
|
||||
transform: rotateY(-180deg);
|
||||
}
|
||||
.storyscene > .scene.startscene {
|
||||
-webkit-animation: scene_start 0.5s;
|
||||
}
|
||||
.scene > .menu > .menubutton.enter {
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
left: calc(50% - 35px);
|
||||
}
|
||||
.scene > .menu > .conversation {
|
||||
display: table;
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 0;
|
||||
width: calc(100% - 32px);
|
||||
height: 100%;
|
||||
font-size: 24px;
|
||||
font-family: "xinwei";
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
}
|
||||
.scene > .menu > .conversation.center {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation:last-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > div {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > .avatar {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
left: 10px;
|
||||
background-size: cover;
|
||||
}
|
||||
.scene > .menu > .avatarconversation.swap > .avatar {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > div:not(.avatar) {
|
||||
width: calc(100% - 120px);
|
||||
left: 120px;
|
||||
top: 5px;
|
||||
height: calc(100% - 5px);
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
line-height: 18px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation.swap > div:not(.avatar) {
|
||||
left: auto;
|
||||
right: 120px;
|
||||
text-align: right;
|
||||
}
|
||||
.scene > .menu > .conversation > div {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
#create-player {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
left: calc(50% - 200px);
|
||||
top: calc(50% - 150px);
|
||||
position: absolute;
|
||||
-webkit-animation: dialog_start2 0.5s;
|
||||
}
|
||||
#create-player > div {
|
||||
position: absolute;
|
||||
}
|
||||
#create-player > .caption {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: "xinwei";
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@-webkit-keyframes scene_start {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,247 +1,247 @@
|
|||
.storyscene{
|
||||
height: 500px;
|
||||
top:calc(50% - 250px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.storyscene.removing{
|
||||
pointer-events: none;
|
||||
transform: translateY(500px);
|
||||
}
|
||||
.storyscene.lockscroll{
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.storyscene>.scene{
|
||||
width: 350px;
|
||||
height: 420px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top:40px;
|
||||
margin-left: -40px;
|
||||
margin-right: -40px;
|
||||
z-index: 1;
|
||||
border-radius: 16px !important;
|
||||
overflow: hidden;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
||||
}
|
||||
.storyscene>.scene>.background.player{
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.storyscene>.scene.unselectable{
|
||||
opacity: 1 !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.225) 0 3px 10px;
|
||||
}
|
||||
.storyscene>.scene.unselectable>.background{
|
||||
opacity: 0.3;
|
||||
}
|
||||
.storyscene>.scene.unselectable>.name{
|
||||
opacity: 0.6;
|
||||
}
|
||||
/* .storyscene>.scene.unselectable>div:not(.mask).background{ */
|
||||
/*opacity: 0.25;*/
|
||||
/* } */
|
||||
.storyscene>.scene>.mask{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.storyscene>.scene>.mask>div{
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
top:calc(50% - 120px);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 80px;
|
||||
line-height: 80px;
|
||||
font-family: 'xinwei';
|
||||
opacity: 0.8;
|
||||
}
|
||||
.storyscene>.scene:not(.unselectable)>.mask{
|
||||
display: none;
|
||||
}
|
||||
/* .storyscene>.scene.unselectable>.name{ */
|
||||
/*display: none;*/
|
||||
/* } */
|
||||
.storyscene>.scene.flipped{
|
||||
z-index: 2;
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
.storyscene>.scene.flipped>div:not(.menu){
|
||||
display: none !important;
|
||||
}
|
||||
.storyscene>.scene:not(.flipped)>.menu{
|
||||
display: none;
|
||||
}
|
||||
.storyscene>.scene:first-child{
|
||||
margin-left: 50px;
|
||||
}
|
||||
.storyscene>.scene:last-child{
|
||||
margin-right: 50px;
|
||||
}
|
||||
.storyscene>.scene>.name{
|
||||
font-size: 48px;
|
||||
left: 25px;
|
||||
/*top: auto;*/
|
||||
top: 28px;
|
||||
/*transform: rotateY(-180deg);*/
|
||||
border-radius: 16px !important;
|
||||
z-index: 2;
|
||||
font-family: 'xinwei'
|
||||
}
|
||||
.storyscene>.scene>.menu{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
box-shadow: none;
|
||||
overflow: scroll;
|
||||
}
|
||||
.storyscene>.scene>.background>.avatar{
|
||||
width: calc(100% - 26px);
|
||||
height: calc(100% - 26px);
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
z-index: 2;
|
||||
}
|
||||
.storyscene>.scene>.menu{
|
||||
transform: rotateY(-180deg);
|
||||
}
|
||||
.storyscene>.scene.startscene{
|
||||
animation: scene_start 0.5s;
|
||||
-webkit-animation: scene_start 0.5s;
|
||||
}
|
||||
.scene>.menu>.menubutton.enter{
|
||||
position: absolute;
|
||||
top:auto;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
left: calc(50% - 35px);
|
||||
}
|
||||
.scene>.menu>.conversation{
|
||||
display: table;
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 0;
|
||||
width: calc(100% - 32px);
|
||||
height: 100%;
|
||||
font-size: 24px;
|
||||
font-family: 'xinwei';
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
}
|
||||
.scene>.menu>.conversation.center{
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation{
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation:last-child{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>div{
|
||||
height: 100%;
|
||||
top:0;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>.avatar{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
left: 10px;
|
||||
background-size: cover;
|
||||
}
|
||||
.scene>.menu>.avatarconversation.swap>.avatar{
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation>div:not(.avatar){
|
||||
width: calc(100% - 120px);
|
||||
left: 120px;
|
||||
top: 5px;
|
||||
height: calc(100% - 5px);
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
line-height: 18px;
|
||||
}
|
||||
.scene>.menu>.avatarconversation.swap>div:not(.avatar){
|
||||
left: auto;
|
||||
right: 120px;
|
||||
text-align: right;
|
||||
}
|
||||
.scene>.menu>.conversation>div{
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
#create-player{
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
left: calc(50% - 200px);
|
||||
top: calc(50% - 150px);
|
||||
position: absolute;
|
||||
animation:dialog_start2 0.5s;
|
||||
-webkit-animation:dialog_start2 0.5s;
|
||||
}
|
||||
#create-player>div{
|
||||
position: absolute;
|
||||
}
|
||||
#create-player>.caption{
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: 'xinwei';
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes scene_start{
|
||||
from{
|
||||
opacity: 0;
|
||||
transform:scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to{
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes scene_start{
|
||||
from{
|
||||
opacity: 0;
|
||||
transform:scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to{
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
.storyscene {
|
||||
height: 500px;
|
||||
top: calc(50% - 250px);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.storyscene.removing {
|
||||
pointer-events: none;
|
||||
transform: translateY(500px);
|
||||
}
|
||||
.storyscene.lockscroll {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.storyscene > .scene {
|
||||
width: 350px;
|
||||
height: 420px;
|
||||
position: relative;
|
||||
left: 0;
|
||||
top: 40px;
|
||||
margin-left: -40px;
|
||||
margin-right: -40px;
|
||||
z-index: 1;
|
||||
border-radius: 16px !important;
|
||||
overflow: hidden;
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
||||
}
|
||||
.storyscene > .scene > .background.player {
|
||||
border-radius: 0 !important;
|
||||
box-shadow: none !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.storyscene > .scene.unselectable {
|
||||
opacity: 1 !important;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.225) 0 3px 10px;
|
||||
}
|
||||
.storyscene > .scene.unselectable > .background {
|
||||
opacity: 0.3;
|
||||
}
|
||||
.storyscene > .scene.unselectable > .name {
|
||||
opacity: 0.6;
|
||||
}
|
||||
/* .storyscene>.scene.unselectable>div:not(.mask).background{ */
|
||||
/*opacity: 0.25;*/
|
||||
/* } */
|
||||
.storyscene > .scene > .mask {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
.storyscene > .scene > .mask > div {
|
||||
width: 100%;
|
||||
height: 240px;
|
||||
top: calc(50% - 120px);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 80px;
|
||||
line-height: 80px;
|
||||
font-family: "xinwei";
|
||||
opacity: 0.8;
|
||||
}
|
||||
.storyscene > .scene:not(.unselectable) > .mask {
|
||||
display: none;
|
||||
}
|
||||
/* .storyscene>.scene.unselectable>.name{ */
|
||||
/*display: none;*/
|
||||
/* } */
|
||||
.storyscene > .scene.flipped {
|
||||
z-index: 2;
|
||||
border-radius: 12px !important;
|
||||
}
|
||||
.storyscene > .scene.flipped > div:not(.menu) {
|
||||
display: none !important;
|
||||
}
|
||||
.storyscene > .scene:not(.flipped) > .menu {
|
||||
display: none;
|
||||
}
|
||||
.storyscene > .scene:first-child {
|
||||
margin-left: 50px;
|
||||
}
|
||||
.storyscene > .scene:last-child {
|
||||
margin-right: 50px;
|
||||
}
|
||||
.storyscene > .scene > .name {
|
||||
font-size: 48px;
|
||||
left: 25px;
|
||||
/*top: auto;*/
|
||||
top: 28px;
|
||||
/*transform: rotateY(-180deg);*/
|
||||
border-radius: 16px !important;
|
||||
z-index: 2;
|
||||
font-family: "xinwei";
|
||||
}
|
||||
.storyscene > .scene > .menu {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
box-shadow: none;
|
||||
overflow: scroll;
|
||||
}
|
||||
.storyscene > .scene > .background > .avatar {
|
||||
width: calc(100% - 26px);
|
||||
height: calc(100% - 26px);
|
||||
left: 13px;
|
||||
top: 13px;
|
||||
z-index: 2;
|
||||
}
|
||||
.storyscene > .scene > .menu {
|
||||
transform: rotateY(-180deg);
|
||||
}
|
||||
.storyscene > .scene.startscene {
|
||||
animation: scene_start 0.5s;
|
||||
-webkit-animation: scene_start 0.5s;
|
||||
}
|
||||
.scene > .menu > .menubutton.enter {
|
||||
position: absolute;
|
||||
top: auto;
|
||||
bottom: 10px;
|
||||
width: 70px;
|
||||
left: calc(50% - 35px);
|
||||
}
|
||||
.scene > .menu > .conversation {
|
||||
display: table;
|
||||
position: absolute;
|
||||
left: 16px;
|
||||
top: 0;
|
||||
width: calc(100% - 32px);
|
||||
height: 100%;
|
||||
font-size: 24px;
|
||||
font-family: "xinwei";
|
||||
white-space: normal;
|
||||
text-align: left;
|
||||
}
|
||||
.scene > .menu > .conversation.center {
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
left: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation:last-child {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > div {
|
||||
height: 100%;
|
||||
top: 0;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > .avatar {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
left: 10px;
|
||||
background-size: cover;
|
||||
}
|
||||
.scene > .menu > .avatarconversation.swap > .avatar {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation > div:not(.avatar) {
|
||||
width: calc(100% - 120px);
|
||||
left: 120px;
|
||||
top: 5px;
|
||||
height: calc(100% - 5px);
|
||||
text-align: left;
|
||||
white-space: normal;
|
||||
line-height: 18px;
|
||||
}
|
||||
.scene > .menu > .avatarconversation.swap > div:not(.avatar) {
|
||||
left: auto;
|
||||
right: 120px;
|
||||
text-align: right;
|
||||
}
|
||||
.scene > .menu > .conversation > div {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
}
|
||||
#create-player {
|
||||
width: 400px;
|
||||
height: 300px;
|
||||
left: calc(50% - 200px);
|
||||
top: calc(50% - 150px);
|
||||
position: absolute;
|
||||
animation: dialog_start2 0.5s;
|
||||
-webkit-animation: dialog_start2 0.5s;
|
||||
}
|
||||
#create-player > div {
|
||||
position: absolute;
|
||||
}
|
||||
#create-player > .caption {
|
||||
width: 100%;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
font-family: "xinwei";
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@keyframes scene_start {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes scene_start {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale(0.5);
|
||||
margin-left: -175px;
|
||||
margin-right: -175px;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: scale(1);
|
||||
margin-left: 16px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,143 +1,146 @@
|
|||
.player .equips{
|
||||
width:120px;
|
||||
height:auto;
|
||||
top:auto;
|
||||
right:auto;
|
||||
bottom:18px;
|
||||
left:10px;
|
||||
text-align:left;
|
||||
}
|
||||
#arena.slim_player .player .equips{
|
||||
left: 7px;
|
||||
}
|
||||
#arena.uslim_player .player .equips{
|
||||
left: 3px;
|
||||
}
|
||||
#arena.mslim_player .player .equips{
|
||||
left: 3px;
|
||||
}
|
||||
.player.minskin .equips{
|
||||
transform:scale(0.73);
|
||||
transform-origin:bottom left;
|
||||
}
|
||||
.player .equips>.card::after,
|
||||
.player .equips>.card::before{
|
||||
visibility: hidden;
|
||||
}
|
||||
.player .equips>.card{
|
||||
position:relative;
|
||||
width:100%;
|
||||
height:22px;
|
||||
line-height:22px;
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
background:linear-gradient(to right,rgba(0,0,0,0.3),transparent),
|
||||
linear-gradient(135deg,rgba(0,0,0,0.5) ,transparent 80%,transparent) !important;
|
||||
box-shadow:none;
|
||||
color:white;
|
||||
text-shadow:black 0 0 2px;
|
||||
animation: card_start2x 0.5s;
|
||||
-webkit-animation: card_start2x 0.5s;
|
||||
display:block;
|
||||
left:0;
|
||||
top:0;
|
||||
transition:all 0.5s;
|
||||
|
||||
border-radius:0;
|
||||
border-width: 1px 0 0;
|
||||
border-style:solid;
|
||||
border-image:linear-gradient(to right, rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
.player .equips>.card>.image{
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
.player.unseen .equips>.card{
|
||||
background:none;
|
||||
/*border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;*/
|
||||
}
|
||||
.player.unseen .equips>.card{
|
||||
border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
.player.unseen .equips>.card:first-child{
|
||||
border-image:linear-gradient(transparent,transparent);
|
||||
}
|
||||
.player .equips>.card.selected{
|
||||
background:linear-gradient(to right,rgba(0, 133, 255,0.3),transparent),
|
||||
linear-gradient(135deg,rgba(0, 133, 255,0.5) ,transparent 80%,transparent) !important;
|
||||
box-shadow:none !important;
|
||||
border-width: 1px 0 0;
|
||||
border-style:solid;
|
||||
border-image:linear-gradient(to right, rgba(0, 103, 205,0.4) 70%,transparent) 100% 0 0;
|
||||
}
|
||||
.player .equips>.card.fire{
|
||||
color: rgb(255,119,63);
|
||||
}
|
||||
.player .equips>.card.thunder{
|
||||
color: rgb(117,186,255);
|
||||
}
|
||||
.player .equips>.card.poison{
|
||||
color: rgb(104,221,127);
|
||||
}
|
||||
.player .equips>.card.brown{
|
||||
color: rgb(195,161,223);
|
||||
}
|
||||
|
||||
|
||||
.equips>.card>.background{
|
||||
display:none !important;
|
||||
}
|
||||
.equips>.card>.name2{
|
||||
display:block;
|
||||
margin-left:5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.equips>.card>div{
|
||||
animation:none !important;
|
||||
-webkit-animation:none !important;
|
||||
}
|
||||
.equips>.card>.name,
|
||||
.equips>.card>.info{
|
||||
display:none !important;
|
||||
}
|
||||
|
||||
|
||||
.equips>.removing{
|
||||
margin-top:-12px !important;
|
||||
margin-bottom:-11px !important;
|
||||
transform:scale(1);
|
||||
}
|
||||
.equips>.removing+.removing{
|
||||
margin-top:-23px !important;
|
||||
}
|
||||
|
||||
|
||||
.player.linked .equips{
|
||||
transform:rotate(90deg) translate(-152px,-6px);
|
||||
transform-origin:bottom left;
|
||||
}
|
||||
#arena.slim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-155px,-6px);
|
||||
}
|
||||
#arena.uslim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-159px,-6px);
|
||||
}
|
||||
#arena.mslim_player .player.linked .equips{
|
||||
transform:rotate(90deg) translate(-157px,-6px);
|
||||
}
|
||||
.player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-92px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.slim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-95px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.uslim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-99px,-6px) scale(0.73);
|
||||
}
|
||||
#arena.mslim_player .player.minskin.linked .equips{
|
||||
transform:rotate(90deg) translate(-97px,-6px) scale(0.73);
|
||||
}
|
||||
.player.linked .identity{
|
||||
transform:rotate(90deg);
|
||||
}
|
||||
.player .equips {
|
||||
width: 120px;
|
||||
height: auto;
|
||||
top: auto;
|
||||
right: auto;
|
||||
bottom: 18px;
|
||||
left: 10px;
|
||||
text-align: left;
|
||||
}
|
||||
#arena.slim_player .player .equips {
|
||||
left: 7px;
|
||||
}
|
||||
#arena.uslim_player .player .equips {
|
||||
left: 3px;
|
||||
}
|
||||
#arena.mslim_player .player .equips {
|
||||
left: 3px;
|
||||
}
|
||||
.player.minskin .equips {
|
||||
transform: scale(0.73);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
.player .equips > .card::after,
|
||||
.player .equips > .card::before {
|
||||
visibility: hidden;
|
||||
}
|
||||
.player .equips > .card {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 22px;
|
||||
line-height: 22px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent),
|
||||
linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 80%, transparent) !important;
|
||||
box-shadow: none;
|
||||
color: white;
|
||||
text-shadow: black 0 0 2px;
|
||||
animation: card_start2x 0.5s;
|
||||
-webkit-animation: card_start2x 0.5s;
|
||||
display: block;
|
||||
left: 0;
|
||||
top: 0;
|
||||
transition: all 0.5s;
|
||||
|
||||
border-radius: 0;
|
||||
border-width: 1px 0 0;
|
||||
border-style: solid;
|
||||
border-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 70%, transparent) 100% 0 0;
|
||||
}
|
||||
.player .equips > .card > .image {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.player.unseen .equips > .card {
|
||||
background: none;
|
||||
/*border-image:linear-gradient(to right, transparent,rgba(0,0,0,0.4) 10%,rgba(0, 0, 0,0.4) 70%,transparent) 100% 0 0;*/
|
||||
}
|
||||
.player.unseen .equips > .card {
|
||||
border-image: linear-gradient(
|
||||
to right,
|
||||
transparent,
|
||||
rgba(0, 0, 0, 0.4) 10%,
|
||||
rgba(0, 0, 0, 0.4) 70%,
|
||||
transparent
|
||||
)
|
||||
100% 0 0;
|
||||
}
|
||||
.player.unseen .equips > .card:first-child {
|
||||
border-image: linear-gradient(transparent, transparent);
|
||||
}
|
||||
.player .equips > .card.selected {
|
||||
background: linear-gradient(to right, rgba(0, 133, 255, 0.3), transparent),
|
||||
linear-gradient(135deg, rgba(0, 133, 255, 0.5), transparent 80%, transparent) !important;
|
||||
box-shadow: none !important;
|
||||
border-width: 1px 0 0;
|
||||
border-style: solid;
|
||||
border-image: linear-gradient(to right, rgba(0, 103, 205, 0.4) 70%, transparent) 100% 0 0;
|
||||
}
|
||||
.player .equips > .card.fire {
|
||||
color: rgb(255, 119, 63);
|
||||
}
|
||||
.player .equips > .card.thunder {
|
||||
color: rgb(117, 186, 255);
|
||||
}
|
||||
.player .equips > .card.poison {
|
||||
color: rgb(104, 221, 127);
|
||||
}
|
||||
.player .equips > .card.brown {
|
||||
color: rgb(195, 161, 223);
|
||||
}
|
||||
|
||||
.equips > .card > .background {
|
||||
display: none !important;
|
||||
}
|
||||
.equips > .card > .name2 {
|
||||
display: block;
|
||||
margin-left: 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.equips > .card > div {
|
||||
animation: none !important;
|
||||
-webkit-animation: none !important;
|
||||
}
|
||||
.equips > .card > .name,
|
||||
.equips > .card > .info {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.equips > .removing {
|
||||
margin-top: -12px !important;
|
||||
margin-bottom: -11px !important;
|
||||
transform: scale(1);
|
||||
}
|
||||
.equips > .removing + .removing {
|
||||
margin-top: -23px !important;
|
||||
}
|
||||
|
||||
.player.linked .equips {
|
||||
transform: rotate(90deg) translate(-152px, -6px);
|
||||
transform-origin: bottom left;
|
||||
}
|
||||
#arena.slim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-155px, -6px);
|
||||
}
|
||||
#arena.uslim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-159px, -6px);
|
||||
}
|
||||
#arena.mslim_player .player.linked .equips {
|
||||
transform: rotate(90deg) translate(-157px, -6px);
|
||||
}
|
||||
.player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-92px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.slim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-95px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.uslim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-99px, -6px) scale(0.73);
|
||||
}
|
||||
#arena.mslim_player .player.minskin.linked .equips {
|
||||
transform: rotate(90deg) translate(-97px, -6px) scale(0.73);
|
||||
}
|
||||
.player.linked .identity {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +1,2 @@
|
|||
@import 'global.css';
|
||||
@import 'equip.css';
|
||||
@import "global.css";
|
||||
@import "equip.css";
|
||||
|
|
|
@ -1,363 +1,448 @@
|
|||
@import "../newlayout/layout.css";
|
||||
#arena{
|
||||
height: calc(95% + 20px);
|
||||
}
|
||||
#control{
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left:calc(-150% / 47 + 120px);
|
||||
bottom:150px;
|
||||
height: 40px;
|
||||
}
|
||||
#arena.phone #control{
|
||||
bottom:160px;
|
||||
}
|
||||
#arena.ipad #control{
|
||||
bottom:155px;
|
||||
}
|
||||
#arena:not(.chess)>#me,
|
||||
#arena:not(.chess)>#mebg,
|
||||
#arena:not(.chess)>#autonode{
|
||||
bottom:30px;
|
||||
width: calc(5000% / 47);
|
||||
left:calc(-150% / 47);
|
||||
top:auto;
|
||||
border-radius:0 !important;
|
||||
height:120px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess)>#me,
|
||||
#arena.oblongcard:not(.chess)>#mebg,
|
||||
#arena.oblongcard:not(.chess)>#autonode{
|
||||
height: 140px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess)>.card,
|
||||
#arena.oblongcard:not(.chess) .handcards>.card{
|
||||
height: 120px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess)>.card>.image,
|
||||
#arena.oblongcard:not(.chess) .handcards>.card>.image{
|
||||
height: 110px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) #handcards1{
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.choose-character) #control{
|
||||
bottom:165px;
|
||||
}
|
||||
#arena.phone.oblongcard:not(.chess):not(.choose-character) #control{
|
||||
bottom:180px;
|
||||
}
|
||||
|
||||
#arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left:calc(-150% / 47 + 120px);
|
||||
}
|
||||
#arena:not(.mobile).single-handcard #handcards1{
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system{
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system{
|
||||
left: 50px;
|
||||
}
|
||||
#window.rightbar #historybar{
|
||||
left: calc(100% - 50px);
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
#window.leftbar #historybar{
|
||||
left: 0;
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#window.single-handcard #historybar{
|
||||
height: calc(100% - 121px);
|
||||
}
|
||||
#window.oblongcard.single-handcard #historybar{
|
||||
height: calc(100% - 141px);
|
||||
}
|
||||
|
||||
#window.leftbar #arena:not(.chess)>#me,
|
||||
#window.leftbar #arena:not(.chess)>#mebg,
|
||||
#window.leftbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left:calc(-150% / 47 - 50px - 75px / 47);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left:calc(-150% / 47 - 50px - 75px / 47 + 120px);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess)>#me,
|
||||
#window.rightbar #arena:not(.chess)>#mebg,
|
||||
#window.rightbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left:calc(-150% / 47 - 75px / 47);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess)>#autonode{
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left:calc(-150% / 47 - 75px / 47 + 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1{
|
||||
height:120px;
|
||||
padding:0;
|
||||
top:calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1.scrollh{
|
||||
top: calc(100% - 180px);
|
||||
height: 180px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh{
|
||||
top: calc(100% - 200px);
|
||||
height: 200px;
|
||||
}
|
||||
#arena:not(.chess) #handcards1.scrollh>div{
|
||||
height: 120px;
|
||||
top: 60px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh>div{
|
||||
top: 62px;
|
||||
}
|
||||
#arena:not(.chess):not(.single-handcard) #handcards1{
|
||||
width:calc(100% - 240px);
|
||||
left:calc(150% / 47 - 300% / 94 + 625% / 47 - 105px + 120px);
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess)>#me,
|
||||
#arena:not(.single-handcard):not(.chess)>#mebg,
|
||||
#arena:not(.single-handcard):not(.chess)>#autonode{
|
||||
left: 0 !important;
|
||||
bottom: 38px !important;
|
||||
width: calc(9700% / 94) !important;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess)>#mebg{
|
||||
visibility: hidden;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess)>#me #handcards1{
|
||||
left: 150px !important;
|
||||
width: calc(100% - 150px) !important;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess)>#me #handcards1>.handcards{
|
||||
left: 0 !important;
|
||||
}
|
||||
#autonode{
|
||||
display: table !important;
|
||||
}
|
||||
@media screen and (max-width: 1105px){
|
||||
#arena[data-number='8']:not(.single-handcard):not(.chess)>#me,
|
||||
#arena[data-number='8']:not(.single-handcard):not(.chess)>#mebg,
|
||||
#arena[data-number='8']:not(.single-handcard):not(.chess)>#autonode{
|
||||
left: calc(-300% / 94 + 625% / 47 - 105px) !important;
|
||||
width: calc(9700% / 94 + 300% / 94 - 625% / 47 + 105px) !important;
|
||||
}
|
||||
}
|
||||
#handcards2{
|
||||
display:none;
|
||||
}
|
||||
.dialog{
|
||||
height:calc(100% - 370px);
|
||||
bottom:170px;
|
||||
}
|
||||
#arena.choose-character>.dialog .placeholder+.placeholder{
|
||||
display: none;
|
||||
}
|
||||
#arena.choose-character>.dialog .placeholder{
|
||||
margin-bottom: 4px;
|
||||
height: 0px;
|
||||
}
|
||||
#arena.choose-character>.dialog.noupdate .placeholder{
|
||||
margin-bottom: 0;
|
||||
height: 0;
|
||||
}
|
||||
#arena.choose-character>.dialog{
|
||||
height:calc(100% - 280px);
|
||||
bottom:80px;
|
||||
}
|
||||
#arena.choose-character>.dialog.scroll3{
|
||||
height:calc(100% - 240px);
|
||||
}
|
||||
#arena.phone.choose-character>.dialog{
|
||||
bottom:93px;
|
||||
}
|
||||
#arena.ipad.choose-character>.dialog{
|
||||
bottom:96px;
|
||||
}
|
||||
#arena.discard-player-card>#control,
|
||||
#arena.gain-player-card>#control,
|
||||
#arena.choose-player-card>#control,
|
||||
#arena.choose-to-move>#control,
|
||||
#arena.choose-character>#control{
|
||||
bottom: 30px;
|
||||
transition: all 0s;
|
||||
}
|
||||
#arena.phone.discard-player-card>#control,
|
||||
#arena.phone.gain-player-card>#control,
|
||||
#arena.phone.choose-player-card>#control,
|
||||
#arena.phone.choose-to-move>#control,
|
||||
#arena.phone.choose-character>#control{
|
||||
bottom: 43px;
|
||||
}
|
||||
#arena.ipad.discard-player-card>#control,
|
||||
#arena.ipad.gain-player-card>#control,
|
||||
#arena.ipad.choose-player-card>#control,
|
||||
#arena.ipad.choose-to-move>#control,
|
||||
#arena.ipad.choose-character>#control{
|
||||
bottom: 45px;
|
||||
}
|
||||
.dialog.fullheight {
|
||||
height: calc(100% - 123px) !important;
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
#me>.fakeme.avatar{
|
||||
width:120px;
|
||||
height:100%;
|
||||
border-radius:0px;
|
||||
top:0;
|
||||
left:0;
|
||||
background-size:cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
#window[data-radius_size='increase'] #me>.fakeme.avatar,
|
||||
#window[data-radius_size='reduce'] #me>.fakeme.avatar{
|
||||
border-radius:0px;
|
||||
}
|
||||
|
||||
/*--------位置(8人)------*/
|
||||
[data-number='8']>.player[data-position='1']{top:calc(55% - 135px);left:calc(100% - 150px);}
|
||||
[data-number='8']>.player[data-position='2']{top:calc(10% - 50px);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(10% - 50px);left:0;}
|
||||
[data-number='8']>.player[data-position='7']{top:calc(55% - 135px);left:0;}
|
||||
/*--------位置(7人)------*/
|
||||
[data-number='7']>.player[data-position='1']{top:calc(55% - 135px);left:calc(100% - 150px);}
|
||||
[data-number='7']>.player[data-position='2']{top:calc(10% - 50px);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(10% - 50px);left:0;}
|
||||
[data-number='7']>.player[data-position='6']{top:calc(55% - 135px);left:0;}
|
||||
/*--------位置(6人)------*/
|
||||
#arena[data-number='6']>.player[data-position='1']{top:calc(30% - 128px);left:calc(100% - 120px);}
|
||||
#arena[data-number='6']>.player[data-position='2']{top:0px;left:calc(75% - 90px);}
|
||||
#arena[data-number='6']>.player[data-position='3']{top:0;left:calc(50% - 60px);}
|
||||
#arena[data-number='6']>.player[data-position='4']{top:0px;left:calc(25% - 30px);}
|
||||
#arena[data-number='6']>.player[data-position='5']{top:calc(30% - 128px);left:0;}
|
||||
/*--------位置(5人)------*/
|
||||
#arena[data-number='5']>.player[data-position='1']{top:calc(30% - 128px);left:calc(100% - 120px);}
|
||||
#arena[data-number='5']>.player[data-position='2']{top:0;left:calc(200% / 3 - 80px);}
|
||||
#arena[data-number='5']>.player[data-position='3']{top:0;left:calc(100% / 3 - 40px);}
|
||||
#arena[data-number='5']>.player[data-position='4']{top:calc(30% - 128px);left:0;}
|
||||
/*--------位置(4人)------*/
|
||||
#arena[data-number='4']>.player[data-position='1']{top:calc(30% - 128px);left:calc(100% - 120px);}
|
||||
#arena[data-number='4']>.player[data-position='2']{top:0;left:calc(50% - 60px);}
|
||||
#arena[data-number='4']>.player[data-position='3']{top:calc(30% - 128px);left:0;}
|
||||
/*--------位置(3人)------*/
|
||||
#arena[data-number='3']>.player[data-position='1']{top:calc(60% / 3 - 88px);left:calc(75% + 80px);}
|
||||
#arena[data-number='3']>.player[data-position='2']{top:calc(60% / 3 - 88px);left:calc(25% - 200px);}
|
||||
/*--------位置(2人)------*/
|
||||
#arena[data-number='2']>.player[data-position='1']{top:0;left:calc(50% - 60px);}
|
||||
/*--------位置(1人)------*/
|
||||
.player[data-position='0']{top:calc(100% - 220px);left:0;}
|
||||
|
||||
|
||||
#arena[data-player_height_nova="default"]>.player[data-position='0']:not(.minskin){
|
||||
top: calc(100% - 236px);
|
||||
}
|
||||
[data-number='8'][data-player_height_nova="default"]>.player[data-position='1'],
|
||||
[data-number='8'][data-player_height_nova="default"]>.player[data-position='7'],
|
||||
[data-number='7'][data-player_height_nova="default"]>.player[data-position='1'],
|
||||
[data-number='7'][data-player_height_nova="default"]>.player[data-position='6']{
|
||||
top:calc(55% - 143px);
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="default"]>.player:not(.minskin){
|
||||
height: 196px !important;
|
||||
}
|
||||
#arena[data-player_height_nova="default"] .timerbar>div{
|
||||
top: 181px;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="default"]>.player .avatar{
|
||||
height:176px;
|
||||
}
|
||||
#arena.slim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 182px;
|
||||
}
|
||||
|
||||
#arena.uslim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 190px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 186px;
|
||||
}
|
||||
#arena[data-player_height_nova="default"]>.player.fullskin2 .avatar2{
|
||||
height:176px;
|
||||
}
|
||||
|
||||
#arena.slim_player[data-player_height_nova="default"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 182px;
|
||||
}
|
||||
#arena.uslim_player[data-player_height_nova="default"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 190px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="default"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 186px;
|
||||
}
|
||||
|
||||
|
||||
#arena[data-player_height_nova="long"]>.player[data-position='0']:not(.minskin){
|
||||
top: calc(100% - 250px);
|
||||
}
|
||||
[data-number='8'][data-player_height_nova="long"]>.player[data-position='1'],
|
||||
[data-number='8'][data-player_height_nova="long"]>.player[data-position='7'],
|
||||
[data-number='7'][data-player_height_nova="long"]>.player[data-position='1'],
|
||||
[data-number='7'][data-player_height_nova="long"]>.player[data-position='6']{
|
||||
top:calc(55% - 150px);
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="long"]>.player:not(.minskin){
|
||||
height: 210px !important;
|
||||
}
|
||||
#arena[data-player_height_nova="long"] .timerbar>div{
|
||||
top: 195px;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="long"]>.player .avatar{
|
||||
height:190px;
|
||||
}
|
||||
#arena.slim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 196px;
|
||||
}
|
||||
|
||||
#arena.uslim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 204px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar{
|
||||
height: 200px;
|
||||
}
|
||||
#arena[data-player_height_nova="long"]>.player.fullskin2 .avatar2{
|
||||
height:190px;
|
||||
}
|
||||
|
||||
#arena.slim_player[data-player_height_nova="long"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 196px;
|
||||
}
|
||||
#arena.uslim_player[data-player_height_nova="long"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 204px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="long"]> .player.fullskin2:not(.minskin) .avatar2{
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#arena>.player:not(.minskin)>.avatar,
|
||||
#arena>.player:not(.minskin)>.avatar2{
|
||||
background-position: 50% 0 !important;
|
||||
}
|
||||
@import "../newlayout/layout.css";
|
||||
#arena {
|
||||
height: calc(95% + 20px);
|
||||
}
|
||||
#control {
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left: calc(-150% / 47 + 120px);
|
||||
bottom: 150px;
|
||||
height: 40px;
|
||||
}
|
||||
#arena.phone #control {
|
||||
bottom: 160px;
|
||||
}
|
||||
#arena.ipad #control {
|
||||
bottom: 155px;
|
||||
}
|
||||
#arena:not(.chess) > #me,
|
||||
#arena:not(.chess) > #mebg,
|
||||
#arena:not(.chess) > #autonode {
|
||||
bottom: 30px;
|
||||
width: calc(5000% / 47);
|
||||
left: calc(-150% / 47);
|
||||
top: auto;
|
||||
border-radius: 0 !important;
|
||||
height: 120px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) > #me,
|
||||
#arena.oblongcard:not(.chess) > #mebg,
|
||||
#arena.oblongcard:not(.chess) > #autonode {
|
||||
height: 140px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) > .card,
|
||||
#arena.oblongcard:not(.chess) .handcards > .card {
|
||||
height: 120px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) > .card > .image,
|
||||
#arena.oblongcard:not(.chess) .handcards > .card > .image {
|
||||
height: 110px;
|
||||
top: 8px;
|
||||
background-position-x: -3px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess) #handcards1 {
|
||||
height: 100%;
|
||||
top: 2px;
|
||||
}
|
||||
#arena.oblongcard:not(.chess):not(.choose-character) #control {
|
||||
bottom: 165px;
|
||||
}
|
||||
#arena.phone.oblongcard:not(.chess):not(.choose-character) #control {
|
||||
bottom: 180px;
|
||||
}
|
||||
|
||||
#arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 - 240px);
|
||||
left: calc(-150% / 47 + 120px);
|
||||
}
|
||||
#arena:not(.mobile).single-handcard #handcards1 {
|
||||
width: calc(100% - 120px);
|
||||
}
|
||||
#window.rightbar #system,
|
||||
#window.leftbar #system {
|
||||
width: calc(100% - 62px);
|
||||
}
|
||||
#window.leftbar #system {
|
||||
left: 50px;
|
||||
}
|
||||
#window.rightbar #historybar {
|
||||
left: calc(100% - 50px);
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
#window.leftbar #historybar {
|
||||
left: 0;
|
||||
border-radius: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#window.single-handcard #historybar {
|
||||
height: calc(100% - 121px);
|
||||
}
|
||||
#window.oblongcard.single-handcard #historybar {
|
||||
height: calc(100% - 141px);
|
||||
}
|
||||
|
||||
#window.leftbar #arena:not(.chess) > #me,
|
||||
#window.leftbar #arena:not(.chess) > #mebg,
|
||||
#window.leftbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left: calc(-150% / 47 - 50px - 75px / 47);
|
||||
}
|
||||
#window.leftbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left: calc(-150% / 47 - 50px - 75px / 47 + 120px);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess) > #me,
|
||||
#window.rightbar #arena:not(.chess) > #mebg,
|
||||
#window.rightbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47);
|
||||
left: calc(-150% / 47 - 75px / 47);
|
||||
}
|
||||
#window.rightbar #arena:not(.chess) > #autonode {
|
||||
width: calc(5000% / 47 + 2500px / 47 - 240px);
|
||||
left: calc(-150% / 47 - 75px / 47 + 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1 {
|
||||
height: 120px;
|
||||
padding: 0;
|
||||
top: calc(100% - 120px);
|
||||
}
|
||||
#arena:not(.chess) #handcards1.scrollh {
|
||||
top: calc(100% - 180px);
|
||||
height: 180px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh {
|
||||
top: calc(100% - 200px);
|
||||
height: 200px;
|
||||
}
|
||||
#arena:not(.chess) #handcards1.scrollh > div {
|
||||
height: 120px;
|
||||
top: 60px;
|
||||
}
|
||||
#arena:not(.chess).oblongcard #handcards1.scrollh > div {
|
||||
top: 62px;
|
||||
}
|
||||
#arena:not(.chess):not(.single-handcard) #handcards1 {
|
||||
width: calc(100% - 240px);
|
||||
left: calc(150% / 47 - 300% / 94 + 625% / 47 - 105px + 120px);
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess) > #me,
|
||||
#arena:not(.single-handcard):not(.chess) > #mebg,
|
||||
#arena:not(.single-handcard):not(.chess) > #autonode {
|
||||
left: 0 !important;
|
||||
bottom: 38px !important;
|
||||
width: calc(9700% / 94) !important;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess) > #mebg {
|
||||
visibility: hidden;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess) > #me #handcards1 {
|
||||
left: 150px !important;
|
||||
width: calc(100% - 150px) !important;
|
||||
}
|
||||
#arena:not(.single-handcard):not(.chess) > #me #handcards1 > .handcards {
|
||||
left: 0 !important;
|
||||
}
|
||||
#autonode {
|
||||
display: table !important;
|
||||
}
|
||||
@media screen and (max-width: 1105px) {
|
||||
#arena[data-number="8"]:not(.single-handcard):not(.chess) > #me,
|
||||
#arena[data-number="8"]:not(.single-handcard):not(.chess) > #mebg,
|
||||
#arena[data-number="8"]:not(.single-handcard):not(.chess) > #autonode {
|
||||
left: calc(-300% / 94 + 625% / 47 - 105px) !important;
|
||||
width: calc(9700% / 94 + 300% / 94 - 625% / 47 + 105px) !important;
|
||||
}
|
||||
}
|
||||
#handcards2 {
|
||||
display: none;
|
||||
}
|
||||
.dialog {
|
||||
height: calc(100% - 370px);
|
||||
bottom: 170px;
|
||||
}
|
||||
#arena.choose-character > .dialog .placeholder + .placeholder {
|
||||
display: none;
|
||||
}
|
||||
#arena.choose-character > .dialog .placeholder {
|
||||
margin-bottom: 4px;
|
||||
height: 0px;
|
||||
}
|
||||
#arena.choose-character > .dialog.noupdate .placeholder {
|
||||
margin-bottom: 0;
|
||||
height: 0;
|
||||
}
|
||||
#arena.choose-character > .dialog {
|
||||
height: calc(100% - 280px);
|
||||
bottom: 80px;
|
||||
}
|
||||
#arena.choose-character > .dialog.scroll3 {
|
||||
height: calc(100% - 240px);
|
||||
}
|
||||
#arena.phone.choose-character > .dialog {
|
||||
bottom: 93px;
|
||||
}
|
||||
#arena.ipad.choose-character > .dialog {
|
||||
bottom: 96px;
|
||||
}
|
||||
#arena.discard-player-card > #control,
|
||||
#arena.gain-player-card > #control,
|
||||
#arena.choose-player-card > #control,
|
||||
#arena.choose-to-move > #control,
|
||||
#arena.choose-character > #control {
|
||||
bottom: 30px;
|
||||
transition: all 0s;
|
||||
}
|
||||
#arena.phone.discard-player-card > #control,
|
||||
#arena.phone.gain-player-card > #control,
|
||||
#arena.phone.choose-player-card > #control,
|
||||
#arena.phone.choose-to-move > #control,
|
||||
#arena.phone.choose-character > #control {
|
||||
bottom: 43px;
|
||||
}
|
||||
#arena.ipad.discard-player-card > #control,
|
||||
#arena.ipad.gain-player-card > #control,
|
||||
#arena.ipad.choose-player-card > #control,
|
||||
#arena.ipad.choose-to-move > #control,
|
||||
#arena.ipad.choose-character > #control {
|
||||
bottom: 45px;
|
||||
}
|
||||
.dialog.fullheight {
|
||||
height: calc(100% - 123px) !important;
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
#me > .fakeme.avatar {
|
||||
width: 120px;
|
||||
height: 100%;
|
||||
border-radius: 0px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-size: cover;
|
||||
clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
-webkit-clip-path: polygon(-10px 0, 130px 0, 130px 130px, -10px 130px);
|
||||
}
|
||||
#window[data-radius_size="increase"] #me > .fakeme.avatar,
|
||||
#window[data-radius_size="reduce"] #me > .fakeme.avatar {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
/*--------位置(8人)------*/
|
||||
[data-number="8"] > .player[data-position="1"] {
|
||||
top: calc(55% - 135px);
|
||||
left: calc(100% - 150px);
|
||||
}
|
||||
[data-number="8"] > .player[data-position="2"] {
|
||||
top: calc(10% - 50px);
|
||||
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(10% - 50px);
|
||||
left: 0;
|
||||
}
|
||||
[data-number="8"] > .player[data-position="7"] {
|
||||
top: calc(55% - 135px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(7人)------*/
|
||||
[data-number="7"] > .player[data-position="1"] {
|
||||
top: calc(55% - 135px);
|
||||
left: calc(100% - 150px);
|
||||
}
|
||||
[data-number="7"] > .player[data-position="2"] {
|
||||
top: calc(10% - 50px);
|
||||
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(10% - 50px);
|
||||
left: 0;
|
||||
}
|
||||
[data-number="7"] > .player[data-position="6"] {
|
||||
top: calc(55% - 135px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(6人)------*/
|
||||
#arena[data-number="6"] > .player[data-position="1"] {
|
||||
top: calc(30% - 128px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena[data-number="6"] > .player[data-position="2"] {
|
||||
top: 0px;
|
||||
left: calc(75% - 90px);
|
||||
}
|
||||
#arena[data-number="6"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
#arena[data-number="6"] > .player[data-position="4"] {
|
||||
top: 0px;
|
||||
left: calc(25% - 30px);
|
||||
}
|
||||
#arena[data-number="6"] > .player[data-position="5"] {
|
||||
top: calc(30% - 128px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(5人)------*/
|
||||
#arena[data-number="5"] > .player[data-position="1"] {
|
||||
top: calc(30% - 128px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena[data-number="5"] > .player[data-position="2"] {
|
||||
top: 0;
|
||||
left: calc(200% / 3 - 80px);
|
||||
}
|
||||
#arena[data-number="5"] > .player[data-position="3"] {
|
||||
top: 0;
|
||||
left: calc(100% / 3 - 40px);
|
||||
}
|
||||
#arena[data-number="5"] > .player[data-position="4"] {
|
||||
top: calc(30% - 128px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(4人)------*/
|
||||
#arena[data-number="4"] > .player[data-position="1"] {
|
||||
top: calc(30% - 128px);
|
||||
left: calc(100% - 120px);
|
||||
}
|
||||
#arena[data-number="4"] > .player[data-position="2"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
#arena[data-number="4"] > .player[data-position="3"] {
|
||||
top: calc(30% - 128px);
|
||||
left: 0;
|
||||
}
|
||||
/*--------位置(3人)------*/
|
||||
#arena[data-number="3"] > .player[data-position="1"] {
|
||||
top: calc(60% / 3 - 88px);
|
||||
left: calc(75% + 80px);
|
||||
}
|
||||
#arena[data-number="3"] > .player[data-position="2"] {
|
||||
top: calc(60% / 3 - 88px);
|
||||
left: calc(25% - 200px);
|
||||
}
|
||||
/*--------位置(2人)------*/
|
||||
#arena[data-number="2"] > .player[data-position="1"] {
|
||||
top: 0;
|
||||
left: calc(50% - 60px);
|
||||
}
|
||||
/*--------位置(1人)------*/
|
||||
.player[data-position="0"] {
|
||||
top: calc(100% - 220px);
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="default"] > .player[data-position="0"]:not(.minskin) {
|
||||
top: calc(100% - 236px);
|
||||
}
|
||||
[data-number="8"][data-player_height_nova="default"] > .player[data-position="1"],
|
||||
[data-number="8"][data-player_height_nova="default"] > .player[data-position="7"],
|
||||
[data-number="7"][data-player_height_nova="default"] > .player[data-position="1"],
|
||||
[data-number="7"][data-player_height_nova="default"] > .player[data-position="6"] {
|
||||
top: calc(55% - 143px);
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="default"] > .player:not(.minskin) {
|
||||
height: 196px !important;
|
||||
}
|
||||
#arena[data-player_height_nova="default"] .timerbar > div {
|
||||
top: 181px;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="default"] > .player .avatar {
|
||||
height: 176px;
|
||||
}
|
||||
#arena.slim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 182px;
|
||||
}
|
||||
|
||||
#arena.uslim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 190px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="default"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 186px;
|
||||
}
|
||||
#arena[data-player_height_nova="default"] > .player.fullskin2 .avatar2 {
|
||||
height: 176px;
|
||||
}
|
||||
|
||||
#arena.slim_player[data-player_height_nova="default"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 182px;
|
||||
}
|
||||
#arena.uslim_player[data-player_height_nova="default"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 190px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="default"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 186px;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="long"] > .player[data-position="0"]:not(.minskin) {
|
||||
top: calc(100% - 250px);
|
||||
}
|
||||
[data-number="8"][data-player_height_nova="long"] > .player[data-position="1"],
|
||||
[data-number="8"][data-player_height_nova="long"] > .player[data-position="7"],
|
||||
[data-number="7"][data-player_height_nova="long"] > .player[data-position="1"],
|
||||
[data-number="7"][data-player_height_nova="long"] > .player[data-position="6"] {
|
||||
top: calc(55% - 150px);
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="long"] > .player:not(.minskin) {
|
||||
height: 210px !important;
|
||||
}
|
||||
#arena[data-player_height_nova="long"] .timerbar > div {
|
||||
top: 195px;
|
||||
}
|
||||
|
||||
#arena[data-player_height_nova="long"] > .player .avatar {
|
||||
height: 190px;
|
||||
}
|
||||
#arena.slim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 196px;
|
||||
}
|
||||
|
||||
#arena.uslim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 204px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="long"] .player:not(.minskin):not(.fakeme) .avatar {
|
||||
height: 200px;
|
||||
}
|
||||
#arena[data-player_height_nova="long"] > .player.fullskin2 .avatar2 {
|
||||
height: 190px;
|
||||
}
|
||||
|
||||
#arena.slim_player[data-player_height_nova="long"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 196px;
|
||||
}
|
||||
#arena.uslim_player[data-player_height_nova="long"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 204px;
|
||||
}
|
||||
#arena.mslim_player[data-player_height_nova="long"] > .player.fullskin2:not(.minskin) .avatar2 {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
#arena > .player:not(.minskin) > .avatar,
|
||||
#arena > .player:not(.minskin) > .avatar2 {
|
||||
background-position: 50% 0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue