Update CODEOWNERS
[mono-project.git] / docs / api-style.css
blobf8f9c27a4ab7a7849215d0138e225a09084cae7b
1 .mapi-docs {
2 line-height: 1.5;
3 padding-left: 2em;
4 padding-right: 2em;
6 .mapi-docs p {
7 max-width: 60em;
9 .mapi-docs .mapi-body {
10 max-width: 60em;
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;
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;
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);
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);
42 .mapi-code:first-line {
43 line-height: 0px;
46 .mapi-codeblock {
47 display: block;
48 padding: 5pt 5pt;
49 margin: 10pt;
50 white-space: pre;
51 font-family: monospace;
52 border: 1px solid rgba(233,233,233,1);
53 background-color: rgba(249,249,249,1);
56 .mapi-entry code {
57 border: none;
58 background-color: transparent;
61 .mapi-parameters {
62 border-collapse: collapse;
63 border-spacing: 0;
64 empty-cells: hide;
65 border: 0;
66 margin: 5px 0 26px;
69 .mapi-parameters td {
70 border: 1px solid rgba(214,214,214,1);
71 border-left-style: none;
72 padding: 5px 25px 5px 10px;
75 .mapi-parameters tr>td:last-child {
76 border-right: 0;
79 .mapi-parameters td:first-of-type {
80 text-align: right;
81 padding: 7px;
82 vertical-align: top;
83 word-break: normal;
84 width: 40px;
87 .mapi-parameters tr:last-child>td {
88 border-bottom: 0;
91 .mapi-parameters tr:first-child>td {
92 border-top: 0;
95 .mapi-parameters tr td:first-of-type {
96 text-align: right;
97 padding: 7px;
98 vertical-align: top;
99 word-break: normal;
100 width: 40px;
103 .mapi {
104 left: -25px;
105 margin: 0;
106 padding: 13px 25px 0;
107 position: relative;
108 width: 100%;
111 .mapi-description {
112 background: rgba(249,249,249,1);
113 border-bottom: 1px solid rgba(233,233,233,1);
114 left: -25px;
115 margin: 0;
116 padding: 13px 25px 0;
117 position: relative;
118 width: 100%;
121 .mapi-entry {
122 background: transparent;
125 .mapi-docs {
128 .mapi-prototype {
129 border-left: 5px solid rgba(205,233,244,1);
130 padding: .5em;
131 margin-top: 5pt;
132 margin-bottom: 5pt;
133 font-family: "Consolas", "Courier", monospace;
134 display: block;
135 overflow: auto;
136 background-color: #f9f9f9;
139 .mapi-declaration {
140 margin-top: 21px;
143 .mapi-section {
144 font-size: smaller;
145 font-weight: bold;
146 margin-top: 21px;
147 line-height: 1.5;
150 .mapi-strike {
151 text-decoration: line-through;
154 .mapi-deprecated {
155 color: red;
158 .mapi-ptr-container {
159 background: white;
160 border-bottom: 1px solid rgba(233,233,233,1);
161 left: -25px;
162 padding-left: 25px;
163 padding-right: 25px;
164 padding-bottom: 13px;
165 position: relative;
166 width: 100%;
169 .mapi-ptr {
170 background: rgba(249,249,249,1);
171 border-left: 1px solid rgba(233,233,233,1);
172 border-top: 1px solid rgba(233,233,233,1);
173 height: 12px;
174 left: 37px;
175 top: -7px;
176 -webkit-transform: rotate(45deg);
177 -moz-transform: rotate(45deg);
178 -o-transform: rotate(45deg);
179 transform: rotate(45deg);
180 position: absolute;
181 width: 12px;
184 .mapi-height-container {
185 left: -25px;
186 padding: 0 25px;
187 position: relative;
188 width: 100%;