This commit is contained in:
parent
4fbb71ec99
commit
95259c8d5f
|
@ -2968,13 +2968,11 @@ span[data-nature='soil'] {
|
|||
text-shadow: rgba(128, 59, 2,1) 0 0 2px,rgba(128, 59, 2,1) 0 0 5px,rgba(128, 59, 2,1) 0 0 10px,
|
||||
rgba(128, 59, 2,1) 0 0 10px,rgba(128, 59, 2,1) 0 0 20px,rgba(128, 59, 2,1) 0 0 20px,black 0 0 1px;
|
||||
}
|
||||
|
||||
div[data-nature='soilm'],
|
||||
span[data-nature='soilm'] {
|
||||
text-shadow: rgba(128, 59, 2,1) 0 0 2px,rgba(128, 59, 2,1) 0 0 5px,rgba(128, 59, 2,1) 0 0 5px,
|
||||
rgba(128, 59, 2,1) 0 0 5px,black 0 0 1px;
|
||||
}
|
||||
|
||||
div[data-nature='soilmm'],
|
||||
span[data-nature='soilmm'] {
|
||||
text-shadow: rgba(128, 59, 2,1) 0 0 2px,rgba(128, 59, 2,1) 0 0 2px,rgba(128, 59, 2,1) 0 0 2px,
|
||||
|
@ -2987,7 +2985,6 @@ span[data-nature='black'] {
|
|||
text-shadow: rgba(0,0,0,0.5) 0 0 2px,rgba(0,0,0,0.5) 0 0 5px,rgba(0,0,0,0.5) 0 0 10px,
|
||||
rgba(0,0,0,0.5) 0 0 10px,rgba(0,0,0,0.5) 0 0 20px,rgba(0,0,0,0.5) 0 0 20px,black 0 0 1px;
|
||||
}
|
||||
|
||||
div[data-color="unknownm"],
|
||||
span[data-color="unknownm"] {
|
||||
text-shadow: rgba(0,0,0,0.5) 0 0 2px,rgba(0,0,0,0.2) 0 0 5px,rgba(0,0,0,0.2) 0 0 5px,
|
||||
|
@ -2997,11 +2994,9 @@ span[data-color="unknownm"] {
|
|||
.card.fullskin>.background {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.card:not(.fullskin)>.image {
|
||||
display: none !important
|
||||
}
|
||||
|
||||
.card.fullskin>.name {
|
||||
top: 8px;
|
||||
left: 7px;
|
||||
|
@ -3018,49 +3013,40 @@ span[data-color="unknownm"] {
|
|||
text-align: center;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
.cardbg,.button.character.cardbg {
|
||||
color: rgb(74, 29, 1);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.card.fullskin>.name.long {
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.card.fullskin.thunder>.name {
|
||||
color: #152E63;
|
||||
border: 1px solid #152E63;
|
||||
}
|
||||
|
||||
.card.fullskin.fire>.name {
|
||||
color: #631515;
|
||||
border: 1px solid #631515;
|
||||
}
|
||||
|
||||
.card.fullskin.poison>.name {
|
||||
color: #00312d;
|
||||
border: 1px solid #00312d;
|
||||
}
|
||||
|
||||
.card.fullskin.epic>.name {
|
||||
color: white;
|
||||
background: rgba(0, 66, 165, 0.6);
|
||||
border: 1px solid rgba(0, 66, 165, 1);
|
||||
box-shadow: rgba(0,0,0,0.4) 0 0 10px inset;
|
||||
}
|
||||
|
||||
.card.fullskin.epic>.name2 {
|
||||
color: rgb(117,186,255);
|
||||
}
|
||||
|
||||
.card.fullskin.legend>.name {
|
||||
color: white;
|
||||
background: rgba(106, 27, 154, 0.6);
|
||||
border: 1px solid rgba(106, 27, 154, 1);
|
||||
box-shadow: rgba(0,0,0,0.4) 0 0 10px inset;
|
||||
}
|
||||
|
||||
.card.fullskin.legend>.name2 {
|
||||
color: rgb(233, 131, 255);
|
||||
/*color: rgb(117,186,0);*/
|
||||
|
@ -3074,7 +3060,6 @@ span[data-color="unknownm"] {
|
|||
color: rgba(0,0,0,0.8);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.card.fullskin>.info.red {
|
||||
color: #631515;
|
||||
}
|
||||
|
@ -3084,7 +3069,6 @@ span[data-color="unknownm"] {
|
|||
width: 30px;
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.config>.toggle.onoff>div {
|
||||
height: 12px;
|
||||
width: 100%;
|
||||
|
@ -3094,21 +3078,17 @@ span[data-color="unknownm"] {
|
|||
margin: auto;
|
||||
overflow: hidden
|
||||
}
|
||||
|
||||
.config>.toggle.onoff:not(.on)>div,
|
||||
.config.disabled {
|
||||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.menubutton.large.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.menubutton.large.smallfont {
|
||||
font-size: 22px !important;
|
||||
text-indent: -2px;
|
||||
}
|
||||
|
||||
.config>.toggle.onoff>div>div {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
|
@ -3120,7 +3100,6 @@ span[data-color="unknownm"] {
|
|||
border: 1px solid white;
|
||||
box-shadow: black 0 0 2px;
|
||||
}
|
||||
|
||||
.config>.toggle.onoff.on>div>div {
|
||||
left: calc(100% - 11px);
|
||||
}
|
||||
|
@ -3135,17 +3114,14 @@ span[data-color="unknownm"] {
|
|||
line-height: 65px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#arena>.skillbar.left {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
#arena>.skillbar.right {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
|
||||
#arena>.skillbar>div {
|
||||
border-radius: 100%;
|
||||
width: 55px;
|
||||
|
@ -3157,12 +3133,10 @@ span[data-color="unknownm"] {
|
|||
top: 5px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#arena>.skillbar>.skillbarshadow {
|
||||
box-shadow: 0px 0px 8px #222 inset;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#arena>.skillbar>.skillbarfill>div {
|
||||
box-shadow: 0px 0px 10px #555 inset,rgba(0, 0, 0, 0.05) 0 0 0 1px;
|
||||
width: 200%;
|
||||
|
@ -3174,18 +3148,15 @@ span[data-color="unknownm"] {
|
|||
left: -50%;
|
||||
top: 100%;
|
||||
}
|
||||
|
||||
#arena>.skillbar.full>.skillbarfill>div {
|
||||
box-shadow: none;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#arena>.skillbar.full {
|
||||
/*transform: scale(1.1);*/
|
||||
/*box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
||||
-webkit-animation:skillbarglow 3s infinite;*/
|
||||
}
|
||||
|
||||
#arena>.skillbar>.skillbartext {
|
||||
font-family: 'xinwei';
|
||||
font-size: 35px;
|
||||
|
@ -3205,36 +3176,28 @@ span[data-color="unknownm"] {
|
|||
.firetext {
|
||||
color: rgb(255,119,63);
|
||||
}
|
||||
|
||||
.yellowtext {
|
||||
color: #FFFF7A;
|
||||
}
|
||||
|
||||
.bluetext {
|
||||
color: rgb(150, 202, 255);
|
||||
}
|
||||
|
||||
.greentext {
|
||||
color: rgb(104,221,127);
|
||||
}
|
||||
|
||||
.thundertext,
|
||||
.controlthundertext {
|
||||
color: rgb(117,186,255);
|
||||
}
|
||||
|
||||
.whitetext .thundertext {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.poisontext {
|
||||
color: rgb(104,221,127);
|
||||
}
|
||||
|
||||
.browntext {
|
||||
color: rgb(195,161,223);
|
||||
}
|
||||
|
||||
.legendtext {
|
||||
color: rgb(233, 131, 255);
|
||||
}
|
||||
|
@ -3246,17 +3209,14 @@ span[data-color="unknownm"] {
|
|||
z-index: -2;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#window.canvas_top>canvas.fun {
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.coin_menu .content>.caption>.coin_buy {
|
||||
line-height: 36px;
|
||||
font-family: 'xinwei';
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.coin_menu .content>.caption>.coin_buy>.menubutton {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
|
@ -3268,7 +3228,6 @@ span[data-color="unknownm"] {
|
|||
font-size: 24px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.coin_menu .content>.caption>.coin_buy>.menubutton.disabled {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
@ -3279,20 +3238,16 @@ span[data-color="unknownm"] {
|
|||
color: white !important;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.player .wunature {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#arena>.player .wunature,
|
||||
#chess>.player .wunature {
|
||||
display: block;
|
||||
}
|
||||
|
||||
div:hover>.wunature {
|
||||
/*opacity: 0.5;*/
|
||||
}
|
||||
|
||||
.button.noclick .wunature,
|
||||
.player.treasure .wunature {
|
||||
display: none !important;
|
||||
|
@ -3303,7 +3258,6 @@ div:hover>.wunature {
|
|||
top: 9px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.player .actcount.hp>div {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
|
@ -3312,7 +3266,6 @@ div:hover>.wunature {
|
|||
animation: game_start 0.5s;
|
||||
-webkit-animation: game_start 0.5s;
|
||||
}
|
||||
|
||||
.player .wunature {
|
||||
top: 77px;
|
||||
left: 14px;
|
||||
|
@ -3322,7 +3275,6 @@ div:hover>.wunature {
|
|||
top: 47px;
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
.card .wunature {
|
||||
top: 74px;
|
||||
right: 6px;
|
||||
|
@ -3341,13 +3293,11 @@ div:hover>.wunature {
|
|||
.button.card .wunature {
|
||||
top: 59px;
|
||||
}
|
||||
|
||||
#arena.oldlayout .player>.timerbar>div {
|
||||
top: 100px;
|
||||
left: 15px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
#arena.oldlayout .player>.nameol {
|
||||
left: 15px;
|
||||
top: 85px;
|
||||
|
@ -3361,15 +3311,12 @@ div:hover>.wunature {
|
|||
height: 5px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
.timerbar>div:first-child {
|
||||
background: rgba(255,255,255,0.6);
|
||||
}
|
||||
|
||||
.timerbar>div {
|
||||
top: 165px;
|
||||
}
|
||||
|
||||
.timerbar>div:last-child {
|
||||
background: linear-gradient(#FFDA47, #CE0404);
|
||||
transition-timing-function: linear;
|
||||
|
@ -3404,7 +3351,6 @@ div:hover>.wunature {
|
|||
#me .card.selected::after {
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px,rgb(255, 0, 0) 0 0 5px, rgba(255, 0, 0, 1) 0 0 10px;
|
||||
}
|
||||
|
||||
#me .card.glow::before {
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px,rgb(0, 133, 255) 0 0 5px, rgba(0, 133, 255,1) 0 0 10px;
|
||||
}
|
||||
|
@ -3419,31 +3365,25 @@ div:hover>.wunature {
|
|||
#me>div:not(.scrollh)>.handcards>.card.selected{
|
||||
top:-20px;
|
||||
}*/
|
||||
.glow {
|
||||
.glow:not(.button):not(.card){
|
||||
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 5px, rgba(0, 133, 255, 0.5) 0 0 12px, rgba(0, 133, 255, 0.8) 0 0 15px !important;
|
||||
}
|
||||
|
||||
.glow2:not(.player.glow_phase)>.avatar {
|
||||
/*-webkit-animation:control_glow 4s infinite;*/
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(10, 155, 67, 1) 0 0 15px, rgba(10, 155, 67, 1) 0 0 15px !important;
|
||||
}
|
||||
|
||||
.glow3 {
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 133, 255, 0.8) 0 0 10px, rgba(0, 133, 255, 0) 0 0 40px, rgba(0, 133, 255, 0.8) 0 0 60px !important
|
||||
}
|
||||
|
||||
.selectedx3 {
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(255, 0, 0, 0.8) 0 0 10px, rgba(255, 0, 0, 0) 0 0 40px, rgba(255, 0, 0, 0.8) 0 0 60px !important
|
||||
}
|
||||
|
||||
.glow4 {
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 133, 255, 0.8) 0 0 10px, rgba(0, 133, 255, 0) 0 0 40px, rgba(0, 133, 255, 0.8) 0 0 40px !important
|
||||
}
|
||||
|
||||
.selectedx4 {
|
||||
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(255, 0, 0, 0.6) 0 0 10px, rgba(255, 0, 0, 0) 0 0 40px, rgba(255, 0, 0, 0.8) 0 0 40px !important
|
||||
}
|
||||
|
||||
.player:not(.glow_phase)>.avatar.glow2,
|
||||
.button.glow2:not(.selected) {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(10, 155, 67, 1) 0 0 5px, rgba(10, 155, 67, 1) 0 0 5px, rgba(10, 155, 67, 1) 0 0 10px, rgba(10, 155, 67, 1) 0 0 10px !important
|
||||
|
@ -3452,11 +3392,9 @@ div:hover>.wunature {
|
|||
#arena[data-glow_phase="yellow"] .player:not(.selectable):not(.selected).glow_phase {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgb(235, 239, 59) 0 0 15px, rgb(199, 64, 64) 0 0 15px !important;
|
||||
}
|
||||
|
||||
#arena[data-glow_phase="green"] .player:not(.selectable):not(.selected).glow_phase {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(10, 155, 67, 1) 0 0 15px, rgba(10, 155, 67, 1) 0 0 15px !important;
|
||||
}
|
||||
|
||||
#arena[data-glow_phase="purple"] .player:not(.selectable):not(.selected).glow_phase {
|
||||
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgb(178, 59, 239) 0 0 15px, rgb(199, 64, 101) 0 0 15px !important;
|
||||
}
|
||||
|
@ -3464,11 +3402,9 @@ div:hover>.wunature {
|
|||
.control.blue {
|
||||
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1));
|
||||
}
|
||||
|
||||
.control.red {
|
||||
background-image: linear-gradient(rgba(150, 47, 47, 1), rgba(132, 43, 43, 1));
|
||||
}
|
||||
|
||||
.control.red,.control.blue {
|
||||
color: white;
|
||||
text-shadow: black 0 0 2px;
|
||||
|
|
Loading…
Reference in New Issue