2008-05-17 12:44:42 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************
|
|
|
|
|
|
|
|
Dynamic Table
|
|
|
|
v 0.4
|
|
|
|
|
|
|
|
**************************************************************/
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles table,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers table,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList table {
|
2008-05-17 12:44:42 +00:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles th,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers th,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList th {
|
2008-05-17 12:44:42 +00:00
|
|
|
background-color: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles tr,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers tr,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList tr {
|
2008-05-17 12:44:42 +00:00
|
|
|
background-color: #fff;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
|
2015-11-11 22:58:30 +03:00
|
|
|
#torrentsTable tr:nth-child(even),
|
2015-11-13 15:02:38 +03:00
|
|
|
#torrentPeersTable tr:nth-child(even),
|
2014-11-11 15:26:20 +01:00
|
|
|
#filesTable tr:nth-child(even),
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles tr.alt,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers tr.alt,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList tr.alt {
|
2008-05-17 12:44:42 +00:00
|
|
|
background-color: #eee;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles td,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers td,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList td {
|
2008-05-17 12:44:42 +00:00
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles tr.selected,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers tr.selected,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList tr.selected {
|
2015-11-09 03:38:37 +01:00
|
|
|
background-color: #415A8D;
|
2008-05-17 12:44:42 +00:00
|
|
|
color: #fff;
|
|
|
|
}
|
2015-11-13 15:02:38 +03:00
|
|
|
#torrentPeersTable tr.selected {
|
|
|
|
background-color: #354158;
|
|
|
|
color: #fff;
|
|
|
|
}
|
2008-05-17 12:44:42 +00:00
|
|
|
|
2015-11-11 22:58:30 +03:00
|
|
|
#torrentsTable tr:hover,
|
2015-11-13 15:02:38 +03:00
|
|
|
#torrentPeersTable tr:hover,
|
2014-11-11 15:26:20 +01:00
|
|
|
#filesTable tr:hover,
|
2009-11-24 13:10:17 +00:00
|
|
|
#properties #torrentFiles tr.over,
|
2009-11-24 11:14:02 +00:00
|
|
|
#properties #trackers tr.over,
|
2009-11-23 19:12:44 +00:00
|
|
|
#transferList tr.over {
|
2008-05-17 12:44:42 +00:00
|
|
|
background-color: #ee6600;
|
|
|
|
color: #fff;
|
2014-12-08 22:00:00 +01:00
|
|
|
}
|
|
|
|
|
2015-11-11 22:58:30 +03:00
|
|
|
#torrentsTable tr:hover,
|
2014-12-08 22:00:00 +01:00
|
|
|
#properties #torrentFiles tr.over,
|
|
|
|
#properties #trackers tr.over,
|
|
|
|
#transferList tr.over {
|
2008-05-17 12:44:42 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2009-11-29 14:44:30 +00:00
|
|
|
|
|
|
|
#transferList img.statusIcon {
|
2017-01-13 17:13:23 +08:00
|
|
|
height: 1.3em;
|
|
|
|
vertical-align: middle;
|
2009-11-29 14:44:30 +00:00
|
|
|
}
|
2014-12-08 21:00:00 +01:00
|
|
|
|
2014-12-08 22:00:00 +01:00
|
|
|
#trackers th,
|
|
|
|
#trackers td,
|
|
|
|
#torrentFiles th,
|
|
|
|
#torrentFiles td,
|
2014-12-08 21:00:00 +01:00
|
|
|
#transferList th,
|
|
|
|
#transferList td {
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
max-width: 300px;
|
2015-11-09 03:38:37 +01:00
|
|
|
}
|
2016-01-20 12:43:32 +03:00
|
|
|
|
|
|
|
tr.dynamicTableHeader {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|