github.com/NVIDIA/aistore@v1.3.23-0.20240517131212-7df6609be51d/docs/assets/custom.css (about)

     1  blockquote {
     2    font-style: normal;
     3    border-left-color: #1488C6;
     4    letter-spacing: normal;
     5    padding-top: 10px;
     6    padding-bottom: 10px;
     7    font-size: inherit;
     8  }
     9  
    10  img.center {
    11    display: block;
    12    margin-left: auto;
    13    margin-right: auto;
    14  }
    15  
    16  pre, code {
    17    font-size: 13px;
    18  }
    19  
    20  /* Do not break line for code text inside the table. */
    21  .nobreak td code {
    22    white-space: nowrap;
    23  }
    24  
    25  /* Improve visuals of headers. */
    26  h1 {
    27   font-weight: 700;
    28  }
    29  
    30  h2, h3, h4, h5, h6 {
    31    font-weight: 500;
    32  }
    33  
    34  h2::before, h3::before, h4::before, h5::before {
    35    display: block;
    36    content: " ";
    37    margin-top: -5rem;
    38    height: 5rem;
    39    visibility: hidden;
    40  }
    41  
    42  h2.post-list-heading {
    43    display: none;
    44  }
    45  
    46  /* Make the "blog" heading same as others */
    47  h1.page-heading {
    48    font-size: 42px;
    49    letter-spacing: -1px;
    50    line-height: 1;
    51    padding-bottom: 20px;
    52  }
    53  
    54  /* Embed containers (youtube) */
    55  .embed-container {
    56    position: relative;
    57    padding-bottom: 56.25%;
    58    margin-bottom: 20px;
    59    height: 0;
    60    overflow: hidden;
    61    max-width: 100%;
    62  }
    63  
    64  .embed-container iframe, .embed-container object, .embed-container embed {
    65    position: absolute;
    66    top: 0;
    67    left: 0;
    68    width: 100%;
    69    height: 100%;
    70  }
    71  
    72  
    73  /* Changes to specific images */
    74  
    75  img[alt="etl-v3.3"] {
    76    width: 80%;
    77    display: block;
    78    margin-left: auto;
    79    margin-right: auto;
    80  }
    81  
    82  img[alt="on-disk hierarchy"] {
    83    width: 160px;
    84  }
    85  
    86  img[alt="on-disk hierarchy with namespaces"] {
    87    width: 240px;
    88  }
    89  
    90  img[alt="AIS-ETL Block Diagram"] {
    91    width: 80%;
    92    display: block;
    93    margin-left: auto;
    94    margin-right: auto;
    95  }
    96  
    97  img[alt="AIS-ETL Overview"] {
    98    width: 80%;
    99    display: block;
   100    margin-left: auto;
   101    margin-right: auto;
   102  }