Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / docs / api-style.css
1     .mapi-docs {
2         line-height: 1.5;
3         padding-left: 2em;
4         padding-right: 2em;
5     }
6     .mapi-docs p {
7         max-width: 60em;
8     }
9     .mapi-docs .mapi-body {
10         max-width: 60em;
11     }
12     .mapi-docs code {
13         border: 1px solid rgba(214,214,214,1);
14         background-color: rgba(249,249,249,1);
15         padding: 0.1em 0.5em;
16     }
17     .mapi-description code {
18         font-family: "Consolas", "Courier", monospace;
19         border: 1px solid rgba(214,214,214,1);
20         background-color: rgba(249,249,249,1);
21         padding: 0.1em 0.2em;
22     }
23
24     .mapi-header {
25         padding: 0 0 5pt 5pt;
26         margin: 10pt;
27         white-space: pre;
28         font-family: monospace;
29         border: 1px solid rgba(233,233,233,1);
30         background-color: rgba(249,249,249,1);
31     }
32
33     .mapi-code {
34         padding: 5pt 5pt;
35         margin: 10pt;
36         white-space: pre;
37         font-family: monospace;
38         border: 1px solid rgba(233,233,233,1);
39         background-color: rgba(249,249,249,1);
40     }
41
42     .mapi-code:first-line {
43         line-height: 0px;
44     }
45
46     .mapi-entry code {
47         border: none;
48         background-color: transparent;
49     }
50     
51     .mapi-parameters {
52         border-collapse: collapse;
53         border-spacing: 0;
54         empty-cells: hide;
55         border: 0;
56         margin: 5px 0 26px;         
57     }
58
59     .mapi-parameters td {
60         border: 1px solid rgba(214,214,214,1);
61           border-left-style: none;
62         padding: 5px 25px 5px 10px;
63     }
64
65     .mapi-parameters tr>td:last-child  {
66         border-right: 0;
67     }
68         
69     .mapi-parameters td:first-of-type {
70         text-align: right;
71         padding: 7px;
72         vertical-align: top;
73         word-break: normal;
74         width: 40px;
75     }
76
77     .mapi-parameters tr:last-child>td {
78         border-bottom: 0;
79     }
80
81     .mapi-parameters tr:first-child>td {
82         border-top: 0;
83     }
84
85     .mapi-parameters tr td:first-of-type {
86         text-align: right;
87         padding: 7px;
88         vertical-align: top;
89         word-break: normal;
90         width: 40px;
91     }
92
93    .mapi {
94         left: -25px;
95         margin: 0;
96         padding: 13px 25px 0;
97         position: relative;
98         width: 100%;
99     } 
100
101     .mapi-description {
102         background: rgba(249,249,249,1);
103         border-bottom: 1px solid rgba(233,233,233,1);
104         left: -25px;
105         margin: 0;
106         padding: 13px 25px 0;
107         position: relative;
108         width: 100%;     
109     }
110
111      .mapi-entry {
112          background: transparent;
113      }
114
115      .mapi-docs {
116      }
117         
118      .mapi-prototype {
119          border-left: 5px solid rgba(205,233,244,1);
120          padding: .5em;
121          margin-top: 5pt;
122          margin-bottom: 5pt;
123          font-family: "Consolas", "Courier", monospace;
124          display: block;
125          overflow: auto;
126          background-color: #f9f9f9;
127     } 
128
129     .mapi-declaration {
130         margin-top: 21px;
131     }
132
133     .mapi-section {
134         font-size: smaller;
135         font-weight: bold;
136         margin-top: 21px;
137         line-height: 1.5;
138     }
139         
140     .mapi-strike {
141         text-decoration: line-through;
142     }
143
144     .mapi-deprecated {
145         color: red;
146     }
147
148     .mapi-ptr-container {
149         background: white;
150         border-bottom: 1px solid rgba(233,233,233,1);
151         left: -25px;
152         padding-left: 25px;
153         padding-right: 25px;
154         padding-bottom: 13px;
155         position: relative;
156         width: 100%;
157     }
158
159     .mapi-ptr {
160         background: rgba(249,249,249,1);
161         border-left: 1px solid rgba(233,233,233,1);
162         border-top: 1px solid rgba(233,233,233,1);
163         height: 12px;
164         left: 37px;
165         top: -7px;
166         -webkit-transform: rotate(45deg);
167         -moz-transform: rotate(45deg);
168         -o-transform: rotate(45deg);
169         transform: rotate(45deg);
170         position: absolute;
171         width: 12px;
172     }
173
174     .mapi-height-container {
175         left: -25px;
176         padding: 0 25px;
177         position: relative;
178         width: 100%;
179     }
180