github.com/readium/readium-lcp-server@v0.0.0-20240101192032-6e95190e99f1/frontend/manage/styles.css (about)

     1  body {
     2          font-family: 'Lato', sans-serif;
     3          background-color: white;
     4          color: #222;
     5          padding: 0;
     6          margin: 0;
     7          font-size: 14px;
     8        }
     9  
    10  .dropping {
    11    border-color: white;
    12  }
    13  #dropzone {
    14    width: 300px;
    15  }
    16  h1 {
    17    font-size: 16px;
    18    background-color: #1abc9c;
    19    color: white;
    20    padding: 0;
    21    padding-left: 5px;
    22    margin: 0;
    23  }
    24  
    25  h2 {
    26    font-size: 14px;
    27    padding: 0 0 0 5px;
    28    margin: 0;
    29  }
    30  
    31  ul {
    32    margin: 0;
    33    padding: 0;
    34  }
    35  
    36  li {
    37    list-style-type: none;
    38    padding-left: 10px;
    39    cursor: pointer;
    40  }
    41  li.epub {
    42    border-top: 2px solid gray;
    43    border-bottom: 2px solid gray
    44  }
    45  #key {
    46    width: 350px;
    47    font-size: 9px;
    48  }
    49  
    50  .key {
    51    font-size: 9px;
    52    color: silver;
    53    font-weight: bold;
    54  }
    55  .size {
    56    font-size: 9px;
    57    color: red;
    58    font-weight: bold;
    59  }
    60  .sha {
    61    font-size: 9px;
    62    color: green;
    63    font-weight: bold;
    64  }
    65  .download {
    66    color: blue;
    67    font-weight: bold;
    68  }
    69  .licenses {
    70    color: blue;
    71    font-size: 9px;
    72  }
    73  
    74  #license-form {
    75    padding-left: 10px;
    76  }
    77  
    78  .step {
    79    background-color: red;
    80  }