fix: broken HTML (#1446)

* chore: refresh css files with sass 1.26.10

* fix: css selector for toolbar-separator

* chore: fix duplicate html ids in mac client faq

* fix: duplicate ID 'pagetitle' tags in Mac help

* fix: duplicate ID 'taskbox' tags in Mac help

* chore: fix mismatched div
This commit is contained in:
Charles Kerr 2020-09-12 21:44:47 -05:00 committed by GitHub
parent 83cc7e04c8
commit 09cc4c7a68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 2151 additions and 1618 deletions

View File

@ -16,7 +16,7 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Why is my download so slow? </h1>
</div>
<p>Read these tips for <a href="speed.html">maximizing your download speed</a>.
@ -27,20 +27,20 @@
Furthermore, if there are few seeds and many peers, more people will be fighting for the same scarce pieces which will slow things down.
Best results are achieved when the torrent has more seeds than peers.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>Why isn't my torrent downloading at all? </h1>
</div>
<p>Often this is because the tracker is down, and thus Transmission is unable to interact with other peers. If this is the case, enabling DHT (trackerless torrents) (Preferences -> Peers) might help for public torrents.
<p>If there are no seeders in the swarm, and all the other peers have sent you what they have, you (and everyone else) will not be able to complete the download, and your speed will drop to zero.
<p>Torrents take a while to get going and so may not download much (if at all) initially. Most torrents are downloading at some rate after 15 or so minutes.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>Transmission crashed, what should I do? </h1>
</div>
<p>Post the crash log on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a> so that the issue can be fixed as quickly as possible. Crash logs are held in <i>~/Library/Logs/CrashReporter/</i>.
<p>If your torrents' progress are incorrect when you reopen Transmission (e.g. they are starting from 0%) then you should manually recheck them. <a href="check.html">Click here</a> for instructions.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What do the colors mean in the pieces box? </h1>
</div>
<p><font color="blue">Blue</font>: we have this piece - lighter shades of blue (progress only) indicate incomplete pieces <br>
@ -48,21 +48,21 @@
<font color="gray">White</font>: no connected peers have this piece (available) or we do not have any of this piece (progress) <br>
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What are seeds/peers/leechers? </h1>
</div>
<p>Peers are people you are connected to. If they have the whole file and are only uploading, they are referred to as a 'seeder'. If they only have part of the torrent, and are downloading and uploading, they are referred to as a 'leecher'.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is the ratio shown during seeding? </h1>
</div>
<p>This shows your upload/download ratio. 1.00 means you have uploaded as much as you have downloaded, 2.00 means you have uploaded twice the amount you have downloaded, etc.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What are 'Magnet links'?</h1>
</div>
<P>Magnet links contain a torrent's hash, or unique identifier, as well as a tracker address, allowing a torrent to be added without downloading a torrent file.</p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What do the stats in the Activity tab of the Inspector mean? </h1>
</div>
<p> <i>Have</i> is the sum of verified and unverified data. The <i>Verified</i> amount, in brackets, is how much checksum-verified data you have downloaded.<br>
@ -71,11 +71,11 @@
<i>Failed DL</i> is data that failed our checksum test and needs to be downloaded again. <br>
<i>Ratio</i> is the ratio of download data to uploaded data.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What does the 'Tracker' tab mean in the Inspector? </h1>
</div>
<p>See <a href="tracker.html">this page</a>.
<div id="pagetitle">
<div class="pagetitle">
<h1>What are 'nightlies'?</h1>
</div>
<p>Nightlies are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the <a href="https://forum.transmissionbt.com">Transmission forums</a>). You can try one out <a href="https://build.transmissionbt.com/job/trunk-mac/">here</a>.

View File

@ -1,29 +1,24 @@
<html>
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
<title>Index</title>
<meta name="keywords" content="index" />
<meta name="description" content="Index" />
<link href="../styles/indexpage.css" type="text/css" rel="stylesheet" media="all" />
<meta name="keywords" content="index">
<meta name="description" content="Index">
<link href="../styles/indexpage.css" type="text/css" rel="stylesheet" media="all">
</head>
<body>
<p><a name="ax-index" id="ax-index"></a><a name="ax-index-link" id="ax-index-link"></a></p>
<div id="banner">
<a name="menus"></a>
<div id="machelp">
<a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<a name="menus"></a>
<div id="banner">
<div id="machelp">
<a class="bread" href="../index.html">Transmission Help</a>
</div>
<div id="index">
&nbsp;
<a class="leftborder" href="../html/Index2.html">Index</a>
</div>
</div>

View File

@ -16,18 +16,18 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>How do I maximize my download speed?</h1>
</div>
<ol>
<li>Make sure Transmission's <a href="portforward.html">port is forwarded</a>. Port forwarding makes it easier for others to connect to you, which therefore increases your speed.
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<p>If your router supports NAT-PMP, UPnP, or you have Apple AirPort, Transmission can do this automatically; just tick the checkbox in Preferences -> Network.
</div>
</li>
<li>Make sure you cap your upload speed, so that it isn't flooded. A good rule of thumb is about 60-70% of your maximum upload bandwidth. This can be adjusted in Preferences -> Bandwidth, or in real time using the Action menu.
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<p>eg. If your upload connection is 256 Kilobits/sec, then you should cap it at 21 KB/sec ((<b>256</b> / 8) * 0.66 = <b>21</b>).
</div>
</li>
@ -36,7 +36,7 @@
<p>Remember, your download speed is proportional to how fast you upload. If there are many transfers running, then each transfer will only receive a small proportion of your upload bandwidth, reducing their respective download speeds.
To avoid spreading your upload too thinly, a good rule of thumb is to have at least 128 KBit/sec of upload bandwidth for every torrent you wish to run simultaneously.
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<p>eg. If your upload bandwidth is 256 KBit/sec, then you should only have two (<b>256</b>/128 = <b>2</b>) downloading transfers in the queue.
</div>
</li>

View File

@ -15,13 +15,13 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>How do I manually recheck my files?</h1>
</div>
<p>If Transmission crashes, you may want to manually recheck your files to both verify that the download has not been corrupted, and to ensure that the download continues where it left off, and does not start over.
<p>To do this:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Select the relevant torrent.</li>
<li>Go to the Transfers menu -> Verify Local Data.</li>

View File

@ -23,7 +23,7 @@
<img src="../gfx/TransmissionIcon.png" alt="Transmission Icon" height="32" width="32" border="0">
&nbsp;
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Welcome to Transmission! </h1>
</div>
<p>Transmission is a BitTorrent client. It is used for peer to peer filesharing over the internet. BitTorrent is a fast way of transferring files, because everyone who downloads must also upload to others. This means speeds are only limited by the number of people connected to a given torrent - the more people the better!

View File

@ -17,12 +17,12 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is the 'Micro Transport Protocol'? </h1>
</div>
<p><a href='http://en.wikipedia.org/wiki/Micro_Transport_Protocol'>The Micro Transport Protocol (µTP)</a> is a protocol designed to reduce latency and network congestion. Transfers are automatically slowed down when they are interfering with other applications. This feature is compatible with all other µTP-compatible clients.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>Why do I see a red dot and 'Port is closed'? </h1>
</div>
<p>You haven't port forwarded correctly. Port forwarding opens a port in your firewall or router so that incoming connections from the outside world can be made with Transmission. If the port is forwarded, other people in the torrent can see you, thus increasing your potential number of connections, which more importantly, might increase the speed of your download.

View File

@ -18,32 +18,32 @@
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is 'peer exchange'? </h1>
</div>
<p><a href='http://en.wikipedia.org/wiki/Peer_exchange'>Peer Exchange (PEX)</a> is a method of discovering new peers via other peers, rather than the tracker. It allows Transmission to attach to the swarm much quicker.
PEX is automatically disabled for privately tracked torrents. The feature is compatible with both Vuze and µTorrent peers.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is the 'distributed hash table'? </h1>
</div>
<p>The <a href='http://en.wikipedia.org/wiki/Distributed_hash_table'>Distributed Hash Table (DHT)</a> allows peers to be obtained without connecting to the tracker. This allows transfers to continue even if trackers are unreachable.
It is another way that Transmission can attach to the swarm quicker. DHT is automatically disabled for privately tracked torrents.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is encryption? </h1>
</div>
<p>Transmission encrypts the connections it makes with other peers when necessary, using the RC4 cipher. The implementation is compatible with other clients such as Vuze and µTorrent. It is always enabled, however you can set Transmission (Preferences -> Peers) to prefer encrypted peers or to ignore unencrypted peers completely.
<p>Note that the latter option may make Transmission unconnectable in some swarms. The encryption feature does not mean your session is secure or anonymous, it is merely a way to avoid the traffic shaping measures some ISPs have implemented.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What are 'connections'?</h1>
</div>
<p><i>Global maximum connections</i> (Preferences -> Peers) is the total number of peers that Transmission will connect to across all of your transfers. Connections per torrent can also be adjusted here, as well as in the Inspector.
<p>It is recommended that these values are left at their default setting, as allowing too many connections will severely hinder web browsing and other online activities, as well as possibly crashing your router. Increase this value at your own risk!
<p>
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<p>Recommended settings:
<ul>
<li><b>Global maximum connections</b>: 200 </li>
@ -51,7 +51,7 @@
</ul>
</div>
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is a blocklist? </h1>
</div>
<p>Transmission can block specific peers by utilizing a blocklist. An internet address for a blocklist file containing a list of IP addresses can be entered (Preferences -> Peers) and configured to auto-update weekly. Blocklists can also be manually added into ~/Library/Application Support/Transmission.

View File

@ -16,13 +16,13 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Configuring the Mac OS X Firewall</h1>
</div>
<br>
<p>Upon opening Transmission for the first time, a Mac OS X dialog box should appear asking if you will allow Transmission to receive incoming connections. Click Accept.
<p>If this doesn't happen, you can add Transmission to the firewall manually:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Open System Prefs -> Security -> Firewall. Make sure "Set access for specific services and applications" is selected.</li>
<li>Click the "+" button and select Transmission from your Applications folder. </li>

View File

@ -16,14 +16,14 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Port Forwarding a Router</h1>
</div>
<p>If you are using a router, it is probably OK to disable the OS X firewall, as you are already being protected by the router. To disable the firewall, open System Prefs -> Security -> Firewall. Click Stop.
<p>To forward a port in your router manually:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Find out what your IP address is. You can find your computer's IP address by going to System Prefs -> Network, double-clicking on your connection (for instance, Built-in Ethernet), and clicking the TCP/IP tab. It's probably something like 192.168.1.100, or 10.0.1.2.</li>
<li>Open Transmission, go to preferences, and enter a number for the port. It is recommended you pick a random number between 49152 and 65535. Let's use 50001 for now. Then quit Transmission.</li>
@ -46,16 +46,16 @@
<p>If you find yourself having to change your router settings all the time, a static IP address might be beneficial.
<div id="pagetitle">
<div class="pagetitle">
<h1>What is a static IP?</h1>
</div>
<p>A static IP is when your computer is assigned an IP address which does not change. This can be helpful if you have a laptop or have multiple computers on your network. While it makes things a bit simpler, you don't have to have a static IP for BitTorrent or Port Forwarding to work.
<p>A dynamic IP address assigned by your wireless router for example will most likely not change unless you reboot your computer, or leave and rejoin the network. Thus, having a static IP isn't really necessary, especially if your router supports UPnP.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>How do I get a static IP address?</h1>
</div>
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Go to System Prefs -> Network, double-click on your connection (for instance, Built-in Ethernet), and click the TCP/IP tab.
<li>Write down the IP, Subnet Mask and Router addresses.

View File

@ -1 +1 @@
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link media="all" rel="stylesheet" href="../styles/TransBody.css" /> <title>Port Forwarding FAQ</title> </head> <body> <div id="mainbox"> <div id="banner"> <a name="menus"></a> <div id="machelp"> <a class="bread" href="../index.html">Transmission Help</a> </div> <div id="index"> <a class="leftborder" href="../html/index2.html">Index</a></div> </div> </div> <div id="pagetitle"> <h1>How do I Port Forward?</h1> </div> <p>If your router supports NAT-PMP, UPnP, or you have Apple AirPort, Transmission can map its port automatically. Most routers manufactured since 2001 have this feature. <div summary="To do this" id="taskbox"> <ol> <li>Open Transmission. </li> <li>Go to Preferences -> Network, and check 'Automatically map port'. </li> <li>If you get a green dot and 'Port is Open' then you have successfully port forwarded!</li> <p>If you get a red dot and the message 'Port is closed', <a href="troubleshoot.html">click here</a>.</li> </ol> </div> <p>If you don't have a compatible router, it is simple to forward Transmission's port manually. For instructions <a href="pfrouter.html">click here</a>.</li> <p>If you don't use a router, and your modem is directly connected to your computer, you'll need to open Transmission's port in the Mac OS X firewall. For instructions <a href="pffirewall.html">click here</a>.<br><br> <b>Note:</b> It is highly recommended you enable the Mac OS X firewall if you are not using a router.</li> <p>Keep in mind that many DSL modems also function as routers, so port forwarding may still be necessary, even though your computer is directly connected to the modem. <p> </div> </body> </html>
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link media="all" rel="stylesheet" href="../styles/TransBody.css" /> <title>Port Forwarding FAQ</title> </head> <body> <div id="mainbox"> <div id="banner"> <a name="menus"></a> <div id="machelp"> <a class="bread" href="../index.html">Transmission Help</a> </div> <div id="index"> <a class="leftborder" href="../html/index2.html">Index</a></div> </div> </div> <div class="pagetitle"> <h1>How do I Port Forward?</h1> </div> <p>If your router supports NAT-PMP, UPnP, or you have Apple AirPort, Transmission can map its port automatically. Most routers manufactured since 2001 have this feature. <div summary="To do this" class="taskbox"> <ol> <li>Open Transmission. </li> <li>Go to Preferences -> Network, and check 'Automatically map port'. </li> <li>If you get a green dot and 'Port is Open' then you have successfully port forwarded!</li> <p>If you get a red dot and the message 'Port is closed', <a href="troubleshoot.html">click here</a>.</li> </ol> </div> <p>If you don't have a compatible router, it is simple to forward Transmission's port manually. For instructions <a href="pfrouter.html">click here</a>.</li> <p>If you don't use a router, and your modem is directly connected to your computer, you'll need to open Transmission's port in the Mac OS X firewall. For instructions <a href="pffirewall.html">click here</a>.<br><br> <b>Note:</b> It is highly recommended you enable the Mac OS X firewall if you are not using a router.</li> <p>Keep in mind that many DSL modems also function as routers, so port forwarding may still be necessary, even though your computer is directly connected to the modem. <p> </div> </body> </html>

View File

@ -18,13 +18,13 @@
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is remote access? </h1>
</div>
<p>Transmission has a web interface which can be used to monitor and manage your transfers over the internet. Other applications, such as <i>transmission-remote</i>, can also control Transmission. If you want to use the web interface, or another remote control application, check 'Enable remote access'. Leave this option unchecked if you are only going to be managing your transfers on your local machine.
<p>For security purposes, you can password protect access to Transmission, as well as restrict access to a trusted list of external IP addresses. To add an address to the list, click the + button.
<p>You can view the web interface on your local computer by clicking the 'Launch web interface' button. To view it on a remote location:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Open your web browser</li>
<li>In the address bar, enter "http://localip:port/transmission/web/", where: </li>

View File

@ -17,12 +17,12 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Running Scripts</h1>
</div>
<p>Transmission can be set to invoke a script when downloads complete. The environment variables supported are:
<div id="taskbox">
<div class="taskbox">
<ul>
<li>TR_APP_VERSION</li>
<li>TR_TIME_LOCALTIME</li>

View File

@ -15,22 +15,22 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Can I add and remove trackers in my torrents? </h1>
</div>
<p>Yes. To add trackers to a currently running torrent, go to Inspector -> Tracker, and click the plus button (+). To remove them, click minus button (-). Multiple trackers can also be added to torrent files you create. Each newly-added tracker will be placed in a new tier.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is 'Tier 1', 'Tier 2', etc? </h1>
</div>
<p>Transmission supports multitracker torrents. All of a given torrent's trackers are divided into 'Tiers'. A tracker from each tier will be contacted simultaneously. Transmission randomly chooses a tracker from each tier until it finds one that works.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What does 'announce' mean? </h1>
</div>
<p>When Transmission <i>announces</i>, it is updating its presence to the tracker and asking for more peers. This happens periodically, at the discretion of the tracker, however can be manually invoked via Transfers menu >> Update Tracker.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>What does 'scrape' mean? </h1>
</div>
<p><i>Scraping</i> the tracker simply means asking for information about the swarm itself. For example, the number of peers, seeds etc.

View File

@ -16,13 +16,13 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>I cannot get Transmission's port to open! </h1>
</div>
<p>If your port is still not open, even after you have enabled automatic port forwarding, here are some tips you can use which may get it working.
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<p>If you are still having problems, open the Message Log (in the Window menu) and post the debug output on the <a href="https://forum.transmissionbt.com/viewforum.php?f=4">support forums</a>.
<ol>
<li>Pause your torrents</li>
@ -32,7 +32,7 @@
</ol>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>UPnP</h1>
</div>
<p>For UPnP compatible routers, make sure:
@ -42,12 +42,12 @@
<li>The port has not already been forwarded manually.
</ul>
<div id="pagetitle">
<div class="pagetitle">
<h1>AirPort</h1>
</div>
<p>If you have an Apple AirPort, make sure NAT-PMP is enabled.
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Open AirPort Utility (located in /Applications/Utilities)</li>
<li>Select your base station, and then choose Manual Setup from the Base Station menu. Enter the base station password if necessary.</li>
@ -59,7 +59,7 @@
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Double NAT</h1>
</div>
<p>Another possible reason your port remains closed could be because your router is not the only device on the network which needs to be configured.

View File

@ -16,7 +16,7 @@
<a class="leftborder" href="../html/Index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Managing your transfers </h1>
</div>
<ul>

View File

@ -1 +1,218 @@
/* <html><head><meta name="robots" content="noindex"></head></html> */ body { margin: 2px 12px 12px } h1 { font-size: 11pt; font-family: "Lucida Grande", Arial, sans-serif; margin-bottom: 0 } h2 { font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; margin-top: 0; margin-bottom: -10px } h3 { font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; font-weight: bold; margin-top: -4px; margin-bottom: -4px } p { font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; line-height: 12pt; text-decoration: none } ol { font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; line-height: 12pt; list-style-position: outside; margin-top: 12px; margin-bottom: 12px; margin-left: -18px; padding-left: 40px } ol li { margin-top: 6px; margin-bottom: 6px } ol p { margin-top: 6px; margin-bottom: 6px } ul { font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; line-height: 12pt; list-style-type: round; list-style-position: outside; margin-top: 12px; margin-bottom: 12px; margin-left: -24px; padding-left: 40px } ul li { margin-top: 6px; margin-bottom: 6px } ul p { margin-top: 6px; margin-bottom: 6px } a { color: #00f; font-size: 9pt; font-family: "Lucida Grande", Arial, sans-serif; line-height: 12pt; text-decoration: none } a:hover { color: #00f; font-family: "Lucida Grande", Arial, sans-serif; text-decoration: underline } hr { text-decoration: none; border: solid 1px #bfbfbf } td { padding: 6px } #banner { background-color: #f2f2f2; background-repeat: no-repeat; padding: -2px 6px 0; position: fixed; top: 0; left: 0; width: 100%; height: 1.2em; float: left; border-bottom: 1px solid #bfbfbf } #caticon { margin-bottom: -3px; float: left } #pagetitle { margin-top: 12px; margin-bottom: -3px; width: 88%; border: solid 1px #fff } #mainbox { margin-top: 9px; padding-right: 6px } #taskbox { background-color: #e6edff; list-style-type: decimal; list-style-position: outside; margin: 12px 0; padding: 2px 12px; border: solid 1px #bfbfbf } #taskbox h2 { margin-top: 8px; margin-bottom: -4px } #machelp { position: absolute; top: 2px; left: 10px } #index { background-color: #f2f2f2; padding-top: 2px; padding-right: 25px; top: 2px; right: 12px; width: auto; float: right } #next { position: absolute; top: 49px; left: 88% } #asindent { margin-left: 22px; font-size: 9pt; font-family: Verdana, Courier, sans-serif; } .bread { color: #00f; font-size: 8pt; margin: -9px 0 -6px } .leftborder { color: #00f; font-size: 8pt; margin: -9px 0 -6px; padding-top: 24px; padding-bottom: 3px; padding-left: 8px; border-left: 1px solid #bfbfbf } .mult { margin-top: -8px } .blue { background-color: #e6edff; margin-top: -3px; margin-bottom: -3px; padding-top: -3px; padding-bottom: -3px } .rules { border-bottom: 1px dotted #ccc } .dots { border: dotted 1px #ccc } .seealso { margin-top: 4px; margin-bottom: 4px } code { color: black; font-size: 9pt; font-family: Verdana, Courier, sans-serif; }
/* <html><head><meta name="robots" content="noindex"></head></html> */
body {
margin: 2px 12px 12px
}
h1 {
font-size: 11pt;
font-family: "Lucida Grande", Arial, sans-serif;
margin-bottom: 0
}
h2 {
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
margin-top: 0;
margin-bottom: -10px
}
h3 {
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
font-weight: bold;
margin-top: -4px;
margin-bottom: -4px
}
p {
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
text-decoration: none
}
ol {
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
list-style-position: outside;
margin-top: 12px;
margin-bottom: 12px;
margin-left: -18px;
padding-left: 40px
}
ol li {
margin-top: 6px;
margin-bottom: 6px
}
ol p {
margin-top: 6px;
margin-bottom: 6px
}
ul {
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
list-style-type: round;
list-style-position: outside;
margin-top: 12px;
margin-bottom: 12px;
margin-left: -24px;
padding-left: 40px
}
ul li {
margin-top: 6px;
margin-bottom: 6px
}
ul p {
margin-top: 6px;
margin-bottom: 6px
}
a {
color: #00f;
font-size: 9pt;
font-family: "Lucida Grande", Arial, sans-serif;
line-height: 12pt;
text-decoration: none
}
a:hover {
color: #00f;
font-family: "Lucida Grande", Arial, sans-serif;
text-decoration: underline
}
hr {
text-decoration: none;
border: solid 1px #bfbfbf
}
td {
padding: 6px
}
#banner {
background-color: #f2f2f2;
background-repeat: no-repeat;
padding: -2px 6px 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 1.2em;
float: left;
border-bottom: 1px solid #bfbfbf
}
#caticon {
margin-bottom: -3px;
float: left
}
.pagetitle {
margin-top: 12px;
margin-bottom: -3px;
width: 88%;
border: solid 1px #fff
}
#mainbox {
margin-top: 9px;
padding-right: 6px
}
.taskbox {
background-color: #e6edff;
list-style-type: decimal;
list-style-position: outside;
margin: 12px 0;
padding: 2px 12px;
border: solid 1px #bfbfbf
}
#taskbox h2 {
margin-top: 8px;
margin-bottom: -4px
}
#machelp {
position: absolute;
top: 2px;
left: 10px
}
#index {
background-color: #f2f2f2;
padding-top: 2px;
padding-right: 25px;
top: 2px;
right: 12px;
width: auto;
float: right
}
#next {
position: absolute;
top: 49px;
left: 88%
}
#asindent {
margin-left: 22px;
font-size: 9pt;
font-family: Verdana, Courier, sans-serif;
}
.bread {
color: #00f;
font-size: 8pt;
margin: -9px 0 -6px
}
.leftborder {
color: #00f;
font-size: 8pt;
margin: -9px 0 -6px;
padding-top: 24px;
padding-bottom: 3px;
padding-left: 8px;
border-left: 1px solid #bfbfbf
}
.mult {
margin-top: -8px
}
.blue {
background-color: #e6edff;
margin-top: -3px;
margin-bottom: -3px;
padding-top: -3px;
padding-bottom: -3px
}
.rules {
border-bottom: 1px dotted #ccc
}
.dots {
border: dotted 1px #ccc
}
.seealso {
margin-top: 4px;
margin-bottom: 4px
}
code {
color: black;
font-size: 9pt;
font-family: Verdana, Courier, sans-serif;
}

View File

@ -42,10 +42,10 @@
<div id="toolbar">
<div id="toolbar-open" title="Open Torrent"></div>
<div id="toolbar-remove" title="Remove Selected Torrents"></div>
<div id="toolbar-separator"></div>
<div class="toolbar-separator"></div>
<div id="toolbar-start" title="Start Selected Torrents"></div>
<div id="toolbar-pause" title="Pause Selected Torrents"></div>
<div id="toolbar-separator"></div>
<div class="toolbar-separator"></div>
<div id="toolbar-start-all" title="Start All Torrents"></div>
<div id="toolbar-pause-all" title="Pause All Torrents"></div>
<div id="toolbar-inspector" title="Toggle Inspector"></div>

File diff suppressed because it is too large Load Diff

View File

@ -165,7 +165,7 @@ div#toolbar
background-repeat: no-repeat;
}
>div#toolbar-separator {
>div.toolbar-separator {
height: 25px;
margin-top: 8px;
margin-bottom: 5px;

File diff suppressed because it is too large Load Diff

View File

@ -141,7 +141,7 @@ div#toolbar
background-repeat: no-repeat;
}
>div#toolbar-separator {
>div.toolbar-separator {
height: 25px;
margin-top: 8px;
margin-bottom: 8px;