CSS improvement for file listing (#1081)

This commit is contained in:
Cønstantine Kovalensky 2023-11-11 22:41:00 +04:00 committed by GitHub
commit abccc7ca07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>