source: trunk/web/addons/job_monarch/lib/extjs/docs/resources/welcome.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 372 bytes
Line 
1body{
2        background:url(welcome-bg.gif) top left;
3        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
4        color: #000000;
5        margin: 0px;
6        font-size:13px;
7        padding-bottom:15px;
8}
9a {
10        color: #083772;
11}
12a:link {
13        color: #083772;
14        text-decoration: none;
15}
16
17a:visited {
18   color: #1e4e8f;
19        text-decoration: none;
20}
21
22a:hover {
23        text-decoration: underline;
24        color: #0000CC;
25}
Note: See TracBrowser for help on using the repository browser.