172 lines
3.6 KiB
CSS
172 lines
3.6 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/16/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;
|
|
}
|
|
|
|
.x-deluge-downloading, .x-deluge-seeding {
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.x-deluge-all { background-image: url('/icons/16/all.png'); }
|
|
.x-deluge-active { background-image: url('/icons/16/active.png'); }
|
|
.x-deluge-downloading, .x-deluge-peer { background-image: url('/icons/16/downloading.png'); }
|
|
.x-deluge-seeding, .deluge-torrents .seeding, .x-deluge-seed { background-image: url('/icons/16/seeding.png'); }
|
|
.x-deluge-queued, .deluge-torrents .queued { background-image: url('/icons/16/queued.png'); }
|
|
.x-deluge-paused, .deluge-torrents .paused { background-image: url('/icons/16/inactive.png'); }
|
|
.x-deluge-error, .deluge-torrents .error { background-image: url('/icons/16/alert.png'); }
|
|
.x-deluge-checking, .deluge-torrents .checking { background-image: url('/icons/16/checking.png'); }
|
|
|
|
|
|
/* Torrent Details */
|
|
.deluge-status-progressbar {
|
|
margin: 5px;
|
|
}
|
|
|
|
.deluge-status {
|
|
margin: 10px;
|
|
}
|
|
|
|
.deluge-status dl {
|
|
float: left;
|
|
min-height: 120px;
|
|
}
|
|
|
|
.deluge-status dl dt {
|
|
float: left;
|
|
font-weight: bold;
|
|
height: 19px;
|
|
}
|
|
|
|
.deluge-status dl dd {
|
|
margin-left: 100px;
|
|
width: 140px;
|
|
height: 19px;
|
|
}
|
|
|
|
.deluge-status dd.downloaded, .deluge-status dd.uploaded, .deluge-status dd.share, .deluge-status dd.announce, .deluge-status dd.tracker_status, .deluge-status dd.active_time {
|
|
width: 200px;
|
|
}
|
|
|
|
.deluge-status dd.downspeed, .deluge-status dd.upspeed, .deluge-status dd.eta, .deluge-status dd.pieces {
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.deluge-status form br {
|
|
clear: left;
|
|
}
|
|
|
|
.deluge-status dd.torrent_name, .deluge-status dd.status, .deluge-status dd.tracker, .deluge-status dd.path, .deluge-status dd.comment {
|
|
width: 500px;
|
|
}
|
|
|
|
/* Peers Grid */
|
|
.x-deluge-peer {
|
|
|
|
}
|
|
|
|
.x-deluge-seed {
|
|
|
|
}
|
|
|
|
/* Login Window */
|
|
.x-deluge-login-window-icon {
|
|
background: url('/icons/16/login.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Add Window */
|
|
.x-deluge-add-window-icon {
|
|
background: url('/icons/16/add.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Add Url Window */
|
|
.x-deluge-add-url-window-icon {
|
|
background: url('/icons/16/add_url.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Connect Window */
|
|
.x-deluge-connect-window-icon {
|
|
background: url('/icons/16/connection_manager.png') no-repeat 2px;
|
|
}
|
|
|
|
/* Statusbar */
|
|
#deluge-statusbar .x-not-connected {
|
|
background: url('/icons/16/error.png') no-repeat 2px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#deluge-statusbar .x-connected {
|
|
background: transparent;
|
|
}
|
|
|
|
.x-progress-wrap {
|
|
background: url('/themes/slate/panel/white-top-bottom.gif');
|
|
border: 1px solid Black;
|
|
border-top: none;
|
|
}
|
|
|
|
.x-progress-inner {
|
|
background: url('/themes/slate/panel/white-top-bottom.gif');
|
|
}
|
|
|
|
.x-progress-bar {
|
|
background: url('/themes/slate/toolbar/bg.gif');
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.x-progress-text {
|
|
background: transparent;
|
|
color: transparent;
|
|
}
|
|
|
|
.x-progress-text-back {
|
|
background: transparent;
|
|
color: White;
|
|
}
|
|
|
|
/* Sidebar styles */
|
|
.x-deluge-filters .x-grid3-col-filter {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
padding: 2px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.x-deluge-filters .x-deluge-filter {
|
|
background-repeat: no-repeat;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
/* MessageBox icon styles */
|
|
.x-deluge-icon-warning {
|
|
background: url('/icons/16/warning.png') no-repeat 2px;
|
|
}
|
|
|
|
.x-deluge-icon-error {
|
|
background: url('/icons/16/error.png') no-repeat 2px;
|
|
} |