2024-05-09 18:29:55 +02:00
|
|
|
.overlay {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
2024-05-10 17:03:33 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
2024-05-09 18:29:55 +02:00
|
|
|
z-index: 900;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-09 16:04:24 +02:00
|
|
|
.settingsModal {
|
2024-05-10 17:03:33 +02:00
|
|
|
top: 25px;
|
|
|
|
|
width: 394px;
|
2024-05-09 16:04:24 +02:00
|
|
|
height: auto;
|
|
|
|
|
max-height: 80%;
|
2024-05-10 17:03:33 +02:00
|
|
|
left: calc(50% - 22px);
|
2024-05-09 16:04:24 +02:00
|
|
|
overflow-y: auto;
|
|
|
|
|
margin-left: -178px;
|
2024-05-09 18:29:55 +02:00
|
|
|
position: fixed;
|
|
|
|
|
z-index: 1000;
|
2024-05-10 17:03:33 +02:00
|
|
|
padding: 2px;
|
2024-05-09 16:04:24 +02:00
|
|
|
font-size: 14px;
|
|
|
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
|
2024-05-09 18:29:55 +02:00
|
|
|
background-color: var(--settings-modal-background-color);
|
2024-05-10 17:03:33 +02:00
|
|
|
border-top: var(--settings-modal-border-top);
|
|
|
|
|
border-right: var(--settings-modal-border-right);
|
|
|
|
|
border-bottom: var(--settings-modal-border-bottom);
|
|
|
|
|
border-left: var(--settings-modal-border-left);
|
2024-05-09 18:29:55 +02:00
|
|
|
}
|
|
|
|
|
|
2024-05-10 21:58:45 +02:00
|
|
|
.settingsModal select, .settingsModal button, .settingsModal textarea {
|
2024-05-09 18:29:55 +02:00
|
|
|
filter: var(--filter80);
|
2024-05-09 16:04:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 14px;
|
2024-05-09 18:29:55 +02:00
|
|
|
border-bottom: var(--settings-modal-header-border-bottom);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
text-transform: capitalize;
|
2024-05-09 16:04:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.version {
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-09 18:29:55 +02:00
|
|
|
.version a {
|
|
|
|
|
color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.version a:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-09 16:04:24 +02:00
|
|
|
.closeButton {
|
|
|
|
|
right: 5px;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
display: block;
|
|
|
|
|
background-size: 100%;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
image-rendering: pixelated;
|
2024-05-09 18:29:55 +02:00
|
|
|
background-image: var(--settings-modal-close-button-background-image);
|
2024-05-09 16:04:24 +02:00
|
|
|
}
|
|
|
|
|
|
2024-05-10 12:46:52 +02:00
|
|
|
.languageSettings {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.setting {
|
|
|
|
|
margin-bottom: 8px;
|
2024-05-10 17:03:33 +02:00
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hideButton, .showButton {
|
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
image-rendering: pixelated;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hideButton {
|
|
|
|
|
background-image: var(--settings-modal-hide-button-background-image);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.showButton {
|
|
|
|
|
background-image: var(--settings-modal-show-button-background-image);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category label {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.checkForUpdatesButton {
|
|
|
|
|
text-transform: capitalize;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.setting, .category {
|
|
|
|
|
margin-left: 5px;
|
2024-05-10 12:46:52 +02:00
|
|
|
}
|
|
|
|
|
|
2024-05-10 21:58:45 +02:00
|
|
|
.accountSettings {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.accountSettings textarea {
|
|
|
|
|
display: block;
|
|
|
|
|
font-family: dejavu sans mono, consolas, andale mono, lucida console, monospace;
|
|
|
|
|
outline: none;
|
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
margin: 0 2px 0 0;
|
|
|
|
|
padding: 2px 4px 3px;
|
|
|
|
|
min-height: 150px;
|
|
|
|
|
width: 95%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.accountSettings textarea:focus {
|
|
|
|
|
border-color: 1px solid #98e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.accountSettings button {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.deleteAccount, .deleteAccount button {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.accountSettings select {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2024-05-09 16:04:24 +02:00
|
|
|
@media (max-width: 640px) {
|
|
|
|
|
.settingsModal {
|
|
|
|
|
width: 350px !important;
|
|
|
|
|
max-height: 60% !important;
|
|
|
|
|
left: calc(50% - 2px) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|