[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2417: Reorg the website module into the standard branches, tags, a (in website: . trunk)
Author: edmanm
Date: 2008-03-16 01:41:11 -0400 (Sun, 16 Mar 2008)
New Revision: 2417
Added:
website/branches/
website/tags/
website/trunk/
website/trunk/download.php
website/trunk/footer.inc.php
website/trunk/header.inc.php
website/trunk/images/
website/trunk/index.php
website/trunk/screenshots.php
website/trunk/stylesheet.css
Removed:
website/download.php
website/footer.inc.php
website/header.inc.php
website/images/
website/index.php
website/screenshots.php
website/stylesheet.css
Log:
Reorg the website module into the standard branches, tags, and trunk
format.
Deleted: website/download.php
Deleted: website/footer.inc.php
Deleted: website/header.inc.php
Deleted: website/index.php
Deleted: website/screenshots.php
Deleted: website/stylesheet.css
Copied: website/trunk/download.php (from rev 2416, website/download.php)
===================================================================
--- website/trunk/download.php (rev 0)
+++ website/trunk/download.php 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,266 @@
+<?php
+
+$pagename = "Vidalia - Download";
+include("header.inc.php");
+
+?>
+
+<p>
+<br>
+</p>
+
+<div class="content">
+<p>
+Grab the latest package for your platform below. Or, in the more likely case
+that we don't have a package for your platform, you can grab the source
+tarball.
+</p>
+
+<p>
+<i>Note:</i> Vidalia requires Tor 0.1.2.x or later. If you're installing
+the Windows or Mac OS X bundle, then the latest version of Tor is already included.
+</p>
+
+<h3>Latest Vidalia Release (1-March-2008): <b>0.1.0</b>
+</h3>
+<table border="1">
+<tr>
+ <td colspan="3">
+ <b>Stable Bundles</b><br/>
+ Includes
+ <a href="https://www.torproject.org/">Tor</a>
+ <a href="dist/other/tor-0.1.2.19.tar.gz">0.1.2.19</a>
+ (<a href="dist/other/tor-0.1.2.19.tar.gz.asc">sig</a>) and
+ <a href="http://www.privoxy.org/">Privoxy</a>
+ <a href="dist/other/privoxy-3.0.6-stable-src.tar.gz">3.0.6</a>
+ (<a href="dist/other/privoxy-3.0.6-stable-src.tar.gz.asc">sig</a>)
+ </td>
+</tr>
+<tr>
+ <td>Windows</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.1.2.19-0.0.16.exe">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.1.2.19-0.0.16.exe.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallWindows">
+ Windows Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Tiger)</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.1.2.19-0.0.16a-tiger.dmg">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.1.2.19-0.0.16a-tiger.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Panther)</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.1.2.19-0.0.16a-panther.dmg">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.1.2.19-0.0.16a-panther.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td colspan="3">
+ <b>Development Bundles</b><br/>
+ Includes
+ <a href="https://www.torproject.org/">Tor</a>
+ <a href="dist/other/tor-0.2.0.17-alpha.tar.gz">0.2.0.17-alpha</a>
+ (<a href="dist/other/tor-0.2.0.17-alpha.tar.gz.asc">sig</a>) and
+ <a href="http://www.privoxy.org/">Privoxy</a>
+ <a href="dist/other/privoxy-3.0.6-stable-src.tar.gz">3.0.6</a>
+ (<a href="dist/other/privoxy-3.0.6-stable-src.tar.gz.asc">sig</a>)
+ </td>
+</tr>
+<tr>
+ <td>Windows</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16.exe">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16.exe.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallWindows">
+ Windows Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Tiger)</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16a-tiger.dmg">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16a-tiger.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Panther)</td>
+ <td>
+ <a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16a-panther.dmg">0.0.16</a>
+ (<a href="dist/vidalia-bundle-0.2.0.17-alpha-0.0.16a-panther.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+</table><br/>
+<table border="1">
+<tr>
+ <td colspan="3">
+ <b>Vidalia-only Packages</b>
+ </td>
+</tr>
+<tr>
+ <td>Windows</td>
+ <td>
+ <a href="dist/vidalia-0.1.0.exe">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0.exe.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallWindows">
+ Windows Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Windows (Debug Build)</td>
+ <td>
+ <a href="dist/vidalia-0.0.15-debug.exe">0.0.15</a>
+ (<a href="dist/vidalia-0.0.15-debug.exe.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/Debugging">
+ Debugging Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Tiger)</td>
+ <td>
+ <a href="dist/vidalia-0.1.0-tiger.dmg">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0-tiger.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Mac OS X (Panther)</td>
+ <td>
+ <a href="dist/vidalia-0.1.0-panther.dmg">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0-panther.dmg.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallOSX">
+ OS X Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Red Hat (RPM)</td>
+ <td>
+ <a href="dist/vidalia-0.1.0-1.i386.rpm">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0-1.i386.rpm.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallLinux#RedHat">
+ Red Hat Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Red Hat (SRPM)</td>
+ <td>
+ <a href="dist/vidalia-0.1.0-1.src.rpm">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0-1.src.rpm.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallLinux#RedHat">
+ Red Hat Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Gentoo</td>
+ <td>emerge</td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallLinux#Gentoo">
+ Gentoo Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>FreeBSD</td>
+ <td></td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallLinux#FreeBSD">
+ FreeBSD Installation Instructions
+ </a>
+ </td>
+</tr>
+<tr>
+ <td>Source</td>
+ <td>
+ <a href="dist/vidalia-0.1.0.tar.gz">0.1.0</a>
+ (<a href="dist/vidalia-0.1.0.tar.gz.asc">sig</a>)
+ </td>
+ <td>
+ <a href="http://trac.vidalia-project.net/wiki/InstallSource">
+ Installing From Source
+ </a>
+ </td>
+</tr>
+</table>
+
+<p>
+Vidalia is distributed as
+<a href="http://www.fsf.org/">Free Software</a>
+under the
+<a href="http://trac.vidalia-project.net/wiki/License">GPL</a>.
+</p>
+
+<p>
+See our wiki page on <a href="http://trac.vidalia-project.net/wiki/VerifyingSignatures">
+verifying signatures</a> for information on the keys used to sign Vidalia packages.
+</p>
+
+<h3>Snapshot</h3>
+<p>
+You can grab the latest development snapshot from our
+<a href="http://trac.vidalia-project.net/wiki/GettingTheCode">
+Subversion repository</a>
+or
+<a href="http://trac.vidalia-project.net/browser/vidalia/trunk">browse</a>
+the repository online.
+</p>
+
+<h3>Archive</h3>
+<p>
+You can find old releases of Vidalia in the <a href="dist/archive/">archive</a>.
+</p>
+</div>
+
+<?php
+
+include("footer.inc.php");
+
+?>
Copied: website/trunk/footer.inc.php (from rev 2416, website/footer.inc.php)
===================================================================
--- website/trunk/footer.inc.php (rev 0)
+++ website/trunk/footer.inc.php 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,13 @@
+<hr>
+<div class="content">
+<p align="right">
+<a href="http://www.softwarefreedom.org/">
+ <img src="images/support-sflc.png"
+ alt="[frdm] Support SFLC" height="31" width="88" border="0"
+ title="Software Freedom Law Center" />
+</a>
+</p>
+</div>
+
+</body>
+</html>
Copied: website/trunk/header.inc.php (from rev 2416, website/header.inc.php)
===================================================================
--- website/trunk/header.inc.php (rev 0)
+++ website/trunk/header.inc.php 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,26 @@
+<?php
+ $parts = Explode('/', $_SERVER["SCRIPT_NAME"]);
+ $scriptname = $parts[count($parts) - 1];
+?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title><?php echo $pagename; ?></title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="stylesheet" type="text/css" href="stylesheet.css">
+</head>
+<body>
+<div id="vidaliabanner">
+ <a href="http://www.vidalia-project.net">
+ <img src="images/vidalia_logo.png" alt="Vidalia"/></a>
+</div>
+<div id="navcontainer">
+ <a class="<?php echo ($scriptname == "index.php" ? "navtabcurrent" : "navtab");?>" href="index.php">Home</a>
+ <a class="<?php echo ($scriptname == "download.php" ? "navtabcurrent" : "navtab");?>" href="download.php">Download</a>
+ <a class="<?php echo ($scriptname == "screenshots.php" ? "navtabcurrent" : "navtab")?>" href="screenshots.php">Screenshots</a>
+ <a class="navtab" href="http://trac.vidalia-project.net/wiki/WikiStart">Support & Development</a>
+</div>
+<div id="mainnav">
+ <br />
+</div>
+
Copied: website/trunk/images (from rev 2416, website/images)
Copied: website/trunk/index.php (from rev 2416, website/index.php)
===================================================================
--- website/trunk/index.php (rev 0)
+++ website/trunk/index.php 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,64 @@
+<?php
+
+$pagename = "Vidalia - Home";
+include("header.inc.php");
+
+?>
+<p>
+<br />
+</p>
+
+<div class="content">
+<p>
+Vidalia is a cross-platform controller GUI for
+<a href="https://www.torproject.org/">Tor</a>, built using the
+<a href="http://trolltech.com/products/qt">Qt</a>
+framework. Using Vidalia, you can start and stop Tor, view the status of Tor at
+a glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy to
+contribute to the Tor network by helping you set up and manage your own Tor relay.
+</p>
+
+<p>
+Vidalia runs on most platforms supported by Qt 4.2 or later, including
+Windows, Mac OS X, and Linux or other Unix variants using the X11 window
+system.
+</p>
+
+<p>
+You can view some <a href="screenshots.php">screenshots</a> of Vidalia or go
+straight to the <a href="download.php">download</a> page.
+</p>
+
+<h3>Recent News</h3>
+<ul>
+ <li><b>01-March-2008:</b>
+ Vidalia 0.1.0 is <a href="download.php">released</a>. Vidalia's 0.1.0 release
+ contains many significant changes, the most notable of which are support for doing
+ geoip lookups over SSL and a migration to CMake for our build system. See the
+ <a href="http://trac.vidalia-project.net/browser/vidalia/releases/vidalia-0.1.0/CHANGELOG">
+ changelog</a> for a complete list of fixes and features in this release.
+ </li>
+ <li><b>22-November-2007:</b>
+ Vidalia 0.0.16 is released. 0.0.16 is a minor release
+ that primarily fixes compilation on Mac OS X 10.3 (Panther). This release also adds
+ an Arabic translation contributed by Ahmad Gharbeia. See the
+ <a href="http://trac.vidalia-project.net/browser/vidalia/releases/vidalia-0.0.16/CHANGELOG">
+ changelog</a> for a few other fixes in this release.
+ </li>
+ <li><b>24-October-2007:</b>
+ Vidalia 0.0.15 is released. This release adds support
+ for Tor's HTTP/HTTPS proxy and "fascist firewall" options. Vidalia now also supports
+ Tor's bridge relay features for those who are blocked from reaching the Tor network,
+ or who want to set up their own bridge relay to help censored Tor users. See the
+ <a href="http://trac.vidalia-project.net/browser/vidalia/releases/vidalia-0.0.15/CHANGELOG">
+ changelog</a> for a list of the many other improvements and bugfixes in this release.
+ </li>
+</ul>
+</div>
+
+<?php
+
+include("footer.inc.php");
+
+?>
+
Copied: website/trunk/screenshots.php (from rev 2416, website/screenshots.php)
===================================================================
--- website/trunk/screenshots.php (rev 0)
+++ website/trunk/screenshots.php 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,229 @@
+<?php
+
+$pagename = "Vidalia - Screenshots";
+include("header.inc.php");
+
+?>
+
+<p>
+<br>
+</p>
+
+
+<div class="content">
+<p>
+The screenshots below should give you an idea of how Vidalia can help you
+manage Tor. Click on the thumbnails to see a full-size image.
+</p>
+<p>
+If you have some ideas you'd like to see implemented in Vidalia or
+ways we can make our interface prettier,
+<a href="http://trac.vidalia-project.net/wiki/RequestingFeatures">let us know!</a>
+</p>
+
+
+<h3>Displays Status of Tor</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+</tr>
+<tr valign="top">
+<td>
+ <img src="images/screenshots/traymenu_win32.png" alt="Win32 Tray Menu"/>
+</td>
+<td>
+ <img src="images/screenshots/torstatus_off_mac.png" alt="OS X Dock Icon (Off)"/>
+ <br/>
+ <img src="images/screenshots/torstatus_on_mac.png" alt="OS X Doc Icon (On)"/>
+</td>
+</tr>
+</table>
+
+<p>
+Vidalia runs in your system's notification area, changing its icon to indicate
+the status of Tor. You will know at a glance if Tor is working or not without
+taking up a lot of screen real estate.
+</p>
+
+
+<h3>View Tor Messages</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+</tr>
+<tr valign="top">
+<td>
+ <a href="images/screenshots/messagelog_win32.png">
+ <img src="images/screenshots/thumb_messagelog_win32.png" alt="Message Log (Win32)"/></a>
+</td>
+<td>
+ <a href="images/screenshots/messagelog_mac.png">
+ <img src="images/screenshots/thumb_messagelog_mac.png" alt="Message Log (OS X)"/></a>
+</td>
+</tr>
+</table>
+
+<p>
+The message log displays informational messages that Vidalia gets from
+Tor. You can select which types of messages you'd like to see, have them
+automatically logged to a file, or search through your message log for
+specific messages.
+</p>
+
+<h3>Tor Network Map</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+</tr>
+<tr valign="top">
+<td>
+ <a href="images/screenshots/netmap_win32.png">
+ <img src="images/screenshots/thumb_netmap_win32.png" alt="Network Map (Win32)"/>
+ </a>
+</td>
+<td>
+ <a href="images/screenshots/netmap_mac.png">
+ <img src="images/screenshots/thumb_netmap_mac.png" alt="Network Map (OS X)"/>
+ </a>
+</td>
+</tr>
+</table>
+
+<p>
+Vidalia shows you a map of the Tor network, plotting points for each Tor router
+and drawing the path of your circuits through the network. You can also view
+details about routers, including their bandwidth and uptime, as well as
+monitor the status of your application connections through Tor.
+</p>
+
+<h3>Monitor Bandwidth Usage</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+</tr>
+<tr>
+<td>
+ <a href="images/screenshots/bwgraph_win32.png">
+ <img src="images/screenshots/thumb_bwgraph_win32.png" alt="Bandwidth Graph (Win32)"/>
+ </a>
+</td>
+<td>
+ <a href="images/screenshots/bwgraph_mac.png">
+ <img src="images/screenshots/thumb_bwgraph_mac.png" alt="Bandwidth Graph (OS X)"/>
+ </a>
+</td>
+</tr>
+</table>
+
+<p>
+The bandwidth graph lets you keep an eye on how much data you're sending and
+receiving through the Tor network.
+</p>
+
+
+<h3>Configure Tor</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+<td align="center"><i>X11</i></td>
+</tr>
+<tr valign="top">
+<td>
+ <a href="images/screenshots/serverconfig_win32.png">
+ <img src="images/screenshots/thumb_serverconfig_win32.png"
+ alt="Relay Configuration (Win32)"/></a>
+</td>
+<td>
+ <a href="images/screenshots/generalconfig_mac.png">
+ <img src="images/screenshots/thumb_generalconfig_mac.png"
+ alt="General Configuration (OS X)"/></a>
+</td>
+<td>
+ <a href="images/screenshots/appearanceconfig_x11.png">
+ <img src="images/screenshots/thumb_appearanceconfig_x11.png"
+ alt="Appearance Configuration (X11)"/></a>
+</td>
+</tr>
+</table>
+
+<p>
+The configuration dialog allows you to configure aspects and behaviors of both Vidalia
+and Tor.
+</p>
+
+<p>
+The Tor network is made up of
+<a href="http://tor.eff.org/volunteer.html.en">volunteers</a> all over the world
+who care about Internet privacy. Vidalia helps you contribute to Tor by making
+it easy to set up and configure a Tor relay.
+</p>
+
+<h3>Get Help</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+<td align="center"><i>X11</i></td>
+</tr>
+<tr>
+<td>
+ <a href="images/screenshots/help_win32.png">
+ <img src="images/screenshots/thumb_help_win32.png" alt="Help (Win32)"/></a>
+</td>
+<td>
+ <a href="images/screenshots/help_mac.png">
+ <img src="images/screenshots/thumb_help_mac.png" alt="Help (OS X)"/></a>
+</td>
+<td>
+ <a href="images/screenshots/help_x11.png">
+ <img src="images/screenshots/thumb_help_x11.png" alt="Help (X11)"/></a>
+</td>
+</tr>
+</table>
+
+<p>
+The Help dialog allows you to find help documentation about Vidalia.
+</p>
+
+<h3>Support for Translations</h3>
+<table>
+<tr>
+<td align="center"><i>Windows</i></td>
+<td align="center"><i>OS X</i></td>
+</tr>
+<tr>
+<td>
+ <img src="images/screenshots/traymenu_win32-ru.png"
+ alt="Russian Tray Menu"/>
+</td>
+<td>
+ <a href="images/screenshots/help_mac-zh-cn.png">
+ <img src="images/screenshots/thumb_help_mac-zh-cn.png"
+ alt="Simplified Chinese Help"/></a>
+</td>
+</tr>
+</table>
+
+<p>
+We currently have translations for Vidalia in
+<a href="http://trac.vidalia-project.net/wiki/Translations">
+several languages</a>, but we need your help translating Vidalia into more languages
+and keeping our current translations up to date! We also need help translating our
+<a href="http://trac.vidalia-project.net/browser/vidalia/trunk/src/gui/help/content">
+help content</a>. Check out our
+<a href="http://trac.vidalia-project.net/wiki/Translations">instructions for
+translators</a> if you want to help!
+</p>
+</div>
+
+<?php
+
+include("footer.inc.php");
+
+?>
+
Copied: website/trunk/stylesheet.css (from rev 2416, website/stylesheet.css)
===================================================================
--- website/trunk/stylesheet.css (rev 0)
+++ website/trunk/stylesheet.css 2008-03-16 05:41:11 UTC (rev 2417)
@@ -0,0 +1,80 @@
+body {
+ margin: 0px;
+ font: normal 13px verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
+}
+img {
+ border: none;
+}
+:link, :visited {
+ color: #006600;
+}
+table {
+ font-size: 12px;
+}
+#content {
+ margin: 0px 10px 0px 10px;
+ font-size: 12px;
+}
+#mainnav {
+ background: #445555;
+ border: none;
+ border-bottom: 1px solid #d7d7d7;
+ margin-top: 0px;
+}
+#vidaliabanner {
+ height: 104px;
+ background-color: #ff6b00;
+ margin-top: 0px;
+ margin-left: 0px;
+}
+#vidaliabanner :link, #vidaliabanner :visited {
+ text-decoration: none;
+ border: none;
+}
+#vidaliabanner :link:hover, #vidaliabanner :visited:hover {
+ background: transparent;
+ text-decoration: none;
+ border: none;
+ color: transparent;
+}
+div.content {
+ margin: 15px 15px 15px 15px;
+}
+#navcontainer {
+ width: 450px;
+ background: #ff6b00;
+ text-align: right;
+ margin-top: -20px;
+ margin-right: 25px;
+ font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
+ float: right;
+}
+.navtab, .navtabcurrent {
+ width: 60px;
+ height: 22px;
+ padding: 3px 12px 4px 12px;
+ margin: 0px -2px 1px 0px;
+ border: none;
+ text-align: center;
+ font-size: 12px;
+}
+.navtab {
+ background-color: #334444;
+ text-decoration: none;
+}
+.navtab:link, .navtab:visited {
+ color: white;
+ text-decoration: none;
+}
+.navtab:hover, .navtab:visited:hover {
+ color:white;
+ text-decoration: none;
+ background: #223333;
+}
+.navtabcurrent, .navtabcurrent:link, .navtabcurrent:visited, .navtabcurrent:hover, .navtabcurrent:visited:hover {
+ color: white;
+ border-bottom: none;
+ background: #445555;
+ text-decoration: none;
+}
+