noname/theme/simple/style.css

99 lines
2.2 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;
2015-11-30 17:37:10 +00:00
background-image: url('../../image/background/shengshi_bg.jpg');
2015-06-29 02:51:59 +00:00
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,
2015-12-06 15:23:47 +00:00
.player.unseen .equips:not(*:empty),.menu,.menubutton,#splash>div,
2015-10-31 10:14:14 +00:00
#arena.mobile:not(.chess) .player[data-position='0'] .equips{
2015-06-27 16:21:25 +00:00
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;
}
2015-12-01 05:46:28 +00:00
/*.player.current_action{
background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1));
}*/
2015-11-06 10:05:08 +00:00
.menubutton{
border-radius: 4px;
2015-10-29 17:36:14 +00:00
}
2015-11-06 10:05:08 +00:00
/*.player{
background-image: url('card.png');
background-size: cover;
}*/
2015-06-27 16:21:25 +00:00
#window>.dialog.popped{
border-radius: 6px;
}
.control,#system>div>div,.judges>div,.marks>div,
.player.unseen .equips:not(*:empty){
border-radius:4px;
}
2015-11-09 03:15:16 +00:00
#arena:not(.chess) .player[data-position='0']>.equips>.equip5 {
border-radius: 4px;
}
2015-06-27 16:21:25 +00:00
.card{
color:white;
}
.card:not(*:empty){
color:rgb(77, 60, 51);
text-shadow:none;
background: url('card.png');
background-size:cover;
}
2015-11-29 11:46:51 +00:00
.card .markcount{
box-shadow: rgba(0, 0, 0, 0.8) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
background: url('card.png');
background-size: cover;
/*color: white;*/
}
2015-11-24 15:44:21 +00:00
#me>div>div>.card,#arena>.card:not(*:empty){
2015-06-27 16:21:25 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
}
2015-11-09 03:15:16 +00:00
/*.player{
background:repeating-linear-gradient(
135deg,
rgba(0,0,0,0.4),
rgba(0,0,0,0.4) 2px,
rgba(0,0,0,0.2) 2px,
rgba(0,0,0,0.2) 4px
);
}*/
2015-11-06 10:05:08 +00:00
2015-11-30 13:08:29 +00:00
.card:empty{
background: url('../style/cardback/image/official.png');
background-size: cover;
}
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-11-30 13:08:29 +00:00
2015-11-06 10:05:08 +00:00
.menupaused{
opacity: 0.3;
}
2015-06-27 16:21:25 +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);
}