/* Styles for the client libraries documentation */ /* Documentation language selector */ #docLang { margin-left: 10px; } #docLang select { font-weight: bold; display: inline-block; height: 24px; padding: 0 6px; } /* Programming language cells */ div.dclib, .dclib > tbody, .dclib > tbody > tr, .dclib > tbody > tr > td { display: block; width: auto; height: auto; margin: 0; padding: 0; border: none; border-collapse: inherit; border-spacing: 0; border-color: inherit; vertical-align: inherit; text-align: left; font-weight: inherit; } div.dclib > tbody > tr > td.confluenceTd, div.dclib > tbody > tr > td.confluenceTd > p { background-color: transparent !important; } div.dclib div.code.output-block { border: none; } div.dclib div.syntaxhighlighter { box-sizing: border-box; padding: 15px; margin: 0; border-radius: 5px; } div.dclib div.syntaxhighlighter div.line { margin-bottom: 5px; } /* Make erl and ruby look like MATLAB and R */ .dclib .syntaxhighlighter.erl .string { color: #A020F0 !important; } .dclib .syntaxhighlighter.erl .comments { color: #3C763D !important; } .dclib .syntaxhighlighter.erl .keyword { color: #0000FF !important; } .dclib .syntaxhighlighter.erl .constants { color: #000000 !important; } .dclib .syntaxhighlighter.ruby .string { color: #036A07 !important; } .dclib .syntaxhighlighter.ruby .comments { color: rgb(76, 124, 112) !important; } .dclib .syntaxhighlighter.ruby .keyword { color: #004FFF !important; } /* Hide these first */ div.dclib .code_matlab, div.dclib .code_r { display: none; } /* Code block header */ div.dclib .header { text-align: left; padding: 5px 15px; margin-bottom: 0; background: #f5f5f5; position: relative; } div.dclib .header a { position: absolute; right: 15px; } div.dclib .contents .code { margin-top: 0; } div.dclib .contents.collapsed { display: none; } /* Dynamic texts */ sup.dclib { font-size: inherit; vertical-align: inherit; } u.dclib { text-decoration: inherit; } /* Add a dashedborder to all java language code blocks * This is meant to be applied to response examples */ div.syntaxhighlighter.java { border: 1px dashed #CCCCCC; box-sizing: border-box; } /* Adds a vertical offset to anchor links * Avoids the anchor text being overlapped by Confluence's fixed top menus */ .confluence-anchor-link { display: block; position: relative; top: -70px; visibility: hidden; }