github.com/jaylevin/jenkins-library@v1.230.4/resources/piper-os.css (about)

     1  body {
     2      font-family: Arial, Verdana;
     3  }
     4  table {
     5      border-collapse: collapse;
     6  }
     7  div.code {
     8      font-family: "Courier New", "Lucida Console";
     9  }
    10  th {
    11      border-top: 1px solid #ddd;
    12  }
    13  th, td {
    14      padding: 12px;
    15      text-align: left;
    16      border-bottom: 1px solid #ddd;
    17      border-right: 1px solid #ddd;
    18  }
    19  tr:nth-child(even) {
    20      background-color: #f2f2f2;
    21  }
    22  .bold {
    23      font-weight: bold;
    24  }
    25  .nobullets {
    26      list-style-type:none;
    27      padding-left: 0;
    28      padding-bottom: 0;
    29      margin: 0;
    30  }
    31  .notok {
    32      background-color: #ffe5e5;
    33      padding: 5px
    34  }
    35  .warn {
    36      background-color: #ffff99;
    37      padding: 5px
    38  }
    39  .ok {
    40      background-color: #e1f5a9;
    41      padding: 5px
    42  }
    43  .green{
    44      color: olivedrab;
    45  }
    46  .red{
    47      color: orangered;
    48  }
    49  .risk-yellow{
    50      padding: 5px;
    51      color: rgba(255, 255, 0, 0.6);
    52  }
    53  .risk-grey{
    54      background-color: rgba(212, 212, 212, 0.7);
    55      padding: 5px;
    56  }
    57  .risk-black{
    58      background-color: rgba(0, 0, 0, 0.75);
    59      padding: 5px;
    60  }