noname/theme/woodden/style.css

286 lines
7.8 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(#6c7989, #434b55) fixed;
}
#system > div > div,
#mebg,
.control,
.player,
.card,
.avatar,
.avatar2,
.button,
.dialog > .bar,
.menu,
#splash > div,
#arena.mobile:not(.chess) .player[data-position="0"] .equips,
.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.45) 0 3px 10px;
border-radius: 8px;
}
2016-02-01 09:32:18 +00:00
2024-04-15 18:48:58 +00:00
.dialog.choose-character > .packnode > div {
2017-02-07 05:15:54 +00:00
box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
2024-04-15 18:48:58 +00:00
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
2017-02-07 05:15:54 +00:00
color: white;
text-shadow: black 0 0 2px;
}
2024-04-15 18:48:58 +00:00
.dialog.choose-character > .packnode > div.active {
2017-02-07 05:15:54 +00:00
box-shadow: rgba(27, 63, 95, 0.8) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important;
2024-04-15 18:48:58 +00:00
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
2017-02-07 05:15:54 +00:00
}
2024-04-15 18:48:58 +00:00
.button-downloading > .button-progress > div {
background: rgba(77, 224, 100, 0.45);
2016-06-04 01:59:50 +00:00
}
2016-02-01 09:32:18 +00:00
2024-04-15 18:48:58 +00:00
.menu.main > .menu-tab > div:not(.active):not(*:hover),
.menu.main > .menu-tab > .disabled {
color: rgba(77, 60, 51, 0.5);
}
#window > .dialog.popped,
.menu,
.menubg {
background: url("wood2.png");
color: rgba(77, 60, 51, 0.8);
text-shadow: none;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.popup-container > .menu.visual > .dashedmenubutton {
color: rgba(77, 60, 51, 0.8);
2017-03-17 06:41:34 +00:00
text-shadow: none;
2024-04-15 18:48:58 +00:00
border-color: rgba(77, 60, 51, 0.8);
2017-03-17 06:41:34 +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
#splash > div {
background: url("wood2.png");
2015-12-06 15:23:47 +00:00
}
2015-04-29 03:25:17 +00:00
2017-01-22 09:06:24 +00:00
#arena:not(.long).mobile:not(.oldlayout) .player.unseen:not([data-position="0"]) .equips:not(*:empty),
#arena:not(.long):not(.mobile):not(.oldlayout) .player.unseen .equips:not(*:empty),
#arena.long.mobile:not(.oldlayout) .player.unseen2:not([data-position="0"]) .equips:not(*:empty),
2024-04-15 18:48:58 +00:00
#arena.long:not(.mobile):not(.oldlayout) .player.unseen2 .equips:not(*:empty) {
background: url("wood.png");
border-radius: 4px;
2017-03-17 01:38:59 +00:00
overflow: hidden;
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 2px 10px;
}
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;
}
2015-04-29 03:25:17 +00:00
2024-04-15 18:48:58 +00:00
.coin_menu .content > .caption > .coin_buy > .menubutton {
2015-12-30 04:00:49 +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
.popup.fire {
color: rgb(255, 119, 63);
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.popup.thunder {
color: rgb(117, 186, 255);
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.control .thundertext,
.thundertext.thunderauto,
2017-07-13 03:34:45 +00:00
.dialog.popped .bluetext,
2024-04-15 18:48:58 +00:00
.menubg .bluetext {
2015-05-02 09:54:39 +00:00
color: rgba(29, 63, 137, 1);
}
2024-04-15 18:48:58 +00:00
.control .controlthundertext {
2015-11-15 05:54:58 +00:00
color: rgb(62, 41, 30);
}
2017-07-13 03:34:45 +00:00
.dialog.popped .yellowtext,
2024-04-15 18:48:58 +00:00
.menubg .yellowtext {
color: #631515;
2016-08-28 00:30:25 +00:00
}
2017-07-13 03:34:45 +00:00
.dialog.popped .firetext,
2024-04-15 18:48:58 +00:00
.menubg .firetext {
color: #a20000;
2017-07-13 03:34:45 +00:00
}
.dialog.popped .greentext,
2024-04-15 18:48:58 +00:00
.menubg .greentext,
.control span.greentext,
.poisontext.poisonauto {
color: #00312d;
2016-08-28 00:30:25 +00:00
}
2024-04-15 18:48:58 +00:00
.control span.firetext {
color: #631515;
2017-02-09 01:29:32 +00:00
}
2024-04-15 18:48:58 +00:00
.legendtext.legendauto {
2016-08-28 00:30:25 +00:00
color: rgba(106, 27, 154, 1);
}
2024-04-15 18:48:58 +00:00
.player,
.card,
.dialog > .bar,
.cardbg,
#arena.mobile:not(.chess) .player[data-position="0"] .equips,
.playerbg,
#window .player.playerbg {
background: url("wood.jpg");
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.cardbg.button {
background: url("wood.png");
2017-02-13 02:35:24 +00:00
}
2024-04-15 18:48:58 +00:00
#arena.observe .handcards > .card {
background: url("wood.jpg") !important;
2016-06-05 14:30:47 +00:00
}
2024-04-15 18:48:58 +00:00
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card {
background: url("wood.jpg") !important;
color: rgb(77, 60, 51) !important;
2017-01-20 08:46:37 +00:00
text-shadow: none !important;
2024-04-15 18:48:58 +00:00
box-shadow: rgba(0, 0, 0, 0.4) 1px 0 0 1px;
2016-05-15 02:11:59 +00:00
}
2024-04-15 18:48:58 +00:00
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card:first-child {
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 0 0;
2016-05-15 02:11:59 +00:00
}
2024-04-15 18:48:58 +00:00
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.selected {
2017-01-20 09:40:20 +00:00
-webkit-filter: sepia(0.8) !important;
2024-04-15 18:48:58 +00:00
background-image: url("wood.jpg") !important;
2017-01-20 09:40:20 +00:00
/*background-image: linear-gradient(rgba(47,101,150,1), rgba(43, 90, 132,1)) !important;*/
/*color: white !important;
box-shadow: rgba(0,0,0,0.4) 1px 0 0 1px !important;*/
2016-05-15 02:11:59 +00:00
}
2024-04-15 18:48:58 +00:00
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card.selected:first-child {
box-shadow: rgba(0, 0, 0, 0.4) 0 1px 0 0 !important;
2016-05-15 02:11:59 +00:00
}
2024-04-15 18:48:58 +00:00
#arena:not(.chess).textequip .player[data-position="0"] .equips > .card > .name2 {
2016-05-15 02:11:59 +00:00
transition: opacity 0.5s, color 0s;
}
2024-04-15 18:48:58 +00:00
.control,
#system > div > div,
.menubutton,
#system > div > .pressdown2 {
background: url("wood2.jpg");
color: rgba(77, 60, 51, 0.8);
text-shadow: none;
border-radius: 4px;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
#roundmenu > div:not(.clock) {
background: rgba(77, 60, 51, 0.8);
box-shadow: none;
2015-11-29 11:46:51 +00:00
}
2024-04-15 18:48:58 +00:00
#system > div > .pressdown2 {
2015-11-14 15:48:04 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.8) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important;
}
2024-04-15 18:48:58 +00:00
.judges > div,
.marks > div {
border-radius: 4px;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
#mebg,
.menubutton,
.menubutton.highlight,
.menubutton.active,
.mebg {
background: url("wood.png");
2015-10-29 17:36:14 +00:00
}
2024-04-15 18:48:58 +00:00
.menubutton.large {
2015-10-29 17:36:14 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 5px !important;
}
2016-04-08 07:06:56 +00:00
.menubutton.large.active,
2017-03-18 07:37:28 +00:00
.menubutton.round.active,
2017-05-03 05:33:08 +00:00
.menubutton.active,
2024-04-15 18:48:58 +00:00
.menubutton.highlight.update {
2015-10-29 17:36:14 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important;
}
2024-04-15 18:48:58 +00:00
.connectevents.icon.highlight {
2017-04-18 15:56:01 +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
background: url("wood.jpg");
2017-04-18 15:56:01 +00:00
}
2024-04-15 18:48:58 +00:00
.videonode.menubutton.extension > .caption > .menubutton.active {
2017-03-24 09:21:48 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px !important;
}
2024-04-15 18:48:58 +00:00
.videonode.menubutton.extension.current {
2017-03-25 15:33:53 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.4) 0 0 0 2px, rgba(0, 133, 255, 1) 0 0 5px !important;
}
2024-04-15 18:48:58 +00:00
.themebutton {
2017-03-17 06:41:34 +00:00
box-shadow: rgba(0, 0, 0, 0.45) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px !important;
}
2024-04-15 18:48:58 +00:00
.config.toggle > div > div {
background: url("wood.png");
2015-10-29 17:36:14 +00:00
box-shadow: rgba(151, 151, 151, 1) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
}
2024-04-15 18:48:58 +00:00
.config.toggle.on > div {
2015-10-29 17:36:14 +00:00
background-color: transparent;
}
2024-04-15 18:48:58 +00:00
.config.toggle.on > div::before {
content: "开";
2015-10-29 17:36:14 +00:00
position: absolute;
left: 13px;
opacity: 0.5;
font-size: 14px;
line-height: 26px;
2024-04-15 18:48:58 +00:00
font-family: "xinwei";
2015-10-29 17:36:14 +00:00
}
2024-04-15 18:48:58 +00:00
.popup-container > .menu:not(.visual) > div:hover {
color: white;
2015-10-29 17:36:14 +00:00
background-image: linear-gradient(rgb(0, 133, 255), rgb(5, 119, 220));
box-shadow: none;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.control,
#system > div > div,
.popup,
.dialog > .bar {
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 2px 10px;
}
2024-04-15 18:48:58 +00:00
.card {
text-shadow: rgba(0, 0, 0, 0.1) 0 0 1px;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
.card.equip3 > .range,
.card.equip4 > .range {
2015-11-30 13:08:29 +00:00
text-shadow: white 0 0 2px;
}
2024-04-15 18:48:58 +00:00
.card,
.menubg,
.cardbg,
.button.character.cardbg {
color: rgb(77, 60, 51);
text-shadow: none;
2015-04-29 03:25:17 +00:00
}
2024-04-15 18:48:58 +00:00
#arena.mobile:not(.chess) .player[data-position="0"] .card.fullskin.epic > .name2 {
2016-07-01 14:17:24 +00:00
color: rgba(0, 66, 165, 1);
}
2024-04-15 18:48:58 +00:00
#arena.mobile:not(.chess) .player[data-position="0"] .card.fullskin.legend > .name2 {
2016-07-01 14:17:24 +00:00
color: rgba(106, 27, 154, 1);
/*color: rgb(117,186,0);*/
}
2024-04-15 18:48:58 +00:00
.bordered {
border: 1px solid rgba(255, 255, 255, 0.5);
}
2015-05-01 07:35:43 +00:00
2024-04-15 18:48:58 +00:00
.dialog.popped .config > .toggle.onoff > div {
border: 1px solid rgba(77, 60, 51, 0.8);
2015-05-01 07:35:43 +00:00
box-shadow: none;
}
2024-04-15 18:48:58 +00:00
.dialog.popped .config > .toggle.onoff > div > div {
background: rgba(77, 60, 51, 0.8);
border: 1px solid rgba(77, 60, 51, 0);
box-shadow: none;
2015-05-01 07:35:43 +00:00
}
2016-07-20 03:17:01 +00:00
2024-04-15 18:48:58 +00:00
.player > .turned {
color: rgba(0, 0, 0, 0.8);
2017-02-13 06:09:07 +00:00
background: white;
}
2024-04-15 18:48:58 +00:00
.player .marks > div:first-child > div {
2016-07-20 03:17:01 +00:00
-webkit-filter: invert(0.8) sepia(1);
}
2017-01-20 05:34:31 +00:00
2024-04-15 18:48:58 +00:00
#roundmenu.clock > div:nth-of-type(15) {
background: url("wood2.png");
box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px inset;
2017-01-20 05:34:31 +00:00
}
2024-04-15 18:48:58 +00:00
.menubg.charactercard > .ava > .avatar {
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 5px;
2017-02-19 16:30:55 +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;
}