gecko-dev/mail/base/locale/start.html
2003-08-21 03:29:30 +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>
<!--
** Mozilla Thunderbird Start Page
**
** Contributor:
** David Tenser <david.tenser@telia.com>
-->
<title>Welcome to Mozilla Thunderbird!</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 Mozilla Thunderbird!</h1>
<div id="indent">
<p>Mozilla Thunderbird 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/">Mozilla Thunderbird Help</a>.</p>
<p>For development information, visit the <a href="http://www.mozilla.org/projects/thunderbird/">Mozilla Thunderbird Project Page</a>.
<div id="gecko"><a href="http://www.mozilla.org/">Powered by Gecko.</a></div>
</div>
</body>
</html>