github.com/swiftstack/proxyfs@v0.0.0-20201223034610-5434d919416e/httpserver/static-content/styles.css (about)

     1  .table td.fit,
     2  .table th.fit {
     3    white-space: nowrap;
     4    width: 1%;
     5  }
     6  
     7  body { padding-top: 70px; }
     8  
     9  .no-margin { margin: 0; }
    10  
    11  pre.code {
    12    background-color: #e9ecef;
    13    border-radius: .25rem;
    14    padding: 20px;
    15  }
    16  
    17  .clickable {
    18    cursor: pointer;
    19  }
    20  
    21  span.jstExpand, span.jstFold {
    22    cursor: pointer;
    23  }
    24  
    25  .jstValue {
    26    white-space: pre-wrap;
    27  }
    28  .jstComma {
    29    white-space: pre-wrap;
    30  }
    31  .jstProperty {
    32    color: #666;
    33    word-wrap: break-word;
    34  }
    35  .jstBracket {
    36    white-space: pre-wrap;;
    37  }
    38  .jstBool {
    39    color: #2525CC;
    40  }
    41  .jstNum {
    42    color: #D036D0;
    43  }
    44  .jstNull {
    45    color: gray;
    46  }
    47  .jstStr {
    48    color: #2DB669;
    49  }
    50  .jstFold:after {
    51    content: ' -';
    52    cursor: pointer;
    53  }
    54  .jstExpand {
    55    white-space: normal;
    56  }
    57  .jstExpand:after {
    58    content: ' +';
    59    cursor: pointer;
    60  }
    61  .jstFolded {
    62    white-space: normal !important;
    63  }
    64  .jstHiddenBlock {
    65    display: none;
    66  }