noname/layout/default/menu.css

2091 lines
40 KiB
CSS
Raw Normal View History

.menu-container {
z-index: 8;
2021-01-08 13:11:52 +00:00
}
.menu-container div {
position: relative;
2021-01-08 13:11:52 +00:00
}
.menu-container.hidden {
pointer-events: none;
2021-01-08 13:11:52 +00:00
}
#menu-button {
z-index: 6;
2021-01-08 13:11:52 +00:00
}
.popup-container {
z-index: 10;
2021-01-08 13:11:52 +00:00
}
.popup-container.filter-character {
2021-01-08 13:11:52 +00:00
text-align: center;
overflow: scroll;
opacity: 0;
transition: all 0.3s;
}
.popup-container.filter-character.shown {
2021-01-08 13:11:52 +00:00
opacity: 1;
}
2024-04-15 18:38:11 +00:00
.popup-container.filter-character.removing > div {
2021-01-08 13:11:52 +00:00
pointer-events: none;
}
2024-04-15 18:38:11 +00:00
.popup-container.filter-character > div {
2021-01-08 13:11:52 +00:00
left: 0;
top: 0;
2021-01-08 13:11:52 +00:00
left: 0;
width: 100%;
height: auto;
margin: 0;
padding: 0;
transition: all 0s;
position: relative;
}
2024-04-15 18:38:11 +00:00
.popup-container.filter-character > div > div {
2021-01-08 13:11:52 +00:00
position: relative;
margin: 10px;
}
2024-04-15 18:38:11 +00:00
.popup-container.filter-character > div > .capt {
2021-01-08 13:11:52 +00:00
width: 80px;
height: 80px;
padding: 0;
font-size: 60px;
line-height: 90px;
}
.menu-container,
.popup-container {
width: 100%;
height: 100%;
left: 0;
top: 0;
2021-01-08 13:11:52 +00:00
position: absolute;
}
.menu-buttons,
.menu-sym {
2021-01-08 13:11:52 +00:00
padding-bottom: 5px !important;
width: calc(100% - 10px) !important;
padding-right: 5px !important;
}
.menu-buttons.leftbutton {
2021-01-08 13:11:52 +00:00
text-align: left;
margin-left: 10px;
}
.menu-buttons.leftbutton:not(.commandbutton) {
2021-01-08 13:11:52 +00:00
width: calc(100% - 30px) !important;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > .menu-buttons.leftbutton > .config.toggle:first-child,
.menu.main
> .menu-content
> div
> .right.pane
> .menu-buttons.leftbutton
> .config.toggle:first-child
+ .config.toggle {
margin-left: 3px !important;
2021-01-08 13:11:52 +00:00
width: calc(100% - 15px) !important;
}
.menu-buttons div {
2021-01-08 13:11:52 +00:00
position: absolute;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .glow {
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.8) 0 0 10px, rgba(0, 133, 255, 0.8) 0 0 10px,
rgba(0, 133, 255, 0.8) 0 0 15px !important;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-cheat > div {
margin: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-cheat > .selecting {
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(255, 0, 0, 0.8) 0 0 5px, rgba(255, 0, 0, 0.8) 0 0 5px !important;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-cheat.config > .menubutton {
height: 16px;
2021-01-08 13:11:52 +00:00
line-height: 16px;
transform: translateY(-10px);
2021-01-08 13:11:52 +00:00
}
.menu-cheat.config {
2021-01-08 13:11:52 +00:00
transition-property: opacity;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .toggle,
.menu-buttons > .config.more {
position: relative;
2021-01-08 13:11:52 +00:00
margin-bottom: 10px !important;
margin-left: 10px !important;
margin-right: 10px !important;
width: calc(100% - 25px) !important;
display: inline-block;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .config.more,
.menu-buttons > .toggle.cardpilecfg {
2021-01-08 13:11:52 +00:00
margin-bottom: 0 !important;
display: block;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .config.more.pile {
2021-01-08 13:11:52 +00:00
margin-top: 5px !important;
margin-left: 3px !important;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .toggle.cardpilecfgadd:not(.hidden) {
2021-01-08 13:11:52 +00:00
margin-top: 0 !important;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .toggle.cardpilecfg:not(.nomarginleft) {
2021-01-08 13:11:52 +00:00
margin-left: 20px !important;
width: calc(100% - 35px) !important;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .config.more * {
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .button {
zoom: 0.75;
2021-01-08 13:11:52 +00:00
}
2021-01-08 13:11:52 +00:00
.menu-buttons .cardpiledelete,
2024-04-15 18:38:11 +00:00
.toggle > .cardpiledelete {
2021-01-08 13:11:52 +00:00
position: relative;
float: right;
margin-right: 4px;
}
.menu-buttons .menuplaceholder {
2021-01-08 13:11:52 +00:00
display: block;
margin: 0;
padding: 0;
width: 100%;
height: 10px;
}
.menu-buttons .menuplaceholder.slim {
2021-01-08 13:11:52 +00:00
height: 5px;
}
#window:not(.nopointer) .cardpiledelete {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
.menu-help {
2021-01-08 13:11:52 +00:00
width: calc(100% - 30px) !important;
text-align: left !important;
}
.menu-help li {
2021-01-08 13:11:52 +00:00
margin-bottom: 10px !important;
}
2024-04-15 18:38:11 +00:00
.menu-container > .menu.main {
2021-01-08 13:11:52 +00:00
left: 15px;
top: 52px;
}
2024-04-15 18:38:11 +00:00
.menu-container > .menu.main.center {
left: calc(50% - 200px);
top: calc(50% - 150px);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-container.hidden > .menu.main {
transform: scale(0.5);
transform-origin: 2px -35px;
opacity: 0;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-container > .menu.main {
2021-01-08 13:11:52 +00:00
transition: all 0.3s;
transform-origin: 2px -35px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-container.hidden > .menu.main.center {
2021-01-08 13:11:52 +00:00
/*transform:translateY(300px);*/
transform-origin: center center;
}
2024-04-15 18:38:11 +00:00
.menu-container > .menu.main.center {
2021-01-08 13:11:52 +00:00
transform-origin: center center;
}
.menu.main {
2021-01-08 13:11:52 +00:00
width: 400px;
height: 300px;
2021-01-08 13:11:52 +00:00
position: absolute;
overflow: hidden;
padding: 0;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.removing > .menubg.charactercard {
2021-01-08 13:11:52 +00:00
transform: scale(0.8);
opacity: 0;
transition: all 0.3s;
}
.menubg.charactercard {
2021-01-08 13:11:52 +00:00
width: 500px;
height: 300px;
left: calc(50% - 250px);
top: calc(50% - 150px);
animation: dialog_start2 0.3s;
-webkit-animation: dialog_start2 0.3s;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .menubutton.large.ava {
2021-01-08 13:11:52 +00:00
width: 180px;
height: 240px;
left: 10px;
top: 10px;
overflow: hidden;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 5px !important;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .menubutton.large {
2021-01-08 13:11:52 +00:00
width: 85px;
height: 30px;
bottom: 10px;
line-height: 30px;
padding: 0;
font-size: 20px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .menubutton.ban {
2021-01-08 13:11:52 +00:00
left: 10px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .menubutton.fav {
2021-01-08 13:11:52 +00:00
left: 105px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .changeskin {
2021-01-08 13:11:52 +00:00
bottom: 6px;
left: 6px;
2024-04-15 18:38:11 +00:00
font-family: "xinwei";
2021-01-08 13:11:52 +00:00
font-size: 16px;
z-index: 2;
color: white;
text-shadow: black 0 0 2px;
height: 16px;
line-height: 16px;
pointer-events: none;
opacity: 0.6;
}
2021-01-08 13:11:52 +00:00
#window:not(.nopointer) .menubg.charactercard .menubutton:not(.ava):not(.intro):not(.unselectable),
2024-04-15 18:38:11 +00:00
#window:not(.nopointer) .menubg.charactercard > .ava > .avatars > div {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .characterskill {
2021-01-08 13:11:52 +00:00
left: 191px;
padding-left: 9px;
padding-right: 10px;
width: 290px;
top: 125px;
height: 50px;
white-space: nowrap;
overflow-x: scroll;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .characterskill > .menubutton.large {
2021-01-08 13:11:52 +00:00
height: 20px;
line-height: 20px;
padding: 5px;
margin-top: 10px;
position: relative;
font-size: 20px;
margin-right: 10px;
}
2023-09-26 11:06:01 +00:00
.menubg.charactercard .characterintro .character-group img,
.menubg.charactercard .characterintro .character-sex img {
height: 1em;
margin-left: 0.25em;
margin-right: 0.25em;
transform: scale(1.5);
vertical-align: bottom;
}
.menubg.charactercard .characterintro .character-intro-table {
align-items: center;
display: flex;
flex-wrap: wrap;
padding-left: 0.5em;
padding-right: 0.5em;
white-space: nowrap;
}
@supports (row-gap: 0.5em) {
.menubg.charactercard .characterintro .character-intro-table {
column-gap: 1em;
row-gap: 0.5em;
}
}
@supports not (row-gap: 0.5em) {
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .character-intro-table > :last-child {
2023-09-26 11:06:01 +00:00
margin-bottom: 0.5em;
margin-top: 0.5em;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .character-intro-table > :not(:first-child) {
2023-09-26 11:06:01 +00:00
margin-left: 0.5em;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .character-intro-table > :not(:last-child) {
2023-09-26 11:06:01 +00:00
margin-right: 0.5em;
}
}
.menubg.charactercard .characterintro .hp {
height: initial;
left: initial;
top: initial;
width: initial;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .hp > div:first-child {
margin-left: initial;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .hp > div:nth-child(odd) {
height: 10px;
width: 10px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard .characterintro .hp > div.text {
background: none !important;
border: none !important;
box-shadow: none !important;
2023-09-26 11:06:01 +00:00
filter: initial !important;
-webkit-filter: initial !important;
2024-04-15 18:38:11 +00:00
font-family: "xinwei" !important;
2023-09-26 11:06:01 +00:00
transform: initial !important;
height: initial !important;
width: initial !important;
}
2023-09-26 11:06:01 +00:00
.menubg.charactercard .characterintro div {
position: initial;
}
.menubg.charactercard .characterintro rp,
2023-09-26 11:06:01 +00:00
.menubg.charactercard .characterintro rt {
font-size: smaller;
}
.menubg.charactercard .characterintro {
2021-01-08 13:11:52 +00:00
left: 200px;
width: 280px;
height: 105px;
padding: 5px;
overflow: scroll;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
2021-01-08 13:11:52 +00:00
}
.menubg.charactercard .characterintro:not(.intro2) {
2021-01-08 13:11:52 +00:00
top: 10px;
bottom: auto;
}
.menubg.charactercard .characterintro.intro2 {
2021-01-08 13:11:52 +00:00
top: auto;
bottom: 10px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatars {
2021-01-08 13:11:52 +00:00
opacity: 0;
pointer-events: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
overflow: hidden;
line-height: 0;
2021-01-08 13:11:52 +00:00
text-align: left;
transform: scale(0.8);
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatars.scroll {
2021-01-08 13:11:52 +00:00
overflow: scroll;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatars > div {
2021-01-08 13:11:52 +00:00
position: relative;
margin: 3px;
2021-01-08 13:11:52 +00:00
width: 81px;
height: 111px;
border-radius: 4px;
background-size: cover;
background-position: 50% 0;
2024-04-15 18:38:11 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatars > div:first-child,
.menubg.charactercard > .ava > .avatars > div:first-child + div {
2021-01-08 13:11:52 +00:00
margin-top: 6px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatars > div:nth-of-type(odd) {
2021-01-08 13:11:52 +00:00
margin-left: 6px;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava.scroll > .avatars {
2021-01-08 13:11:52 +00:00
opacity: 1;
pointer-events: auto;
transform: scale(1);
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava.scroll > .changeskin {
2021-01-08 13:11:52 +00:00
opacity: 0;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava.scroll > .avatar {
2021-01-08 13:11:52 +00:00
transform: translateX(-200px);
pointer-events: none;
}
2024-04-15 18:38:11 +00:00
.menubg.charactercard > .ava > .avatar {
2021-01-08 13:11:52 +00:00
left: 5px;
top: 5px;
width: calc(100% - 10px);
height: calc(100% - 10px);
background-position: 50% 0;
border-radius: 4px !important;
z-index: 1;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 5px;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-tab {
height: 37px;
text-align: center;
width: calc(100% - 30px);
padding-left: 15px;
padding-right: 15px;
position: relative;
text-align: center;
2021-01-08 13:11:52 +00:00
border-width: 0 0 1px;
border-style: solid;
2024-04-15 18:38:11 +00:00
border-image: linear-gradient(
to right,
transparent,
rgba(0, 0, 0, 0.2) 10%,
rgba(0, 0, 0, 0.2) 90%,
transparent
)
0 1 100%;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-tab-bar {
width: 45px;
height: 2px;
top: 35px;
position: absolute;
background-color: rgb(0, 133, 255);
transition: transform 0.3s;
2021-01-08 13:11:52 +00:00
left: 0;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-tab > div {
display: inline-block;
height: 32px;
line-height: 30px;
padding-top: 5px;
width: 45px;
margin-left: 5px;
margin-right: 5px;
transition: color 0.5s;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-tab > div:not(.active):not(*:hover),
.menu.main > .menu-tab > .disabled {
color: rgba(255, 255, 255, 0.6);
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content {
height: calc(100% - 38px);
position: relative;
width: 100%;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div {
width: 100%;
height: 100%;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .pane {
position: absolute;
display: inline-block;
height: 100%;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane {
width: 34%;
left: 0;
overflow: scroll;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane > div {
width: calc(100% - 30px);
margin-top: 9px;
margin-left: 10px;
transition: all 0.3s;
height: 23px;
font-size: 26px;
line-height: 26px;
2021-01-08 13:11:52 +00:00
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane > .menubutton.off {
2021-01-08 13:11:52 +00:00
opacity: 0.5;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane > .lefttext {
font-family: "xinwei";
font-size: 20px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane > div:last-child {
2021-01-08 13:11:52 +00:00
margin-bottom: 9px;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .left.pane.dim > div:not(.active) {
color: rgba(255, 255, 255, 0.5);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane {
left: 34%;
width: 66%;
overflow: scroll;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div {
width: calc(100% - 5px);
position: absolute;
top: 0;
left: 0;
padding-left: 5px;
padding-top: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > .expanded {
padding-bottom: 80px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > .expanded.expanded2 {
padding-bottom: 12px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > .morenodes {
padding-bottom: 10px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config {
left: 2px;
margin-top: 10px;
2021-01-08 13:11:52 +00:00
margin-left: 3px;
transition: all 0.3s;
width: calc(100% - 20px);
overflow: visible;
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.banskilladd {
2021-01-08 13:11:52 +00:00
height: 50px;
transition: all 0s;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.banskilladd.hidden {
2021-01-08 13:11:52 +00:00
margin-top: -50px !important;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.banskilladd:not(.hidden),
.menu.main > .menu-content > div > .right.pane > div > .config.cardpileadd:not(.hidden) {
margin-top: 0;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.banskilladd > select {
2021-01-08 13:11:52 +00:00
margin-right: 3px;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.toggle {
left: 2px !important;
text-align: left !important;
2021-01-08 13:11:52 +00:00
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.toggle.pointerspan.cardpilecfg {
left: 0px !important;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .right.pane > div > .config.indent,
.menu.main > .menu-content > div > .right.pane > div > .config.toggle.indent {
left: 12px !important;
2021-01-08 13:11:52 +00:00
width: calc(100% - 32px) !important;
}
2024-04-15 18:38:11 +00:00
#window:not(.low_performance)
.menu.main
> .menu-content
> div
> .right.pane
> div:not(.expanded)
> .config.auto-hide,
#window:not(.low_performance) .menu.main > .menu-content > div > .right.pane > div > .config.hidden {
margin-top: -25px;
opacity: 0;
z-index: -1;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#window.low_performance
.menu.main
> .menu-content
> div
> .right.pane
> div:not(.expanded)
> .config.auto-hide,
#window.low_performance .menu.main > .menu-content > div > .right.pane > div > .config.hidden {
2021-01-08 13:11:52 +00:00
display: none;
transition-property: transform;
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .menubutton.round {
left: 335px;
top: 197px;
z-index: 3;
transition-property: color, box-shadow;
transition-duration: 0.3s;
position: absolute;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu.main > .menu-content > div > .menubutton.round.glowing {
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 133, 255, 0.8) 0 0 10px, rgba(0, 133, 255, 0.8) 0 0 15px !important;
}
.popup-container.hidden {
pointer-events: none;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu {
position: absolute;
overflow: scroll;
2021-01-08 13:11:52 +00:00
max-height: 400px;
transition-property: opacity;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual {
2021-01-08 13:11:52 +00:00
padding: 5px;
overflow: scroll;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu > div {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
position: relative;
display: block;
transition: all 0s;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .button.transparent {
2021-01-08 13:11:52 +00:00
pointer-events: none;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .button.transparent:not(.shown) {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .dashedmenubutton {
2021-01-08 13:11:52 +00:00
box-shadow: none !important;
width: 86px;
height: 86px;
border: 2px dashed rgb(40, 40, 40);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .controlbutton {
2021-01-08 13:11:52 +00:00
height: 26px;
border-radius: 4px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .controlbutton.dashedmenubutton {
2021-01-08 13:11:52 +00:00
height: 22px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .controlbutton.dashedmenubutton > div {
2021-01-08 13:11:52 +00:00
line-height: 22px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .controlbutton > div {
2021-01-08 13:11:52 +00:00
width: 100%;
height: 100%;
left: 0 !important;
top: 0 !important;
font-size: 20px;
margin: 0;
padding: 0;
text-align: center;
line-height: 26px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .controlbutton > div > br {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton {
2021-01-08 13:11:52 +00:00
width: 60px;
height: 60px;
overflow: hidden;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div {
2021-01-08 13:11:52 +00:00
width: 30px;
height: 30px;
margin: 0;
padding: 0;
position: absolute;
background-size: 80%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(1) {
2021-01-08 13:11:52 +00:00
left: 0;
top: 0;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(2) {
2021-01-08 13:11:52 +00:00
right: 0;
left: auto;
top: 0;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(3) {
2021-01-08 13:11:52 +00:00
left: 0;
bottom: 0;
top: auto;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(4) {
2021-01-08 13:11:52 +00:00
right: 0;
left: auto;
bottom: 0;
top: auto;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div > div {
2021-01-08 13:11:52 +00:00
width: 60%;
height: 60%;
margin: 0;
padding: 0;
position: absolute;
left: 20%;
top: 20%;
border-radius: 100%;
box-shadow: rgba(0, 0, 0, 0.2) 1px -1px 2px inset, rgba(255, 255, 255, 0.15) -1px 1px 5px inset;
filter: brightness(1.5);
-webkit-filter: brightness(1.5);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(1) > div {
background: rgba(57, 123, 4, 1);
2021-01-08 13:11:52 +00:00
border: 1px solid rgba(39, 79, 7, 1);
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(2) > div {
background: rgba(166, 140, 6, 1);
border: 1px solid rgba(79, 64, 7, 1);
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(3) > div {
background: rgba(148, 27, 27, 1);
border: 1px solid rgba(79, 7, 7, 1);
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .hpbutton > div:nth-child(4) > div {
background: rgba(57, 123, 4, 1);
border: 1px solid rgba(39, 79, 7, 1);
}
2024-04-15 18:38:11 +00:00
.themebutton > div {
width: 50px;
height: 76px;
top: 7px;
right: 7px;
border-radius: 4px;
}
2024-04-15 18:38:11 +00:00
.themebutton > div > div {
width: calc(100% - 10px);
height: 12px;
display: block;
margin-left: 5px;
margin-top: 6px;
position: relative;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 0 5px;
2021-01-08 13:11:52 +00:00
transition: all 0s;
}
2024-04-15 18:38:11 +00:00
.themebutton > div:first-child {
2021-01-08 13:11:52 +00:00
z-index: 2;
}
.themebutton.woodden {
2024-04-15 18:38:11 +00:00
background: url("../../theme/woodden/grid.png"), linear-gradient(#6c7989, #434b55) fixed;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton.woodden > div:not(*:first-child) {
background: url("../../theme/woodden/wood2.png");
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 3px 10px;
}
2024-04-15 18:38:11 +00:00
.themebutton.woodden > div.fakeplayer:not(*:first-child) {
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0px 10px;
}
2024-04-15 18:38:11 +00:00
.themebutton.woodden > div > div {
background: url("../../theme/woodden/wood.png");
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton.woodden > div > div.active {
2021-01-08 13:11:52 +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;
}
.themebutton.music {
2024-04-15 18:38:11 +00:00
background: url("../../theme/music/grid.png"), linear-gradient(#333333, #222222) fixed;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton.music > div:not(*:first-child) {
2021-01-08 13:11:52 +00:00
background: linear-gradient(#4b4b4b, #464646);
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
}
2024-04-15 18:38:11 +00:00
.themebutton.music > div > div {
2021-01-08 13:11:52 +00:00
background: linear-gradient(#4b4b4b, #464646);
}
.themebutton.ol {
2024-04-15 18:38:11 +00:00
background: url("../../image/background/ol_bg.jpg");
2021-01-08 13:11:52 +00:00
background-size: cover;
}
2024-04-15 18:38:11 +00:00
.themebutton.ol > div:not(*:first-child) {
2021-01-08 13:11:52 +00:00
background: linear-gradient(#4b4b4b, #464646);
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
}
2024-04-15 18:38:11 +00:00
.themebutton.ol > div > div {
2021-01-08 13:11:52 +00:00
background: linear-gradient(#4b4b4b, #464646);
}
.themebutton.simple {
2024-04-15 18:38:11 +00:00
background: url("../../image/background/ol_bg.jpg");
2021-01-08 13:11:52 +00:00
background-size: cover;
}
2024-04-15 18:38:11 +00:00
.themebutton.simple > div:not(*:first-child) {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
2021-01-08 13:11:52 +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:38:11 +00:00
.themebutton.simple > div > div {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton.simple > div > div.active,
.themebutton.music > div > div.active {
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton > div > div:first-child {
margin-top: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton > .fakeplayer > .avatar {
2021-01-08 13:11:52 +00:00
width: calc(100% - 2px);
height: calc(100% - 2px);
left: 1px;
top: 1px;
border-radius: 2px;
position: absolute;
margin: 0 !important;
padding: 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px inset;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.themebutton > .fakeplayer.oldlayout > .avatar {
2021-01-08 13:11:52 +00:00
width: calc(50% - 2px);
}
2024-04-15 18:38:11 +00:00
.themebutton > .fakeplayer.me > .avatar {
2021-01-08 13:11:52 +00:00
width: 22px;
height: 22px;
left: 3px;
top: 0;
box-shadow: none;
border-radius: 0px;
}
2024-04-15 18:38:11 +00:00
.themebutton > .fakeplayer.me {
2021-01-08 13:11:52 +00:00
clip-path: polygon(-10px 0, 32px 0, 32px 32px, -10px 32px);
-webkit-clip-path: polygon(-10px 0, 32px 0, 32px 32px, -10px 32px);
}
2024-04-15 18:38:11 +00:00
.themebutton > div > div > div {
2021-01-08 13:11:52 +00:00
width: 200%;
height: 200%;
left: 0;
top: 0;
transform: scale(0.5);
color: white;
box-shadow: black 0 0 2px;
transform-origin: top left;
line-height: 24px;
text-align: center;
box-shadow: none !important;
}
2024-04-15 18:38:11 +00:00
.themebutton.woodden > div > div > div {
2021-01-08 13:11:52 +00:00
color: rgba(77, 60, 51, 0.8);
text-shadow: none;
}
2024-04-15 18:38:11 +00:00
#window:not(.nopointer) .popup-container > .menu > div {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > div {
2021-01-08 13:11:52 +00:00
display: inline-block;
margin: 5px !important;
2021-01-08 13:11:52 +00:00
padding: 0 !important;
width: 90px;
height: 90px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual.withbar > div:last-child {
2021-01-08 13:11:52 +00:00
display: block;
width: calc(100% - 10px);
text-align: center;
height: auto;
cursor: default !important;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual.withbar > div:last-child > div {
2021-01-08 13:11:52 +00:00
display: inline-block;
position: relative;
margin-left: 5px;
margin-right: 5px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual.withbar > div:not(.showdelete) > .deletebutton {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual.withbar > div.hideadd > .addbutton {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual.withbar > div.showdelete > div:first-child:not(.addbutton) {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
#window:not(.nopointer) .popup-container > .menu.visual.withbar > div:last-child > div {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
input.fileinput {
2021-01-08 13:11:52 +00:00
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
width: 100% !important;
height: 100% !important;
left: 0 !important;
top: 0 !important;
opacity: 0 !important;
}
2021-01-08 13:11:52 +00:00
input.fileinput::-webkit-file-upload-button {
cursor: pointer;
2021-01-08 13:11:52 +00:00
}
#window:not(.nopointer) input.fileinput {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu.visual > .button.character > .name {
2021-01-08 13:11:52 +00:00
top: 10px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu > div:first-child {
margin-top: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu > div:last-child {
margin-bottom: 5px;
2021-01-08 13:11:52 +00:00
}
.config {
/* height: 25px; */
line-height: 25px;
position: relative;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#window:not(.nopointer) .config.switcher > div,
#window:not(.nopointer) .config.toggle > div {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.config.switcher > div,
.config.toggle > div {
position: absolute;
right: 0;
left: auto;
display: inline-block;
transition: all 0.3s;
height: 25px;
}
2024-04-15 18:38:11 +00:00
.config.switcher > div {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: transparent;
2021-01-08 13:11:52 +00:00
margin-right: 4px;
}
2024-04-15 18:38:11 +00:00
.config.switcher.on > div {
border-bottom-color: rgb(0, 133, 255);
}
2024-04-15 18:38:11 +00:00
.config.toggle > div {
width: 60px;
}
2024-04-15 18:38:11 +00:00
.config.toggle > div > div {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
top: 0;
left: 0;
transition: all 0.3s;
padding: 0;
}
2024-04-15 18:38:11 +00:00
.config.toggle.on > div > div {
left: calc(100% - 25px);
}
.config.more {
z-index: 1;
}
2024-04-15 18:38:11 +00:00
.config.more > div {
display: inline-block;
2024-04-15 18:38:11 +00:00
transition: transform 0.3s;
}
2024-04-15 18:38:11 +00:00
.config.more > div {
transform: translateY(-2px);
2024-04-15 18:38:11 +00:00
font-family: "huangcao", "xinwei";
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.config.more.on > div {
transform: rotate(90deg) translateX(-2px);
2021-01-08 13:11:52 +00:00
}
.menubutton {
text-align: center;
display: inline-block;
padding: 5px;
2021-01-08 13:11:52 +00:00
}
.menubutton.large {
font-size: 30px;
line-height: 30px;
2024-04-15 18:38:11 +00:00
font-family: "STXinwei", "xinwei";
2021-01-08 13:11:52 +00:00
}
.menubutton.round {
width: 40px;
height: 40px;
border-radius: 100%;
font-size: 36px;
line-height: 40px;
2024-04-15 18:38:11 +00:00
font-family: "xinwei";
2021-01-08 13:11:52 +00:00
}
.menubutton.left {
float: left;
2021-01-08 13:11:52 +00:00
}
.menubutton.right {
float: right;
2021-01-08 13:11:52 +00:00
}
.menubutton.search {
text-align: left;
2021-01-08 13:11:52 +00:00
}
.menubutton.search:not(.focus) {
color: rgba(255, 255, 255, 0.5);
2021-01-08 13:11:52 +00:00
}
.menubutton.dim {
color: rgba(255, 255, 255, 0.5);
2021-01-08 13:11:52 +00:00
}
@keyframes fadein {
from {
2024-04-15 18:38:11 +00:00
opacity: 0;
}
2021-01-08 13:11:52 +00:00
}
@-webkit-keyframes fadein {
from {
2024-04-15 18:38:11 +00:00
opacity: 0;
}
2021-01-08 13:11:52 +00:00
}
@keyframes menuslideup {
from {
2024-04-15 18:38:11 +00:00
top: 100%;
}
2021-01-08 13:11:52 +00:00
}
@-webkit-keyframes menuslideup {
from {
2024-04-15 18:38:11 +00:00
top: 100%;
}
2021-01-08 13:11:52 +00:00
}
@keyframes menuslidedown {
to {
2024-04-15 18:38:11 +00:00
top: 100%;
}
2021-01-08 13:11:52 +00:00
}
@-webkit-keyframes menuslidedown {
to {
2024-04-15 18:38:11 +00:00
top: 100%;
}
2021-01-08 13:11:52 +00:00
}
@keyframes menuzoomin {
from {
transform: scale(0.5);
opacity: 0;
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
2021-01-08 13:11:52 +00:00
to {
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
}
2021-01-08 13:11:52 +00:00
@-webkit-keyframes menuzoomin {
from {
transform: scale(0.5);
opacity: 0;
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
2021-01-08 13:11:52 +00:00
to {
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
}
2021-01-08 13:11:52 +00:00
@keyframes menuzoomout {
from {
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
2021-01-08 13:11:52 +00:00
to {
transform: scale(0.5);
opacity: 0;
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
}
@-webkit-keyframes menuzoomout {
from {
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
2021-01-08 13:11:52 +00:00
to {
transform: scale(0.5);
opacity: 0;
2024-04-15 18:38:11 +00:00
transform-origin: 2px -35px;
}
}
2021-01-08 13:11:52 +00:00
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character {
2021-01-08 13:11:52 +00:00
display: block;
position: relative;
width: 100%;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .avatar {
2021-01-08 13:11:52 +00:00
background-size: cover;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .avatar,
.menu-buttons > .new_character > .card {
top: 8px;
left: 12px;
2021-01-08 13:11:52 +00:00
position: absolute;
width: 100px;
height: 130px;
margin: 0;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .card {
2021-01-08 13:11:52 +00:00
height: 100px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .card:not(.fullskin) {
2021-01-08 13:11:52 +00:00
color: white;
text-shadow: black 0px 0px 2px;
transform: translateX(0px);
background-image: url("image/card/hslingjian_jinjilengdong.jpg");
background-size: cover;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .avatar > input,
.menu-buttons > .new_character > .card > input {
2021-01-08 13:11:52 +00:00
z-index: 3;
border-radius: 8px;
opacity: 0;
width: 100%;
height: 100%;
left: 0;
top: 0;
2021-01-08 13:11:52 +00:00
position: absolute;
}
2024-04-15 18:38:11 +00:00
#window[data-radius_size="reduce"] .menu-buttons > .new_character > .avatar > input,
#window[data-radius_size="reduce"] .menu-buttons > .new_character > .card > input {
border-radius: 4px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#window[data-radius_size="off"] .menu-buttons > .new_character > .avatar > input,
#window[data-radius_size="off"] .menu-buttons > .new_character > .card > input {
border-radius: 0px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#window[data-radius_size="increase"] .menu-buttons > .new_character > .avatar > input,
#window[data-radius_size="increase"] .menu-buttons > .new_character > .card > input {
border-radius: 16px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .avatar > .select_avatar,
.menu-buttons > .new_character > .card > .select_avatar {
font-family: "xinwei";
2021-01-08 13:11:52 +00:00
font-size: 20px;
width: 100%;
height: 20px;
line-height: 20px;
top: 55px;
left: 0;
2021-01-08 13:11:52 +00:00
text-align: center;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .card > .select_avatar {
top: 40px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .avatar.inited > .select_avatar,
.menu-buttons > .new_character > .card.inited > .select_avatar {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .indent {
2021-01-08 13:11:52 +00:00
display: block;
margin-left: 123px;
width: calc(100% - 135px);
position: relative;
padding-top: 7px;
text-align: left;
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .indent > input {
2021-01-08 13:11:52 +00:00
width: 60px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > div > select {
2021-01-08 13:11:52 +00:00
margin-right: 3px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .die_audio {
2023-10-04 17:38:47 +00:00
position: absolute;
left: 12px;
top: 160px;
height: 45px;
width: calc(100% - 12px);
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .die_audio > input {
2023-10-04 17:38:47 +00:00
width: calc(100% - 100px);
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .die_audio > button {
2023-10-04 17:38:47 +00:00
margin-right: 12px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill {
2021-01-08 13:11:52 +00:00
position: absolute;
left: 12px;
2023-10-04 17:38:47 +00:00
top: 250px;
2021-01-08 13:11:52 +00:00
text-align: left;
line-height: 20px;
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.options {
2023-10-04 17:38:47 +00:00
top: 205px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.options > span {
2021-01-08 13:11:52 +00:00
margin-right: 10px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create {
2021-01-08 13:11:52 +00:00
top: 220px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create > div {
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create > div.hidden {
2021-01-08 13:11:52 +00:00
display: none;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create > div > textarea {
2021-01-08 13:11:52 +00:00
resize: none;
width: 200px;
height: 100px;
margin-top: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create > div > div {
2021-01-08 13:11:52 +00:00
position: relative;
margin-top: 5px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .add_skill.create > div > div > input {
2021-01-08 13:11:52 +00:00
width: 120px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list {
2021-01-08 13:11:52 +00:00
position: absolute;
left: 12px;
top: 265px;
text-align: left;
height: auto;
width: calc(100% - 20px);
padding-bottom: 30px;
transition: all 0s;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div {
2021-01-08 13:11:52 +00:00
position: relative;
width: 100%;
margin: 0;
padding: 0;
height: auto;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div > div {
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div:first-child {
2021-01-08 13:11:52 +00:00
margin-bottom: 10px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div:first-child > div {
2021-01-08 13:11:52 +00:00
width: calc(50% - 10px);
margin-right: 10px;
margin-top: 6px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div:first-child > div > div {
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character > .skill_list > div:first-child > div > div:last-child {
2021-01-08 13:11:52 +00:00
float: right;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character.export {
2021-01-08 13:11:52 +00:00
text-align: left;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character.export > div {
2021-01-08 13:11:52 +00:00
position: relative;
margin-left: 12px;
margin-top: 5px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character.export > div > input {
2021-01-08 13:11:52 +00:00
width: 100px;
margin-right: 5px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons > .new_character.export.import > div > input {
2021-01-08 13:11:52 +00:00
width: 153px;
}
.menubutton {
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
border-radius: 4px;
background-image: linear-gradient(rgba(75, 75, 75, 1), rgba(70, 70, 70, 1));
2021-01-08 13:11:52 +00:00
}
2021-01-08 13:11:52 +00:00
.menubutton.large.blue,
.menubutton.large.red,
.redbg {
color: white !important;
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 3px 10px !important;
}
2021-01-08 13:11:52 +00:00
.menubutton.active,
.menubutton.blue {
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
2021-01-08 13:11:52 +00:00
}
2022-12-22 03:19:22 +00:00
.tdnodes.selected,
.text.selected,
.bluebg {
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1)) !important;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#system > div > .pressdown {
2021-01-08 13:11:52 +00:00
transform: scale(0.97);
}
2021-01-08 13:11:52 +00:00
.control:not(.disabled) {
transition: all 0.1s;
}
2021-01-08 13:11:52 +00:00
.control:not(.disabled).controlpressdownx {
transition: all 0.5s;
}
2024-04-15 18:38:11 +00:00
#system > div > .pressdown2 {
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
2021-01-08 13:11:52 +00:00
}
2021-01-08 13:11:52 +00:00
.menubutton.highlight,
.menubutton.red {
2021-01-08 13:11:52 +00:00
background-image: linear-gradient(rgba(150, 47, 47, 1), rgba(132, 43, 43, 1));
}
2021-01-08 13:11:52 +00:00
.menubutton.large.active,
.menubutton.large.lighlight {
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.3) 0 3px 10px;
}
2024-04-15 18:38:11 +00:00
.config.toggle > div {
border-radius: 25px;
2021-01-08 13:11:52 +00:00
box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 0 10px inset;
}
2024-04-15 18:38:11 +00:00
.config.toggle.on > div {
background-color: rgba(47, 101, 150, 1);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.config.toggle > div > div {
border-radius: 25px;
background-image: linear-gradient(rgba(75, 75, 75, 1), rgba(70, 70, 70, 1));
2021-01-08 13:11:52 +00:00
box-shadow: rgba(51, 51, 51, 1) 0 0 0 1px, rgba(0, 0, 0, 0.2) 0 3px 10px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .menu:not(.visual) > div:hover {
color: white;
background-image: linear-gradient(rgba(47, 101, 150, 1), rgba(43, 90, 132, 1));
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
2021-01-08 13:11:52 +00:00
}
.videonode.menubutton {
2021-01-08 13:11:52 +00:00
width: calc(100% - 50px);
height: 70px;
margin-bottom: 6px;
margin-left: -10px;
margin-top: 6px;
overflow: hidden;
}
.videonode.menubutton.extension {
2021-01-08 13:11:52 +00:00
text-align: left;
height: auto;
max-height: 90px;
}
.videonode.menubutton.extension.current {
2021-01-08 13:11:52 +00:00
max-height: 400px;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > div {
2021-01-08 13:11:52 +00:00
position: absolute;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > div {
2021-01-08 13:11:52 +00:00
position: relative;
display: block;
}
2024-04-15 18:38:11 +00:00
#window:not(.nopointer)
.videonode.menubutton.extension
> .caption
> .menubutton:not(.transparent2):not(.nopointer) {
2021-01-08 13:11:52 +00:00
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > .caption > .menubutton {
2021-01-08 13:11:52 +00:00
position: relative;
float: right;
font-size: 16px;
padding: 0;
text-align: center;
width: 80px;
2024-04-15 18:38:11 +00:00
font-family: "STHeiti", "SimHei", "Microsoft JhengHei", "Microsoft YaHei", "WenQuanYi Micro Hei",
Helvetica, Arial, sans-serif;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > .caption > .menubutton > a {
2021-01-08 13:11:52 +00:00
margin: 0;
padding: 0;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
position: absolute;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > .videoavatar {
2021-01-08 13:11:52 +00:00
width: 56px;
height: 56px;
top: 7px;
left: 7px;
2021-01-08 13:11:52 +00:00
background-size: cover;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > .videoavatar2 {
2021-01-08 13:11:52 +00:00
width: 20px;
height: 20px;
top: 47px;
left: 3px;
2021-01-08 13:11:52 +00:00
background-size: cover;
border-radius: 100%;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > .caption {
2021-01-08 13:11:52 +00:00
display: inline-block;
left: 84px;
top: 6px;
padding-top: 0;
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > .caption {
2021-01-08 13:11:52 +00:00
left: 0;
top: 0;
margin-left: 2px;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > .text {
2021-01-08 13:11:52 +00:00
font-size: 14px;
left: 85px;
top: 35px;
line-height: 20px;
text-align: left;
2024-04-15 18:38:11 +00:00
font-family: "STHeiti", "SimHei", "Microsoft JhengHei", "Microsoft YaHei", "WenQuanYi Micro Hei",
Helvetica, Arial, sans-serif;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > .text {
2021-01-08 13:11:52 +00:00
left: 0;
top: 0;
margin-left: 5px;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension > .text.author > span {
2021-01-08 13:11:52 +00:00
/*float: right;*/
position: absolute;
right: 0;
top: 0;
transform: translateY(2px) scale(0.7);
width: 80px;
text-align: center;
opacity: 0;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton.extension.current > .text.author > span {
2021-01-08 13:11:52 +00:00
opacity: 1;
}
2024-04-15 18:38:11 +00:00
.videonode.menubutton > .victory {
font-family: "huangcao", "xinwei";
2021-01-08 13:11:52 +00:00
font-size: 25px;
2024-04-15 18:38:11 +00:00
text-shadow: black 0 0 1px, rgba(255, 203, 0, 1) 0 0 2px, rgba(255, 203, 0, 1) 0 0 5px,
rgba(255, 203, 0, 1) 0 0 5px, rgba(255, 203, 0, 1) 0 0 5px, black 0 0 1px;
color: white;
2021-01-08 13:11:52 +00:00
position: absolute;
left: 48px;
top: 48px;
}
2024-04-15 18:38:11 +00:00
.videonode > .video_star {
2021-01-08 13:11:52 +00:00
opacity: 0;
position: absolute;
left: 196px;
top: 4px;
font-size: 16px;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}
2024-04-15 18:38:11 +00:00
.videonode:not(.starred):hover > .video_star {
2021-01-08 13:11:52 +00:00
opacity: 0.5;
}
2024-04-15 18:38:11 +00:00
.videonode.starred > .video_star {
opacity: 1;
2021-01-08 13:11:52 +00:00
}
.onlineclient .videonode {
2021-01-08 13:11:52 +00:00
margin: 5px;
padding: 0;
width: calc(100% - 20px);
height: 30px;
2021-01-08 13:11:52 +00:00
overflow: visible;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.onlineclient .videonode > .videoavatar {
2021-01-08 13:11:52 +00:00
padding: 0;
left: -4px;
top: -2px;
width: 34px;
height: 34px;
border-radius: 100%;
}
.onlineclient .videotext {
2021-01-08 13:11:52 +00:00
margin-top: 0px;
font-size: 14px;
width: calc(100% - 30px);
}
.onlineclient .onlineevent.videotext {
2021-01-08 13:11:52 +00:00
margin-top: 2px;
}
2024-04-15 18:38:11 +00:00
.onlineclient .videonode > .name {
2021-01-08 13:11:52 +00:00
left: 35px;
max-width: 125px;
overflow: hidden;
white-space: nowrap;
text-align: left;
height: 30px;
line-height: 30px;
font-size: 18px;
2024-04-15 18:38:11 +00:00
font-family: "lishu", "xinwei";
2021-01-08 13:11:52 +00:00
}
.onlineclient .videonode.videonodestatus {
2021-01-08 13:11:52 +00:00
height: auto;
}
2024-04-15 18:38:11 +00:00
.onlineclient .videonode.videonodestatus > .videostatus {
2021-01-08 13:11:52 +00:00
position: relative;
display: block;
margin-left: 10px;
margin-top: 30px;
margin-bottom: 5px;
width: calc(100% - 20px);
}
2024-04-15 18:38:11 +00:00
.onlineevent > div {
2021-01-08 13:11:52 +00:00
text-align: left;
position: relative;
display: block;
margin-top: 5px;
margin-bottom: 5px;
}
2024-04-15 18:38:11 +00:00
.onlineevent > div.title {
font-family: "xinwei";
2021-01-08 13:11:52 +00:00
font-size: 18px;
}
2024-04-15 18:38:11 +00:00
.button-downloading > .button-progress {
2021-01-08 13:11:52 +00:00
width: 100%;
border-radius: 4px;
z-index: 1;
overflow: hidden;
}
2024-04-15 18:38:11 +00:00
.button-downloading > .button-progress > div {
2021-01-08 13:11:52 +00:00
width: 0;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
border-radius: 0px;
background: linear-gradient(rgb(29, 206, 68), rgb(1, 148, 46));
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.button-downloading > div:not(.button-progress) {
2021-01-08 13:11:52 +00:00
width: 100% !important;
z-index: 2;
}
2024-04-15 18:38:11 +00:00
.button-downloading > span {
2021-01-08 13:11:52 +00:00
opacity: 0;
}
2024-04-15 18:38:11 +00:00
.button-downloading > div {
2021-01-08 13:11:52 +00:00
height: 100%;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
left: 0 !important;
top: 0;
2021-01-08 13:11:52 +00:00
}
.menu-buttons .file-container {
2021-01-08 13:11:52 +00:00
position: absolute;
margin: 0;
padding: 0;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: scroll;
}
2024-04-15 18:38:11 +00:00
.menu-buttons .file-container > div {
2021-01-08 13:11:52 +00:00
position: relative;
left: 0;
display: block;
margin: 12px;
margin-bottom: 15px;
white-space: nowrap;
text-align: left;
}
2024-04-15 18:38:11 +00:00
.menu-buttons .file-container > div > span {
2021-01-08 13:11:52 +00:00
cursor: pointer;
text-decoration: underline;
}
2024-04-15 18:38:11 +00:00
.menu-buttons .file-container > div > img {
2021-01-08 13:11:52 +00:00
display: block;
margin-top: 5px;
}
.menubutton.large.dashboard {
2021-01-08 13:11:52 +00:00
width: 80px;
height: 80px;
margin: 6px;
position: relative !important;
}
.menubutton.large.dashboard.dashboard2 {
2021-01-08 13:11:52 +00:00
width: 60px;
height: 60px;
margin: 5px;
margin-top: 10px;
}
2024-04-15 18:38:11 +00:00
.menubutton.large.dashboard.dashboard2 > div:first-child {
2021-01-08 13:11:52 +00:00
font-size: 40px;
line-height: 40px;
}
2024-04-15 18:38:11 +00:00
.menubutton.large.dashboard.dashboard2 > div:last-child {
2021-01-08 13:11:52 +00:00
font-size: 16px;
white-space: nowrap;
}
2024-04-15 18:38:11 +00:00
.menubutton.large.dashboard > div:first-child {
font-family: "lishu", "xiaozhuan";
2021-01-08 13:11:52 +00:00
font-size: 60px;
line-height: 60px;
position: absolute;
left: 0;
top: 7px;
width: 100%;
height: 60px;
}
2024-04-15 18:38:11 +00:00
.menubutton.large.dashboard > div:last-child {
2021-01-08 13:11:52 +00:00
font-size: 18px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.favmode {
2021-01-08 13:11:52 +00:00
float: right;
}
#create-extension {
2021-01-08 13:11:52 +00:00
height: calc(100% - 5px);
width: calc(100% - 10px);
overflow: hidden;
}
2024-04-15 18:38:11 +00:00
#create-extension > div {
2021-01-08 13:11:52 +00:00
position: absolute;
width: 100%;
height: 100%;
overflow: scroll;
left: 0;
top: 0;
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons {
left: 10px;
2021-01-08 13:11:52 +00:00
height: calc(100% - 5px);
width: calc(100% - 15px) !important;
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .config.more {
2021-01-08 13:11:52 +00:00
margin-left: 0px !important;
margin-top: 10px !important;
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .config.more.margin-bottom {
2021-01-08 13:11:52 +00:00
margin-left: 0px !important;
margin-top: 10px !important;
margin-bottom: 5px !important;
}
2024-04-15 18:38:11 +00:00
#create-extension > .hidden {
2021-01-08 13:11:52 +00:00
pointer-events: none;
}
2024-04-15 18:38:11 +00:00
#create-extension > div:not(*:first-child).hidden {
2021-01-08 13:11:52 +00:00
transform: translateX(200px);
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .new_character > .skill_list {
2023-10-04 17:38:47 +00:00
top: 290px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .new_character > .skill_list > div:first-child {
2021-01-08 13:11:52 +00:00
transition: all 0s;
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .new_character > .skill_list > div:first-child:not(*:empty) {
2021-01-08 13:11:52 +00:00
margin-top: 10px;
margin-bottom: 10px;
}
2024-04-15 18:38:11 +00:00
#create-extension > .menu-buttons > .new_character > .skill_list > div:first-child > button {
2021-01-08 13:11:52 +00:00
margin-right: 3px;
margin-bottom: 3px;
}
2024-04-15 18:38:11 +00:00
div.popup-container.editor,
div.popup-container.editor div {
transition: none;
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div {
2021-01-08 13:11:52 +00:00
width: 80%;
height: 90%;
position: absolute;
left: 10%;
top: 5%;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px, rgba(0, 0, 0, 0.45) 0 0 10px;
background: white;
overflow: hidden;
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div > .editbutton {
font-family: "lishu";
2021-01-08 13:11:52 +00:00
font-size: 18px;
color: rgb(60, 60, 60);
2021-01-08 13:11:52 +00:00
text-shadow: none;
position: absolute;
left: 0;
padding: 7px;
font-size: 24px;
cursor: pointer;
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div > .editbutton:not(:first-child) {
2023-09-25 17:46:08 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div > .editbutton:first-child {
2021-01-08 13:11:52 +00:00
left: auto;
right: 0;
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div > div:last-child {
2021-01-08 13:11:52 +00:00
width: 100%;
height: calc(100% - 40px);
position: absolute;
top: 40px;
2023-09-25 17:46:08 +00:00
left: 0px;
2021-01-08 13:11:52 +00:00
border-radius: 0 0 4px 4px;
border-top: 1px solid rgba(0, 0, 0, 0.2);
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.popup-container.editor > div > div:last-child > textarea {
2021-01-08 13:11:52 +00:00
width: 100%;
height: 100%;
border: none;
margin: 0;
2021-01-08 13:11:52 +00:00
padding: 0;
resize: none;
}
2021-01-08 13:11:52 +00:00
.menubutton.large.new_card,
.menubutton.large.new_card_delete {
2021-01-08 13:11:52 +00:00
left: 12px;
top: 130px;
margin-bottom: 20px;
}
.menubutton.large.new_card_delete {
2021-01-08 13:11:52 +00:00
left: 155px;
}
.edit_pile {
2021-01-08 13:11:52 +00:00
width: 100%;
left: 0;
padding-bottom: 20px;
}
2024-04-15 18:38:11 +00:00
.edit_pile > div:last-child {
2021-01-08 13:11:52 +00:00
width: 100%;
position: relative;
}
2024-04-15 18:38:11 +00:00
.edit_pile > div:last-child > button {
2021-01-08 13:11:52 +00:00
margin-right: 3px;
margin-top: 3px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.new_character.new_skill > div {
2021-01-08 13:11:52 +00:00
position: relative;
margin-top: 2px;
white-space: nowrap;
overflow: visible;
}
2024-04-15 18:38:11 +00:00
.new_character.new_skill > div > button {
2021-01-08 13:11:52 +00:00
margin-right: 3px;
}
2024-04-15 18:38:11 +00:00
.menu-buttons.new_skill > .menubutton {
2021-01-08 13:11:52 +00:00
position: relative;
margin: 5px;
2021-01-08 13:11:52 +00:00
}
2024-04-15 18:38:11 +00:00
.new_character.new_skill > .menubutton.large {
2021-01-08 13:11:52 +00:00
left: 13px;
position: absolute;
top: 88px;
}
2024-04-15 18:38:11 +00:00
.new_character.new_skill > .menubutton.large.new_card_delete {
2021-01-08 13:11:52 +00:00
left: 155px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container {
2021-01-08 13:11:52 +00:00
display: table;
width: 100%;
height: 100%;
left: 0;
top: 0;
margin: 0;
padding: 0;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div {
2021-01-08 13:11:52 +00:00
height: auto;
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div > div {
2021-01-08 13:11:52 +00:00
position: relative;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div > div > div {
2021-01-08 13:11:52 +00:00
display: block;
width: calc(100% - 10px);
margin-top: 15px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 0;
text-align: center;
position: relative;
width: 230px;
}
2021-01-08 13:11:52 +00:00
/* .popup-container>.prompt-container>div>div>div:first-child{ */
/*text-align: left;*/
2021-01-08 13:11:52 +00:00
/* } */
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div > div > div:last-child {
2021-01-08 13:11:52 +00:00
margin-bottom: 15px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div > div > div > input {
2021-01-08 13:11:52 +00:00
text-align: left;
width: 100%;
resize: none;
border: none;
border-radius: 2px;
height: 20px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 1px;
}
2024-04-15 18:38:11 +00:00
.popup-container > .prompt-container > div > div > div > .menubutton {
2021-01-08 13:11:52 +00:00
position: relative;
margin-left: 6px;
margin-right: 6px;
font-size: 24px;
padding-top: 2px;
padding-bottom: 2px;
}
2024-04-15 18:38:11 +00:00
#window:not(.nopointer) .popup-container > .prompt-container > div > div > div > .menubutton {
2021-01-08 13:11:52 +00:00
cursor: pointer;
2024-04-15 18:38:11 +00:00
}