**** Merged from MCS ****
[mono-project.git] / mcs / nant / doc / style.css
blob32613372a4c25862aae08eb4b9e7a7ae7d72b5d5
1 body {
2 font-family: Georgia, "Times New Roman", Times, "New York", serif;
3 background: white;
4 color: black
7 h1, h2, h3, h4, h5, h6 {
8 font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
11 h1.LinkHeader, h2.LinkHeader, h3.LinkHeader { margin-bottom: -18 }
13 h4 {
14 margin-bottom: 0.5em
17 h5 {
18 margin-bottom: -.8em;
22 hr {
23 color: gray
26 input {
27 font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
30 a:link { color: #0000cc; }
31 a:visited { color: purple }
32 a:active { color: #cc0000 }
33 a:hover { color: #cc0000; }
37 Because HTML 4.0 strict does not include the border attribute for images we turn it off with a style
38 but this totally messes up Navigator 4.7 so we can't use it.
40 a:link img, a:visited img, a:active img {
41 border: none
45 /* have list items flush left against lists in a side bar use this style */
46 ul.FlushLeft {
47 margin-left: 1.25em;
48 list-style-position: outside
51 .NavBar {
52 background-color: #dfff80;
53 border-color: #999966;
54 border-style: none none solid none;
55 border-width: 2px;
58 .NavBar-Cell {
59 font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
60 font-size: 79%;
63 .SideBar {
64 font-size: 80%;
65 font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
66 padding: 8px;
69 /* color scheme */
70 .N { color: #99cc00; }
71 .Ant { color: #ff9900; }