@font-face { font-family: Quicksand; src: url('Quicksand/Quicksand-Regular.ttf'); } html, body { font-size: 16px; line-height: 23px; font-family: Quicksand, Helvetica, sans-serif; width: 100%; height: 100%; margin: 0px; padding: 0px; } a { color: #3393bd; text-decoration: none; } a:hover { text-decoration: underline; } h1 { font-size: 28px; margin-top: 0px; margin-bottom: 20px; } h2 { font-size: 24px; margin-top: 20px; margin-bottom: 20px; } h3 { font-size: 20px; margin-top: 20px; margin-bottom: 20px; } p { margin: 10px 0px; } ul { padding-left: 20px; margin-left: 10px; } li { padding-left: 0px; margin-left: 0px; margin-bottom: 5px; } .page h1, .page h2 { border-bottom: 1px solid #dddddd; padding-bottom: 10px; } .page h2, .page h3 { margin-top: 40px; } .thin_scrollbar { scrollbar-color: #cccccc transparent; scrollbar-width: thin; } .thin_scrollbar::-webkit-scrollbar { width: 3px; height: 3px; } .thin_scrollbar::-webkit-scrollbar-thumb { background: #cccccc; } .navigation { background: #ffffff; width: 300px; height: 100%; padding: 20px; position: absolute; top: 0px; left: 0px; box-sizing: border-box; overflow: auto; z-index: 900; } .navigation_toggle { font-size: 40px; text-align: center; margin: 12px; position: fixed; top: 0px; right: 0px; display: none; user-select: none; cursor: pointer; z-index: 1000; } .navigation_section { margin-bottom: 20px; } .navigation_title { margin-bottom: 8px; } .navigation_item { margin-bottom: 5px; } .main { height: 100%; padding: 20px; margin-left: 300px; box-sizing: border-box; overflow: auto; } .method_container { margin-bottom: 50px; } .method_signature { background: #c9e5f8; font-size: 18px; margin: 10px 0px; padding: 10px; border-radius: 5px; } .method_description { margin: 10px 0px; } .method_title { font-weight: bold; margin-top: 15px; margin-bottom: 10px; } .parameter_header { margin-bottom: 10px; } .parameter_main { margin-bottom: 10px; margin-left: 30px; } .parameter_name { font-family: monospace; } .type { background: #f0f0f0; font-family: monospace; padding: 2px 8px; border-radius: 3px; } .parameter_type { margin-left: 3px; } .parameter_attributes { color: #888888; margin-left: 3px; } .return_type { margin-right: 3px; } .parameter_description { margin-bottom: 10px; } code.inline { background: #fafafa; font-family: monospace; padding: 2px 4px; border-radius: 3px; } .hljs { border-radius: 5px; }