github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/httpserver/static-content/styles.css (about) 1 /* 2 Copyright (c) 2015-2021, NVIDIA CORPORATION. 3 SPDX-License-Identifier: Apache-2.0 4 */ 5 6 .table td.fit, 7 .table th.fit { 8 white-space: nowrap; 9 width: 1%; 10 } 11 12 body { padding-top: 70px; } 13 14 .no-margin { margin: 0; } 15 16 pre.code { 17 background-color: #e9ecef; 18 border-radius: .25rem; 19 padding: 20px; 20 } 21 22 .clickable { 23 cursor: pointer; 24 } 25 26 span.jstExpand, span.jstFold { 27 cursor: pointer; 28 } 29 30 .jstValue { 31 white-space: pre-wrap; 32 } 33 .jstComma { 34 white-space: pre-wrap; 35 } 36 .jstProperty { 37 color: #666; 38 word-wrap: break-word; 39 } 40 .jstBracket { 41 white-space: pre-wrap;; 42 } 43 .jstBool { 44 color: #2525CC; 45 } 46 .jstNum { 47 color: #D036D0; 48 } 49 .jstNull { 50 color: gray; 51 } 52 .jstStr { 53 color: #2DB669; 54 } 55 .jstFold:after { 56 content: ' -'; 57 cursor: pointer; 58 } 59 .jstExpand { 60 white-space: normal; 61 } 62 .jstExpand:after { 63 content: ' +'; 64 cursor: pointer; 65 } 66 .jstFolded { 67 white-space: normal !important; 68 } 69 .jstHiddenBlock { 70 display: none; 71 }