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 236ul.ul { 237 margin-top: 4px; 238 margin-bottom: 10px; 239} 240 241 242a[href*='.pdf'] { 243background:transparent url(./pdf.png) center left no-repeat; 244padding-left:22px; 245line-height:18px; 246} 247 248 249a[href*='.zip'] { 250background:transparent url(./zip_s.png) center left no-repeat; 251padding-left:22px; 252line-height:18px; 253} 254 255a[href*='.exe'] { 256background:transparent url(./execute_s.png) center left no-repeat; 257padding-left:22px; 258line-height:18px; 259} 260 261a[href*='.msi'] { 262background:transparent url(./msi_s.png) center left no-repeat; 263padding-left:22px; 264line-height:18px; 265} 266 267table a:link { 268 color: #1c99c7; 269 text-decoration: none; 270 border-bottom: 1px #e5e5e5 solid; 271} 272table a:visited { 273 color: #16779a; 274} 275table a:active, 276table a:hover { 277 color: #none; 278 text-decoration: underline; 279 border: none; 280} 281table { 282 font-family:Calibri, Arial, Sans-Serif; 283 color:#474747; 284 font-size:16px; 285 margin-left: auto; 286 margin-right: auto; 287 border:#ccc 1px solid; 288 289 290 -moz-box-shadow: 0 1px 2px #d1d1d1; 291 -webkit-box-shadow: 0 1px 2px #d1d1d1; 292 box-shadow: 0 1px 2px #d1d1d1; 293} 294table th { 295 color: #000; 296 font-size: 18px; 297 font-weight: bold; 298 text-align: left; 299 padding:10px 15px 10px 10px; 300 border-top:1px solid #7eceed; 301 border-bottom:1px solid #7eceed; 302 border-right:1px solid #7eceed; 303 border-left:1px solid #7eceed; 304 305 background: #7eceed; 306 background: -webkit-gradient(linear, left top, left bottom, from(#7eceed), to(#7eceed)); 307 background: -moz-linear-gradient(top, #7eceed, #7eceed); 308} 309 310table th.center { 311 text-align: center; 312} 313table tr { 314 text-align: left; 315 316} 317table td { 318 padding:5px 5px 5px 10px; 319 border-top: 1px solid #ffffff; 320 border-bottom:1px solid #e0e0e0; 321 border-left: 1px solid #e0e0e0; 322 border-right: 1px solid #e0e0e0; 323 324} 325table tr:hover td { 326 background: #ebebeb; 327 background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); 328 background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0); 329} 330 331 332 333 334img { 335 border: 0; 336 margin-left: auto; 337 margin-right: auto; 338 max-width:100%; 339} 340 341 342/* make svg files scale in IE. compatible with Dita OT v2.0 343img:not(.png) { 344 width: 100%; 345 margin-left: auto; 346 margin-right: auto; 347} 348*/ 349 350 351/* make svg files scale in IE */ 352embed.image:not(.png):not(.gif):not(.jpg) { 353 width: 100%; 354 margin-left: auto; 355 margin-right: auto; 356 margin-bottom: 15px; 357} 358 359svg { 360 position: absolute; 361 top: 0; 362 left: 0; 363 364} 365 366caption { 367 caption-side: bottom; 368 text-align: center; 369 font-size: 100%; 370 font-weight: bold; 371 margin-top: 15px; 372 margin-bottom: 35px; 373 } 374 375figdesc { 376 caption-side: bottom; 377 text-align: center; 378 font-size: 100%; 379 font-weight: bold; 380 margin-top: 15px; 381 margin-bottom: 20px; 382 } 383 384/* to get figure captions to appear below the image and center */ 385div.fig { 386 display: table; 387 width: 100%; 388 margin-top: 10px; 389 margin-bottom: 55px; 390} 391 392div.fig span.figcap { 393 display:table-footer-group; 394 text-align:center; 395 font-size: 100%; 396 font-weight: bold; 397 margin-top: 10px; 398 margin-bottom: 20px; 399 font-style: normal; 400} 401div.fig div.imagecenter { 402 display:table-row-group; 403} 404 405 406/* fix to hide borders in image maps (Chrome only) */ 407img.map, map area{ 408 outline: none; 409} 410 411 412/* fix placement of <sup>®</sup> */ 413sup { 414 line-height: 1em; 415} 416 417.sdkversion span { 418 font-size: 12px; 419 font-style: italic; 420 color: #e97c25; 421 border: 1px solid #e97c25; 422 padding: 2px 5px; 423} 424 425.sdkversion { 426 text-align: right; 427} 428 429.whichSDs span,.whichnRF span { 430 font-size: 12px; 431 font-style: italic; 432 color: #e97c25; 433 border: 1px solid #e97c25; 434 padding: 2px 5px; 435 } 436 437.whichSDs.nRF52 span,.whichnRF.nRF52 span { 438 color: #e97c25; 439 border-color: #e97c25; 440} 441 442.whichSDs.nRF52840 span,.whichnRF.nRF52840 span { 443 color: #0081B7; 444 border-color: #0081B7; 445} 446 447.whichSDs.nRF51 span,.whichnRF.nRF51 span { 448 color: #7f7f7f; 449 border-color: #7f7f7f; 450} 451 452div.whichnRF { 453 padding-bottom: 5px; 454} 455 456span.whichnRF{ 457 font-size: 12px; 458 font-style: italic; 459 color: #e97c25; 460 border: 1px solid #e97c25; 461 padding: 2px 5px; 462} 463 464span.whichnRF.nRF52 { 465 color: #e97c25; 466 border-color: #e97c25; 467} 468 469span.whichnRF.nRF52840 { 470 color: #0081B7; 471 border-color: #0081B7; 472} 473 474span.whichnRF.nRF51 { 475 color: #7f7f7f; 476 border-color: #7f7f7f; 477} 478 479.orange { 480 color: #e97c25; 481} 482 483hr { 484 margin-top:20px; 485 border-top:1px solid #8EA7B0; 486} 487 488 489.directory td.entry { 490 white-space: normal; 491 width:50%; 492} 493 494/* overrides */ 495.topicfooter { 496 text-align: right; 497// margin-top: 1px; 498 padding-right: 10px; 499 box-shadow: inset 0px 1px 0px 0px #e0e0e0; 500 font-size: 13px; 501} 502