monodoc.dll is a private assembly, and will never be stabalized, so it belongs
[mono.git] / mcs / tools / monodoc / Resources / home.html
1 <head>
2 <style type="text/css">
3 /* GENERAL */
4
5 body, table {
6         font-family: @@FONT_FAMILY@@, sans-serif;
7         font-size: @@FONT_SIZE@@%;
8 }
9
10 #title {
11         width: 94%;
12         margin-left: 1%;
13         padding: 2%;
14         border: 2px solid black;
15         background: #b0c4de;
16         font-size: 140%;
17         font-weight: bold;
18         font-variant: small-caps;
19         text-align: center;
20         }
21
22 /* ECMA BLOCK */
23 #docs {
24         margin-bottom: 1em;
25 }
26
27 /* CONTRIBUTIONS */
28 #contrib {
29         margin-top: 2em;
30         width: 98%;
31         margin-left: 1%;
32         color: black;
33         background: #fff3f3;
34         border: 1px solid #ffc9c9;
35         }
36 #contribTitle {
37         text-align: left;
38         font-weight: bold;
39         padding: .4em;
40         font-size: 110%;
41 }
42 #contrib #content {
43         padding: .4em;
44 }
45 #some-contrib {
46         @@CONTRIB_DISP@@
47 }
48 #no-contrib {
49         @@NO_CONTRIB_DISP@@
50 }
51 #contrib p {
52         text-indent: 1em;
53         text-align: justify;
54         }
55 </style>
56 </head>
57
58 <div id="title">Mono Documentation Library</div>
59
60 <div id="docs">
61         <ul>
62             @@API_DOCS@@
63         </ul>
64 </div>
65
66 <div id="contrib">
67         <div id="contribTitle">Contributions</div>
68         <div id="content">
69                 <div id="some-contrib">
70                         @@CONTRIBS@@
71                 </div>
72                 <div id="no-contrib">
73                         <p><b>You have not made any contributions yet.</b></p>
74                         <p>The Documentation of the libraries is not complete and your contributions would be greatly appreciated. The procedure is easy, browse to the part of the documentation you want to contribute to and click on the <font color="blue">[Edit]</font> link to start writing documentation.</p>
75                         <p>When you are happy with your changes, use the Contributing--&gt; Upload Contribution--&gt; menu to send your contributions to our server.</p></div>  </div>
76 </div>