gecko-dev/mail/base/locale/start.html
scott%scott-macgregor.org bfc26c7a9f Land the new Thunderbird start page courtesty of David Tenser.
More packaging changes including the addition of the icon decoder for windows

Merge several trunk bug fixes over.
2003-04-24 01:55:17 +00:00

103 lines
2.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!--
** Thunderbird Mail Start Page
**
** Contributor(s):
** David Tenser <david.tenser@telia.com>
-->
<title>Welcome to Thunderbird&trade; Mail!</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<meta content="David Tenser" name="author" />
<style type="text/css" media="screen,projection">
body {
font-family: Tahoma, Verdana, sans, sans-serif;
margin: 0px;
background: url(back.png) repeat-y top right white;
}
h1 {
color: white;
background: url(h1.png) repeat-y #91a0b7;
border-bottom: 1px solid #c9d1dd;
font-weight: normal;
padding: 0.3ex 0.3ex 0.3ex 25px;
margin: 0px;
font-size: 160%;
}
h2 {
color: black;
background: url(h2.png) repeat-y bottom left;
width: 30ex;
font-size: 100%;
padding: 2px 0px 2px 10px;
border-left: 4px solid #dde;
border-bottom: 1px solid #dde;
}
#indent {
margin-left: 25px;
margin-right: 25px;
background: url(bird.png) no-repeat top right;
min-height: 320px;
}
a:link, a:visited {
background: transparent;
text-decoration: none;
color: #009;
}
a:active, a:hover {
background: #f4f4ff;
text-decoration: underline;
}
#gecko {
font-size: 80%;
color: #999;
background: transparent;
bottom: 2px;
border-top: 1px solid #ddd;
width: 28ex;
}
#gecko a:link, #gecko a:visited {
color: #999;
background: inherit;
}
</style>
</head>
<body>
<h1>Welcome to Thunderbird&trade; Mail!</h1>
<div id="indent">
<p>Thunderbird&trade; Mail is a powerful open-source mail and news client supporting advanced junk mail detection and other useful features.</p>
<h2>Features</h2>
<ul>
<li>E-mail and Newsgroups</li>
<li>Support for multiple accounts</li>
<li>Junk Mail detection</li>
<li>Message Filters</li>
<li>HTML message support</li>
<li>Address Book</li>
</ul>
<h2>More Information</h2>
<p>For frequently asked questions, tips and general help visit <a href="http://texturizer.net/thunderbird/">Thunderbird&trade; Help</a>.</p>
<p>For Thunderbird&trade; Mail development information, visit the <a href="http://www.mozilla.org/projects/thunderbird/">Thunderbird&trade; Mail Project Page</a>.
<div id="gecko"><a href="http://www.mozilla.org/">Powered by Gecko.</a></div>
</div>
</body>
</html>