2015-04-29 03:25:17 +00:00
|
|
|
html{
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0 0 2px;
|
2016-02-01 09:32:18 +00:00
|
|
|
}
|
|
|
|
body{
|
2015-04-29 03:25:17 +00:00
|
|
|
background: url('grid.png'),linear-gradient(#333333, #222222) fixed;
|
|
|
|
}
|
2016-02-01 09:32:18 +00:00
|
|
|
body[data-background_color_music='blue']{
|
|
|
|
background: url('grid.png'),linear-gradient(#6c7989, #434b55) fixed;
|
|
|
|
}
|
2015-04-29 03:25:17 +00:00
|
|
|
#system>div>div,#mebg,.control,.player,.card,.avatar,.avatar2,.button,#window>.dialog.popped,
|
2015-12-06 15:23:47 +00:00
|
|
|
.player.unseen .equips:not(*:empty),.menu,#splash>div,
|
2016-02-04 06:55:02 +00:00
|
|
|
#arena.mobile:not(.chess) .player[data-position='0'] .equips,.playerbg{
|
2015-04-29 03:25:17 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
|
|
|
|
background-image: linear-gradient(#4b4b4b, #464646);
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
2016-02-01 09:32:18 +00:00
|
|
|
|
|
|
|
#window.reduce_radius #system>div>div,
|
|
|
|
#window.reduce_radius #mebg,
|
|
|
|
#window.reduce_radius .control,
|
|
|
|
#window.reduce_radius .player,
|
|
|
|
#window.reduce_radius .card,
|
|
|
|
#window.reduce_radius .avatar,
|
|
|
|
#window.reduce_radius .avatar2,
|
|
|
|
#window.reduce_radius .button,
|
|
|
|
#window.reduce_radius #window>.dialog.popped,
|
|
|
|
#window.reduce_radius .player.unseen .equips:not(*:empty),
|
|
|
|
#window.reduce_radius .menu,#splash>div,
|
|
|
|
#window.reduce_radius.mobile:not(.chess) .player[data-position='0'] .equips{
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body[data-background_color_music='blue'] #system>div>div,
|
|
|
|
body[data-background_color_music='blue'] #mebg,
|
|
|
|
body[data-background_color_music='blue'] .control,
|
|
|
|
body[data-background_color_music='blue'] .player,
|
|
|
|
body[data-background_color_music='blue'] .card,
|
|
|
|
body[data-background_color_music='blue'] .avatar,
|
|
|
|
body[data-background_color_music='blue'] .avatar2,
|
|
|
|
body[data-background_color_music='blue'] .button,
|
|
|
|
body[data-background_color_music='blue'] #window>.dialog.popped,
|
|
|
|
body[data-background_color_music='blue'] .player.unseen .equips:not(*:empty),
|
|
|
|
body[data-background_color_music='blue'] .menu,#splash>div,
|
|
|
|
body[data-background_color_music='blue'] #arena.mobile:not(.chess) .player[data-position='0'] .equips{
|
|
|
|
background-image: linear-gradient(#6c7989, #434b55);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2015-12-01 05:46:28 +00:00
|
|
|
/*.player.current_action{
|
|
|
|
background-image: linear-gradient(rgba(57, 123, 4,1), rgb(48, 103, 3));
|
|
|
|
}*/
|
2015-04-29 03:25:17 +00:00
|
|
|
#window>.dialog.popped{
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
.control,#system>div>div,.judges>div,.marks>div,
|
|
|
|
.player.unseen .equips:not(*:empty){
|
|
|
|
border-radius:4px;
|
|
|
|
}
|
|
|
|
.player,#mebg{
|
|
|
|
/*background:url('wood.png') left repeat-y,url('wood.png') right repeat-y,linear-gradient(#4b4b4b, #464646);*/
|
|
|
|
}
|
2015-05-01 09:34:01 +00:00
|
|
|
.card{
|
|
|
|
color:white;
|
|
|
|
}
|
2015-06-27 16:21:25 +00:00
|
|
|
.card:not(*:empty){
|
2015-05-01 08:39:13 +00:00
|
|
|
color:rgb(77, 60, 51);
|
|
|
|
text-shadow:none;
|
2015-04-29 03:25:17 +00:00
|
|
|
background: url('wood3.png');
|
|
|
|
}
|
2015-09-22 03:53:35 +00:00
|
|
|
.marks>.card:not(.fullskin){
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0 0 2px;
|
|
|
|
background: linear-gradient(#4b4b4b, #464646);
|
|
|
|
}
|
2015-11-24 15:44:21 +00:00
|
|
|
#me>div>div>.card,#arena>.card:not(*:empty){
|
2015-05-01 08:39:13 +00:00
|
|
|
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
|
2015-04-29 03:25:17 +00:00
|
|
|
}
|
2015-12-01 05:46:28 +00:00
|
|
|
|
|
|
|
#system>div>.glow {
|
|
|
|
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1));
|
|
|
|
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important;
|
|
|
|
}
|
|
|
|
|
2015-04-29 03:25:17 +00:00
|
|
|
.fire{
|
|
|
|
color: rgb(255,119,63);
|
|
|
|
}
|
|
|
|
.thunder{
|
|
|
|
color: rgb(117,186,255);
|
|
|
|
}
|
|
|
|
.poison{
|
|
|
|
color: rgb(104,221,127);
|
|
|
|
}
|
|
|
|
.brown{
|
|
|
|
color: rgb(195,161,223);
|
|
|
|
}
|