[btls] Pass CC and CXX to the BTLS CMake and disable BTLS on older GCC (#4200)
[mono-project.git] / docs / api-style.css
blob1f6483919cfe37726a2ce97da04f7ca64c3d06c8
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-entry code {
47 border: none;
48 background-color: transparent;
51 .mapi-parameters {
52 border-collapse: collapse;
53 border-spacing: 0;
54 empty-cells: hide;
55 border: 0;
56 margin: 5px 0 26px;
59 .mapi-parameters td {
60 border: 1px solid rgba(214,214,214,1);
61 border-left-style: none;
62 padding: 5px 25px 5px 10px;
65 .mapi-parameters tr>td:last-child {
66 border-right: 0;
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;
77 .mapi-parameters tr:last-child>td {
78 border-bottom: 0;
81 .mapi-parameters tr:first-child>td {
82 border-top: 0;
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;
93 .mapi {
94 left: -25px;
95 margin: 0;
96 padding: 13px 25px 0;
97 position: relative;
98 width: 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%;
111 .mapi-entry {
112 background: transparent;
115 .mapi-docs {
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;
129 .mapi-declaration {
130 margin-top: 21px;
133 .mapi-section {
134 font-size: smaller;
135 font-weight: bold;
136 margin-top: 21px;
137 line-height: 1.5;
140 .mapi-strike {
141 text-decoration: line-through;
144 .mapi-deprecated {
145 color: red;
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%;
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;
174 .mapi-height-container {
175 left: -25px;
176 padding: 0 25px;
177 position: relative;
178 width: 100%;