source: MondoRescue/branches/stable/website/mondo.css@ 354

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

import website content + contrib + monitas doc

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