noname/theme/music/style.css

51 lines
1.2 KiB
CSS
Raw Normal View History

2015-04-29 03:25:17 +00:00
html{
color: white;
text-shadow: black 0 0 2px;
background: url('grid.png'),linear-gradient(#333333, #222222) fixed;
}
#system>div>div,#mebg,.control,.player,.card,.avatar,.avatar2,.button,#window>.dialog.popped,
2015-10-31 10:14:14 +00:00
.player.unseen .equips:not(*:empty),.menu,
#arena.mobile:not(.chess) .player[data-position='0'] .equips{
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;
}
#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){
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);
}
#me>div>.card,#arena>.card:not(*:empty){
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
}
.fire{
color: rgb(255,119,63);
}
.thunder{
color: rgb(117,186,255);
}
.poison{
color: rgb(104,221,127);
}
.brown{
color: rgb(195,161,223);
}