noname/theme/music/style.css

151 lines
4.2 KiB
CSS
Raw Normal View History

2024-04-15 18:48:58 +00:00
html {
2015-04-29 03:25:17 +00:00
color: white;
text-shadow: black 0 0 2px;
2024-04-15 18:48:58 +00:00
background: url("grid.png"), linear-gradient(#333333, #222222) fixed;
}
#system > div > div,
#mebg,
.control,
.player,
.card,
.avatar,
.avatar2,
.button,
#window > .dialog.popped,
2017-01-22 09:06:24 +00:00
#arena:not(.long) .player.unseen .equips:not(*:empty),
2024-04-15 18:48:58 +00:00
#arena.long .player.unseen2 .equips:not(*:empty),
.menu,
#splash > div,
#arena.mobile:not(.chess) .player[data-position="0"] .equips,
.playerbg,
#window .player.playerbg,
.menubg,
.mebg {
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;
}
2024-04-15 18:48:58 +00:00
#arena.observe .handcards > .card {
2016-06-05 14:30:47 +00:00
background: linear-gradient(#4b4b4b, #464646) !important;
}
2016-02-01 09:32:18 +00:00
2024-04-15 18:48:58 +00:00
.videonode.menubutton.extension.current {
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 2px 5px,
rgba(0, 133, 255, 0.5) 0 0 12px, rgba(0, 133, 255, 0.8) 0 0 15px;
}
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,
body[data-background_color_music="blue"] #splash > div,
body[data-background_color_music="blue"] #arena.mobile:not(.chess) .player[data-position="0"] .equips {
2016-02-01 09:32:18 +00:00
background-image: linear-gradient(#6c7989, #434b55);
}
2024-04-15 18:48:58 +00:00
.marks > .card.fullskin > .markcount.menubutton {
background: url("wood3.png");
2017-02-11 12:20:30 +00:00
}
2016-02-01 09:32:18 +00:00
2015-12-01 05:46:28 +00:00
/*.player.current_action{
background-image: linear-gradient(rgba(57, 123, 4,1), rgb(48, 103, 3));
}*/
2024-04-15 18:48:58 +00:00
#window > .dialog.popped {
2015-04-29 03:25:17 +00:00
border-radius: 6px;
}
2024-04-15 18:48:58 +00:00
.control,
#system > div > div,
.judges > div,
.marks > div,
2017-01-22 09:06:24 +00:00
#arena:not(.long) .player.unseen .equips:not(*:empty),
2024-04-15 18:48:58 +00:00
#arena.long .player.unseen2 .equips:not(*:empty) {
border-radius: 4px;
2017-03-17 01:38:59 +00:00
overflow: hidden;
2015-04-29 03:25:17 +00:00
}
2016-06-25 10:42:22 +00:00
2024-04-15 18:48:58 +00:00
#arena:not(.long).mobile:not(.oldlayout) .player.unseen:not([data-position="0"]) .equips:not(*:empty) > .card,
#arena:not(.long):not(.mobile):not(.oldlayout) .player.unseen .equips:not(*:empty) > .card:not(.selected),
#arena.long.mobile:not(.oldlayout) .player.unseen2:not([data-position="0"]) .equips:not(*:empty) > .card,
#arena.long:not(.mobile):not(.oldlayout) .player.unseen2 .equips:not(*:empty) > .card:not(.selected) {
2016-06-25 10:42:22 +00:00
background: none !important;
}
2024-04-15 18:48:58 +00:00
.player,
#mebg {
2015-04-29 03:25:17 +00:00
/*background:url('wood.png') left repeat-y,url('wood.png') right repeat-y,linear-gradient(#4b4b4b, #464646);*/
}
2024-04-15 18:48:58 +00:00
.card {
color: white;
2015-05-01 09:34:01 +00:00
}
2024-04-15 18:48:58 +00:00
.cardbg {
2016-08-28 00:30:25 +00:00
background-size: initial !important;
}
2024-04-15 18:48:58 +00:00
.card:not(*:empty),
.cardbg {
color: rgb(77, 60, 51);
text-shadow: none;
background: url("wood3.png");
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.marks > .card:not(.fullskin) {
2015-09-22 03:53:35 +00:00
color: white;
text-shadow: black 0 0 2px;
background: linear-gradient(#4b4b4b, #464646);
}
2024-04-15 18:48:58 +00:00
#me > div > 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
}
2015-12-01 05:46:28 +00:00
2024-04-15 18:48:58 +00:00
#system > div > .glow {
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
2015-12-01 05:46:28 +00:00
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important;
}
2024-04-15 18:48:58 +00:00
.fire {
color: rgb(255, 119, 63);
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.thunder {
color: rgb(117, 186, 255);
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.poison {
color: rgb(104, 221, 127);
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.brown {
color: rgb(195, 161, 223);
2015-04-29 03:25:17 +00:00
}
2017-01-20 05:34:31 +00:00
2024-04-15 18:48:58 +00:00
#roundmenu.clock > div:nth-of-type(15) {
2017-01-20 05:34:31 +00:00
background: linear-gradient(#4b4b4b, #464646);
2024-04-15 18:48:58 +00:00
box-shadow: rgba(0, 0, 0, 0.6) 0 0 5px inset;
2017-01-20 05:34:31 +00:00
}
2017-08-03 04:15:31 +00:00
2024-04-15 18:48:58 +00:00
#arena:not(.chess) .player[data-position="0"] > .equips > .equip5 > .image {
2017-08-03 04:15:31 +00:00
background-position: -6px -6px;
}
2017-09-12 02:54:07 +00:00
2024-04-15 18:48:58 +00:00
.woodbg {
color: rgba(77, 60, 51, 0.8) !important;
text-shadow: none !important;
2017-11-13 12:05:05 +00:00
}
2024-04-15 18:48:58 +00:00
.woodbg .menubutton.large {
background: url("wood3.png") !important;
2017-11-13 12:05:05 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 5px !important;
}
2024-04-15 18:48:58 +00:00
#window .player.minskin.obstacle[data-obscolor="blue"] {
background: repeating-linear-gradient(
135deg,
rgba(0, 133, 255, 0.5),
rgba(0, 133, 255, 0.5) 10px,
rgba(0, 0, 0, 0) 10px,
rgba(0, 0, 0, 0) 20px
);
box-shadow: rgba(0, 133, 255, 0.5) 0 0 0 1px;
2017-09-12 02:54:07 +00:00
}