Merge pull request #498 from Unroll-Me/master
[mono.git] / mcs / tools / monkeydoc / 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 /* ECMA BLOCK */
11 #docs {
12         margin-bottom: 1em;
13 }
14
15 /* CONTRIBUTIONS */
16 #contrib {
17         margin-top: 2em;
18         width: 98%;
19         margin-left: 1%;
20         color: black;
21         background: #fff3f3;
22         border: 1px solid #ffc9c9;
23         @@EDITING_ENABLED@@
24         }
25 #contribTitle {
26         text-align: left;
27         font-weight: bold;
28         padding: .4em;
29         font-size: 110%;
30         @@CONTRIB_DISP@@
31 }
32 #contrib #content {
33         padding: .4em;
34 }
35 #some-contrib {
36         @@CONTRIB_DISP@@
37 }
38 #no-contrib {
39         @@NO_CONTRIB_DISP@@
40 }
41 #contrib p {
42         text-indent: 1em;
43         text-align: justify;
44         }
45 </style>
46 <link type="text/css" rel="stylesheet" href="mono-ecma.css"/>
47 </head>
48
49 <div class="Content">
50   <p>The following documentation collections are available:
51   
52   <div id="docs">
53         <ul>
54             @@API_DOCS@@
55         </ul>
56   </div>
57   
58   <div id="contrib">
59         <div id="contribTitle">Contributions</div>
60         <div id="content">
61                 <div id="some-contrib">
62                         @@CONTRIBS@@
63                 </div>
64                 <div id="no-contrib">
65                         <p><b>You have not made any contributions yet.</b></p>
66                         <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>
67                         <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>
68   </div>
69 </div>