620 lines
12 KiB
CSS
620 lines
12 KiB
CSS
/* csslint box-sizing: false, ids: false, fallback-colors: false */
|
|
/* License: gpl-v2 */
|
|
|
|
:root {
|
|
--general-color: #2a2a2e;
|
|
--general-bgcolor: rgb(249, 249, 250);
|
|
--general-border-color: lightgray;
|
|
--general-input-color: black;
|
|
--general-input-bgcolor: white;
|
|
--general-button-color: black;
|
|
--general-button-bgcolor: rgb(246, 246, 246);
|
|
--general-button-bgcolor-hover: white;
|
|
--general-button-shadow: 0px 0px 5px 1px rgba(128, 128, 128, 0.5);
|
|
--menu-bgcolor: white;
|
|
--menu-bgcolor-hover: #2283fb;
|
|
--table-bgcolor: white;
|
|
--table-head-bgcolor: white;
|
|
--toolbar-bg-color: rgb(248, 134, 6);
|
|
--toolbar-active-border-color: #478de7;
|
|
--toolbar-hover-border-color: red;
|
|
--toolbar-hover-background: rgb(247, 149, 37);
|
|
--toolbar-border-width: 2px;
|
|
--toolbar-border: 1px solid rgba(255, 255, 255, 0.5);
|
|
--add-color: navy;
|
|
--queue-color: gray;
|
|
--pause-color: #ffa318;
|
|
--retry-color: rgb(0, 112, 204);
|
|
--error-color: rgb(160, 13, 42);
|
|
--running-color: #aae061;
|
|
--finishing-color: #57cc12;
|
|
--done-color: #008f00;
|
|
--force-color: #0a610a;
|
|
--folder-color: rgb(214, 165, 4);
|
|
--maskbutton-color: rgb(236, 185, 16);
|
|
--missing-color: rgb(0, 82, 204);
|
|
--open-color: rgba(236, 185, 16, 0.8);
|
|
--status-icon-color: #363636;
|
|
--status-icon-color-hover: #6e6d6d;
|
|
--tile-url: url(tile.png);
|
|
--file-icon-image-color: rgb(17, 107, 163);
|
|
--popup-bgcolor: #fff;
|
|
--popup-color: #0c0c0d;
|
|
--modal-color: black;
|
|
--modal-bgcolor: white;
|
|
}
|
|
|
|
html.dark {
|
|
--add-color: lightblue;
|
|
--general-bgcolor: #2a2a2e;
|
|
--general-border-color: rgb(85, 85, 85);
|
|
--general-button-bgcolor-hover: black;
|
|
--general-button-bgcolor: rgb(36, 36, 36);
|
|
--general-button-color: white;
|
|
--general-color: rgb(249, 249, 250);
|
|
--menu-bgcolor: black;
|
|
--menu-bgcolor-hover: #1a6bce;
|
|
--table-bgcolor: #1a1a1e;
|
|
--table-head-bgcolor: #3a3a3e;
|
|
--toolbar-bg-color: rgb(202, 108, 0);
|
|
--status-icon-color: #b9b9b9;
|
|
--status-icon-color-hover: #e2e2e2;
|
|
--tile-url: url(tile-dark.png?3);
|
|
--toolbar-border: 1px solid rgba(30, 30, 30, 0.5);
|
|
--file-icon-image-color: rgb(21, 130, 197);
|
|
--popup-bgcolor: #4a4a4f;
|
|
--popup-color: rgb(249, 249, 250);
|
|
--general-button-shadow: 0px 0px 7px 1px rgba(128, 128, 128, 0.8);
|
|
--modal-color: white;
|
|
--modal-bgcolor: #333;
|
|
scrollbar-color: rgba(249, 249, 250, 0.4) rgba(20, 20, 25, 0.3);
|
|
}
|
|
|
|
html.dark a {
|
|
color: lightblue;
|
|
}
|
|
|
|
html.dark ::-webkit-scrollbar {
|
|
background: rgba(20, 20, 25, 0.3);
|
|
}
|
|
|
|
html.dark ::-webkit-scrollbar-thumb {
|
|
background: rgba(249, 249, 250, 0.4);
|
|
}
|
|
|
|
html.dark ::-webkit-scrollbar-corner {
|
|
background: #000;
|
|
}
|
|
|
|
html[data-platform="mac"] {
|
|
--folder-color: rgb(4, 102, 214);
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-size: 10pt !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "downthemall";
|
|
src: url("downthemall.woff2?75791791") format("woff2");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
[class^="icon-"]:before,
|
|
[class*=" icon-"]:before {
|
|
font-family: "downthemall";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
text-align: center;
|
|
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-add:before {
|
|
content: "\e800";
|
|
} /* '' */
|
|
.icon-addsegment:before {
|
|
content: "\e801";
|
|
} /* '' */
|
|
.icon-bottom:before {
|
|
content: "\e802";
|
|
} /* '' */
|
|
.icon-picture:before {
|
|
content: "\e803";
|
|
} /* '' */
|
|
.icon-circle:before {
|
|
content: "\e804";
|
|
} /* '' */
|
|
.icon-delete:before {
|
|
content: "\e805";
|
|
} /* '' */
|
|
.icon-done:before {
|
|
content: "\e806";
|
|
} /* '' */
|
|
.icon-down:before {
|
|
content: "\e807";
|
|
} /* '' */
|
|
.icon-download:before {
|
|
content: "\e808";
|
|
} /* '' */
|
|
.icon-dupe:before {
|
|
content: "\e809";
|
|
} /* '' */
|
|
.icon-error:before {
|
|
content: "\e80a";
|
|
} /* '' */
|
|
.icon-failed:before {
|
|
content: "\e80b";
|
|
} /* '' */
|
|
.icon-file:before {
|
|
content: "\e80c";
|
|
} /* '' */
|
|
.icon-find:before {
|
|
content: "\e80d";
|
|
} /* '' */
|
|
.icon-folder:before {
|
|
content: "\e80e";
|
|
} /* '' */
|
|
.icon-force:before {
|
|
content: "\e80f";
|
|
} /* '' */
|
|
.icon-go:before {
|
|
content: "\e810";
|
|
} /* '' */
|
|
.icon-import:before {
|
|
content: "\e811";
|
|
} /* '' */
|
|
.icon-info:before {
|
|
content: "\e812";
|
|
} /* '' */
|
|
.icon-launch:before {
|
|
content: "\e813";
|
|
} /* '' */
|
|
.icon-missing:before {
|
|
content: "\e814";
|
|
} /* '' */
|
|
.icon-network-off:before {
|
|
content: "\e815";
|
|
} /* '' */
|
|
.icon-network-on:before {
|
|
content: "\e816";
|
|
} /* '' */
|
|
.icon-pause:before {
|
|
content: "\e817";
|
|
} /* '' */
|
|
.icon-remsegment:before {
|
|
content: "\e818";
|
|
} /* '' */
|
|
.icon-rename:before {
|
|
content: "\e819";
|
|
} /* '' */
|
|
.icon-save:before {
|
|
content: "\e81a";
|
|
} /* '' */
|
|
.icon-settings:before {
|
|
content: "\e81b";
|
|
} /* '' */
|
|
.icon-top:before {
|
|
content: "\e81c";
|
|
} /* '' */
|
|
.icon-unchecked:before {
|
|
content: "\e81d";
|
|
} /* '' */
|
|
.icon-unlimited:before {
|
|
content: "\e81e";
|
|
} /* '' */
|
|
.icon-link:before {
|
|
content: "\e81f";
|
|
} /* '' */
|
|
.icon-up:before {
|
|
content: "\e820";
|
|
} /* '' */
|
|
.icon-privacy:before {
|
|
content: "\e821";
|
|
} /* '' */
|
|
.icon-tags:before {
|
|
content: "\e822";
|
|
} /* '' */
|
|
.icon-attention:before {
|
|
content: "\e823";
|
|
} /* '' */
|
|
.icon-notification:before {
|
|
content: "\e824";
|
|
} /* '' */
|
|
.icon-file-video:before {
|
|
content: "\e825";
|
|
} /* '' */
|
|
.icon-file-generic:before {
|
|
content: "\e826";
|
|
} /* '' */
|
|
.icon-question-dark:before {
|
|
content: "\e827";
|
|
} /* '' */
|
|
.icon-forward:before {
|
|
content: "\e828";
|
|
} /* '' */
|
|
.icon-filter:before {
|
|
content: "\f0b0";
|
|
} /* '' */
|
|
.icon-donate:before {
|
|
content: "\f0d6";
|
|
} /* '' */
|
|
.icon-file-doc:before {
|
|
content: "\f0f6";
|
|
} /* '' */
|
|
.icon-interface:before {
|
|
content: "\f108";
|
|
} /* '' */
|
|
.icon-folder-1:before {
|
|
content: "\f115";
|
|
} /* '' */
|
|
.icon-sort-asc:before {
|
|
content: "\f15d";
|
|
} /* '' */
|
|
.icon-sort-desc:before {
|
|
content: "\f15e";
|
|
} /* '' */
|
|
.icon-file-pdf:before {
|
|
content: "\f1c1";
|
|
} /* '' */
|
|
.icon-file-word:before {
|
|
content: "\f1c2";
|
|
} /* '' */
|
|
.icon-file-image:before {
|
|
content: "\f1c5";
|
|
} /* '' */
|
|
.icon-file-archive:before {
|
|
content: "\f1c6";
|
|
} /* '' */
|
|
.icon-file-audio:before {
|
|
content: "\f1c7";
|
|
} /* '' */
|
|
.icon-toggle-off:before {
|
|
content: "\f204";
|
|
} /* '' */
|
|
.icon-toggle-on:before {
|
|
content: "\f205";
|
|
} /* '' */
|
|
.icon-server:before {
|
|
content: "\f233";
|
|
} /* '' */
|
|
.icon-question-light:before {
|
|
content: "\f29c";
|
|
} /* '' */
|
|
|
|
@media (min-resolution: 144dpi) {
|
|
[class^="icon-file-"]:before,
|
|
[class*=" icon-file-"]:before {
|
|
font-weight: bold !important;
|
|
}
|
|
}
|
|
|
|
.icon-file-image {
|
|
color: var(--file-icon-image-color);
|
|
}
|
|
|
|
.icon-file-pdf,
|
|
.icon-file-word,
|
|
.icon-file-doc {
|
|
color: rgb(128, 179, 26);
|
|
}
|
|
|
|
.icon-file-video {
|
|
color: rgb(238, 134, 93);
|
|
}
|
|
|
|
.icon-file-archive {
|
|
color: rgb(204, 138, 57);
|
|
}
|
|
|
|
.icon-file-audio {
|
|
color: rgb(202, 81, 198);
|
|
}
|
|
|
|
body,
|
|
html {
|
|
font: message-box;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Ubuntu",
|
|
"Helvetica Neue", sans-serif;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
color: var(--general-color);
|
|
background: var(--general-bgcolor);
|
|
}
|
|
|
|
html#popup,
|
|
html#popup > body {
|
|
color: var(--popup-color);
|
|
background: var(--popup-bgcolor);
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4 {
|
|
font: caption;
|
|
font-weight: bold;
|
|
}
|
|
h1 {
|
|
font-size: 110%;
|
|
}
|
|
h2 {
|
|
font-size: 103%;
|
|
}
|
|
h3 {
|
|
font-size: 102%;
|
|
}
|
|
h4 {
|
|
font-size: 101%;
|
|
}
|
|
|
|
section {
|
|
margin: 0;
|
|
margin-bottom: 1em;
|
|
padding-left: 1em;
|
|
padding-right: 1em;
|
|
}
|
|
|
|
#buttons {
|
|
font: caption;
|
|
margin-right: 1em;
|
|
text-align: end;
|
|
}
|
|
|
|
.virtualtable {
|
|
font: message-box;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.virtualtable-column {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.virtualtable-column:active {
|
|
background-image: linear-gradient(
|
|
to top,
|
|
rgba(0, 0, 0, 0.03),
|
|
rgba(128, 128, 128, 0.1)
|
|
);
|
|
}
|
|
|
|
th.virtualtable {
|
|
font-weight: bold;
|
|
}
|
|
td.virtualtable {
|
|
line-height: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.virtualtable-icon {
|
|
background-position: center center;
|
|
background-repeat: no-repeat;
|
|
background-size: contain;
|
|
display: inline-block;
|
|
height: 16px;
|
|
width: 16px;
|
|
line-height: 16px;
|
|
margin-right: 1ex;
|
|
}
|
|
|
|
#status {
|
|
font: status-bar;
|
|
font-size: 12px;
|
|
align-items: stretch;
|
|
justify-items: center;
|
|
background: linear-gradient(
|
|
to bottom,
|
|
rgba(128, 128, 128, 0.1) 0%,
|
|
rgba(0, 0, 0, 0) 100%
|
|
);
|
|
border-top: 1px solid rgba(128, 128, 128, 0.6);
|
|
display: flex;
|
|
margin-bottom: 1ex;
|
|
overflow: auto;
|
|
padding-top: 1ex;
|
|
padding-right: 2em;
|
|
white-space: nowrap;
|
|
line-height: 100%;
|
|
}
|
|
#status [class^="icon-"] {
|
|
display: inline-block;
|
|
height: 14px;
|
|
}
|
|
#status [class^="icon-"]:before {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#status > * {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
#status > *:not(:last-child) {
|
|
flex-grow: 3;
|
|
margin-right: 2ex;
|
|
padding-right: 1ex;
|
|
border-right: 1px dotted rgba(128, 128, 128, 0.6);
|
|
}
|
|
|
|
#statusPrefs {
|
|
cursor: pointer;
|
|
color: var(--status-icon-color);
|
|
}
|
|
#statusPrefs:hover {
|
|
color: var(--status-icon-color-hover);
|
|
}
|
|
|
|
.dropdown {
|
|
box-sizing: content-box;
|
|
font: menu;
|
|
height: 24px;
|
|
position: relative;
|
|
}
|
|
|
|
.dropdown select {
|
|
box-sizing: border-box;
|
|
height: 26px;
|
|
left: 0;
|
|
margin: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.dropdown input {
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
color: black;
|
|
background: white;
|
|
border: none;
|
|
bottom: 2px;
|
|
box-sizing: content-box;
|
|
font-size: 11px;
|
|
left: 6px;
|
|
outline: none;
|
|
padding: 2px;
|
|
position: absolute;
|
|
top: 3px;
|
|
width: calc(100% - 36px);
|
|
}
|
|
|
|
#notification {
|
|
display: none;
|
|
color: white;
|
|
background: red;
|
|
margin: 0;
|
|
padding-top: 1ex;
|
|
padding-bottom: 1ex;
|
|
}
|
|
|
|
@supports (not (-moz-appearance: none)) {
|
|
.dropdown select {
|
|
background: white;
|
|
}
|
|
}
|
|
|
|
.context-menu-icon {
|
|
margin-right: 1ex;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.modal-flow {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
}
|
|
|
|
.modal-body {
|
|
background: transparent no-repeat url(icon128.png);
|
|
background-size: 64px 64px;
|
|
background-position: 2em 2em;
|
|
padding-left: calc(4.5em + 64px);
|
|
}
|
|
|
|
.renamer-map {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
grid-column-gap: 2em;
|
|
padding: 1.2ex;
|
|
font-size: 90%;
|
|
position: fixed;
|
|
border-radius: 4px;
|
|
box-shadow: 2px 2px 10px black;
|
|
background: InfoBackground;
|
|
color: InfoText;
|
|
}
|
|
|
|
.renamer-map.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.renamer-half {
|
|
display: grid;
|
|
grid-template-columns: auto auto;
|
|
grid-column-gap: 1em;
|
|
grid-row-gap: 0.2ex;
|
|
align-items: center;
|
|
}
|
|
|
|
.renamer-tag {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.renamer-head {
|
|
display: inline-block;
|
|
grid-column: 1 / -1;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 1.2ex;
|
|
}
|
|
|
|
.renamer-info {
|
|
display: inline-block;
|
|
grid-column: 1 / -1;
|
|
margin-top: 1.2ex;
|
|
}
|
|
|
|
#maskButton {
|
|
color: var(--maskbutton-color);
|
|
}
|
|
|
|
table.virtualtable,
|
|
.virtualtable-body {
|
|
color: var(--general-color);
|
|
background: var(--table-bgcolor);
|
|
}
|
|
.virtualtable-head,
|
|
.virtualtable-head > table {
|
|
background: var(--table-head-bgcolor) !important;
|
|
}
|
|
|
|
.virtualtable-column {
|
|
border-right: 1px solid var(--general-border-color);
|
|
}
|
|
|
|
.virtualtable-cell {
|
|
border-right: 1px dotted var(--general-border-color);
|
|
}
|
|
|
|
.virtualtable-head,
|
|
.virtualtable-body {
|
|
border-bottom: 1px solid var(--general-border-color);
|
|
}
|
|
|
|
ul.context-menu,
|
|
ul.context-menu ul {
|
|
color: var(--general-color);
|
|
background: var(--menu-bgcolor);
|
|
}
|
|
|
|
.context-menu-item:hover:not(.context-menu-seperator),
|
|
.context-menu-item:hover:not(.context-menu-seperator) > * {
|
|
background: var(--menu-bgcolor-hover);
|
|
}
|
|
|
|
input {
|
|
color: var(--general-input-color);
|
|
background: var(--general-input-bgcolor);
|
|
border: inherit;
|
|
padding: 2px;
|
|
}
|
|
|
|
.modal-dialog {
|
|
color: var(--modal-color);
|
|
background: var(--modal-bgcolor);
|
|
}
|