247 lines
5.4 KiB
CSS
247 lines
5.4 KiB
CSS
html, body {
|
|
font: normal 0.8em verdana;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 none;
|
|
overflow: hidden;
|
|
height:100%;
|
|
}
|
|
|
|
input {
|
|
color: Black;
|
|
}
|
|
|
|
.x-deluge-main-panel {
|
|
background-image: url('/icons/deluge.png');
|
|
}
|
|
|
|
.deluge-torrents td, .x-deluge-peers td {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.deluge-torrents .torrent-name, .x-deluge-peer, .x-deluge-seed {
|
|
padding-left: 20px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.deluge-torrents .deluge-torrent-progress {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Icon classes */
|
|
.x-deluge-all { background-image: url('/icons/all.png'); }
|
|
.x-deluge-active { background-image: url('/icons/active.png'); }
|
|
.x-deluge-downloading, .x-btn .x-deluge-downloading, .x-deluge-peer { background-image: url('/icons/downloading.png'); }
|
|
.x-deluge-seeding, .x-btn .x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/seeding.png'); }
|
|
.x-deluge-queued, .x-btn .x-deluge-queued, .deluge-torrents .queued { background-image: url('/icons/queued.png'); }
|
|
.x-deluge-paused, .x-btn .x-deluge-paused, .deluge-torrents .paused { background-image: url('/icons/inactive.png'); }
|
|
.x-deluge-error, .deluge-torrents .error { background-image: url('/icons/alert.png'); }
|
|
.x-deluge-checking, .deluge-torrents .checking { background-image: url('/icons/checking.png'); }
|
|
.x-deluge-dht, .x-btn .x-deluge-dht { background-image: url('/icons/dht.png'); }
|
|
.x-deluge-preferences, .x-btn .x-deluge-preferences { background-image: url('/icons/preferences.png') }
|
|
.x-deluge-connections, .x-btn .x-deluge-connections { background-image: url('/icons/connections.png') }
|
|
.x-deluge-traffic, .x-btn .x-deluge-traffic { background-image: url('/icons/traffic.png') }
|
|
.x-deluge-edit-trackers, .x-btn .x-deluge-edit-trackers {background-image: url('/icons/edit_trackers.png'); }
|
|
|
|
|
|
/* Torrent Details */
|
|
.x-deluge-status-progressbar {
|
|
margin: 5px;
|
|
}
|
|
|
|
.x-deluge-status {
|
|
margin: 10px;
|
|
}
|
|
|
|
.x-deluge-status dl {
|
|
float: left;
|
|
min-height: 120px;
|
|
}
|
|
|
|
.x-deluge-status dl dt {
|
|
float: left;
|
|
font-weight: bold;
|
|
height: 19px;
|
|
}
|
|
|
|
.x-deluge-status dl dd {
|
|
margin-left: 100px;
|
|
width: 140px;
|
|
height: 19px;
|
|
}
|
|
|
|
.x-deluge-status dd.downloaded,
|
|
.x-deluge-status dd.uploaded,
|
|
.x-deluge-status dd.share,
|
|
.x-deluge-status dd.announce,
|
|
.x-deluge-status dd.tracker_status {
|
|
width: 200px;
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.x-deluge-status dd.downspeed,
|
|
.x-deluge-status dd.upspeed,
|
|
.x-deluge-status dd.eta,
|
|
.x-deluge-status dd.pieces {
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.x-deluge-status dd.active_time,
|
|
.x-deluge-status dd.seeding_time,
|
|
.x-deluge-status dd.seed_rank,
|
|
.x-deluge-status dd.time_added {
|
|
width: 100px;
|
|
}
|
|
|
|
.x-deluge-status form br {
|
|
clear: left;
|
|
}
|
|
|
|
.x-deluge-status dd.torrent_name, .x-deluge-status dd.status, .x-deluge-status dd.tracker, .x-deluge-status dd.path, .x-deluge-status dd.comment {
|
|
width: auto;
|
|
}
|
|
|
|
/* Login Window */
|
|
.x-deluge-login-window-icon {
|
|
background: url('/icons/login.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Add Window */
|
|
.x-deluge-add-window-icon {
|
|
background: url('/icons/add.png') no-repeat 2px;
|
|
}
|
|
|
|
.x-deluge-add-torrent-name {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.x-deluge-add-torrent-name-loading {
|
|
padding-left: 20px;
|
|
line-height: 20px;
|
|
background: url('/themes/default/tree/loading.gif') no-repeat 2px;
|
|
}
|
|
|
|
/* Add Url Window */
|
|
.x-deluge-add-file, .x-btn .x-deluge-add-file {
|
|
background: url('/icons/add_file.png') no-repeat 2px;
|
|
}
|
|
|
|
.x-deluge-add-url-window-icon {
|
|
background: url('/icons/add_url.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Connect Window */
|
|
.x-deluge-connect-window-icon {
|
|
background: url('/icons/connection_manager.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Statusbar */
|
|
#deluge-statusbar .x-not-connected {
|
|
background: url('/icons/error.png') no-repeat 2px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#deluge-statusbar .x-connected {
|
|
background: transparent;
|
|
}
|
|
|
|
/* Styles for renderered progress bars */
|
|
.x-progress-renderered .x-progress-bar {
|
|
height: 16px;
|
|
}
|
|
|
|
.x-progress-renderered .x-progress-bar .x-progress-text {
|
|
margin-top: -1px;
|
|
height: 18px;
|
|
}
|
|
|
|
/* Adjust progressbar for torrent files tree */
|
|
.x-tree .x-progress-wrap {
|
|
width: 100px;
|
|
}
|
|
|
|
.x-tree .x-progress-renderered .x-progress-inner {
|
|
height: 12px;
|
|
}
|
|
|
|
.x-tree .x-progress-renderered .x-progress-bar {
|
|
height: 12px;
|
|
}
|
|
|
|
.x-tree .x-progress-renderered .x-progress-text {
|
|
vertical-align: top;
|
|
height: 12px;
|
|
font-size: 11px;
|
|
font-weight: normal;
|
|
padding: 0px;
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.x-tree .x-progress-renderered .x-progress-bar .x-progress-text {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
/* Options Tab Styles */
|
|
.x-deluge-options-label {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
|
|
/* Sidebar styles */
|
|
#sidebar .x-grid3-col-filter {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#sidebar .x-deluge-filter {
|
|
background-repeat: no-repeat;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#sidebar .x-grid3-row-selected td {
|
|
font-weight: Bold;
|
|
}
|
|
|
|
/* MessageBox icon styles */
|
|
.x-deluge-icon-warning {
|
|
background: url('/icons/warning.png') no-repeat 2px;
|
|
}
|
|
|
|
.x-deluge-icon-error {
|
|
background: url('/icons/error.png') no-repeat 2px;
|
|
}
|
|
|
|
.x-tree-node-leaf .x-deluge-file {
|
|
background-image: url('/icons/document.png');
|
|
}
|
|
|
|
.x-deluge-add-file-checkbox {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* Filepriority styles */
|
|
.x-no-download, .x-normal-download, .x-high-download, .x-highest-download {
|
|
padding-left: 20px;
|
|
background-repeat: no-repeat;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.x-no-download {
|
|
background-image: url(/icons/no_download.png);
|
|
}
|
|
|
|
.x-normal-download {
|
|
background-image: url(/icons/normal.png);
|
|
}
|
|
|
|
.x-high-download {
|
|
background-image: url(/icons/high.png);
|
|
}
|
|
|
|
.x-highest-download {
|
|
background-image: url(/icons/highest.png);
|
|
}
|