Start page UI improvements by David Tenser

This commit is contained in:
scott%scott-macgregor.org 2005-02-10 22:18:24 +00:00
Родитель d42eefa602
Коммит 61bdecf606
7 изменённых файлов: 49 добавлений и 32 удалений

Просмотреть файл

@ -7,7 +7,7 @@
** Mozilla Thunderbird Start Page
**
** Contributor:
** David Tenser <david.tenser@telia.com>
** David Tenser <tenser@gmail.com>
-->
<title>Welcome to Mozilla Thunderbird!</title>
@ -20,28 +20,29 @@
body {
font-family: Tahoma, Verdana, sans, sans-serif;
margin: 0px;
background: url(back.png) repeat-y top right white;
background: url(startpage-back.png) repeat-y top right white;
}
h1 {
color: white;
background: url(h1.png) repeat-y #91a0b7;
border-bottom: 1px solid #c9d1dd;
background: url(startpage-h1.png) no-repeat transparent;
font-weight: normal;
height: 50px;
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;
color: #445;
background: transparent url(startpage-h2.png) no-repeat bottom left;
width: 400px;
height: 20px;
font-weight: normal;
font-size: 100%;
padding: 2px 0px 2px 10px;
border-left: 4px solid #dde;
border-bottom: 1px solid #dde;
letter-spacing: 2px;
margin-left: -25px;
padding: 0px 0px 0px 25px;
}
#indent {
@ -51,61 +52,77 @@ h2 {
min-height: 320px;
}
p, li {
font-size: 85%; /* looks better, bz! */
letter-spacing: 1px;
}
ul {
margin-left: 30px;
padding-left: 0px;
line-height: 1.2em;
}
li {
list-style-image: url(startpage-li.png)
}
a:link, a:visited {
background: transparent;
text-decoration: none;
color: #009;
color: #006;
}
a:active, a:hover {
background: #f4f4ff;
background: #f2f2f8;
color: #009;
-moz-border-radius: 10px;
}
#gecko {
font-size: 80%;
color: #999;
background: transparent;
bottom: 2px;
border-top: 1px solid #ddd;
width: 28ex;
position: fixed;
bottom: 0px;
left: 0px;
text-align: right;
color: #fff;
background: url(startpage-gecko.png) no-repeat top right;
width: 100%;
height: 19px;
padding-top: 1px;
}
#gecko a:link, #gecko a:visited {
color: #999;
background: inherit;
color: #fff;
background: transparent;
padding-right: 5px;
}
</style>
</head>
<body>
<h1>Welcome to Mozilla Thunderbird!</h1>
<h1>Welcome to Mozilla Thunderbird</h1>
<div id="indent">
<p>Mozilla Thunderbird is a powerful, open-source mail and news client.</p>
<h2>Features</h2>
<ul>
<li><a href="http://www.mozilla.org/products/thunderbird/junkmail.html">Adaptive Junk Mail Controls</a></li>
<li><a href="http://www.mozilla.org/products/thunderbird/rss.html">RSS Reader</a></li>
<li><a href="http://www.mozilla.org/products/thunderbird/global-inbox.html">Global Inbox Support</a></li>
<li><a href="http://www.mozilla.org/products/thunderbird/search-folders.html">Saved Search Folders</a></li>
<li><a href="http://www.mozilla.org/products/thunderbird/message-grouping.html">Message Grouping</a></li>
<li><a href="http://www.mozilla.org/products/thunderbird/privacy-protection.html">Privacy Protection</a></li>
</ul>
<h2>More Information</h2>
<p>For frequently asked questions, tips and general help, visit <a href="http://www.mozilla.org/support/thunderbird/">Thunderbird Help</a>.
</p>
<p>For product information, visit the <a href="http://www.mozilla.org/products/thunderbird/">Thunderbird Product Page</a>.
<div id="gecko"><a href="http://www.mozilla.org/">Powered by Gecko.</a></div>
<p>For frequently asked questions, tips and general help, visit <a href="http://www.mozilla.org/support/thunderbird/">Thunderbird Help</a>.</p>
<p>For product information, visit the <a href="http://www.mozilla.org/products/thunderbird/">Thunderbird Product Page</a>.</p>
</div>
<div id="gecko"><a href="http://www.mozilla.org/">Powered by Gecko.</a></div>
</body>
</html>

Просмотреть файл

Просмотреть файл

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 62 KiB

После

Ширина:  |  Высота:  |  Размер: 60 KiB