node-poweredup 8.0.5 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/.drone.yml +2 -2
  2. package/.gitmodules +0 -3
  3. package/.jsdoc.json +1 -2
  4. package/dist/browser/poweredup.js +1 -1
  5. package/dist/browser/poweredup.js.map +1 -1
  6. package/dist/node/color.js +5 -1
  7. package/dist/node/color.js.map +1 -1
  8. package/dist/node/consts.d.ts +21 -21
  9. package/dist/node/consts.js +27 -27
  10. package/dist/node/consts.js.map +1 -1
  11. package/dist/node/devices/absolutemotor.js +6 -2
  12. package/dist/node/devices/absolutemotor.js.map +1 -1
  13. package/dist/node/devices/basicmotor.js +5 -1
  14. package/dist/node/devices/basicmotor.js.map +1 -1
  15. package/dist/node/devices/colordistancesensor.js +7 -3
  16. package/dist/node/devices/colordistancesensor.js.map +1 -1
  17. package/dist/node/devices/currentsensor.js +6 -2
  18. package/dist/node/devices/currentsensor.js.map +1 -1
  19. package/dist/node/devices/device.d.ts +3 -1
  20. package/dist/node/devices/device.js +5 -1
  21. package/dist/node/devices/device.js.map +1 -1
  22. package/dist/node/devices/duplotrainbasecolorsensor.js +6 -2
  23. package/dist/node/devices/duplotrainbasecolorsensor.js.map +1 -1
  24. package/dist/node/devices/duplotrainbasemotor.js +5 -1
  25. package/dist/node/devices/duplotrainbasemotor.js.map +1 -1
  26. package/dist/node/devices/duplotrainbasespeaker.js +6 -2
  27. package/dist/node/devices/duplotrainbasespeaker.js.map +1 -1
  28. package/dist/node/devices/duplotrainbasespeedometer.js +6 -2
  29. package/dist/node/devices/duplotrainbasespeedometer.js.map +1 -1
  30. package/dist/node/devices/hubled.js +6 -2
  31. package/dist/node/devices/hubled.js.map +1 -1
  32. package/dist/node/devices/light.js +5 -1
  33. package/dist/node/devices/light.js.map +1 -1
  34. package/dist/node/devices/marioaccelerometer.js +6 -2
  35. package/dist/node/devices/marioaccelerometer.js.map +1 -1
  36. package/dist/node/devices/mariobarcodesensor.js +6 -2
  37. package/dist/node/devices/mariobarcodesensor.js.map +1 -1
  38. package/dist/node/devices/mariopantssensor.js +6 -2
  39. package/dist/node/devices/mariopantssensor.js.map +1 -1
  40. package/dist/node/devices/mediumlinearmotor.js +5 -1
  41. package/dist/node/devices/mediumlinearmotor.js.map +1 -1
  42. package/dist/node/devices/motionsensor.js +6 -2
  43. package/dist/node/devices/motionsensor.js.map +1 -1
  44. package/dist/node/devices/movehubmediumlinearmotor.js +5 -1
  45. package/dist/node/devices/movehubmediumlinearmotor.js.map +1 -1
  46. package/dist/node/devices/movehubtiltsensor.js +6 -2
  47. package/dist/node/devices/movehubtiltsensor.js.map +1 -1
  48. package/dist/node/devices/piezobuzzer.js +5 -1
  49. package/dist/node/devices/piezobuzzer.js.map +1 -1
  50. package/dist/node/devices/remotecontrolbutton.js +7 -3
  51. package/dist/node/devices/remotecontrolbutton.js.map +1 -1
  52. package/dist/node/devices/simplemediumlinearmotor.js +5 -1
  53. package/dist/node/devices/simplemediumlinearmotor.js.map +1 -1
  54. package/dist/node/devices/tachomotor.js +6 -2
  55. package/dist/node/devices/tachomotor.js.map +1 -1
  56. package/dist/node/devices/technic3x3colorlightmatrix.js +6 -2
  57. package/dist/node/devices/technic3x3colorlightmatrix.js.map +1 -1
  58. package/dist/node/devices/techniccolorsensor.js +6 -2
  59. package/dist/node/devices/techniccolorsensor.js.map +1 -1
  60. package/dist/node/devices/technicdistancesensor.js +6 -2
  61. package/dist/node/devices/technicdistancesensor.js.map +1 -1
  62. package/dist/node/devices/technicforcesensor.js +6 -2
  63. package/dist/node/devices/technicforcesensor.js.map +1 -1
  64. package/dist/node/devices/techniclargeangularmotor.js +5 -1
  65. package/dist/node/devices/techniclargeangularmotor.js.map +1 -1
  66. package/dist/node/devices/techniclargelinearmotor.js +5 -1
  67. package/dist/node/devices/techniclargelinearmotor.js.map +1 -1
  68. package/dist/node/devices/technicmediumangularmotor.js +5 -1
  69. package/dist/node/devices/technicmediumangularmotor.js.map +1 -1
  70. package/dist/node/devices/technicmediumhubaccelerometersensor.js +6 -2
  71. package/dist/node/devices/technicmediumhubaccelerometersensor.js.map +1 -1
  72. package/dist/node/devices/technicmediumhubgyrosensor.js +6 -2
  73. package/dist/node/devices/technicmediumhubgyrosensor.js.map +1 -1
  74. package/dist/node/devices/technicmediumhubtiltsensor.js +7 -3
  75. package/dist/node/devices/technicmediumhubtiltsensor.js.map +1 -1
  76. package/dist/node/devices/technicsmallangularmotor.js +5 -1
  77. package/dist/node/devices/technicsmallangularmotor.js.map +1 -1
  78. package/dist/node/devices/technicxlargelinearmotor.js +5 -1
  79. package/dist/node/devices/technicxlargelinearmotor.js.map +1 -1
  80. package/dist/node/devices/tiltsensor.js +6 -2
  81. package/dist/node/devices/tiltsensor.js.map +1 -1
  82. package/dist/node/devices/trainmotor.js +5 -1
  83. package/dist/node/devices/trainmotor.js.map +1 -1
  84. package/dist/node/devices/voltagesensor.js +6 -2
  85. package/dist/node/devices/voltagesensor.js.map +1 -1
  86. package/dist/node/hubs/basehub.d.ts +1 -0
  87. package/dist/node/hubs/basehub.js +5 -1
  88. package/dist/node/hubs/basehub.js.map +1 -1
  89. package/dist/node/hubs/duplotrainbase.d.ts +1 -0
  90. package/dist/node/hubs/duplotrainbase.js +5 -1
  91. package/dist/node/hubs/duplotrainbase.js.map +1 -1
  92. package/dist/node/hubs/hub.d.ts +1 -0
  93. package/dist/node/hubs/hub.js +12 -11
  94. package/dist/node/hubs/hub.js.map +1 -1
  95. package/dist/node/hubs/lpf2hub.js +5 -1
  96. package/dist/node/hubs/lpf2hub.js.map +1 -1
  97. package/dist/node/hubs/mario.d.ts +1 -0
  98. package/dist/node/hubs/mario.js +5 -1
  99. package/dist/node/hubs/mario.js.map +1 -1
  100. package/dist/node/hubs/movehub.d.ts +1 -0
  101. package/dist/node/hubs/movehub.js +7 -6
  102. package/dist/node/hubs/movehub.js.map +1 -1
  103. package/dist/node/hubs/remotecontrol.d.ts +1 -0
  104. package/dist/node/hubs/remotecontrol.js +5 -1
  105. package/dist/node/hubs/remotecontrol.js.map +1 -1
  106. package/dist/node/hubs/technicmediumhub.d.ts +1 -0
  107. package/dist/node/hubs/technicmediumhub.js +5 -1
  108. package/dist/node/hubs/technicmediumhub.js.map +1 -1
  109. package/dist/node/hubs/technicsmallhub.d.ts +1 -0
  110. package/dist/node/hubs/technicsmallhub.js +10 -6
  111. package/dist/node/hubs/technicsmallhub.js.map +1 -1
  112. package/dist/node/hubs/wedo2smarthub.d.ts +1 -0
  113. package/dist/node/hubs/wedo2smarthub.js +10 -6
  114. package/dist/node/hubs/wedo2smarthub.js.map +1 -1
  115. package/dist/node/index-browser.js +5 -1
  116. package/dist/node/index-browser.js.map +1 -1
  117. package/dist/node/index-node.js +5 -1
  118. package/dist/node/index-node.js.map +1 -1
  119. package/dist/node/interfaces.d.ts +1 -0
  120. package/dist/node/nobleabstraction.d.ts +1 -0
  121. package/dist/node/nobleabstraction.js.map +1 -1
  122. package/dist/node/poweredup-browser.js +10 -3
  123. package/dist/node/poweredup-browser.js.map +1 -1
  124. package/dist/node/poweredup-node.js +5 -1
  125. package/dist/node/poweredup-node.js.map +1 -1
  126. package/dist/node/utils.d.ts +2 -1
  127. package/dist/node/utils.js.map +1 -1
  128. package/dist/node/webbleabstraction.d.ts +2 -1
  129. package/dist/node/webbleabstraction.js +1 -1
  130. package/dist/node/webbleabstraction.js.map +1 -1
  131. package/docs/AbsoluteMotor.html +1037 -1066
  132. package/docs/BaseHub.html +622 -807
  133. package/docs/BasicMotor.html +707 -809
  134. package/docs/ColorDistanceSensor.html +1500 -1611
  135. package/docs/CurrentSensor.html +470 -623
  136. package/docs/Device.html +372 -502
  137. package/docs/DuploTrainBase.html +1004 -1225
  138. package/docs/DuploTrainBaseColorSensor.html +712 -874
  139. package/docs/DuploTrainBaseMotor.html +723 -841
  140. package/docs/DuploTrainBaseSpeaker.html +565 -693
  141. package/docs/DuploTraniBaseSpeedometer.html +396 -550
  142. package/docs/Hub.html +3842 -3987
  143. package/docs/HubLED.html +591 -731
  144. package/docs/LPF2Hub.html +983 -1188
  145. package/docs/Light.html +591 -731
  146. package/docs/Mario.html +1004 -1225
  147. package/docs/MarioAccelerometer.html +568 -732
  148. package/docs/MarioBarcodeSensor.html +568 -732
  149. package/docs/MarioPantsSensor.html +470 -623
  150. package/docs/MediumLinearMotor.html +679 -748
  151. package/docs/MotionSensor.html +470 -623
  152. package/docs/MoveHub.html +1004 -1225
  153. package/docs/MoveHubMediumLinearMotor.html +679 -748
  154. package/docs/MoveHubTiltSensor.html +483 -642
  155. package/docs/PiezoBuzzer.html +495 -642
  156. package/docs/PoweredUP.html +2223 -2174
  157. package/docs/RemoteControl.html +1004 -1225
  158. package/docs/RemoteControlButton.html +470 -623
  159. package/docs/SimpleMediumLinearMotor.html +396 -550
  160. package/docs/TachoMotor.html +1298 -1393
  161. package/docs/Technic3x3ColorLightMatrix.html +484 -628
  162. package/docs/TechnicColorSensor.html +726 -876
  163. package/docs/TechnicDistanceSensor.html +667 -824
  164. package/docs/TechnicForceSensor.html +614 -765
  165. package/docs/TechnicLargeAngularMotor.html +1046 -1091
  166. package/docs/TechnicLargeLinearMotor.html +1046 -1091
  167. package/docs/TechnicMediumAngularMotor.html +1046 -1091
  168. package/docs/TechnicMediumHub.html +1004 -1225
  169. package/docs/TechnicMediumHubAccelerometerSensor.html +496 -661
  170. package/docs/TechnicMediumHubGyroSensor.html +496 -661
  171. package/docs/TechnicMediumHubTiltSensor.html +820 -945
  172. package/docs/TechnicSmallAngularMotor.html +1046 -1091
  173. package/docs/TechnicXLargeLinearMotor.html +1046 -1091
  174. package/docs/TiltSensor.html +483 -642
  175. package/docs/TrainMotor.html +723 -841
  176. package/docs/VoltageSensor.html +470 -623
  177. package/docs/WeDo2SmartHub.html +890 -1102
  178. package/docs/consts.js.html +53 -116
  179. package/docs/devices_absolutemotor.js.html +35 -94
  180. package/docs/devices_basicmotor.js.html +34 -93
  181. package/docs/devices_colordistancesensor.js.html +33 -92
  182. package/docs/devices_currentsensor.js.html +35 -94
  183. package/docs/devices_device.js.html +32 -91
  184. package/docs/devices_duplotrainbasecolorsensor.js.html +35 -94
  185. package/docs/devices_duplotrainbasemotor.js.html +34 -93
  186. package/docs/devices_duplotrainbasespeaker.js.html +35 -94
  187. package/docs/devices_duplotrainbasespeedometer.js.html +35 -94
  188. package/docs/devices_hubled.js.html +35 -94
  189. package/docs/devices_light.js.html +34 -93
  190. package/docs/devices_marioaccelerometer.js.html +35 -94
  191. package/docs/devices_mariobarcodesensor.js.html +35 -94
  192. package/docs/devices_mariopantssensor.js.html +35 -94
  193. package/docs/devices_mediumlinearmotor.js.html +34 -93
  194. package/docs/devices_motionsensor.js.html +35 -94
  195. package/docs/devices_movehubmediumlinearmotor.js.html +34 -93
  196. package/docs/devices_movehubtiltsensor.js.html +35 -94
  197. package/docs/devices_piezobuzzer.js.html +34 -93
  198. package/docs/devices_remotecontrolbutton.js.html +36 -95
  199. package/docs/devices_simplemediumlinearmotor.js.html +34 -93
  200. package/docs/devices_tachomotor.js.html +33 -92
  201. package/docs/devices_technic3x3colorlightmatrix.js.html +35 -94
  202. package/docs/devices_techniccolorsensor.js.html +35 -94
  203. package/docs/devices_technicdistancesensor.js.html +35 -94
  204. package/docs/devices_technicforcesensor.js.html +35 -94
  205. package/docs/devices_techniclargeangularmotor.js.html +34 -93
  206. package/docs/devices_techniclargelinearmotor.js.html +34 -93
  207. package/docs/devices_technicmediumangularmotor.js.html +34 -93
  208. package/docs/devices_technicmediumhubaccelerometersensor.js.html +35 -94
  209. package/docs/devices_technicmediumhubgyrosensor.js.html +35 -94
  210. package/docs/devices_technicmediumhubtiltsensor.js.html +36 -95
  211. package/docs/devices_technicsmallangularmotor.js.html +34 -93
  212. package/docs/devices_technicxlargelinearmotor.js.html +34 -93
  213. package/docs/devices_tiltsensor.js.html +35 -94
  214. package/docs/devices_trainmotor.js.html +34 -93
  215. package/docs/devices_voltagesensor.js.html +35 -94
  216. package/docs/global.html +2094 -7927
  217. package/docs/hubs_basehub.js.html +31 -90
  218. package/docs/hubs_duplotrainbase.js.html +34 -93
  219. package/docs/hubs_hub.js.html +41 -103
  220. package/docs/hubs_lpf2hub.js.html +31 -90
  221. package/docs/hubs_mario.js.html +34 -93
  222. package/docs/hubs_movehub.js.html +36 -98
  223. package/docs/hubs_remotecontrol.js.html +34 -93
  224. package/docs/hubs_technicmediumhub.js.html +34 -93
  225. package/docs/hubs_technicsmallhub.js.html +39 -98
  226. package/docs/hubs_wedo2smarthub.js.html +36 -95
  227. package/docs/index.html +36 -83
  228. package/docs/poweredup-browser.js.html +36 -92
  229. package/docs/poweredup-node.js.html +32 -91
  230. package/docs/scripts/linenumber.js +21 -19
  231. package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
  232. package/docs/scripts/prettify/lang-css.js +2 -0
  233. package/docs/scripts/prettify/prettify.js +28 -0
  234. package/docs/styles/jsdoc-default.css +192 -787
  235. package/docs/styles/prettify-jsdoc.css +1 -1
  236. package/docs/styles/prettify-tomorrow.css +8 -14
  237. package/package.json +13 -13
  238. package/src/devices/device.ts +2 -2
  239. package/src/devices/remotecontrolbutton.ts +1 -1
  240. package/src/devices/technicmediumhubtiltsensor.ts +1 -1
  241. package/src/hubs/hub.ts +2 -2
  242. package/src/hubs/movehub.ts +2 -2
  243. package/src/poweredup-browser.ts +5 -2
  244. package/src/webbleabstraction.ts +2 -2
  245. package/jsdoc-template/braintree/CHANGELOG.md +0 -31
  246. package/jsdoc-template/braintree/LICENSE +0 -27
  247. package/jsdoc-template/braintree/README.md +0 -90
  248. package/jsdoc-template/braintree/package.json +0 -39
  249. package/jsdoc-template/braintree/publish.js +0 -675
  250. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.eot +0 -0
  251. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.svg +0 -1830
  252. package/jsdoc-template/braintree/static/fonts/OpenSans-Bold-webfont.woff +0 -0
  253. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
  254. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.svg +0 -1830
  255. package/jsdoc-template/braintree/static/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
  256. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.eot +0 -0
  257. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.svg +0 -1830
  258. package/jsdoc-template/braintree/static/fonts/OpenSans-Italic-webfont.woff +0 -0
  259. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.eot +0 -0
  260. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.svg +0 -1831
  261. package/jsdoc-template/braintree/static/fonts/OpenSans-Light-webfont.woff +0 -0
  262. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.eot +0 -0
  263. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.svg +0 -1835
  264. package/jsdoc-template/braintree/static/fonts/OpenSans-LightItalic-webfont.woff +0 -0
  265. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.eot +0 -0
  266. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.svg +0 -1831
  267. package/jsdoc-template/braintree/static/fonts/OpenSans-Regular-webfont.woff +0 -0
  268. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.eot +0 -0
  269. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.svg +0 -1830
  270. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.ttf +0 -0
  271. package/jsdoc-template/braintree/static/fonts/OpenSans-Semibold-webfont.woff +0 -0
  272. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
  273. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -1830
  274. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
  275. package/jsdoc-template/braintree/static/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
  276. package/jsdoc-template/braintree/static/icons/home.svg +0 -4
  277. package/jsdoc-template/braintree/static/icons/search.svg +0 -4
  278. package/jsdoc-template/braintree/static/scripts/linenumber.js +0 -23
  279. package/jsdoc-template/braintree/static/scripts/pagelocation.js +0 -89
  280. package/jsdoc-template/braintree/static/styles/collapse.css +0 -27
  281. package/jsdoc-template/braintree/static/styles/jsdoc-default.css +0 -953
  282. package/jsdoc-template/braintree/static/styles/prettify-jsdoc.css +0 -111
  283. package/jsdoc-template/braintree/static/styles/prettify-tomorrow.css +0 -138
  284. package/jsdoc-template/braintree/tmpl/augments.tmpl +0 -10
  285. package/jsdoc-template/braintree/tmpl/container.tmpl +0 -213
  286. package/jsdoc-template/braintree/tmpl/details.tmpl +0 -223
  287. package/jsdoc-template/braintree/tmpl/example.tmpl +0 -2
  288. package/jsdoc-template/braintree/tmpl/examples.tmpl +0 -14
  289. package/jsdoc-template/braintree/tmpl/exceptions.tmpl +0 -28
  290. package/jsdoc-template/braintree/tmpl/layout.tmpl +0 -150
  291. package/jsdoc-template/braintree/tmpl/mainpage.tmpl +0 -9
  292. package/jsdoc-template/braintree/tmpl/members.tmpl +0 -38
  293. package/jsdoc-template/braintree/tmpl/method.tmpl +0 -128
  294. package/jsdoc-template/braintree/tmpl/params.tmpl +0 -125
  295. package/jsdoc-template/braintree/tmpl/properties.tmpl +0 -111
  296. package/jsdoc-template/braintree/tmpl/returns.tmpl +0 -17
  297. package/jsdoc-template/braintree/tmpl/source.tmpl +0 -9
  298. package/jsdoc-template/braintree/tmpl/tutorial.tmpl +0 -23
  299. package/jsdoc-template/braintree/tmpl/type.tmpl +0 -11
@@ -1,232 +1,98 @@
1
1
  @font-face {
2
- font-family: "Avenir Next W01";
3
- font-style: normal;
4
- font-weight: 600;
5
- src: url("https://fast.fonts.net/dv2/14/14c73713-e4df-4dba-933b-057feeac8dd1.woff2?d44f19a684109620e484167ba790e8180fd9e29df91d80ce3d096f014db863074e1ea706cf5ed4e1c042492e76df291ce1d24ec684d3d9da9684f55406b9f22bce02f0f30f556681593dafea074d7bd44e28a680d083ccfd44ed4f8a3087a20c56147c11f917ed1dbd85c4a18cf38da25e6ac78f008f472262304d50e7e0cb7541ef1642c676db6e4bde4924846f5daf486fbde9335e98f6a20f6664bc4525253d1d4fca42cf1c490483c8daf0237f6a0fd292563417ad80ca3e69321417747bdc6f0969f34b2a0401b5e2b9a4dfd5b06d9710850900c66b34870aef&projectId=f750d5c7-baa2-4767-afd7-45484f47fe17") format('woff2');
6
- }
7
-
8
- @font-face {
9
- font-family: "Avenir Next W01";
10
- font-style: normal;
11
- font-weight: 500;
12
- src: url("https://fast.fonts.net/dv2/14/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2?d44f19a684109620e484167ba790e8180fd9e29df91d80ce3d096f014db863074e1ea706cf5ed4e1c042492e76df291ce1d24ec684d3d9da9684f55406b9f22bce02f0f30f556681593dafea074d7bd44e28a680d083ccfd44ed4f8a3087a20c56147c11f917ed1dbd85c4a18cf38da25e6ac78f008f472262304d50e7e0cb7541ef1642c676db6e4bde4924846f5daf486fbde9335e98f6a20f6664bc4525253d1d4fca42cf1c490483c8daf0237f6a0fd292563417ad80ca3e69321417747bdc6f0969f34b2a0401b5e2b9a4dfd5b06d9710850900c66b34870aef&projectId=f750d5c7-baa2-4767-afd7-45484f47fe17") format('woff2');
13
- }
14
-
15
- @font-face {
16
- font-family: "Avenir Next W01";
17
- font-style: normal;
18
- font-weight: 400;
19
- src: url("https://fast.fonts.net/dv2/14/2cd55546-ec00-4af9-aeca-4a3cd186da53.woff2?d44f19a684109620e484167ba790e8180fd9e29df91d80ce3d096f014db863074e1ea706cf5ed4e1c042492e76df291ce1d24ec684d3d9da9684f55406b9f22bce02f0f30f556681593dafea074d7bd44e28a680d083ccfd44ed4f8a3087a20c56147c11f917ed1dbd85c4a18cf38da25e6ac78f008f472262304d50e7e0cb7541ef1642c676db6e4bde4924846f5daf486fbde9335e98f6a20f6664bc4525253d1d4fca42cf1c490483c8daf0237f6a0fd292563417ad80ca3e69321417747bdc6f0969f34b2a0401b5e2b9a4dfd5b06d9710850900c66b34870aef&projectId=f750d5c7-baa2-4767-afd7-45484f47fe17") format('woff2');
20
- }
21
-
22
- @font-face {
23
- font-family: 'bt_mono';
24
- font-style: normal;
25
- font-weight: 400;
26
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_regular-webfont.eot');
27
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_regular-webfont.woff2') format('woff2'), url('https://assets.braintreegateway.com/fonts/bt_mono_regular-webfont.woff') format('woff'), url('https://assets.braintreegateway.com/fonts/bt_mono_regular-webfont.ttf') format('truetype'), url('https://assets.braintreegateway.com/fonts/bt_mono_regular-webfont.svg#bt_mono_reqular-webfont') format('svg');
28
- }
29
-
30
- @font-face {
31
- font-family: 'bt_mono';
32
- font-style: normal;
33
- font-weight: 500;
34
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_medium-webfont.eot');
35
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_medium-webfont.woff2') format('woff2'), url('https://assets.braintreegateway.com/fonts/bt_mono_medium-webfont.woff') format('woff'), url('https://assets.braintreegateway.com/fonts/bt_mono_medium-webfont.ttf') format('truetype'), url('https://assets.braintreegateway.com/fonts/bt_mono_medium-webfont.svg#bt_mono_medium-webfont') format('svg');
36
- }
37
-
38
- @font-face {
39
- font-family: 'bt_mono';
2
+ font-family: 'Open Sans';
3
+ font-weight: normal;
40
4
  font-style: normal;
41
- font-weight: 600;
42
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_bold-webfont.eot');
43
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_bold-webfont.woff2') format('woff2'), url('https://assets.braintreegateway.com/fonts/bt_mono_bold-webfont.woff') format('woff'), url('https://assets.braintreegateway.com/fonts/bt_mono_bold-webfont.ttf') format('truetype'), url('https://assets.braintreegateway.com/fonts/bt_mono_bold-webfont.svg#bt_mono_bold-webfont') format('svg');
5
+ src: url('../fonts/OpenSans-Regular-webfont.eot');
6
+ src:
7
+ local('Open Sans'),
8
+ local('OpenSans'),
9
+ url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
10
+ url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
11
+ url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
44
12
  }
45
13
 
46
14
  @font-face {
47
- font-family: 'bt_mono';
15
+ font-family: 'Open Sans Light';
16
+ font-weight: normal;
48
17
  font-style: normal;
49
- font-weight: 900;
50
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_heavy-webfont.eot');
51
- src: url('https://assets.braintreegateway.com/fonts/bt_mono_heavy-webfont.woff2') format('woff2'), url('https://assets.braintreegateway.com/fonts/bt_mono_heavy-webfont.woff') format('woff'), url('https://assets.braintreegateway.com/fonts/bt_mono_heavy-webfont.ttf') format('truetype'), url('https://assets.braintreegateway.com/fonts/bt_mono_heavy-webfont.svg#bt_mono_heavy-webfont') format('svg');
52
- }
53
-
54
- * {
55
- box-sizing: border-box
18
+ src: url('../fonts/OpenSans-Light-webfont.eot');
19
+ src:
20
+ local('Open Sans Light'),
21
+ local('OpenSans Light'),
22
+ url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
23
+ url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
24
+ url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
56
25
  }
57
26
 
58
- html, body {
59
- height: 100%;
60
- width: 100%;
61
- -webkit-font-smoothing: antialiased;
62
- -moz-osx-font-smoothing: grayscale;
63
- color: #3e3c42;
64
- text-rendering: optimizeLegibility;
65
- margin: 0;
27
+ html
28
+ {
29
+ overflow: auto;
30
+ background-color: #fff;
31
+ font-size: 14px;
66
32
  }
67
33
 
68
- body {
69
- color: #3e3c42;
70
- background-color: #f3f3f3;
71
- width: 100%;
72
- font: 16px/1.875 "Avenir Next W01", "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
73
- font-size: 16px;
74
- line-height: 160%;
34
+ body
35
+ {
36
+ font-family: 'Open Sans', sans-serif;
37
+ line-height: 1.5;
38
+ color: #4d4e53;
39
+ background-color: white;
75
40
  }
76
41
 
77
- a, a:active {
42
+ a, a:visited, a:active {
78
43
  color: #0095dd;
79
44
  text-decoration: none;
80
45
  }
81
46
 
82
47
  a:hover {
83
- text-decoration: underline
84
- }
85
-
86
- p, ul, ol, blockquote {
87
- margin-bottom: 1em;
88
- }
89
-
90
- p {
91
- max-width: 800px;
92
- }
93
-
94
- h1, h2, h3, h4, h5, h6 {
95
- color: #706d77;
96
- font-weight: 500;
97
- margin: 0;
98
- line-height: 1;
99
- }
100
-
101
- h1 {
102
- color: #4b484f;
103
- font-weight: 500;
104
- font-size: 40px;
105
- display: block;
48
+ text-decoration: underline;
106
49
  }
107
50
 
108
- h1 span {
109
- color: #999;
110
- font-size: 32px;
51
+ header
52
+ {
111
53
  display: block;
112
- line-height: 1.5;
113
- }
114
-
115
- h1.page-title {
116
- border-bottom: 1px dashed #ccc;
117
- margin-bottom: 20px;
118
- padding-bottom: 30px;
119
- }
120
-
121
- h2 {
122
- font-size: 30px;
123
- margin: 1.5em 0 0;
124
- }
125
-
126
- h3 {
127
- font-size: 20px;
128
- margin: 1.5em 0 0;
129
- text-transform: uppercase;
130
- }
131
-
132
- h3.reference-title {
133
- display: block;
134
- font-weight: 400;
135
- margin-top: 2em;
136
- max-width: 200px;
137
- }
138
-
139
- h3.reference-title small {
140
- display: inline-block;
141
- color: #0095dd;
142
- margin-left: 5px;
143
- font-weight: 500;
144
- }
145
-
146
- h3.subsection-title {
147
- border-bottom: 1px solid #ececec;
148
- padding-bottom: 20px;
149
- margin-top: 3em;
150
- margin-bottom: 1em;
151
- }
152
-
153
- h4 {
154
- font-size: 16px;
155
- margin: 1em 0 0;
156
- font-weight: bold;
157
- }
158
-
159
- h4.name {
160
- font-size: 20px;
161
- margin-top: 0;
162
- font-weight: 500;
163
- }
164
-
165
- h5 {
166
- margin: 2em 0 0.5em 0;
167
- font-size: 14px;
168
- font-weight: 500;
169
- text-transform: uppercase;
170
- }
171
-
172
- .container-overview .subsection-title {
173
- font-size: 14px;
174
- text-transform: uppercase;
175
- margin: 8px 0 15px 0;
176
- font-weight: bold;
177
- color: #4D4E53;
178
- padding-top: 10px;
179
- }
180
-
181
- h6 {
182
- font-size: 100%;
183
- letter-spacing: -0.01em;
184
- margin: 6px 0 3px 0;
185
- font-style: italic;
186
- text-transform: uppercase;
187
- font-weight: 500;
54
+ padding: 0px 4px;
188
55
  }
189
56
 
190
57
  tt, code, kbd, samp {
191
- font-family: "Source Code Pro", monospace;
192
- background: #f4f4f4;
193
- padding: 1px 5px;
194
- border-radius: 5px;
58
+ font-family: Consolas, Monaco, 'Andale Mono', monospace;
195
59
  }
196
60
 
197
61
  .class-description {
62
+ font-size: 130%;
63
+ line-height: 140%;
198
64
  margin-bottom: 1em;
199
65
  margin-top: 1em;
200
- padding: 10px 20px;
201
- background-color: rgba(26, 159, 224, 0.1);
202
66
  }
203
67
 
204
68
  .class-description:empty {
205
- margin: 0
69
+ margin: 0;
206
70
  }
207
71
 
208
72
  #main {
209
- background-color: white;
210
- float: right;
211
- min-width: 360px;
212
- width: calc(100% - 300px);
213
- padding: 30px;
214
- z-index: 100;
73
+ float: left;
74
+ width: 70%;
215
75
  }
216
76
 
217
- header {
218
- display: block;
219
- max-width: 1400px;
77
+ article dl {
78
+ margin-bottom: 40px;
79
+ }
80
+
81
+ article img {
82
+ max-width: 100%;
220
83
  }
221
84
 
222
- section {
85
+ section
86
+ {
223
87
  display: block;
224
- max-width: 1400px;
225
88
  background-color: #fff;
89
+ padding: 12px 24px;
90
+ border-bottom: 1px solid #ccc;
91
+ margin-right: 30px;
226
92
  }
227
93
 
228
94
  .variation {
229
- display: none
95
+ display: none;
230
96
  }
231
97
 
232
98
  .signature-attributes {
@@ -236,187 +102,140 @@ section {
236
102
  font-weight: lighter;
237
103
  }
238
104
 
239
- .rule {
240
- width: 100%;
241
- margin-top: 20px;
105
+ nav
106
+ {
242
107
  display: block;
243
- border-top: 1px solid #ccc;
244
- }
245
-
246
- ul {
247
- list-style-type: none;
248
- padding-left: 0;
249
- }
250
-
251
- ul li a {
252
- font-weight: 500;
253
- }
254
-
255
- ul ul {
256
- padding-top: 5px;
257
- }
258
-
259
- ul li ul {
260
- padding-left: 20px;
261
- }
262
-
263
- ul li ul li a {
264
- font-weight: normal;
265
- }
266
-
267
- nav {
268
- float: left;
269
- display: block;
270
- width: 300px;
271
- background: #f7f7f7;
272
- overflow-x: visible;
273
- overflow-y: auto;
274
- height: 100%;
275
- padding: 0px 30px 100px 30px;
276
- height: 100%;
277
- position: fixed;
278
- transition: left 0.2s;
279
- z-index: 998;
280
- margin-top: 0px;
281
- top: 43px;
282
- }
283
-
284
- .navicon-button {
285
- display: inline-block;
286
- position: fixed;
287
- bottom: 1.5em;
288
- right: 1.5em;
289
- z-index: 2;
290
- }
291
-
292
- nav h3 {
293
- font-size: 13px;
294
- text-transform: uppercase;
295
- letter-spacing: 1px;
296
- font-weight: bold;
297
- line-height: 24px;
298
- margin: 40px 0 10px 0;
299
- padding: 0;
108
+ float: right;
109
+ margin-top: 28px;
110
+ width: 30%;
111
+ box-sizing: border-box;
112
+ border-left: 1px solid #ccc;
113
+ padding-left: 16px;
300
114
  }
301
115
 
302
116
  nav ul {
117
+ font-family: 'Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
303
118
  font-size: 100%;
304
119
  line-height: 17px;
305
120
  padding: 0;
306
121
  margin: 0;
307
122
  list-style-type: none;
308
- border: none;
309
- padding-left: 0;
310
- }
311
-
312
- nav ul a {
313
- font-size: 16px;
314
- }
315
-
316
- nav ul a, nav ul a:active {
317
- display: block;
318
123
  }
319
124
 
320
- nav ul a:hover, nav ul a:active {
321
- color: hsl(200, 100%, 43%);
322
- text-decoration: none;
125
+ nav ul a, nav ul a:visited, nav ul a:active {
126
+ font-family: Consolas, Monaco, 'Andale Mono', monospace;
127
+ line-height: 18px;
128
+ color: #4D4E53;
323
129
  }
324
130
 
325
- nav>ul {
326
- padding: 0 10px;
131
+ nav h3 {
132
+ margin-top: 12px;
327
133
  }
328
134
 
329
- nav>ul li:first-child {
330
- padding-top: 0;
135
+ nav li {
136
+ margin-top: 6px;
331
137
  }
332
138
 
333
- nav ul li ul {
334
- padding-left: 0;
139
+ footer {
140
+ display: block;
141
+ padding: 6px;
142
+ margin-top: 12px;
143
+ font-style: italic;
144
+ font-size: 90%;
335
145
  }
336
146
 
337
- nav>ul>li {
338
- border-bottom: 1px solid #e2e2e2;
339
- padding: 10px 0 20px 0;
147
+ h1, h2, h3, h4 {
148
+ font-weight: 200;
149
+ margin: 0;
340
150
  }
341
151
 
342
- nav>ul>li.active ul {
343
- border-left: 3px solid #0095dd;
344
- padding-left: 15px;
152
+ h1
153
+ {
154
+ font-family: 'Open Sans Light', sans-serif;
155
+ font-size: 48px;
156
+ letter-spacing: -2px;
157
+ margin: 12px 24px 20px;
345
158
  }
346
159
 
347
- nav>ul>li.active ul li.active a {
348
- font-weight: bold;
160
+ h2, h3.subsection-title
161
+ {
162
+ font-size: 30px;
163
+ font-weight: 700;
164
+ letter-spacing: -1px;
165
+ margin-bottom: 12px;
349
166
  }
350
167
 
351
- nav>ul>li.active a {
352
- color: #0095dd;
168
+ h3
169
+ {
170
+ font-size: 24px;
171
+ letter-spacing: -0.5px;
172
+ margin-bottom: 12px;
353
173
  }
354
174
 
355
- nav>ul>li>a {
356
- color: #706d77;
357
- padding: 20px 0;
175
+ h4
176
+ {
358
177
  font-size: 18px;
178
+ letter-spacing: -0.33px;
179
+ margin-bottom: 12px;
180
+ color: #4d4e53;
359
181
  }
360
182
 
361
- nav ul ul {
362
- margin-bottom: 10px;
363
- padding-left: 0;
364
- }
365
-
366
- nav ul ul a {
367
- color: #5f5c63;
368
- }
369
-
370
- nav ul ul a, nav ul ul a:active {
371
- font-family: 'bt_mono', monospace;
372
- font-size: 14px;
373
- padding-left: 20px;
374
- padding-top: 3px;
375
- padding-bottom: 9px;
183
+ h5, .container-overview .subsection-title
184
+ {
185
+ font-size: 120%;
186
+ font-weight: bold;
187
+ letter-spacing: -0.01em;
188
+ margin: 8px 0 3px 0;
376
189
  }
377
190
 
378
- nav h2 {
379
- font-size: 12px;
380
- margin: 0;
381
- padding: 0;
191
+ h6
192
+ {
193
+ font-size: 100%;
194
+ letter-spacing: -0.01em;
195
+ margin: 6px 0 3px 0;
196
+ font-style: italic;
382
197
  }
383
198
 
384
- nav>h2>a {
385
- color: hsl(202, 71%, 50%);
386
- border-bottom: 1px solid hsl(202, 71%, 50%);
387
- padding-bottom: 5px;
199
+ table
200
+ {
201
+ border-spacing: 0;
202
+ border: 0;
203
+ border-collapse: collapse;
388
204
  }
389
205
 
390
- nav>h2>a:hover {
391
- font-weight: 500;
392
- text-decoration: none;
206
+ td, th
207
+ {
208
+ border: 1px solid #ddd;
209
+ margin: 0px;
210
+ text-align: left;
211
+ vertical-align: top;
212
+ padding: 4px 6px;
213
+ display: table-cell;
393
214
  }
394
215
 
395
- footer {
396
- background-color: #fff;
397
- color: hsl(0, 0%, 28%);
398
- margin-left: 300px;
399
- display: block;
400
- font-style: italic;
401
- font-size: 12px;
402
- padding: 30px;
403
- text-align: center;
216
+ thead tr
217
+ {
218
+ background-color: #ddd;
219
+ font-weight: bold;
404
220
  }
405
221
 
406
- .ancestors {
407
- color: #999;
408
- }
222
+ th { border-right: 1px solid #aaa; }
223
+ tr > th:last-child { border-right: 1px solid #ddd; }
409
224
 
410
- .ancestors a {
225
+ .ancestors, .attribs { color: #999; }
226
+ .ancestors a, .attribs a
227
+ {
411
228
  color: #999 !important;
412
229
  text-decoration: none;
413
230
  }
414
231
 
415
- .clear {
232
+ .clear
233
+ {
416
234
  clear: both;
417
235
  }
418
236
 
419
- .important {
237
+ .important
238
+ {
420
239
  font-weight: bold;
421
240
  color: #950B02;
422
241
  }
@@ -430,524 +249,110 @@ footer {
430
249
  }
431
250
 
432
251
  .name, .signature {
433
- font-family: 'bt_mono', monospace;
434
- word-wrap: break-word;
435
- }
436
-
437
- .details {
438
- margin-top: 14px;
439
- font-size: 13px;
440
- text-align: right;
441
- background: #ffffff;
442
- /* Old browsers */
443
- background: -moz-linear-gradient(left, #ffffff 0%, #fafafa 100%);
444
- /* FF3.6-15 */
445
- background: -webkit-linear-gradient(left, #ffffff 0%, #fafafa 100%);
446
- /* Chrome10-25,Safari5.1-6 */
447
- background: linear-gradient(to right, #ffffff 0%, #fafafa 100%);
448
- /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
449
- filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa', GradientType=1);
450
- padding-right: 5px;
451
- }
452
-
453
- .details dt {
454
- display: inline-block;
455
- }
456
-
457
- .details dd {
458
- display: inline-block;
459
- margin: 0;
252
+ font-family: Consolas, Monaco, 'Andale Mono', monospace;
460
253
  }
461
254
 
462
- .details dd a {
463
- font-style: italic;
464
- font-weight: normal;
465
- line-height: 1;
466
- }
467
-
468
- .details ul {
469
- list-style-type: none;
470
- margin: 0;
471
- }
472
-
473
- .details pre.prettyprint {
474
- margin: 0
475
- }
476
-
477
- .details .object-value {
478
- padding-top: 0
479
- }
255
+ .details { margin-top: 14px; border-left: 2px solid #DDD; }
256
+ .details dt { width: 120px; float: left; padding-left: 10px; padding-top: 6px; }
257
+ .details dd { margin-left: 70px; }
258
+ .details ul { margin: 0; }
259
+ .details ul { list-style-type: none; }
260
+ .details li { margin-left: 30px; padding-top: 6px; }
261
+ .details pre.prettyprint { margin: 0 }
262
+ .details .object-value { padding-top: 0; }
480
263
 
481
264
  .description {
482
265
  margin-bottom: 1em;
483
266
  margin-top: 1em;
484
267
  }
485
268
 
486
- .code-caption {
269
+ .code-caption
270
+ {
487
271
  font-style: italic;
272
+ font-size: 107%;
488
273
  margin: 0;
489
- font-size: 16px;
490
- color: #545454;
491
274
  }
492
275
 
493
- .prettyprint {
494
- font-size: 13px;
276
+ .source
277
+ {
495
278
  border: 1px solid #ddd;
496
- border-radius: 3px;
279
+ width: 80%;
497
280
  overflow: auto;
498
- background-color: #fbfbfb;
499
281
  }
500
282
 
501
283
  .prettyprint.source {
502
284
  width: inherit;
503
285
  }
504
286
 
505
- .prettyprint code {
287
+ .source code
288
+ {
506
289
  font-size: 100%;
507
290
  line-height: 18px;
508
291
  display: block;
509
- margin: 0 30px;
510
- background-color: #fbfbfb;
292
+ padding: 4px 12px;
293
+ margin: 0;
294
+ background-color: #fff;
511
295
  color: #4D4E53;
512
296
  }
513
297
 
514
- .prettyprint>code {
515
- padding: 30px 15px;
516
- }
517
-
518
- .prettyprint .linenums code {
519
- padding: 0 15px;
298
+ .prettyprint code span.line
299
+ {
300
+ display: inline-block;
520
301
  }
521
302
 
522
- .prettyprint .linenums li:first-of-type code {
523
- padding-top: 15px;
303
+ .prettyprint.linenums
304
+ {
305
+ padding-left: 70px;
306
+ -webkit-user-select: none;
307
+ -moz-user-select: none;
308
+ -ms-user-select: none;
309
+ user-select: none;
524
310
  }
525
311
 
526
- .prettyprint code span.line {
527
- display: inline-block;
312
+ .prettyprint.linenums ol
313
+ {
314
+ padding-left: 0;
528
315
  }
529
316
 
530
- .prettyprint.linenums {
531
- -webkit-user-select: none;
532
- -moz-user-select: none;
533
- -ms-user-select: none;
534
- user-select: none;
317
+ .prettyprint.linenums li
318
+ {
319
+ border-left: 3px #ddd solid;
535
320
  }
536
321
 
537
- .prettyprint.linenums ol {
538
- padding-left: 0
322
+ .prettyprint.linenums li.selected,
323
+ .prettyprint.linenums li.selected *
324
+ {
325
+ background-color: lightyellow;
539
326
  }
540
327
 
541
- .prettyprint.linenums li {
542
- border-left: 3px #ddd solid
543
- }
544
-
545
- .prettyprint.linenums li.selected, .prettyprint.linenums li.selected * {
546
- background-color: lightyellow
547
- }
548
-
549
- .prettyprint.linenums li * {
550
- -webkit-user-select: text;
551
- -moz-user-select: text;
552
- -ms-user-select: text;
553
- user-select: text;
554
- }
555
-
556
- .readme .prettyprint {
557
- max-width: 800px;
558
- }
559
-
560
- .params, .props {
561
- border-spacing: 0;
562
- border: 1px solid #ddd;
563
- border-radius: 3px;
564
- width: 100%;
565
- font-size: 14px;
328
+ .prettyprint.linenums li *
329
+ {
330
+ -webkit-user-select: text;
331
+ -moz-user-select: text;
332
+ -ms-user-select: text;
333
+ user-select: text;
566
334
  }
567
335
 
568
336
  .params .name, .props .name, .name code {
569
337
  color: #4D4E53;
570
- font-family: 'bt_mono', monospace;
338
+ font-family: Consolas, Monaco, 'Andale Mono', monospace;
571
339
  font-size: 100%;
572
340
  }
573
341
 
574
- .params td, .params th, .props td, .props th {
575
- margin: 0px;
576
- text-align: left;
577
- vertical-align: top;
578
- padding: 10px;
579
- display: table-cell;
580
- }
581
-
582
- .params td {
583
- border-top: 1px solid #eee;
584
- }
585
-
586
- .params thead tr, .props thead tr {
587
- background-color: #fff;
588
- font-weight: bold;
589
- }
590
-
591
- .params .params thead tr, .props .props thead tr {
592
- background-color: #fff;
593
- font-weight: bold;
594
- }
595
-
596
- .params td.description>p:first-child, .props td.description>p:first-child {
342
+ .params td.description > p:first-child,
343
+ .props td.description > p:first-child
344
+ {
597
345
  margin-top: 0;
598
346
  padding-top: 0;
599
347
  }
600
348
 
601
- .params td.description>p:last-child, .props td.description>p:last-child {
349
+ .params td.description > p:last-child,
350
+ .props td.description > p:last-child
351
+ {
602
352
  margin-bottom: 0;
603
353
  padding-bottom: 0;
604
354
  }
605
355
 
606
- dl.param-type {
607
- margin-top: 5px;
608
- }
609
-
610
- .param-type dt, .param-type dd {
611
- display: inline-block
612
- }
613
-
614
- .param-type dd {
615
- font-family: Consolas, Monaco, 'Andale Mono', monospace
616
- }
617
-
618
356
  .disabled {
619
- color: #454545
620
- }
621
-
622
-
623
- /* tag source style */
624
-
625
- .tag-deprecated {
626
- padding-right: 5px;
627
- }
628
-
629
- .tag-source {
630
- border-bottom: 1px solid rgba(28, 160, 224, 0.35);
631
- }
632
-
633
- .tag-source:first-child {
634
- border-bottom: 1px solid rgba(28, 160, 224, 1);
635
- }
636
-
637
-
638
- /* navicon button */
639
-
640
- .navicon-button {
641
- position: relative;
642
- transition: 0.25s;
643
- cursor: pointer;
644
- user-select: none;
645
- opacity: .8;
646
- background-color: white;
647
- border-radius: 100%;
648
- width: 50px;
649
- height: 50px;
650
- -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.31);
651
- -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.31);
652
- box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.31);
653
- }
654
-
655
- .navicon-button .navicon:before, .navicon-button .navicon:after {
656
- transition: 0.25s;
657
- }
658
-
659
- .navicon-button:hover {
660
- transition: 0.5s;
661
- opacity: 1;
662
- }
663
-
664
- .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
665
- transition: 0.25s;
666
- }
667
-
668
- .navicon-button:hover .navicon:before {
669
- top: .425rem;
670
- }
671
-
672
- .navicon-button:hover .navicon:after {
673
- top: -.425rem;
674
- }
675
-
676
-
677
- /* navicon */
678
-
679
- .navicon {
680
- position: relative;
681
- width: 1.5em;
682
- height: .195rem;
683
- background: #000;
684
- top: calc(50% - .09rem);
685
- left: calc(50% - .75rem);
686
- transition: 0.3s;
687
- border-radius: 5px;
688
- }
689
-
690
- .navicon:before, .navicon:after {
691
- display: block;
692
- content: "";
693
- height: .195rem;
694
- width: 1.5rem;
695
- background: #000;
696
- position: absolute;
697
- z-index: -1;
698
- transition: 0.3s 0.25s;
699
- }
700
-
701
- .navicon:before {
702
- top: 0.425rem;
703
- height: .195rem;
704
- border-radius: 5px;
705
- }
706
-
707
- .navicon:after {
708
- top: -0.425rem;
709
- border-radius: 5px;
710
- }
711
-
712
-
713
- /* open */
714
-
715
- .nav-trigger:checked+label:not(.steps) .navicon:before, .nav-trigger:checked+label:not(.steps) .navicon:after {
716
- top: 0 !important;
717
- }
718
-
719
- .nav-trigger:checked+label .navicon:before, .nav-trigger:checked+label .navicon:after {
720
- transition: 0.5s;
721
- }
722
-
723
-
724
- /* Minus */
725
-
726
- .nav-trigger:checked+label {
727
- transform: scale(0.75);
728
- }
729
-
730
-
731
- /* × and + */
732
-
733
- .nav-trigger:checked+label.plus .navicon, .nav-trigger:checked+label.x .navicon {
734
- background: transparent;
735
- }
736
-
737
- .nav-trigger:checked+label.plus .navicon:before, .nav-trigger:checked+label.x .navicon:before {
738
- transform: rotate(-45deg);
739
- background: #000;
740
- }
741
-
742
- .nav-trigger:checked+label.plus .navicon:after, .nav-trigger:checked+label.x .navicon:after {
743
- transform: rotate(45deg);
744
- background: #000;
745
- }
746
-
747
- .nav-trigger:checked+label.plus {
748
- transform: scale(0.75) rotate(45deg);
749
- }
750
-
751
- .nav-trigger:checked~nav {
752
- left: 0 !important;
753
- }
754
-
755
- .nav-trigger:checked~.overlay {
756
- display: block;
757
- }
758
-
759
- .nav-trigger {
760
- position: fixed;
761
- top: 0;
762
- clip: rect(0, 0, 0, 0);
763
- }
764
-
765
- .overlay {
766
- display: none;
767
- position: fixed;
768
- top: 0;
769
- bottom: 0;
770
- left: 0;
771
- right: 0;
772
- width: 100%;
773
- height: 100%;
774
- background: hsla(0, 0%, 0%, 0.5);
775
- z-index: 1;
776
- }
777
-
778
- table {
779
- border-collapse: separate;
780
- ;
781
- display: block;
782
- overflow-x: auto;
783
- /*table-layout:fixed;*/
784
- }
785
-
786
- table tbody td {
787
- border-top: 1px solid hsl(207, 10%, 86%);
788
- border-right: 1px solid #eee;
789
- padding: 5px;
790
- /*word-wrap: break-word;*/
791
- }
792
-
793
- td table.params, td table.props {
794
- border: 0;
795
- }
796
-
797
- @media only screen and (min-width: 320px) and (max-width: 680px) {
798
- body {
799
- overflow-x: hidden;
800
- }
801
- #main {
802
- padding: 30px 30px;
803
- width: 100%;
804
- min-width: 360px;
805
- }
806
- nav {
807
- background: #FFF;
808
- width: 300px;
809
- height: 100%;
810
- position: fixed;
811
- top: 0;
812
- right: 0;
813
- bottom: 0;
814
- left: -300px;
815
- z-index: 3;
816
- padding: 0 10px;
817
- transition: left 0.2s;
818
- margin-top: 0;
819
- }
820
- .navicon-button {
821
- display: inline-block;
822
- position: fixed;
823
- bottom: 1.5em;
824
- right: 20px;
825
- z-index: 1000;
826
- }
827
- .top-nav-wrapper {
828
- display: none;
829
- }
830
- #main h1.page-title {
831
- margin: 0.5em 0;
832
- }
833
- footer {
834
- margin-left: 0;
835
- margin-bottom: 30px;
836
- }
837
- }
838
-
839
- .top-nav-wrapper {
840
- background-color: #ececec;
841
- position: fixed;
842
- top: 0px;
843
- left: 0px;
844
- padding: 10px 10px 0 10px;
845
- z-index: 999;
846
- width: 300px;
847
- }
848
-
849
- .top-nav-wrapper ul {
850
- margin: 0;
851
- }
852
-
853
- .top-nav-wrapper ul li {
854
- display: inline-block;
855
- padding: 0 10px;
856
- vertical-align: top;
857
- }
858
-
859
- .top-nav-wrapper ul li.active {
860
- border-bottom: 2px solid rgba(28, 160, 224, 1);
861
- }
862
-
863
- .search-wrapper {
864
- display: inline-block;
865
- position: relative;
866
- }
867
-
868
- .search-wrapper svg {
869
- position: absolute;
870
- left: 0px;
871
- }
872
-
873
- input.search-input {
874
- background: transparent;
875
- box-shadow: 0;
876
- border: 0;
877
- border-bottom: 1px solid #c7c7c7;
878
- padding: 7px 15px 12px 35px;
879
- margin: 0 auto;
880
- }
881
-
882
-
883
- /* Smooth outline with box-shadow: */
884
-
885
- input.search-input:focus {
886
- border-bottom: 2px solid rgba(28, 160, 224, 1);
887
- outline: none;
888
- }
889
-
890
-
891
- /* Hightlight JS Paradiso Light Theme */
892
-
893
- .hljs-comment, .hljs-quote {
894
- color: #776e71
895
- }
896
-
897
- .hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-regexp, .hljs-link, .hljs-meta {
898
- color: #ef6155
899
- }
900
-
901
- .hljs-number, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params, .hljs-deletion {
902
- color: #f99b15
903
- }
904
-
905
- .hljs-title, .hljs-section, .hljs-attribute {
906
- color: #fec418
907
- }
908
-
909
- .hljs-string, .hljs-symbol, .hljs-bullet, .hljs-addition {
910
- color: #48b685
911
- }
912
-
913
- .hljs-keyword, .hljs-selector-tag {
914
- color: #815ba4
915
- }
916
-
917
- .hljs {
918
- display: block;
919
- overflow-x: auto;
920
- background: #e7e9db;
921
- color: #4f424c;
922
- padding: 0.5em
923
- }
924
-
925
- .hljs-emphasis {
926
- font-style: italic
927
- }
928
-
929
- .hljs-strong {
930
- font-weight: bold
931
- }
932
-
933
- .link-icon {
934
- opacity: 0;
935
- position: absolute;
936
- margin-left: -25px;
937
- padding-right: 5px;
938
- padding-top: 2px;
939
- }
940
-
941
- .example-container .link-icon {
942
- margin-top: -6px;
943
- }
944
-
945
- .example-container:hover .link-icon,
946
- .name-container:hover .link-icon {
947
- opacity: .5;
948
- }
949
-
950
- .name-container {
951
- display: flex;
952
- padding-top: 1em;
357
+ color: #454545;
953
358
  }