1.appliesto {background-color:#3D578C;color:#fff}
2
3div.header
4{
5        background-image:none;
6	background-color: #FFF;
7	border-bottom: 0px;
8}
9
10body, table, div, p, dl {
11    font-size: 16px;
12    font-family: Open Sans, Calibri, Arial, Sans-Serif;
13	color: #474747;
14	line-height: 20px;
15
16}
17
18a.code {
19 color: #1c99c7;
20}
21
22a.el {
23 font-weight: normal;
24}
25
26.contents a:visited, a:visited.code {
27	color: #16779a;
28}
29
30.title {
31    font-size: 1.34em
32}
33
34h1 {
35    font-size: 1.25em
36}
37
38h2 {
39    font-size: 1.15em
40}
41
42h3 {
43    font-size: 1.05em
44}
45
46h4 {
47    font-size: 1em
48}
49
50table.memberdecls, table.directory, table.memname {
51 margin:0px;
52 border:0px;
53 -moz-box-shadow: 0 0px 0px #d1d1d1;
54 -webkit-box-shadow: 0 0px 0px #d1d1d1;
55 box-shadow: 0 0px 0px #d1d1d1;
56}
57
58table.memberdecls tr {
59 padding-left:0px;
60}
61
62table.memberdecls tr:hover td, table.memname tr:hover td {
63 background: inherit;
64}
65
66table.directory tr.even, table.directory tr.odd {
67 background: inherit;
68}
69
70table.memberdecls td, table.directory td, table.directory td.desc {
71 border:0px;
72 padding: 2px 0px 0px;
73}
74
75table.memberdecls td.memSeparator {
76 background-color:#inherit;
77 padding:2px;
78 border-bottom: 1px dotted #DEE4F0;
79}
80
81.mdescLeft, .mdescRight,
82.memItemLeft, .memItemRight,
83.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
84	background-color: inherit;
85}
86
87div.levels {
88 display:none;
89}
90
91table.retval {
92border:#ccc 1px solid;
93}
94
95
96table.memname td, table.params td, table.retval td {
97padding:5px;
98border:0px;
99}
100
101div.fragment div.line {
102font-size: 14px;
103line-height:18px;
104}
105
106table.fieldtable, table.params, table.retval {
107    -moz-box-shadow: none;
108    -webkit-box-shadow: none;
109    box-shadow: none;
110}
111
112table.fieldtable th {
113        border:none;
114	border-bottom:1px solid #A8B8D9;
115}
116
117table.blank, table.blank tr th, table.blank tr td {
118	border:none;
119	-moz-box-shadow: none;
120	-webkit-box-shadow: none;
121	box-shadow: none;
122}
123
124table.blank tr:hover td {
125	background: #ffffff;
126}
127
128
129#projectlogo
130{
131	text-align: left;
132	vertical-align: middle;
133	border-collapse: separate;
134}
135
136#projectname
137{
138    font-size: 40px;
139    font-family: Open Sans, Calibri, Arial, Sans-Serif;
140	margin: 0px;
141	padding: 2px 0px;
142}
143
144#projectbrief
145{
146    font-size: 30px;
147	margin: 0px;
148	padding: 0px;
149}
150
151#titlearea
152{
153	border-bottom: 1px solid #e0e0e0;
154}
155
156.label a, .item a
157{
158	border-bottom: none;
159
160}
161
162#nav-tree {
163  background-image: none;
164  background-color: #FAFAFA;
165}
166
167div.contents {
168	margin-left: 30px;
169	margin-right: 30px;
170
171}
172
173div.header {
174	margin-left: 20px;
175}
176
177table td.doclinks a {
178    font-size: 12px;
179    font-style: italic;
180    color: #e97c25;
181    border: 1px solid #e97c25;
182    padding: 2px 5px;
183    text-decoration: none;
184}
185
186table td.docselected a {
187    background: #e97c25;
188    color: #fff;
189}
190
191table td.doclinkintro {
192    font-size: 12px;
193    font-style: italic;
194}
195
196
197/* nordic.css */
198.p {
199	margin-top: .3em;
200}
201
202/* fix for table spacing  */
203td p.p {
204	margin: 0em;
205	padding: 0px;
206}
207dt.line_sep {
208	border-top: solid #c9c9c9 1px;
209	padding-top: 5px;
210
211}
212
213a
214{
215    color: #1c99c7;
216    text-decoration: none;
217	border-bottom: 1px #e5e5e5 solid;
218
219}
220
221a:visited
222{
223   color: #16779a;
224}
225a:hover
226{
227   color: #none;
228   text-decoration: underline;
229   border: none;
230}
231
232a:active
233{
234
235}
236
237ul.ul {
238	margin-top: 4px;
239	margin-bottom: 10px;
240}
241
242
243a[href*='.pdf'] {
244background:transparent url(./pdf.png) center left no-repeat;
245padding-left:22px;
246line-height:18px;
247}
248
249
250a[href*='.zip'] {
251background:transparent url(./zip_s.png) center left no-repeat;
252padding-left:22px;
253line-height:18px;
254}
255
256a[href*='.exe'] {
257background:transparent url(./execute_s.png) center left no-repeat;
258padding-left:22px;
259line-height:18px;
260}
261
262a[href*='.msi'] {
263background:transparent url(./msi_s.png) center left no-repeat;
264padding-left:22px;
265line-height:18px;
266}
267
268table a:link {
269	color: #1c99c7;
270    text-decoration: none;
271	border-bottom: 1px #e5e5e5 solid;
272}
273table a:visited {
274	color: #16779a;
275}
276table a:active,
277table a:hover {
278	color: #none;
279   text-decoration: underline;
280   border: none;
281}
282table {
283	font-family:Calibri, Arial, Sans-Serif;
284	color:#474747;
285	font-size:16px;
286	margin-left: auto;
287	margin-right: auto;
288	border:#ccc 1px solid;
289
290
291	-moz-box-shadow: 0 1px 2px #d1d1d1;
292	-webkit-box-shadow: 0 1px 2px #d1d1d1;
293	box-shadow: 0 1px 2px #d1d1d1;
294}
295table th {
296	color: #000;
297	font-size: 18px;
298	font-weight: bold;
299	text-align: left;
300	padding:10px 15px 10px 10px;
301	border-top:1px solid #7eceed;
302	border-bottom:1px solid #7eceed;
303	border-right:1px solid #7eceed;
304	border-left:1px solid #7eceed;
305
306	background: #7eceed;
307	background: -webkit-gradient(linear, left top, left bottom, from(#7eceed), to(#7eceed));
308	background: -moz-linear-gradient(top,  #7eceed,  #7eceed);
309}
310
311table th.center {
312	text-align: center;
313}
314table tr {
315	text-align: left;
316
317}
318table td {
319	padding:5px 5px 5px 10px;
320	border-top: 1px solid #ffffff;
321	border-bottom:1px solid #e0e0e0;
322	border-left: 1px solid #e0e0e0;
323	border-right: 1px solid #e0e0e0;
324
325}
326table tr:hover td {
327	background: #ebebeb;
328	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
329	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
330}
331
332
333
334
335img {
336	border: 0;
337	margin-left: auto;
338	margin-right: auto;
339	max-width:100%;
340}
341
342
343/* make svg files scale in IE. compatible with Dita OT v2.0
344img:not(.png) {
345	width: 100%;
346	margin-left: auto;
347	margin-right: auto;
348}
349*/
350
351
352/* make svg files scale in IE */
353embed.image:not(.png):not(.gif):not(.jpg) {
354	width: 100%;
355	margin-left: auto;
356	margin-right: auto;
357	margin-bottom: 15px;
358}
359
360svg {
361	position: absolute;
362	top: 0;
363	left: 0;
364
365}
366
367caption {
368	caption-side: bottom;
369	text-align: center;
370	font-size: 100%;
371	font-weight: bold;
372	margin-top: 15px;
373	margin-bottom: 35px;
374
375	}
376
377figdesc {
378	caption-side: bottom;
379	text-align: center;
380	font-size: 100%;
381	font-weight: bold;
382	margin-top: 15px;
383	margin-bottom: 20px;
384
385	}
386
387/* to get figure captions to appear below the image and center */
388
389div.fig {
390    display: table;
391	width: 100%;
392	margin-top: 10px;
393	margin-bottom: 55px;
394}
395
396div.fig span.figcap {
397    display:table-footer-group;
398    text-align:center;
399	font-size: 100%;
400	font-weight: bold;
401	margin-top: 10px;
402	margin-bottom: 20px;
403	font-style: normal;
404}
405div.fig div.imagecenter {
406    display:table-row-group;
407}
408
409
410/* fix to hide borders in image maps (Chrome only) */
411img.map, map area{
412    outline: none;
413}
414
415
416/* fix placement of <sup>&reg;</sup> */
417sup {
418    line-height: 1em;
419}
420
421.sdkversion span {
422    font-size: 12px;
423    font-style: italic;
424    color: #e97c25;
425    border: 1px solid #e97c25;
426    padding: 2px 5px;
427}
428
429.sdkversion {
430    text-align: right;
431}
432
433.whichSDs span,.whichnRF span {
434    font-size: 12px;
435    font-style: italic;
436    color: #e97c25;
437    border: 1px solid #e97c25;
438    padding: 2px 5px;
439 }
440
441.whichSDs.nRF52 span,.whichnRF.nRF52 span {
442    color: #e97c25;
443    border-color: #e97c25;
444}
445
446.whichSDs.nRF52840 span,.whichnRF.nRF52840 span {
447    color: #0081B7;
448    border-color: #0081B7;
449}
450
451.whichSDs.nRF51 span,.whichnRF.nRF51 span {
452    color: #7f7f7f;
453    border-color: #7f7f7f;
454}
455
456div.whichnRF {
457    padding-bottom: 5px;
458}
459
460span.whichnRF{
461    font-size: 12px;
462    font-style: italic;
463    color: #e97c25;
464    border: 1px solid #e97c25;
465    padding: 2px 5px;
466}
467
468span.whichnRF.nRF52 {
469    color: #e97c25;
470    border-color: #e97c25;
471}
472
473span.whichnRF.nRF52840 {
474    color: #0081B7;
475    border-color: #0081B7;
476}
477
478span.whichnRF.nRF51 {
479    color: #7f7f7f;
480    border-color: #7f7f7f;
481}
482
483.orange {
484	color: #e97c25;
485}
486
487hr {
488    margin-top:20px;
489    border-top:1px solid #8EA7B0;
490}
491
492
493.directory td.entry {
494        white-space: normal;
495        width:50%;
496}
497
498/* overrides */
499.topicfooter {
500    text-align: right;
501//    margin-top: 1px;
502    padding-right: 10px;
503    box-shadow: inset 0px 1px 0px 0px #e0e0e0;
504    font-size: 13px;
505}
506
507