noname/theme/simple/style.css

54 lines
1.1 KiB
CSS
Raw Normal View History

2015-06-27 16:21:25 +00:00
html{
color: white;
text-shadow: black 0 0 2px;
2015-06-29 02:51:59 +00:00
min-height: 100%;
}
body{
width: 100%;
height: 100%;
min-height: 100%;
left: 0;
top: 0;
background-image: url('../../image/background/huangtian_bg.jpg');
background-size: cover;
position: absolute;
display: block;
2015-06-27 16:21:25 +00:00
}
#system>div>div,#mebg,.control,.player,.card,.avatar,.avatar2,.button,#window>.dialog.popped,
.player.unseen .equips:not(*:empty){
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4));
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;
}
.card{
color:white;
}
.card:not(*:empty){
color:rgb(77, 60, 51);
text-shadow:none;
background: url('card.png');
background-size:cover;
}
#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;
}
.fire{
color: rgb(255,119,63);
}
.thunder{
color: rgb(117,186,255);
}
.poison{
color: rgb(104,221,127);
}
.brown{
color: rgb(195,161,223);
}