2004-12-06 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / nant / doc / style.css
1 body {\r
2         font-family: Georgia, "Times New Roman", Times, "New York", serif;\r
3         background: white;\r
4         color: black\r
5 }\r
6 \r
7 h1, h2, h3, h4, h5, h6 {\r
8         font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif\r
9 }\r
10 \r
11 h1.LinkHeader, h2.LinkHeader, h3.LinkHeader { margin-bottom: -18 }\r
12 \r
13 h4 {\r
14         margin-bottom: 0.5em\r
15 }\r
16 \r
17 h5 {\r
18         margin-bottom: -.8em;\r
19 }\r
20 \r
21 \r
22 hr {\r
23         color: gray\r
24 }\r
25 \r
26 input {\r
27         font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;\r
28 }\r
29 \r
30 a:link          { color: #0000cc; }\r
31 a:visited       { color: purple }\r
32 a:active        { color: #cc0000 }\r
33 a:hover         { color: #cc0000; }\r
34 \r
35 /*\r
36 \r
37 Because HTML 4.0 strict does not include the border attribute for images we turn it off with a style\r
38 but this totally messes up Navigator 4.7 so we can't use it.\r
39 \r
40 a:link img, a:visited img, a:active img {\r
41         border: none\r
42 }\r
43 */\r
44 \r
45 /* have list items flush left against lists in a side bar use this style */\r
46 ul.FlushLeft {\r
47         margin-left: 1.25em;\r
48         list-style-position: outside\r
49 }\r
50 \r
51 .NavBar {\r
52         background-color: #dfff80;\r
53         border-color: #999966;\r
54         border-style: none none solid none;\r
55         border-width: 2px;\r
56 }\r
57 \r
58 .NavBar-Cell {\r
59         font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;\r
60         font-size: 79%;\r
61 }\r
62 \r
63 .SideBar {\r
64         font-size: 80%;\r
65         font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;\r
66         padding: 8px;\r
67 }\r
68 \r
69 /* color scheme */\r
70 .N                      { color: #99cc00; }\r
71 .Ant            { color: #ff9900; }\r