Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git] / examples / docs / resources / welcome.css
diff --git a/examples/docs/resources/welcome.css b/examples/docs/resources/welcome.css
new file mode 100644 (file)
index 0000000..d5b9a21
--- /dev/null
@@ -0,0 +1,25 @@
+body{
+       background:url(welcome-bg.gif) top left;
+       font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
+       color: #000000;
+       margin: 0px;
+       font-size:13px;
+       padding-bottom:15px;
+}
+a {
+       color: #083772;
+}
+a:link {
+       color: #083772;
+       text-decoration: none;
+}
+
+a:visited {
+   color: #1e4e8f;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+       color: #0000CC;
+}
\ No newline at end of file