Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / resources / welcome.css
1 /*!
2  * Ext JS Library 3.0.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 body{
8         background:url(welcome-bg.gif) top left;
9         font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
10         color: #000000;
11         margin: 0px;
12         font-size:13px;
13         padding-bottom:15px;
14 }
15 a {
16         color: #083772;
17 }
18 a:link {
19         color: #083772;
20         text-decoration: none;
21 }
22
23 a:visited {
24    color: #1e4e8f;
25         text-decoration: none;
26 }
27
28 a:hover {
29         text-decoration: underline;
30         color: #0000CC;
31 }