github.com/rezahousseini/hugo@v0.32.3/docs/static/css/content-style.css (about)

     1  /* Styles used by tables at the URLs:
     2  
     3     1. /overview/configuration/#configure-blackfriday-rendering
     4     2. /templates/functions/#math
     5  
     6  Their HTML is in the files:
     7  
     8     1. ./docs/content/overview/configuration.md
     9     2. ./docs/content/templates/functions.md
    10  */
    11  
    12  table.table {
    13      margin: 1em 0;
    14  }
    15  table.table-bordered tr th,
    16  table.table-bordered tr td {
    17      border-width: 2px;
    18      border-color: #dddddd;
    19      border-style: solid;
    20      padding: 0 0.5em;
    21  }
    22  table.table-bordered-configuration {
    23      max-width: 100%;
    24  }
    25  table.table-bordered-configuration,
    26  table.table-bordered-configuration tr,
    27  table.table-bordered-configuration tr th,
    28  table.table-bordered-configuration tr td:not(.purpose-description) {
    29      border-width: 2px;
    30  }
    31  table.table-bordered-configuration tr td.purpose-description {
    32      border-width: 1px;
    33  }
    34  table.table-bordered-configuration,
    35  table.table-bordered-configuration tr,
    36  table.table-bordered-configuration tr th,
    37  table.table-bordered-configuration tr td {
    38      border-color: #dddddd;
    39  }
    40  table.table-bordered-configuration {
    41      border-right-style: solid;
    42      border-bottom-style: solid;
    43  }
    44  table.table-bordered-configuration tr,
    45  table.table-bordered-configuration tr th,
    46  table.table-bordered-configuration tr td:not(.purpose-description) {
    47      border-left-style: solid;
    48  }
    49  table.table-bordered-configuration tr th,
    50  table.table-bordered-configuration tr td:not(.purpose-description) {
    51      border-top-style: solid;
    52  }
    53  table.table-bordered-configuration tr td.purpose-description {
    54      border-top-style: dotted;
    55  }
    56  table.table-bordered-configuration tr th,
    57  table.table-bordered-configuration tr td {
    58      padding-top: 0;
    59      padding-right: 0.5em;
    60      padding-left: 0.5em;
    61  }
    62  table.table-bordered-configuration tr th,
    63  table.table-bordered-configuration tr td:not(.purpose-description) {
    64      padding-bottom: 0;
    65  }
    66  table.table-bordered-configuration tr td.purpose-description {
    67      padding-bottom: 0.5em;
    68  }
    69  table.table-bordered-configuration tr th,
    70  table.table-bordered-configuration tr td:not(.purpose-description) {
    71      text-align: center;
    72  }
    73  table.table-bordered-configuration tr td:not(.purpose-description) code {
    74      padding: 0;
    75      border-radius: 0;
    76      font-size: 14px;
    77      background-color: inherit;
    78      color: darkgreen;
    79  }
    80  table.table-bordered-configuration tr td span.purpose-title {
    81      padding-right: 0.15em;
    82      font-style: italic;
    83      color: chocolate;
    84  }