2008-07-10 23:57:46 +00:00
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* G L O B A L
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
|
|
|
html {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
2008-07-10 23:57:46 +00:00
|
|
|
/* setting border: 0 hoses ie6 win window inner well border */
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 0;
|
|
|
|
height: 100%;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2010-10-23 03:22:03 +00:00
|
|
|
font: 62.5% "lucida grande", Tahoma, Verdana, Arial, Helvetica, sans-serif; /* Resets 1em to 10px */
|
2011-08-16 18:49:26 +00:00
|
|
|
color: #222;/* !important; */
|
2010-10-23 03:22:03 +00:00
|
|
|
background: #FFF;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 0 30px;
|
|
|
|
overflow: hidden;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2010-10-23 03:22:03 +00:00
|
|
|
border: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2010-10-23 03:22:03 +00:00
|
|
|
outline: 0;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
/***
|
|
|
|
****
|
|
|
|
**** TOOLBAR
|
|
|
|
****
|
|
|
|
***/
|
|
|
|
|
|
|
|
#toolbar {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 75px;
|
|
|
|
margin: 0;
|
|
|
|
background: transparent url('../images/graphics/chrome.png') left top repeat-x;
|
2011-08-24 02:04:35 +00:00
|
|
|
border: 1px outset #AEBBCB;
|
2010-10-23 03:22:03 +00:00
|
|
|
overflow: hidden;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar h1 {
|
2010-10-23 03:22:03 +00:00
|
|
|
height: inherit;
|
|
|
|
width: 205px;
|
|
|
|
text-indent: -9000px !important;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0 0 0 5px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
height: 50px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 7px;
|
|
|
|
text-align: center;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar ul li {
|
2010-10-23 03:22:03 +00:00
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
|
|
|
float: left;
|
|
|
|
padding: 0;
|
|
|
|
margin: 13px 0 0 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
height: 50px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar #inspector {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar ul li > div {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #000;
|
|
|
|
font-size: 1.1em;
|
|
|
|
text-decoration: none;
|
|
|
|
padding: 0 8px;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
text-shadow: 0 1px 0 #ccc;
|
|
|
|
min-width: 32px;
|
|
|
|
cursor: pointer;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar ul li div.toolbar_image {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin: 0 auto 5px;
|
|
|
|
background-image: url('../images/buttons/toolbar_buttons.png');
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
/* toolbar images */
|
|
|
|
li#open div div.toolbar_image { background-position: left 0px; }
|
|
|
|
li#open div:active div.toolbar_image { background-position: right 0px; }
|
|
|
|
li#remove div div.toolbar_image { background-position: left -32px; }
|
|
|
|
li#remove div:active div.toolbar_image { background-position: right -32px; }
|
|
|
|
li#resume_selected div div.toolbar_image { background-position: left -96px; }
|
|
|
|
li#resume_selected div:active div.toolbar_image { background-position: right -96px; }
|
|
|
|
li#pause_selected div div.toolbar_image { background-position: left -64px; }
|
|
|
|
li#pause_selected div:active div.toolbar_image { background-position: right -64px; }
|
|
|
|
li#pause_all div div.toolbar_image { background-position: left -128px; }
|
|
|
|
li#pause_all div:active div.toolbar_image { background-position: right -128px; }
|
|
|
|
li#resume_all div div.toolbar_image { background-position: left -160px; }
|
|
|
|
li#resume_all div:active div.toolbar_image { background-position: right -160px; }
|
|
|
|
li#filter div div.toolbar_image { background-position: left -192px; }
|
|
|
|
li#filter div:active div.toolbar_image { background-position: right -192px; }
|
|
|
|
li#inspector div div.toolbar_image { background-position: left -224px; }
|
|
|
|
li#inspector div:active div.toolbar_image { background-position: right -224px; }
|
|
|
|
|
|
|
|
#toolbar ul li.disabled > div {
|
2010-10-23 03:22:03 +00:00
|
|
|
text-shadow: 0 1px 0 #fff;
|
|
|
|
opacity: 0.25;
|
|
|
|
cursor: default;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#toolbar ul li.divider {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 0;
|
|
|
|
border-right: 1px dotted black;
|
|
|
|
opacity: 0.2;
|
|
|
|
margin: 14px 4px 0;
|
|
|
|
height: 49px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
/***
|
|
|
|
****
|
|
|
|
**** STATUSBAR
|
|
|
|
****
|
|
|
|
***/
|
2008-07-10 23:57:46 +00:00
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar {
|
|
|
|
background: #ACACAC;
|
|
|
|
border: 1px outset #AEBBCB;
|
2010-10-23 03:22:03 +00:00
|
|
|
height: 24px;
|
2011-08-24 02:04:35 +00:00
|
|
|
width: 100%;
|
2010-10-23 03:22:03 +00:00
|
|
|
overflow: hidden;
|
2011-08-24 02:04:35 +00:00
|
|
|
position: relative;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar #speed-info {
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-left: 45%;
|
2010-10-23 03:22:03 +00:00
|
|
|
text-align: left;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar #filter-button {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
2011-08-24 02:04:35 +00:00
|
|
|
border: none;
|
|
|
|
padding: 1px 5px;
|
|
|
|
text-shadow: 0 1px 0 #ccc;
|
|
|
|
border-radius: 2px;*/
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1.2em;
|
2011-08-24 02:04:35 +00:00
|
|
|
margin: 5px 4px 0px 4px;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar #filter-button:hover {
|
|
|
|
cursor: pointer;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar #filter-button .filter-selection {
|
|
|
|
text-decoration: underline;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar input#torrent_search {
|
|
|
|
float: right;
|
2010-10-23 03:22:03 +00:00
|
|
|
height: 15px;
|
|
|
|
width: 100px;
|
|
|
|
border: solid 0 #fff;
|
2011-08-24 02:04:35 +00:00
|
|
|
padding: 2px;
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 4px 5px 0 0;
|
|
|
|
border-radius: 10px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-09-18 21:25:23 +00:00
|
|
|
/* Safari-look filter input for Firefox */
|
|
|
|
@-moz-document url-prefix() {
|
2011-08-24 02:04:35 +00:00
|
|
|
div#statusbar input#torrent_search {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: #FFF url('../images/graphics/filter_icon.png') top left no-repeat;
|
|
|
|
border: 1px solid #5D80A1;
|
|
|
|
margin-top: 3px;
|
|
|
|
padding: 1px 10px 1px 18px;
|
|
|
|
width: 76px;
|
|
|
|
-moz-border-radius: 10px;
|
|
|
|
}
|
|
|
|
div#torrent_filter_bar input#torrent_search.blur {
|
|
|
|
border-color: #CCC;
|
|
|
|
}
|
2010-06-21 13:14:33 +00:00
|
|
|
}
|
2008-07-10 23:57:46 +00:00
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
#statusbar input#torrent_search.blur {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #999;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
/***
|
|
|
|
****
|
|
|
|
**** FILTER POPUP
|
|
|
|
****
|
|
|
|
***/
|
|
|
|
|
|
|
|
#filter-popup .count {
|
|
|
|
padding-left: 3px;
|
|
|
|
}
|
|
|
|
#filter-popup {
|
|
|
|
color: #222;/* !important; */
|
|
|
|
background: #FFF;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
#filter-popup #filter-by-state .row .filter-img {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
div#filter-popup #filter-by-state .row .filter-name {
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
#filter-popup .row {
|
|
|
|
font-size: 1.2em;
|
|
|
|
text-align: left;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 8px 2px;
|
|
|
|
position: relative;
|
|
|
|
height: 18px;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
|
|
|
div#filter-popup .row .filter-img {
|
|
|
|
border: none;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
}
|
|
|
|
#filter-popup .row .filter-name {
|
|
|
|
position: absolute;
|
|
|
|
left: 20px;
|
|
|
|
}
|
|
|
|
#filter-popup .row .count {
|
|
|
|
float: right;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
#filter-popup li {
|
|
|
|
text-align: left
|
|
|
|
}
|
|
|
|
#filter-popup .row:hover,
|
|
|
|
#filter-popup .row.selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#filter-popup #filter-by-state {
|
|
|
|
float: left;
|
|
|
|
width: 120px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
#filter-popup #filter-by-tracker {
|
|
|
|
float: right;
|
|
|
|
width: 130px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
/***
|
|
|
|
****
|
|
|
|
**** TORRENT CONTAINER
|
|
|
|
****
|
|
|
|
***/
|
2008-07-10 23:57:46 +00:00
|
|
|
|
|
|
|
div#torrent_container {
|
2010-10-23 03:22:03 +00:00
|
|
|
position: fixed;
|
2011-08-24 02:04:35 +00:00
|
|
|
top: 102px;
|
2010-10-23 03:22:03 +00:00
|
|
|
bottom: 22px;
|
|
|
|
right: 0px;
|
|
|
|
left: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
overflow: auto;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
text-align: left;
|
|
|
|
cursor: default;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list li {
|
2010-10-23 03:22:03 +00:00
|
|
|
list-style-type: none;
|
|
|
|
list-style-image: none;
|
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
vertical-align: middle;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
overflow: hidden;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list li.torrent {
|
2010-10-23 03:22:03 +00:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
padding: 4px 30px 5px 10px; /* Make space for buttons on the right */
|
|
|
|
margin: 0 !important;
|
|
|
|
color: #666;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list li.torrent.compact {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2008-07-10 23:57:46 +00:00
|
|
|
|
|
|
|
ul.torrent_list li.torrent a img {
|
2010-10-23 03:22:03 +00:00
|
|
|
position: relative;
|
|
|
|
right: -10px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list li.torrent.even {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #EDF3FE;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list li.torrent.selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #3879D7;
|
|
|
|
color: #FFF;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.torrent_list li.torrent div.torrent_name {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: bold;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #222;
|
2011-08-24 02:04:35 +00:00
|
|
|
margin-top: 2px;
|
2010-10-23 03:22:03 +00:00
|
|
|
margin-bottom: 2px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
ul.torrent_list li.torrent div.torrent_name.compact {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list li.torrent div.torrent_name.paused {
|
|
|
|
font-size: 1.3em;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #777;
|
2010-06-19 16:36:00 +00:00
|
|
|
}
|
|
|
|
|
2008-07-10 23:57:46 +00:00
|
|
|
ul.torrent_list li.torrent.selected div.torrent_name {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #fff;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_details,
|
|
|
|
ul.torrent_list div.torrent_peer_details {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: left;
|
|
|
|
font-size: 1em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-07-29 17:45:23 +00:00
|
|
|
ul.torrent_list li.torrent div.torrent_progress_details.error {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #FF0000;
|
2010-07-29 17:45:23 +00:00
|
|
|
}
|
|
|
|
ul.torrent_list li.torrent.selected div.torrent_progress_details.error {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #FFF;
|
2010-07-29 17:45:23 +00:00
|
|
|
}
|
|
|
|
ul.torrent_list li.torrent div.torrent_peer_details.error {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #FF0000;
|
2010-07-29 17:45:23 +00:00
|
|
|
}
|
|
|
|
ul.torrent_list li.torrent.selected div.torrent_peer_details.error {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #FFF;
|
2010-07-29 17:45:23 +00:00
|
|
|
}
|
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Progressbar
|
|
|
|
*
|
|
|
|
* Each progressbar has three elemens: a parent container and two children,
|
|
|
|
* complete and incomplete.
|
|
|
|
*
|
|
|
|
* The only thing needed to set the progressbar percentage is to set
|
|
|
|
* the complete child's width as a percentage. This is because incomplete
|
|
|
|
* is pinned to the full width and height of the parent, and complete
|
|
|
|
* is pinned to the left side of the parent and has a higher z-index.
|
|
|
|
*
|
|
|
|
* The progressbar has different colors depending on its state, so there
|
2011-08-25 06:18:42 +00:00
|
|
|
* are five 'decorator' classNames: paused, queued, magnet, leeching, seeding.
|
2011-08-16 18:49:26 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
ul.torrent_list div.torrent_progress_bar_container {
|
|
|
|
height: 10px;
|
|
|
|
position: relative;
|
|
|
|
margin-top: 2px;
|
2010-06-19 16:36:00 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar_container.compact {
|
|
|
|
width: 50px;
|
2010-10-23 03:22:03 +00:00
|
|
|
position: absolute;
|
2011-08-16 18:49:26 +00:00
|
|
|
right: 10px;
|
|
|
|
margin-top: 2px;
|
|
|
|
/*float: right;*/
|
2010-06-19 16:36:00 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_peer_details.compact {
|
|
|
|
font-size: 12px; /* matching the progressbar height (10px) + progressbar border (1px top, 1px bottom) */
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 65px; /* leave room on the right for the progressbar */
|
|
|
|
float: right; /* pins it next to progressbar & forces torrent_name to ellipsize when it bumps up against this div */
|
|
|
|
}
|
|
|
|
ul.torrent_list div.torrent_progress_bar_container.full {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
ul.torrent_list div.torrent_progress_bar {
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
2010-10-23 03:22:03 +00:00
|
|
|
background-image: url('../images/progress/progress.png');
|
|
|
|
background-repeat: repeat-x;
|
2011-08-16 18:49:26 +00:00
|
|
|
border: 1px solid #888;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete {
|
|
|
|
z-index: 2;
|
2009-07-28 04:52:59 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete {
|
|
|
|
z-index: 1;
|
|
|
|
width: 100%;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.paused {
|
|
|
|
background-position: left -30px;
|
|
|
|
border-color: #989898;
|
2010-06-19 16:36:00 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete.paused {
|
|
|
|
background-position: left -20px;
|
|
|
|
border-color: #CFCFCF;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.magnet {
|
|
|
|
background-position: left -20px;
|
|
|
|
border-color: #CFCFCF;
|
2009-07-28 04:52:59 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete.magnet {
|
|
|
|
background-position: left -50px;
|
|
|
|
border-color: #D47778;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.leeching {
|
|
|
|
background-position: left 0px;
|
|
|
|
border-color: #3D9DEA;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2011-08-25 06:18:42 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.leeching.queued {
|
|
|
|
background-position: left -70px;
|
|
|
|
border-color: #889CA5;
|
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete.leeching {
|
|
|
|
background-position: left -20px;
|
|
|
|
border-color: #CFCFCF;
|
2008-08-14 01:40:08 +00:00
|
|
|
}
|
2011-08-25 06:18:42 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete.leeching.queued {
|
|
|
|
background-position: left -80px;
|
|
|
|
border-color: #C4C4C4;
|
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.seeding {
|
2011-08-25 02:50:47 +00:00
|
|
|
background-position: left -40px;
|
2011-08-25 04:06:08 +00:00
|
|
|
border-color: #269E30;
|
2009-12-04 04:31:29 +00:00
|
|
|
}
|
2011-08-25 06:18:42 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.complete.seeding.queued {
|
|
|
|
background-position: left -60px;
|
|
|
|
border-color: #8A998D;
|
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
ul.torrent_list div.torrent_progress_bar.incomplete.seeding {
|
2011-08-25 02:50:47 +00:00
|
|
|
background-position: left -10px;
|
|
|
|
border-color: #29AD35;
|
2009-12-04 04:31:29 +00:00
|
|
|
}
|
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
/****
|
|
|
|
***** START / STOP BUTTON
|
|
|
|
****/
|
2009-12-04 04:31:29 +00:00
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
li.torrent a {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
right: -22px;
|
2011-08-16 18:49:26 +00:00
|
|
|
top: 1px;
|
|
|
|
}
|
|
|
|
li.torrent a div {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: url('../images/buttons/torrent_buttons.png');
|
|
|
|
height: 14px;
|
|
|
|
width: 14px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a div.torrent_pause {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left top;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a:hover div.torrent_pause {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left center;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a:active div.torrent_pause {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left bottom;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a div.torrent_resume {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: center top;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a:hover div.torrent_resume {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: center center;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
li.torrent a:active div.torrent_resume {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: center bottom;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* T O R R E N T I N S P E C T O R
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
|
|
|
div#torrent_inspector {
|
2010-10-23 03:22:03 +00:00
|
|
|
position: fixed;
|
2011-08-24 02:04:35 +00:00
|
|
|
top: 102px;
|
2010-10-23 03:22:03 +00:00
|
|
|
bottom: 22px;
|
|
|
|
right: 0px;
|
2011-06-24 17:02:10 +00:00
|
|
|
width: 570px;
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #ddd;
|
|
|
|
border-left: 1px solid #888;
|
2011-08-24 02:04:35 +00:00
|
|
|
z-index: 5;
|
2010-10-23 03:22:03 +00:00
|
|
|
text-align: left;
|
|
|
|
overflow: auto;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
div#torrent_inspector #torrent_inspector_name {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
div#torrent_inspector #torrent_inspector_size {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1.2em;
|
2011-08-24 02:04:35 +00:00
|
|
|
margin: 3px;
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block;
|
|
|
|
padding-top: 2px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
div#inspector_header {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
div#inspector_tabs {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 283px;
|
|
|
|
margin: 10px auto 0 auto;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
.inspector_tab {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
|
|
|
height: 17px;
|
|
|
|
background: transparent url('../images/buttons/tab_backgrounds_highlight.png') left -1px repeat-x;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 3px 15px; /* 3px == ((bg image height - fg image height) / 2) */
|
|
|
|
cursor: pointer;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2009-05-29 01:47:10 +00:00
|
|
|
#inspector_tabs .selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -26px; /* the highlighted part of the image */
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tab_info {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/buttons/tab_backgrounds.png') left -1px repeat-x;
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
-webkit-border-top-left-radius: 5px;
|
|
|
|
-webkit-border-top-right-radius: 0px;
|
|
|
|
-webkit-border-bottom-right-radius: 0px;
|
|
|
|
-webkit-border-bottom-left-radius: 5px;
|
|
|
|
-moz-border-radius-topleft: 5px;
|
|
|
|
-moz-border-radius-topright: 0px;
|
|
|
|
-moz-border-radius-bottomright: 0px;
|
|
|
|
-moz-border-radius-bottomleft: 5px;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 0px;
|
|
|
|
border-bottom-right-radius: 0px;
|
|
|
|
border-bottom-left-radius: 5px;
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tab_info .selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/buttons/tab_backgrounds.png') left -26px repeat-x;
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tabs #inspector_tab_info .selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/buttons/tab_backgrounds.png') left -26px repeat-x !important;
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tabs #inspector_tab_activity, #inspector_tabs #inspector_tab_peers {
|
2010-10-23 03:22:03 +00:00
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
|
|
|
border-right: 1px solid #aaa;
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tabs #inspector_tab_activity, #inspector_tabs #inspector_tab_trackers {
|
2010-10-23 03:22:03 +00:00
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
2010-10-20 22:14:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_tabs #inspector_tab_files {
|
2010-10-23 03:22:03 +00:00
|
|
|
border: 1px solid #aaa;
|
|
|
|
-webkit-border-top-left-radius: 0px;
|
|
|
|
-webkit-border-top-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-right-radius: 5px;
|
|
|
|
-webkit-border-bottom-left-radius: 0px;
|
|
|
|
-moz-border-radius-topleft: 0px;
|
|
|
|
-moz-border-radius-topright: 5px;
|
|
|
|
-moz-border-radius-bottomright: 5px;
|
|
|
|
-moz-border-radius-bottomleft: 0px;
|
|
|
|
border-top-left-radius: 0px;
|
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
border-bottom-left-radius: 0px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
.inspector_container {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0 3%;
|
|
|
|
width: 96%;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
.inspector_group {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table;
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid #888;
|
|
|
|
margin: 10px 0px;
|
|
|
|
padding: 10px 0px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2010-06-22 22:32:44 +00:00
|
|
|
.inspector_torrent_label {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table-caption;
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
2010-06-22 22:32:44 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
.inspector_group_label {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table-header-group;
|
|
|
|
font-weight: bold;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2008-08-29 17:57:53 +00:00
|
|
|
.inspector_row {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table-row;
|
2008-08-29 17:57:53 +00:00
|
|
|
}
|
|
|
|
.inspector_row > .inspector_label {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table-cell;
|
|
|
|
width: 100px; /* this + the next 380 == inspector_container_with */
|
2008-08-29 17:57:53 +00:00
|
|
|
}
|
|
|
|
.inspector_row > div {
|
2011-07-21 16:07:56 +00:00
|
|
|
word-wrap: break-word;
|
2010-10-23 03:22:03 +00:00
|
|
|
padding-top: 10px;
|
|
|
|
width: 380px; /* inspector_container_width==480 - inspector_label_width==100 */
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Peers Inspector Tab */
|
|
|
|
#inspector_peers_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
text-align: left;
|
|
|
|
cursor: default;
|
|
|
|
overflow: hidden;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_peers_list > div.inspector_group {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table.peer_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
|
|
|
text-align: left;
|
|
|
|
cursor: default;
|
|
|
|
clear: both;
|
|
|
|
table-layout: fixed;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .encryptedCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 16px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .upCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 70px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .downCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 70px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .percentCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 30px;
|
|
|
|
padding-right: 5px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list td.percentCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
text-align: right;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .statusCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 40px;
|
|
|
|
padding-right: 5px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .addressCol {
|
2011-06-24 17:02:10 +00:00
|
|
|
width: 180px;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.peer_list .clientCol {
|
2010-10-23 03:22:03 +00:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2010-06-17 04:40:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
tr.inspector_peer_entry {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.inspector_peer_entry.odd {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #EEEEEE;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-01-31 02:42:48 +00:00
|
|
|
/* Trackers Inspector Tab */
|
|
|
|
#inspector_trackers_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
text-align: left;
|
|
|
|
cursor: default;
|
|
|
|
overflow: hidden;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#inspector_trackers_list > div.inspector_group {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tier_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 2px 0 8px 0;
|
|
|
|
padding-left: 0px;
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
list-style-type: none;
|
|
|
|
list-style: none;
|
|
|
|
list-style-image: none;
|
|
|
|
clear: both;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
2010-02-01 01:08:17 +00:00
|
|
|
.tier_list li{
|
2010-10-23 03:22:03 +00:00
|
|
|
overflow: hidden;
|
2010-02-01 01:08:17 +00:00
|
|
|
}
|
|
|
|
.tier_list .tracker_activity{
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
|
|
|
color: #666;
|
|
|
|
width: 330px;
|
|
|
|
display: table;
|
|
|
|
margin-top: 1px;
|
2010-02-01 01:08:17 +00:00
|
|
|
}
|
|
|
|
.tier_list .tracker_activity div{
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 2px;
|
2010-02-01 01:08:17 +00:00
|
|
|
}
|
2010-01-31 02:42:48 +00:00
|
|
|
.tier_list table{
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
|
|
|
color: #666;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
.tier_list th{
|
2010-10-23 03:22:03 +00:00
|
|
|
text-align: right;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_tracker_entry {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 3px 0 3px 2px;
|
|
|
|
display: block;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_tracker_entry.odd {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #EEEEEE;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
div.tracker_host {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #222;
|
2010-01-31 02:42:48 +00:00
|
|
|
}
|
|
|
|
|
2009-03-14 21:33:08 +00:00
|
|
|
/* Files Inspector Tab */
|
|
|
|
#inspector_file_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 0 0 0 0;
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
text-align: left;
|
|
|
|
cursor: default;
|
|
|
|
overflow: hidden;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
#inspector_tab_files_container #select_all_button_container {
|
|
|
|
width: 100%;
|
2009-12-06 03:21:08 +00:00
|
|
|
}
|
2011-08-16 18:49:26 +00:00
|
|
|
#inspector_tab_files_container .select_all_button {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url(../images/buttons/tab_backgrounds.png) repeat-x scroll left -6px;
|
|
|
|
border: 1px solid #888888;
|
|
|
|
cursor: pointer;
|
|
|
|
float: right;
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 2px;
|
|
|
|
padding: 2px 5px;
|
2009-12-06 03:21:08 +00:00
|
|
|
}
|
|
|
|
|
2011-08-16 18:49:26 +00:00
|
|
|
#inspector_file_list {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
margin: 0 0 0 0;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
text-align: left;
|
|
|
|
display: block;
|
|
|
|
cursor: default;
|
|
|
|
list-style-type: none;
|
|
|
|
list-style: none;
|
|
|
|
list-style-image: none;
|
|
|
|
clear: both;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
li.inspector_torrent_file_list_entry {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding: 3px 0 3px 2px;
|
|
|
|
display: block;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_torrent_file_list_entry.skip {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #666;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_torrent_file_list_entry.even {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #EEEEEE;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.inspector_torrent_file_list_entry_name {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #222;
|
|
|
|
margin-left: 20px;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
li.inspector_torrent_file_list_entry.skip>.inspector_torrent_file_list_entry_name {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #666;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.inspector_torrent_file_list_entry_progress {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 1em;
|
|
|
|
color: #666;
|
|
|
|
margin-left: 20px;
|
2010-06-21 13:14:33 +00:00
|
|
|
}
|
2009-03-14 21:33:08 +00:00
|
|
|
div.file_wanted_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -19px;
|
|
|
|
float: left;
|
|
|
|
position: absolute;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 3px 0 0 0;
|
|
|
|
width: 19px;
|
|
|
|
height: 19px;
|
|
|
|
background-image: url('../images/buttons/file_wanted_buttons.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: transparent;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_torrent_file_list_entry.skip>.file_wanted_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left top;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -19px;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
2009-03-19 12:46:53 +00:00
|
|
|
ul.single_file li.inspector_torrent_file_list_entry>.file_wanted_control,
|
2009-03-15 15:38:36 +00:00
|
|
|
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -38px;
|
|
|
|
cursor: default;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.file_priority_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
|
|
|
margin: 4px 0 0 0;
|
|
|
|
width: 35px;
|
|
|
|
height: 19px;
|
|
|
|
background-image: url('../images/buttons/file_priority_buttons.png');
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: pointer;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.normal {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left top;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.normal:hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: right top;
|
2009-03-16 03:04:25 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.high {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -19px;
|
2009-03-16 03:04:25 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.high:hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: right -19px;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.low {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -38px;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
div.file_priority_control.low:hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: right -38px;
|
2009-03-16 03:04:25 +00:00
|
|
|
}
|
2009-03-19 12:46:53 +00:00
|
|
|
ul.single_file li.inspector_torrent_file_list_entry>.file_priority_control,
|
|
|
|
li.inspector_torrent_file_list_entry.complete div.file_priority_control {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-position: left -57px;
|
|
|
|
cursor: default;
|
2009-03-14 21:33:08 +00:00
|
|
|
}
|
|
|
|
|
2008-07-10 23:57:46 +00:00
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* T O R R E N T F O O T E R
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
|
|
|
div.torrent_footer {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 22px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border-top: 1px solid #555;
|
2011-08-24 02:04:35 +00:00
|
|
|
background: #aaa url('../images/graphics/chrome.png') left -142px repeat-x;
|
2010-10-23 03:22:03 +00:00
|
|
|
position: fixed;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 3;
|
|
|
|
color: #000;
|
|
|
|
text-shadow: 0 1px 0 #ccc;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.torrent_footer ul#settings_menu li#button {
|
2010-10-23 03:22:03 +00:00
|
|
|
height: 22px;
|
|
|
|
width: 32px !important;
|
|
|
|
background: transparent url('../images/graphics/chrome.png') left -75px no-repeat;
|
|
|
|
margin: 0 0 0 3px;
|
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.torrent_footer ul#settings_menu li#button:active {
|
2011-08-24 02:04:35 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -75px no-repeat;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.torrent_footer ul#settings_menu li#button:hover {
|
2011-08-24 02:04:35 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -75px no-repeat;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.torrent_footer div#disk_space_container {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
|
|
|
font-size: 1.1em;
|
|
|
|
line-height: 22px;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin: 0 20px 0 0;
|
|
|
|
padding: 0px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2009-11-10 05:42:57 +00:00
|
|
|
div.torrent_footer div#turtle_button {
|
2010-10-23 03:22:03 +00:00
|
|
|
height: 22px;
|
|
|
|
width: 32px !important;
|
|
|
|
margin: 0 0 0 38px;
|
|
|
|
padding: 0;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2009-11-10 05:42:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.turtleEnabled {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') left -119px no-repeat;
|
2009-11-10 05:43:05 +00:00
|
|
|
}
|
|
|
|
.turtleEnabled:active {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -119px no-repeat;
|
2009-11-10 05:42:57 +00:00
|
|
|
}
|
|
|
|
.turtleDisabled {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') left -97px no-repeat;
|
2009-11-10 05:42:57 +00:00
|
|
|
}
|
2009-11-10 05:43:05 +00:00
|
|
|
.turtleDisabled:active {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -97px no-repeat;
|
2009-11-10 05:43:05 +00:00
|
|
|
}
|
|
|
|
|
2011-08-24 02:04:35 +00:00
|
|
|
div.torrent_footer #compact-button {
|
|
|
|
height: 22px;
|
|
|
|
width: 32px !important;
|
|
|
|
visibility: visible;
|
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
margin-left: 38px;
|
|
|
|
position: relative;
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
}
|
|
|
|
div.torrent_footer #compact-button {
|
|
|
|
background: transparent url('../images/graphics/chrome.png') left -185px no-repeat;
|
|
|
|
}
|
|
|
|
div.torrent_footer #compact-button:active {
|
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -185px no-repeat;
|
|
|
|
}
|
|
|
|
div.torrent_footer #compact-button.enabled {
|
|
|
|
background: transparent url('../images/graphics/chrome.png') left -163px no-repeat;
|
|
|
|
}
|
|
|
|
div.torrent_footer #compact-button.enabled:active {
|
|
|
|
background: transparent url('../images/graphics/chrome.png') -32px -163px no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-11-10 05:42:57 +00:00
|
|
|
|
2008-07-10 23:57:46 +00:00
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* D I A L O G S
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div.dialog_container {
|
2010-10-23 03:22:03 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
font-size: 1.1em;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window {
|
2010-10-23 03:22:03 +00:00
|
|
|
background-color: #eee;
|
|
|
|
margin: 0 auto;
|
|
|
|
opacity: .95;
|
|
|
|
border-top: none;
|
|
|
|
text-align: left;
|
|
|
|
width: 420px;
|
|
|
|
z-index: 4;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.7);
|
|
|
|
top: 80px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
2010-10-23 03:22:03 +00:00
|
|
|
div.dialog_container div.dialog_window {
|
|
|
|
top: 0;
|
|
|
|
margin-top: 71px;
|
|
|
|
z-index: 2
|
|
|
|
}
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.dialog_window {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 410px;
|
|
|
|
padding: 0 15px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#stats_container div.dialog_window {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 255px;
|
|
|
|
padding: 0 15px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window img {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 20px 20px 0 20px;
|
|
|
|
float: left;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window h2.dialog_heading {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 305px;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: black;
|
|
|
|
margin-top: 20px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window div.dialog_message {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
|
|
|
padding-left: 3px;
|
|
|
|
margin-left: -3px;
|
|
|
|
width: 305px;
|
|
|
|
overflow: hidden;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window a {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
margin: 10px 20px 10px -8px;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #EEE;
|
|
|
|
border: 1px solid #787878;
|
|
|
|
width: 50px;
|
|
|
|
height: 15px;
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #323232;
|
|
|
|
-webkit-appearance: button;
|
|
|
|
font: -webkit-control;
|
|
|
|
cursor: default;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div.dialog_window a:hover,
|
|
|
|
div.dialog_container div.dialog_window a:active {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#upload_container div.dialog_window div.dialog_message label {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
display: block;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#upload_container div.dialog_window div.dialog_message input {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 249px;
|
|
|
|
margin: 3px 0 0 0;
|
|
|
|
display: block;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#upload_container div.dialog_window div.dialog_message input[type=text] {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 245px;
|
|
|
|
padding: 2px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#upload_container div.dialog_window div.dialog_message input[type=checkbox] {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 15px 3px 0 0;
|
|
|
|
display: inline;
|
|
|
|
width: auto;
|
2009-12-06 03:21:16 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#upload_container div.dialog_window div.dialog_message #auto_start_label {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: inline;
|
2009-12-06 03:21:16 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div.dialog_container div.dialog_window form {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
2008-07-10 23:57:46 +00:00
|
|
|
iframe#torrent_upload_frame {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block; /* Don't change this : safari forms won't target hidden frames (they open a new window) */
|
|
|
|
position: absolute;
|
|
|
|
top: -1000px;
|
|
|
|
left: -1000px;
|
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#prefs_container label {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block;
|
|
|
|
margin: 0 0 0 2px;
|
2008-09-18 21:25:23 +00:00
|
|
|
}
|
2010-09-03 00:03:21 +00:00
|
|
|
|
|
|
|
div#prefs_container label.category {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
|
|
|
font-size: 1.2em;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#prefs_container label.item {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 11px !important;
|
|
|
|
margin: 0 5px 0 20px;
|
|
|
|
float: left;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
2010-09-03 00:03:21 +00:00
|
|
|
|
|
|
|
div#prefs_container label.suffix {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0 5px 0 10px;
|
|
|
|
float: left;
|
2009-11-10 05:42:57 +00:00
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#prefs_container div.formdiv.checkbox label.item {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0 5px 0 2px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.limit_total label.item {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 102px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.limit_turtle label.item {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 120px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.preference input[type=checkbox] {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 9px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
@-moz-document url-prefix() {
|
2010-10-23 03:22:03 +00:00
|
|
|
div#prefs_container div.preference input[type=checkbox] {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.preference input[type=text] {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 50px;
|
|
|
|
padding: 0px !important;
|
|
|
|
height: 18px;
|
|
|
|
margin-top: 2px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.preference input {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
2011-03-10 01:37:58 +00:00
|
|
|
div#prefs_container div.block_url input {
|
|
|
|
width: 256px !important;
|
|
|
|
}
|
|
|
|
|
2010-09-03 00:03:21 +00:00
|
|
|
div#prefs_container div.download_location input {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: 256px !important;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#prefs_container div.download_location .checkbox input {
|
2010-10-23 03:22:03 +00:00
|
|
|
width: auto !important;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div.formdiv {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
|
|
|
line-height: 30px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container a {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: left;
|
|
|
|
margin: 10px 5px 10px 7px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container h2.dialog_heading {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: none;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div#prefs_tabs {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div#prefs_tabs ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0 10px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#prefs_container div#prefs_tabs ul li {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: #323232;
|
|
|
|
text-align: center;
|
|
|
|
padding: 2px 20px;
|
|
|
|
border-left: 1px solid #787878;
|
|
|
|
border-right: 1px solid #787878;
|
|
|
|
border-top: 1px solid #787878;
|
|
|
|
margin-bottom: -1px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.prefs_tab_disabled {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: #C0C8D6 url('../images/graphics/filter_bar.png') bottom repeat-x;
|
|
|
|
border-bottom: 1px solid #787878;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.prefs_tab_enabled {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: none;
|
|
|
|
border-bottom: 1px solid #efefef;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#stats_container h2.dialog_heading {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: none;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#stats_container div#stats_error {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: none;
|
|
|
|
width: 395px;
|
|
|
|
margin: 6px auto 6px auto;
|
|
|
|
padding: 3px 0 3px 0;
|
|
|
|
border: 2px solid #cc3333;
|
|
|
|
color: #cc3333;
|
|
|
|
font-size: 1.2em;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
background-color: #FFEFEF;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.stats_info_container {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
|
|
|
padding: 0px 7px 0px 7px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.stats_group {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table;
|
|
|
|
margin: 5px 0px 0px 0px;
|
|
|
|
padding: 5px 0px 0px 0px;
|
|
|
|
width: 100%;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.stats_row {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: table-row;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
.stats_row > div {
|
2010-10-23 03:22:03 +00:00
|
|
|
padding-top: 4px;
|
2009-11-10 05:42:57 +00:00
|
|
|
}
|
2010-09-03 00:03:21 +00:00
|
|
|
div#stats_container label.category {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: both;
|
|
|
|
font-size: 1.2em;
|
|
|
|
margin: 5px 0px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#stats_container div.item {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 11px !important;
|
|
|
|
margin: 0 5px 0 20px;
|
|
|
|
float: left;
|
|
|
|
width: 100px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#stats_container div.item2 {
|
2010-10-23 03:22:03 +00:00
|
|
|
font-size: 11px !important;
|
|
|
|
margin: 0 5px 0 20px;
|
|
|
|
float: left;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#stats_container a {
|
2010-10-23 03:22:03 +00:00
|
|
|
clear: left;
|
|
|
|
margin: 10px 5px 10px 7px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog_container div#prefs_tabs ul li.prefs_tab_disabled:hover,
|
|
|
|
div.dialog_container div#prefs_tabs ul li.prefs_tab_disabled:active {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: none;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
div#prefs_container div#prefs_tabs div.prefs_tab {
|
2010-10-23 03:22:03 +00:00
|
|
|
border-top: 1px solid #787878;
|
|
|
|
clear: both;
|
|
|
|
padding: 7px;
|
2010-09-03 00:03:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#prefs_container div#pref_error {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: none;
|
|
|
|
width: 395px;
|
|
|
|
margin: 6px auto 6px auto;
|
|
|
|
padding: 3px 0 3px 0;
|
|
|
|
border: 2px solid #cc3333;
|
|
|
|
color: #cc3333;
|
|
|
|
font-size: 1.2em;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
background-color: #FFEFEF;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
2009-12-20 21:06:20 +00:00
|
|
|
#transmission_version{
|
2010-10-23 03:22:03 +00:00
|
|
|
position: absolute;
|
|
|
|
bottom: 10px;
|
|
|
|
left: 10px;
|
|
|
|
color: #999;
|
2009-12-20 21:06:20 +00:00
|
|
|
}
|
|
|
|
|
2008-07-10 23:57:46 +00:00
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* T R A N S M E N U
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
|
|
|
.trans_menu {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
cursor: default;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu, .trans_menu ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
list-style: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
min-width: 210px;
|
|
|
|
background-color: #fff;
|
|
|
|
opacity: .98;
|
|
|
|
padding: 5px 0;
|
|
|
|
text-align: left;
|
|
|
|
list-style: none;
|
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.4);
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu ul ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
min-width: 150px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu ul ul#footer_sort_menu {
|
2010-10-23 03:22:03 +00:00
|
|
|
min-width: 175px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0 10px 2px 20px !important;
|
|
|
|
color: #000;
|
|
|
|
font-size: 14px;
|
|
|
|
cursor: default;
|
|
|
|
text-indent: auto !important;
|
|
|
|
width: inherit;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
|
|
|
|
background-color: #24e;
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.separator, .trans_menu li.separator.hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
border-top: 1px solid #ddd;
|
|
|
|
margin: 5px 0;
|
|
|
|
padding: 0px;
|
|
|
|
background: transparent;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li span.arrow {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: right;
|
|
|
|
margin: 3px 0 0;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #333;
|
|
|
|
text-shadow: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.hover li.hover span.arrow, .trans_menu li.hover li.hover li.hover span.selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
color: #fff;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu span.selected {
|
2010-10-23 03:22:03 +00:00
|
|
|
margin: 0 3px 0 -15px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666;
|
|
|
|
float: left;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu div.outerbox {
|
2010-10-23 03:22:03 +00:00
|
|
|
display: none;
|
|
|
|
background: transparent;
|
|
|
|
border: 1px solid rgba(0,0,0,0.1);
|
|
|
|
-webkit-border-radius: 5px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu div.inner {
|
2010-10-23 03:22:03 +00:00
|
|
|
left: 0;
|
|
|
|
margin: 0;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.main {
|
2010-10-23 03:22:03 +00:00
|
|
|
float: left;
|
|
|
|
padding: 0 !important;
|
|
|
|
width: 30px !important;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.main li {
|
2010-10-23 03:22:03 +00:00
|
|
|
z-index: 2;
|
|
|
|
min-width: 78px;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu li.main.active {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: transparent url('../images/graphics/chrome.png') right -75px no-repeat !important;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.trans_menu a {
|
2010-10-23 03:22:03 +00:00
|
|
|
text-decoration: none;
|
|
|
|
cursor: default;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------
|
|
|
|
*
|
|
|
|
* C O N T E X T M E N U
|
|
|
|
*
|
|
|
|
*--------------------------------------*/
|
|
|
|
|
|
|
|
div#jqContextMenu {
|
2010-10-23 03:22:03 +00:00
|
|
|
-webkit-border-radius: 5px;
|
|
|
|
border: 1px solid rgba(0,0,0,0.1);
|
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
2008-07-10 23:57:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div#jqContextMenu ul {
|
2010-10-23 03:22:03 +00:00
|
|
|
filter: alpha(opacity=98);
|
|
|
|
-moz-opacity: .98;
|
|
|
|
opacity: .98;
|
|
|
|
-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.4);
|
|
|
|
-webkit-border-radius: 5px;
|
2008-08-12 13:51:11 +00:00
|
|
|
}
|
2008-09-19 16:17:35 +00:00
|
|
|
|
|
|
|
div#jqContextMenu li.separator, div#jqContextMenu li.separator:hover {
|
2010-10-23 03:22:03 +00:00
|
|
|
background: inherit !important;
|
|
|
|
border-top: 1px solid #ddd !important;
|
|
|
|
margin: 5px 0 !important;
|
|
|
|
padding: 0px;
|
2008-09-19 16:17:35 +00:00
|
|
|
}
|