Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / native_client_sdk / src / doc / doxygen / stylesheet.css
blob157a9d52d1f7c81afc2e7073aeb2786188efb6e5
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 /*
6 * Based off the Doxygen generated template stylesheet and trimmed/edited to
7 * remove items that would conflict with codesite or other overlying
8 * stylesheets while maintaining the desired look and feel.
10 * The #doxygen-ref is an id tag which encompasses code generated by doxygen
11 * and allows override of standard html tags while not affecting the rest
12 * of the page such as sidebars.
15 A.qindex {
16 text-decoration: none;
17 font-weight: bold;
18 color: #1A419D;
20 A.qindex:visited {
21 text-decoration: none;
22 font-weight: bold;
23 color: #1A419D
25 A.qindex:hover {
26 text-decoration: none;
27 background-color: #ddf;
29 A.qindexHL {
30 text-decoration: none;
31 font-weight: bold;
32 background-color: #66c;
33 color: #fff;
34 border: 1px double #9295C2;
36 A.qindexHL:hover,
37 A.qindexHL:visited {
38 text-decoration: none;
39 background-color: #66c;
40 color: #fff;
42 A.el {
43 text-decoration: none;
44 font-weight: bold;
46 A.elRef {
47 font-weight: bold;
49 A.code:link,
50 A.code:visited {
51 text-decoration: none;
52 font-weight: normal;
53 color: #00F;
55 A.codeRef:link,
56 A.codeRef:visited {
57 font-weight: normal;
58 color: #00F;
60 A:hover {
61 text-decoration: none;
62 background-color: #f2f2ff;
64 DL.el {
65 margin-left: -1cm;
67 .fragment {
68 font-family: Fixed, monospace;
69 font-size: 95%;
71 PRE.fragment {
72 border: 1px solid #CCC;
73 background-color: #f5f5f5;
74 margin: 4px 8px 4px 2px
75 padding: 4px 6px;
77 DIV.ah {
78 background-color: black;
79 font-weight: bold;
80 color: #fff;
81 margin-bottom: 3px;
82 margin-top: 3px
84 TD.md {
85 background-color: #e1e1e4;
86 font-weight: bold;
87 border: none;
89 TD.mdPrefix {
90 background-color: #e1e1e4;
91 color: #606060;
92 font-size: 80%;
93 border: none;
95 TD.mdname1 {
96 background-color: #e1e1e4;
97 font-weight: bold;
98 color: #602020;
99 border: none;
101 .memitem {
102 padding: 4px;
103 background-color: #ffff;
105 .memname {
106 background-color: #e1e1e4;
107 white-space: nowrap;
108 font-weight: bold;
110 .memdoc{
111 padding-left: 10px;
113 #doxygen-ref div.memproto td {
114 background-color: #e1e1e4;
116 .memproto {
117 background-color: #e1e1e4;
118 width: 100%;
119 border-width: 1px;
120 border-style: solid;
121 border-color: #e1e1f4;
122 font-weight: bold;
123 -moz-border-radius: 8px 8px 8px 8px;
125 .memproto .deprecated,
126 .memname .deprecated,
127 .summary .deprecated {
128 color: red;
130 .paramkey {
131 text-align: right;
133 .paramtype {
134 white-space: nowrap;
136 .paramname {
137 color: #602020;
138 font-style: italic;
139 white-space: nowrap;
141 DIV.groupHeader {
142 margin: 12px 16px 6px auto;
143 font-weight: bold;
145 DIV.groupText {
146 margin-left: 16px;
147 font-style: italic;
148 font-size: 90%;
150 TR.memlist {
151 background-color: #f0f0f0;
153 P.formulaDsp {
154 text-align: center;
156 IMG.formulaInl {
157 vertical-align: middle;
159 SPAN.keyword,
160 SPAN.keywordflow {
161 color: #008000;
163 SPAN.keywordtyp {
164 color: #604020;
166 SPAN.comment {
167 color: #800000;
169 SPAN.preprocessor {
170 color: #806020;
172 SPAN.stringliteral {
173 color: #002080;
175 SPAN.charliteral {
176 color: #008080;
178 .mdTable {
179 background-color: #e1e1e4;
180 border: none;
181 padding: 0;
183 .mdRow {
184 padding: 8px 10px;
185 border: none;
187 .mdescLeft,
188 .mdescRight {
189 padding: 0 8px 4px 8px;
190 font-size: 80%;
191 font-style: italic;
192 background-color: #FAFAFA;
193 border: 1px none #E0E0E0;
194 margin: 0;
196 .search {
197 color: #039;
198 font-weight: bold;
200 FORM.search {
201 margin: 0 auto;
203 INPUT.search {
204 font-size: 75%;
205 color: #000080;
206 font-weight: normal;
207 background-color: #e8eef2;
209 TD.tiny{
210 font-size: 75%;
212 #doxygen-ref HR {
213 height: 1px;
214 border: none;
215 border-top: 1px solid black;
217 #doxygen-ref table,
218 #doxygen-ref td,
219 #doxygen-ref tr {
220 border:none;
222 #doxygen-ref .contents H1 {
223 text-align: center;
224 background-color: #ffffff;
225 border: 0;
227 #doxygen-ref H2 {
228 margin-left: 0;
229 margin-bottom: 5px;
231 #doxygen-ref CAPTION {
232 font-weight: bold;
234 #doxygen-ref .contents .summary {
235 line-height: 1em;
237 #doxygen-ref .contents .summary TD {
239 #doxygen-ref .contents .summary .type {
240 text-align: right;
242 .memdoc {
243 padding-left: 30px;
245 .memitem {
246 border-top:1px solid #E5ECF9;
248 .doxygen-global {
249 background-color: #ffcc66;