extra_stylesheet.css 7.6 KB

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