github.com/karsthammer/dnscontrol@v0.2.8/docs/css/site.css (about)

     1  .expanded>.expand-arrow {
     2    display: none;
     3  }
     4  
     5  .expanded>.collapse-arrow {
     6    display: inherit;
     7  }
     8  
     9  .collapse-arrow {
    10    display: none;
    11  }
    12  
    13  body {
    14    padding-bottom: 50px;
    15  }
    16  
    17  .table-header-rotated {
    18    border-collapse: collapse;
    19  }
    20  
    21  .table-header-rotated td {
    22    width: 30px;
    23  }
    24  
    25  .table-header-rotated th {
    26    padding: 5px 10px;
    27  }
    28  
    29  .table-header-rotated td {
    30    text-align: center;
    31    padding: 10px 5px;
    32    border: 1px solid #ccc;
    33  }
    34  
    35  .table-header-rotated th.rotate {
    36    height: 140px;
    37    white-space: nowrap;
    38  }
    39  
    40  .table-header-rotated th.rotate>div {
    41    -webkit-transform: translate(25px, 51px) rotate(315deg);
    42    -ms-transform: translate(25px, 51px) rotate(315deg);
    43    transform: translate(25px, 51px) rotate(315deg);
    44    width: 30px;
    45  }
    46  
    47  .table-header-rotated th.rotate>div>span {
    48    border-bottom: 1px solid #ccc;
    49    padding: 5px 10px;
    50  }
    51  
    52  .table-header-rotated th.row-header {
    53    padding: 0 10px;
    54    border-bottom: 1px solid #ccc;
    55  }
    56  
    57  .success {
    58    background-color: #dff0d8;
    59  }
    60  
    61  .warning {
    62    background-color: #faf2cc;
    63  }
    64  
    65  .danger {
    66    background-color: #f2dede;
    67  }
    68  
    69  .info {
    70    background-color: #d9edf7;
    71  }
    72  
    73  .fa {
    74    font-size: 150%;
    75  }
    76  
    77  .has-tooltip:before {
    78    text-decoration: underline;
    79  }
    80  
    81  .dim {
    82    color: #eeeeee
    83  }