source: MondoRescue/trunk/website/css/mondo_home.css@ 929

Last change on this file since 929 was 358, checked in by bcornec, 18 years ago

Website rewrite begins

  • Property svn:executable set to *
File size: 890 bytes
Line 
1BODY {
2 background-image: url(home_graphics/bkg.jpg);
3 background-repeat: no-repeat;
4}
5
6TABLE, TD, TH, LI, UL, OL, P {
7 font-family: Arial, Helvetica, sans-serif;
8 font-size: 12px;
9 font-style: normal;
10 color: #000000;
11}
12
13H1 {
14 font-family: Arial, Helvetica, sans-serif;
15 font-size: 16px;
16 font-style: normal;
17 font-weight: bold; color: #393E40;
18}
19
20A:link { color:#336699; text-decoration:underline; }
21A:visited { color:#6699cc; text-decoration:underline; }
22A:hover { color:#999999; text-decoration:none; }
23
24FORM, INPUT, TEXTAREA {
25 font-family: Arial, Helvetica, sans-serif;
26 font-size: 10px;
27 font-style: normal;
28 font-weight: bold;
29 color: #333333;
30}
31
32TD.infobox {
33 font-family: Arial, Helvetica, sans-serif;
34 font-size: 11px;
35 font-style: normal;
36 color: #000000;
37}
38
39TD.footer {
40 font-family: Arial, Helvetica, sans-serif;
41 font-size: 10px;
42 font-style: normal;
43 color: #000000;
44}
Note: See TracBrowser for help on using the repository browser.