github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/control/controldisplay/templates/html/normalize.tmpl.css (about)

     1  /*
     2  {{ define "normalize_css" }}
     3  /*  */
     4  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
     5  html {
     6    font-size: 12px;
     7    font-family: sans-serif;
     8    -ms-text-size-adjust: 100%;
     9    -webkit-text-size-adjust: 100%;
    10  }
    11  body {
    12    margin: 0;
    13  }
    14  article,
    15  aside,
    16  details,
    17  figcaption,
    18  figure,
    19  footer,
    20  header,
    21  hgroup,
    22  main,
    23  nav,
    24  section,
    25  summary {
    26    display: block;
    27  }
    28  audio,
    29  canvas,
    30  progress,
    31  video {
    32    display: inline-block;
    33    vertical-align: baseline;
    34  }
    35  audio:not([controls]) {
    36    display: none;
    37    height: 0;
    38  }
    39  [hidden],
    40  template {
    41    display: none;
    42  }
    43  a {
    44    background: transparent;
    45  }
    46  a:active,
    47  a:hover {
    48    outline: 0;
    49  }
    50  abbr[title] {
    51    border-bottom: 1px dotted;
    52  }
    53  b,
    54  strong {
    55    font-weight: bold;
    56  }
    57  dfn {
    58    font-style: italic;
    59  }
    60  h1 {
    61    font-size: 2em;
    62    margin: 0.67em 0;
    63  }
    64  mark {
    65    background: #ff0;
    66    color: #000;
    67  }
    68  small {
    69    font-size: 80%;
    70  }
    71  sub,
    72  sup {
    73    font-size: 75%;
    74    line-height: 0;
    75    position: relative;
    76    vertical-align: baseline;
    77  }
    78  sup {
    79    top: -0.5em;
    80  }
    81  sub {
    82    bottom: -0.25em;
    83  }
    84  img {
    85    border: 0;
    86  }
    87  svg:not(:root) {
    88    overflow: hidden;
    89  }
    90  figure {
    91    margin: 1em 40px;
    92  }
    93  hr {
    94    -moz-box-sizing: content-box;
    95    box-sizing: content-box;
    96    height: 0;
    97  }
    98  pre {
    99    overflow: auto;
   100  }
   101  code,
   102  kbd,
   103  pre,
   104  samp {
   105    font-family: monospace, monospace;
   106    font-size: 1em;
   107  }
   108  button,
   109  input,
   110  optgroup,
   111  select,
   112  textarea {
   113    color: inherit;
   114    font: inherit;
   115    margin: 0;
   116  }
   117  button {
   118    overflow: visible;
   119  }
   120  button,
   121  select {
   122    text-transform: none;
   123  }
   124  button,
   125  html input[type="button"],
   126  input[type="reset"],
   127  input[type="submit"] {
   128    -webkit-appearance: button;
   129    cursor: pointer;
   130  }
   131  button[disabled],
   132  html input[disabled] {
   133    cursor: default;
   134  }
   135  button::-moz-focus-inner,
   136  input::-moz-focus-inner {
   137    border: 0;
   138    padding: 0;
   139  }
   140  input {
   141    line-height: normal;
   142  }
   143  input[type="checkbox"],
   144  input[type="radio"] {
   145    box-sizing: border-box;
   146    padding: 0;
   147  }
   148  input[type="number"]::-webkit-inner-spin-button,
   149  input[type="number"]::-webkit-outer-spin-button {
   150    height: auto;
   151  }
   152  input[type="search"] {
   153    -webkit-appearance: textfield;
   154    -moz-box-sizing: content-box;
   155    -webkit-box-sizing: content-box;
   156    box-sizing: content-box;
   157  }
   158  input[type="search"]::-webkit-search-cancel-button,
   159  input[type="search"]::-webkit-search-decoration {
   160    -webkit-appearance: none;
   161  }
   162  fieldset {
   163    border: 1px solid #c0c0c0;
   164    margin: 0 2px;
   165    padding: 0.35em 0.625em 0.75em;
   166  }
   167  legend {
   168    border: 0;
   169    padding: 0;
   170  }
   171  textarea {
   172    overflow: auto;
   173  }
   174  optgroup {
   175    font-weight: bold;
   176  }
   177  table {
   178    border-collapse: collapse;
   179    border-spacing: 0;
   180  }
   181  td,
   182  th {
   183    padding: 0;
   184  }
   185  
   186  /*
   187  {{ end }}
   188  /*  */