github.com/jlowellwofford/u-root@v1.0.0/pkg/sos/html/css/stylesheet.css (about)

     1  body { 
     2    font: 12px Helvetica, sans-serif;
     3    background-color: #f1f1f1
     4  }
     5  
     6  h1 {
     7    margin-left: 40px;
     8  }
     9  
    10  h2.center, h2.centernarrow {
    11    padding: 5px;
    12    color: #616161
    13  }
    14  
    15  .banner {
    16    background-color: #3367d6;
    17    color: white;
    18    position: absolute; 
    19    top: 0px; 
    20    right: 0; 
    21    left: 0; 
    22    margin: 0 auto;
    23  }
    24  
    25  .bannerbtn {
    26    text-decoration: none;
    27    color: white;
    28  }
    29  
    30  .content {
    31    margin-top: 100px;
    32  }
    33  
    34  .center {
    35      margin: auto;
    36      padding: 5px;
    37      width: 75%
    38  }
    39  
    40  .centernarrow {
    41    margin: auto;
    42    padding: 5px;
    43    width: 50%
    44  }
    45  
    46  .button {
    47    background-color: #4885ed;
    48    border: none;
    49    color: white;
    50    padding: 16px 32px;
    51    text-align: center;
    52    text-transform: uppercase;
    53    font-size: 16px;
    54    margin: 4px 2px;
    55    transition: 0.3s;
    56    display: inline-block;
    57    text-decoration: none;
    58    cursor: pointer;
    59    border-radius: 4px;
    60  }
    61  
    62  .textbutton {
    63    color: #3367d6;
    64    background-color: white;
    65    border: none;
    66    font-size: 16px;
    67    cursor: pointer;
    68  }
    69  
    70  .submitbtn {
    71    float: right;
    72    margin-right: 25%;
    73    margin-top: 20px;
    74  }
    75  
    76  .button:hover {
    77    background-color: #3875d8;
    78  }
    79  
    80  table {
    81    background-color: white;
    82    margin:auto;
    83  	border-collapse: collapse;
    84    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    85  }
    86  
    87  td, th {
    88  	border: 1px solid #dddddd;
    89  	text-align: center;
    90  	padding: 8px;
    91  }
    92  
    93  .card {
    94    background-color: white;
    95    margin:auto;
    96    width: 50%;
    97    box-shadow: 0 2px 0 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    98    padding-bottom: 10px;
    99  }
   100  
   101  .label {
   102    padding: 20px;
   103    padding-bottom: 0px;
   104    margin-bottom: 5px;
   105    margin-top: 0;
   106  }
   107  
   108  input.form[type=text] {
   109    width: 75%;
   110    box-sizing: border-box;
   111    border: none;
   112    border-bottom: 2px solid #bbbbbb;
   113    padding: 0px;
   114    margin-left: 20px;
   115    margin-bottom: 10px;
   116  }