mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
CSS improvement for file listing (#1081)
This commit is contained in:
parent
f098041713
commit
abccc7ca07
1 changed files with 7 additions and 3 deletions
|
@ -117,7 +117,11 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #187700;
|
color: #1d9100;
|
||||||
|
}
|
||||||
|
|
||||||
|
sup {
|
||||||
|
color: #aa8000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.tooltip {
|
||||||
|
@ -141,7 +145,7 @@ a {
|
||||||
|
|
||||||
.tooltip:hover .tooltiptext {
|
.tooltip:hover .tooltiptext {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
opacity: 1;
|
opacity: 0.97;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<center>
|
<center>
|
||||||
|
@ -158,7 +162,7 @@ a {
|
||||||
BTMR hash
|
BTMR hash
|
||||||
<sup>?
|
<sup>?
|
||||||
<span class="tooltiptext">
|
<span class="tooltiptext">
|
||||||
BitTorrent Merkle Root is a hash of a file that is embedded in torrents with BitTorrent v2 support, tracker users can extract, calculate them, and download deduplicated torrents using desktop tools such as
|
BitTorrent Merkle Root is a hash of a file embedded in torrents with BitTorrent v2 support, tracker users can extract, calculate them, and download deduplicated torrents using desktop tools such as
|
||||||
<a href="https://github.com/kovalensky/tmrr" target="_blank">Torrent Merkle Root Reader.</a>
|
<a href="https://github.com/kovalensky/tmrr" target="_blank">Torrent Merkle Root Reader.</a>
|
||||||
</span>
|
</span>
|
||||||
</sup>
|
</sup>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue