2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / tools / monodoc / Resources / mono-ecma.css
blob5e6d3cc805e43f1ece55dd4064f4d6d2dffa75b0
1 #ecma {
2 background: #b0c4de;
3 border: 2px solid #0b366f;
6 div.Footer {
7 border-top: 1px solid gray;
8 margin-top: 1.5em;
9 padding-top: 0.6em;
10 text-align: center;
11 color: gray;
14 span.NotEntered /* Documentation for this section has not yet been entered */ {
15 font-style: italic;
16 color: red;
19 div.Header {
20 background: #B0C4DE;
21 border: double;
22 border-color: white;
23 border-width: 7px;
24 padding: 0.5em;
27 div.Header * {
28 font-size: smaller;
31 div.Note {
34 i.ParamRef {
37 i.subtitle {
40 ul.TypeMembersIndex {
41 text-align: left;
42 background: #F8F8F8;
45 ul.TypeMembersIndex li {
46 display: inline;
47 margin: 0.5em;
50 table.HeaderTable {
53 table.SignatureTable {
56 table.Documentation, table.Enumeration, table.TypeDocumentation {
57 border-collapse: collapse;
58 width: 100%;
61 table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
62 background: whitesmoke;
63 padding: 0.8em;
64 border: 1px solid gray;
65 text-align: left;
66 vertical-align: bottom;
69 table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
70 padding: 0.5em;
71 border: 1px solid gray;
72 text-align: left;
73 vertical-align: top;
76 table.TypeMembers {
77 border: 1px solid #C0C0C0;
78 width: 100%;
81 table.TypeMembers tr td {
82 background: #F8F8F8;
83 border: white;
86 table.Documentation {
89 table.TypeMembers {
92 div.CodeExample {
93 width: 100%;
94 border: 1px solid #DDDDDD;
95 background-color: #F8F8F8;
98 div.CodeExample p {
99 margin: 0.5em;
100 border-bottom: 1px solid #DDDDDD;
103 div.CodeExample div {
104 margin: 0.5em;
107 h4 {
108 margin-bottom: 0;
111 h2 a, h3 a, h4 a {
112 color: inherit;
113 text-decoration: none;
116 div.Signature {
117 border: 1px solid #C0C0C0;
118 background: #F2F2F2;
119 padding: 1em;